Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v66.1.0 (#19929)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Apr 15, 2022
1 parent 38a3216 commit 8c8b6b6
Show file tree
Hide file tree
Showing 191 changed files with 654 additions and 345 deletions.
126 changes: 126 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,129 @@
# CloudFormation Resource Specification v66.1.0

## New Resource Types

* AWS::AppRunner::ObservabilityConfiguration

## Attribute Changes

* AWS::Athena::WorkGroup WorkGroupConfigurationUpdates.EngineVersion.EffectiveEngineVersion (__deleted__)

## Property Changes

* AWS::AppRunner::Service ObservabilityConfiguration (__added__)
* AWS::AppStream::Fleet SessionScriptS3Location (__added__)
* AWS::Athena::WorkGroup WorkGroupConfigurationUpdates (__deleted__)
* AWS::Batch::ComputeEnvironment ReplaceComputeEnvironment (__deleted__)
* AWS::Batch::ComputeEnvironment UpdatePolicy (__deleted__)
* AWS::CE::AnomalyMonitor ResourceTags (__added__)
* AWS::CE::AnomalySubscription ResourceTags (__added__)
* AWS::CloudWatch::MetricStream StatisticsConfigurations (__added__)
* AWS::EC2::TrafficMirrorTarget GatewayLoadBalancerEndpointId (__deleted__)
* AWS::SSM::Document UpdateMethod (__added__)
* AWS::SSM::Document Attachments.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document Content.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document DocumentFormat.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document Requires.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document TargetType.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document VersionName.UpdateType (__changed__)
* Old: Immutable
* New: Mutable

## Property Type Changes

* AWS::Athena::WorkGroup.ResultConfigurationUpdates (__removed__)
* AWS::Athena::WorkGroup.WorkGroupConfigurationUpdates (__removed__)
* AWS::Batch::ComputeEnvironment.UpdatePolicy (__removed__)
* AWS::AppRunner::Service.ServiceObservabilityConfiguration (__added__)
* AWS::AppStream::Fleet.S3Location (__added__)
* AWS::CE::AnomalyMonitor.ResourceTag (__added__)
* AWS::CE::AnomalySubscription.ResourceTag (__added__)
* AWS::CloudWatch::MetricStream.MetricStreamStatisticsConfiguration (__added__)
* AWS::CloudWatch::MetricStream.MetricStreamStatisticsMetric (__added__)
* AWS::ImageBuilder::DistributionConfiguration.AmiDistributionConfiguration (__added__)
* AWS::ImageBuilder::DistributionConfiguration.ContainerDistributionConfiguration (__added__)
* AWS::ImageBuilder::DistributionConfiguration.LaunchPermissionConfiguration (__added__)
* AWS::ImageBuilder::DistributionConfiguration.TargetContainerRepository (__added__)
* AWS::Batch::ComputeEnvironment.ComputeResources UpdateToLatestImageVersion (__deleted__)
* AWS::Batch::ComputeEnvironment.ComputeResources AllocationStrategy.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources BidPercentage.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources Ec2Configuration.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources Ec2KeyPair.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources ImageId.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources InstanceRole.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources InstanceTypes.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources LaunchTemplate.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources PlacementGroup.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources Tags.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.ComputeResources Type.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject ImageIdOverride.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject ImageType.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.LaunchTemplateSpecification LaunchTemplateId.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.LaunchTemplateSpecification LaunchTemplateName.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Batch::ComputeEnvironment.LaunchTemplateSpecification Version.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::ImageBuilder::DistributionConfiguration.Distribution AmiDistributionConfiguration.PrimitiveType (__deleted__)
* AWS::ImageBuilder::DistributionConfiguration.Distribution AmiDistributionConfiguration.Type (__added__)
* AWS::ImageBuilder::DistributionConfiguration.Distribution ContainerDistributionConfiguration.PrimitiveType (__deleted__)
* AWS::ImageBuilder::DistributionConfiguration.Distribution ContainerDistributionConfiguration.Type (__added__)
* AWS::SSM::Document.AttachmentsSource Key.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document.AttachmentsSource Name.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document.AttachmentsSource Values.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document.DocumentRequires Name.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SSM::Document.DocumentRequires Version.UpdateType (__changed__)
* Old: Immutable
* New: Mutable


# CloudFormation Resource Specification v66.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 @@
66.0.0
66.1.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.0",
"PropertyTypes": {},
"ResourceTypes": {
"AWS::APS::RuleGroupsNamespace": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.0",
"PropertyTypes": {
"AWS::AppFlow::ConnectorProfile.AmplitudeConnectorProfileCredentials": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-amplitudeconnectorprofilecredentials.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "66.0.0",
"$version": "66.1.0",
"PropertyTypes": {
"AWS::AppIntegrations::DataIntegration.ScheduleConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-scheduleconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "66.0.0",
"$version": "66.1.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,6 +1,17 @@
{
"$version": "66.0.0",
"$version": "66.1.0",
"PropertyTypes": {
"AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html",
"Properties": {
"Vendor": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html#cfn-apprunner-observabilityconfiguration-traceconfiguration-vendor",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::AppRunner::Service.AuthenticationConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-authenticationconfiguration.html",
"Properties": {
Expand Down Expand Up @@ -261,6 +272,23 @@
}
}
},
"AWS::AppRunner::Service.ServiceObservabilityConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-serviceobservabilityconfiguration.html",
"Properties": {
"ObservabilityConfigurationArn": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-serviceobservabilityconfiguration.html#cfn-apprunner-service-serviceobservabilityconfiguration-observabilityconfigurationarn",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"ObservabilityEnabled": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-serviceobservabilityconfiguration.html#cfn-apprunner-service-serviceobservabilityconfiguration-observabilityenabled",
"PrimitiveType": "Boolean",
"Required": true,
"UpdateType": "Mutable"
}
}
},
"AWS::AppRunner::Service.SourceCodeVersion": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-sourcecodeversion.html",
"Properties": {
Expand Down Expand Up @@ -309,6 +337,41 @@
}
},
"ResourceTypes": {
"AWS::AppRunner::ObservabilityConfiguration": {
"Attributes": {
"Latest": {
"PrimitiveType": "Boolean"
},
"ObservabilityConfigurationArn": {
"PrimitiveType": "String"
},
"ObservabilityConfigurationRevision": {
"PrimitiveType": "Integer"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-observabilityconfiguration.html",
"Properties": {
"ObservabilityConfigurationName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-observabilityconfiguration.html#cfn-apprunner-observabilityconfiguration-observabilityconfigurationname",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-observabilityconfiguration.html#cfn-apprunner-observabilityconfiguration-tags",
"ItemType": "Tag",
"Required": false,
"Type": "List",
"UpdateType": "Immutable"
},
"TraceConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-observabilityconfiguration.html#cfn-apprunner-observabilityconfiguration-traceconfiguration",
"Required": false,
"Type": "TraceConfiguration",
"UpdateType": "Immutable"
}
}
},
"AWS::AppRunner::Service": {
"Attributes": {
"ServiceArn": {
Expand Down Expand Up @@ -356,6 +419,12 @@
"Type": "NetworkConfiguration",
"UpdateType": "Mutable"
},
"ObservabilityConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-observabilityconfiguration",
"Required": false,
"Type": "ServiceObservabilityConfiguration",
"UpdateType": "Mutable"
},
"ServiceName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-servicename",
"PrimitiveType": "String",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "66.0.0",
"$version": "66.1.0",
"PropertyTypes": {
"AWS::AppStream::AppBlock.S3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",
Expand Down Expand Up @@ -126,6 +126,23 @@
}
}
},
"AWS::AppStream::Fleet.S3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-s3location.html",
"Properties": {
"S3Bucket": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-s3location.html#cfn-appstream-fleet-s3location-s3bucket",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"S3Key": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-s3location.html#cfn-appstream-fleet-s3location-s3key",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
}
}
},
"AWS::AppStream::Fleet.VpcConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-vpcconfig.html",
"Properties": {
Expand Down Expand Up @@ -627,6 +644,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"SessionScriptS3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-sessionscripts3location",
"Required": false,
"Type": "S3Location",
"UpdateType": "Mutable"
},
"StreamView": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-streamview",
"PrimitiveType": "String",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.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": "66.0.0",
"$version": "66.1.0",
"PropertyTypes": {
"AWS::ApplicationInsights::Application.Alarm": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",
Expand Down

0 comments on commit 8c8b6b6

Please sign in to comment.