Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v122.0.0 (#25555)
Browse files Browse the repository at this point in the history
reverting Xray, Logs, Synthetics, S3, SimSpaceWeaver, Neptune due to breaking spec changes.
  • Loading branch information
aws-cdk-automation committed May 12, 2023
1 parent 0af161b commit 5ccc569
Show file tree
Hide file tree
Showing 225 changed files with 1,325 additions and 216 deletions.
154 changes: 154 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,157 @@
# CloudFormation Resource Specification v122.0.0

## New Resource Types

* AWS::EC2::VerifiedAccessEndpoint
* AWS::EC2::VerifiedAccessGroup
* AWS::EC2::VerifiedAccessTrustProvider
* AWS::IoT::BillingGroup
* AWS::IoT::ThingGroup
* AWS::IoT::ThingType
* AWS::OSIS::Pipeline

## Attribute Changes

* AWS::Logs::LogStream Id (__deleted__)
* AWS::SecretsManager::Secret Id (__added__)
* AWS::Synthetics::Canary Code.SourceLocationArn (__added__)

## Property Changes

* AWS::ElastiCache::ReplicationGroup ClusterMode (__added__)
* AWS::MediaConnect::FlowSource MinLatency (__added__)
* AWS::MediaConnect::FlowSource SenderControlPort (__added__)
* AWS::MediaConnect::FlowSource SenderIpAddress (__added__)
* AWS::MediaConnect::FlowSource SourceListenerAddress (__added__)
* AWS::MediaConnect::FlowSource SourceListenerPort (__added__)
* AWS::Neptune::DBCluster Port (__deleted__)
* AWS::Neptune::DBCluster AssociatedRoles.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster AvailabilityZones.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster EnableCloudwatchLogsExports.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster Tags.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster VpcSecurityGroupIds.DuplicatesAllowed (__added__)
* AWS::S3::AccessPoint PolicyStatus (__deleted__)
* AWS::S3::AccessPoint PublicAccessBlockConfiguration.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SecretsManager::Secret ReplicaRegions.DuplicatesAllowed (__added__)
* AWS::SecretsManager::Secret Tags.DuplicatesAllowed (__added__)
* AWS::SimSpaceWeaver::Simulation MaximumDuration (__added__)
* AWS::SimSpaceWeaver::Simulation SnapshotS3Location (__added__)
* AWS::SimSpaceWeaver::Simulation Name.Required (__changed__)
* Old: false
* New: true
* AWS::SimSpaceWeaver::Simulation RoleArn.Required (__changed__)
* Old: false
* New: true
* AWS::SimSpaceWeaver::Simulation RoleArn.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::SimSpaceWeaver::Simulation SchemaS3Location.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Synthetics::Canary DeleteLambdaResourcesOnCanaryDeletion (__deleted__)
* AWS::Synthetics::Canary StartCanaryAfterCreation.Required (__changed__)
* Old: true
* New: false
* AWS::XRay::Group GroupName.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::Group Tags.ItemType (__changed__)
* Old: TagsItems
* New: Tag
* AWS::XRay::SamplingRule RuleName (__deleted__)
* AWS::XRay::SamplingRule SamplingRuleRecord (__deleted__)
* AWS::XRay::SamplingRule SamplingRuleUpdate (__deleted__)
* AWS::XRay::SamplingRule Tags.ItemType (__changed__)
* Old: TagsItems
* New: Tag

## Property Type Changes

* AWS::S3::AccessPoint.PolicyStatus (__removed__)
* AWS::XRay::Group.TagsItems (__removed__)
* AWS::XRay::SamplingRule.SamplingRuleRecord (__removed__)
* AWS::XRay::SamplingRule.SamplingRuleUpdate (__removed__)
* AWS::XRay::SamplingRule.TagsItems (__removed__)
* AWS::NetworkFirewall::FirewallPolicy.IPSet (__added__)
* AWS::NetworkFirewall::FirewallPolicy.PolicyVariables (__added__)
* AWS::SageMaker::ModelCard.Container (__added__)
* AWS::SageMaker::ModelCard.InferenceSpecification (__added__)
* AWS::SageMaker::ModelCard.ModelPackageCreator (__added__)
* AWS::SageMaker::ModelCard.ModelPackageDetails (__added__)
* AWS::SageMaker::ModelCard.SourceAlgorithm (__added__)
* AWS::MediaConnect::FlowSource.Encryption Algorithm.Required (__changed__)
* Old: true
* New: false
* AWS::NetworkFirewall::FirewallPolicy.FirewallPolicy PolicyVariables (__added__)
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicAcls.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicPolicy.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration IgnorePublicAcls.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration RestrictPublicBuckets.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SageMaker::EndpointConfig.ServerlessConfig ProvisionedConcurrency (__added__)
* AWS::SageMaker::ModelCard.Content ModelPackageDetails (__added__)
* AWS::SimSpaceWeaver::Simulation.S3Location BucketName.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::SimSpaceWeaver::Simulation.S3Location ObjectKey.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Synthetics::Canary.Code SourceLocationArn (__added__)
* AWS::XRay::SamplingRule.SamplingRule FixedRate.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule HTTPMethod.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule Host.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule Priority.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ReservoirSize.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ResourceARN.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ServiceName.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ServiceType.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule URLPath.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule Version.UpdateType (__changed__)
* Old: Mutable
* New: Immutable

# CloudFormation Resource Specification (us-west-2) v122.0.0

## New Resource Types


## Attribute Changes


## Property Changes


## Property Type Changes



# CloudFormation Resource Specification v121.0.0

## New Resource Types
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/cfn.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
121.0.0
122.0.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::ACMPCA::Certificate.ApiPassthrough": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::APS::Workspace.LoggingConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AmazonMQ::Broker.ConfigurationId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Amplify::App.AutoBranchCreationConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AmplifyUIBuilder::Component.ActionParameters": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-actionparameters.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::ApiGateway::ApiKey.StageKey": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-stagekey.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::ApiGatewayV2::Api.BodyS3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppConfig::Application.Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppFlow::Connector.ConnectorProvisioningConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-connectorprovisioningconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppIntegrations::DataIntegration.FileConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-fileconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppStream::AppBlock.S3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AppSync::DataSource.AuthorizationConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::ApplicationInsights::Application.Alarm": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Athena::WorkGroup.AclConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-aclconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AuditManager::Assessment.AWSAccount": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessment-awsaccount.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratorcountrequest.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-advancedbackupsettingresourcetype.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {},
"ResourceTypes": {
"AWS::BackupGateway::Hypervisor": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Batch::ComputeEnvironment.ComputeResources": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::BillingConductor::BillingGroup.AccountGrouping": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-accountgrouping.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Budgets::Budget.AutoAdjustData": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-autoadjustdata.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::CE::AnomalyMonitor.ResourceTag": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {},
"ResourceTypes": {
"AWS::CUR::ReportDefinition": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Cassandra::Table.BillingMode": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::CertificateManager::Account.ExpiryEventsConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {},
"ResourceTypes": {
"AWS::Chatbot::MicrosoftTeamsChannelConfiguration": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::Cloud9::EnvironmentEC2.Repository": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloud9-environmentec2-repository.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::CloudFormation::HookVersion.LoggingConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-hookversion-loggingconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "121.0.0",
"$version": "122.0.0",
"PropertyTypes": {
"AWS::CloudFront::CachePolicy.CachePolicyConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cachepolicy-cachepolicyconfig.html",
Expand Down
Loading

0 comments on commit 5ccc569

Please sign in to comment.