Skip to content

Commit e49e57d

Browse files
feat(cfnspec): cloudformation spec v103.0.0 (#23452)
1 parent fc70535 commit e49e57d

File tree

210 files changed

+557
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+557
-271
lines changed

Diff for: packages/@aws-cdk/cfnspec/CHANGELOG.md

+133
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,136 @@
1+
# CloudFormation Resource Specification v103.0.0
2+
3+
## New Resource Types
4+
5+
6+
## Attribute Changes
7+
8+
* AWS::ApiGateway::RestApi RestApiId (__deleted__)
9+
* AWS::DirectoryService::SimpleAD DirectoryId (__added__)
10+
* AWS::EC2::Volume Documentation (__changed__)
11+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html
12+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html
13+
* AWS::EC2::Volume VolumeId (__added__)
14+
* AWS::FSx::FileSystem ResourceARN (__added__)
15+
* AWS::GameLift::Build BuildId (__added__)
16+
* AWS::IoT::Thing Arn (__added__)
17+
* AWS::IoT::Thing Id (__added__)
18+
* AWS::Logs::SubscriptionFilter FilterName (__deleted__)
19+
* AWS::RDS::DBInstance DBSystemId (__added__)
20+
* AWS::RedshiftServerless::Namespace Namespace (__deleted__)
21+
* AWS::RedshiftServerless::Workgroup Workgroup (__deleted__)
22+
* AWS::RedshiftServerless::Workgroup Workgroup.ConfigParameters (__deleted__)
23+
* AWS::RedshiftServerless::Workgroup Workgroup.Endpoint (__deleted__)
24+
* AWS::RedshiftServerless::Workgroup Workgroup.Endpoint.VpcEndpoints (__deleted__)
25+
* AWS::Route53RecoveryControl::Cluster ClusterEndpoints (__deleted__)
26+
27+
## Property Changes
28+
29+
* AWS::ApiGateway::RestApi Parameters.DuplicatesAllowed (__added__)
30+
* AWS::CloudFront::Function FunctionCode.Required (__changed__)
31+
* Old: false
32+
* New: true
33+
* AWS::CloudFront::Function FunctionConfig.Required (__changed__)
34+
* Old: false
35+
* New: true
36+
* AWS::DataSync::LocationEFS EfsFilesystemArn.Required (__changed__)
37+
* Old: true
38+
* New: false
39+
* AWS::DirectoryService::SimpleAD Password.Required (__changed__)
40+
* Old: true
41+
* New: false
42+
* AWS::EC2::Volume AutoEnableIO.Documentation (__changed__)
43+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio
44+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-autoenableio
45+
* AWS::EC2::Volume AvailabilityZone.Documentation (__changed__)
46+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone
47+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-availabilityzone
48+
* AWS::EC2::Volume Encrypted.Documentation (__changed__)
49+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted
50+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-encrypted
51+
* AWS::EC2::Volume Iops.Documentation (__changed__)
52+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops
53+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-iops
54+
* AWS::EC2::Volume KmsKeyId.Documentation (__changed__)
55+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid
56+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-kmskeyid
57+
* AWS::EC2::Volume MultiAttachEnabled.Documentation (__changed__)
58+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled
59+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-multiattachenabled
60+
* AWS::EC2::Volume OutpostArn.Documentation (__changed__)
61+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn
62+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-outpostarn
63+
* AWS::EC2::Volume Size.Documentation (__changed__)
64+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size
65+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-size
66+
* AWS::EC2::Volume SnapshotId.Documentation (__changed__)
67+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid
68+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-snapshotid
69+
* AWS::EC2::Volume Tags.Documentation (__changed__)
70+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-tags
71+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-tags
72+
* AWS::EC2::Volume Throughput.Documentation (__changed__)
73+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-throughput
74+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-throughput
75+
* AWS::EC2::Volume VolumeType.Documentation (__changed__)
76+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype
77+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-volumetype
78+
* AWS::EKS::Nodegroup Labels.PrimitiveType (__deleted__)
79+
* AWS::EKS::Nodegroup Labels.PrimitiveItemType (__added__)
80+
* AWS::EKS::Nodegroup Labels.Type (__added__)
81+
* AWS::EKS::Nodegroup Tags.PrimitiveType (__deleted__)
82+
* AWS::EKS::Nodegroup Tags.PrimitiveItemType (__added__)
83+
* AWS::EKS::Nodegroup Tags.Type (__added__)
84+
* AWS::GameLift::Build StorageLocation.Type (__changed__)
85+
* Old: S3Location
86+
* New: StorageLocation
87+
* AWS::Grafana::Workspace VpcConfiguration (__added__)
88+
* AWS::Logs::SubscriptionFilter Distribution (__added__)
89+
* AWS::Logs::SubscriptionFilter FilterName (__added__)
90+
* AWS::RedshiftServerless::Namespace Namespace (__added__)
91+
* AWS::RedshiftServerless::Workgroup Workgroup (__added__)
92+
* AWS::Route53RecoveryControl::Cluster ClusterEndpoints (__added__)
93+
94+
## Property Type Changes
95+
96+
* AWS::GameLift::Build.S3Location (__removed__)
97+
* AWS::GameLift::Build.StorageLocation (__added__)
98+
* AWS::Grafana::Workspace.VpcConfiguration (__added__)
99+
* AWS::NetworkFirewall::RuleGroup.IPSetReference (__added__)
100+
* AWS::NetworkFirewall::RuleGroup.ReferenceSets (__added__)
101+
* AWS::QuickSight::DataSource.DatabricksParameters (__added__)
102+
* AWS::DirectoryService::SimpleAD.VpcSettings SubnetIds.UpdateType (__changed__)
103+
* Old: Mutable
104+
* New: Immutable
105+
* AWS::DirectoryService::SimpleAD.VpcSettings VpcId.UpdateType (__changed__)
106+
* Old: Mutable
107+
* New: Immutable
108+
* AWS::Evidently::Experiment.MetricGoalObject EventPattern.Required (__changed__)
109+
* Old: true
110+
* New: false
111+
* AWS::Evidently::Launch.MetricDefinitionObject EventPattern.Required (__changed__)
112+
* Old: true
113+
* New: false
114+
* AWS::FSx::FileSystem.OntapConfiguration RouteTableIds.UpdateType (__changed__)
115+
* Old: Immutable
116+
* New: Mutable
117+
* AWS::FSx::Volume.OntapConfiguration CopyTagsToBackups (__added__)
118+
* AWS::FSx::Volume.OntapConfiguration OntapVolumeType (__added__)
119+
* AWS::FSx::Volume.OntapConfiguration SnapshotPolicy (__added__)
120+
* AWS::FSx::Volume.OntapConfiguration JunctionPath.Required (__changed__)
121+
* Old: true
122+
* New: false
123+
* AWS::FSx::Volume.OntapConfiguration StorageEfficiencyEnabled.Required (__changed__)
124+
* Old: true
125+
* New: false
126+
* AWS::IoT::Thing.AttributePayload Attributes.DuplicatesAllowed (__deleted__)
127+
* AWS::NetworkFirewall::FirewallPolicy.StatefulEngineOptions StreamExceptionPolicy (__added__)
128+
* AWS::NetworkFirewall::RuleGroup.RuleGroup ReferenceSets (__added__)
129+
* AWS::NetworkManager::VpcAttachment.VpcOptions ApplianceModeSupport (__added__)
130+
* AWS::QuickSight::DataSource.DataSourceParameters DatabricksParameters (__added__)
131+
* AWS::RDS::DBProxy.AuthFormat ClientPasswordAuthType (__added__)
132+
133+
1134
# CloudFormation Resource Specification v102.0.0
2135

3136
## New Resource Types

Diff for: packages/@aws-cdk/cfnspec/cfn.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
102.0.0
1+
103.0.0

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ACMPCA.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::ACMPCA::Certificate.ApiPassthrough": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_APS.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::APS::Workspace.LoggingConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AccessAnalyzer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AmazonMQ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AmazonMQ::Broker.ConfigurationId": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Amplify.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Amplify::App.AutoBranchCreationConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AmplifyUIBuilder.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AmplifyUIBuilder::Component.ActionParameters": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-actionparameters.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApiGateway.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::ApiGateway::ApiKey.StageKey": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-stagekey.html",
@@ -1329,9 +1329,6 @@
13291329
},
13301330
"AWS::ApiGateway::RestApi": {
13311331
"Attributes": {
1332-
"RestApiId": {
1333-
"PrimitiveType": "String"
1334-
},
13351332
"RootResourceId": {
13361333
"PrimitiveType": "String"
13371334
}
@@ -1414,6 +1411,7 @@
14141411
},
14151412
"Parameters": {
14161413
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-parameters",
1414+
"DuplicatesAllowed": false,
14171415
"PrimitiveItemType": "String",
14181416
"Required": false,
14191417
"Type": "Map",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApiGatewayV2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::ApiGatewayV2::Api.BodyS3Location": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppConfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppConfig::Application.Tags": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppFlow.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppFlow::Connector.ConnectorProvisioningConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-connectorprovisioningconfig.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppIntegrations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppIntegrations::DataIntegration.ScheduleConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-scheduleconfig.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppMesh.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppRunner.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppStream.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppStream::AppBlock.S3Location": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AppSync.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AppSync::DataSource.AuthorizationConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApplicationAutoScaling.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_ApplicationInsights.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::ApplicationInsights::Application.Alarm": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Athena.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Athena::WorkGroup.EncryptionConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AuditManager.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AuditManager::Assessment.AWSAccount": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessment-awsaccount.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AutoScaling.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratorcountrequest.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_AutoScalingPlans.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Backup.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-advancedbackupsettingresourcetype.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Batch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Batch::ComputeEnvironment.ComputeResources": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_BillingConductor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::BillingConductor::BillingGroup.AccountGrouping": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-accountgrouping.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Budgets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Budgets::Budget.AutoAdjustData": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-autoadjustdata.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_CE.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::CE::AnomalyMonitor.ResourceTag": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_CUR.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {},
44
"ResourceTypes": {
55
"AWS::CUR::ReportDefinition": {

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Cassandra.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Cassandra::Table.BillingMode": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_CertificateManager.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::CertificateManager::Account.ExpiryEventsConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Chatbot.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {},
44
"ResourceTypes": {
55
"AWS::Chatbot::SlackChannelConfiguration": {

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Cloud9.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::Cloud9::EnvironmentEC2.Repository": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloud9-environmentec2-repository.html",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_CloudFormation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "102.0.0",
2+
"$version": "103.0.0",
33
"PropertyTypes": {
44
"AWS::CloudFormation::HookVersion.LoggingConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-hookversion-loggingconfig.html",

0 commit comments

Comments
 (0)