Skip to content

Commit a283a48

Browse files
aws-cdk-automationAWS CDK Teamnjlynchmergify[bot]
authored
feat(cfnspec): cloudformation spec v53.1.0 (#18588)
* feat: cloudformation spec v53.1.0 * chore(servicediscovery): adding awslint exception Co-authored-by: AWS CDK Team <[email protected]> Co-authored-by: Nick Lynch <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 16db963 commit a283a48

File tree

187 files changed

+1018
-206
lines changed

Some content is hidden

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

187 files changed

+1018
-206
lines changed

packages/@aws-cdk/aws-servicediscovery/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@
156156
"docs-public-apis:@aws-cdk/aws-servicediscovery.PrivateDnsNamespaceAttributes",
157157
"docs-public-apis:@aws-cdk/aws-servicediscovery.PrivateDnsNamespaceProps",
158158
"docs-public-apis:@aws-cdk/aws-servicediscovery.PublicDnsNamespaceAttributes",
159-
"docs-public-apis:@aws-cdk/aws-servicediscovery.PublicDnsNamespaceProps"
159+
"docs-public-apis:@aws-cdk/aws-servicediscovery.PublicDnsNamespaceProps",
160+
"resource-attribute:@aws-cdk/aws-servicediscovery.PrivateDnsNamespace.privateDnsNamespaceHostedZoneId",
161+
"resource-attribute:@aws-cdk/aws-servicediscovery.PublicDnsNamespace.publicDnsNamespaceHostedZoneId"
160162
]
161163
},
162164
"stability": "stable",

packages/@aws-cdk/cfnspec/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# CloudFormation Resource Specification v53.1.0
2+
3+
## New Resource Types
4+
5+
* AWS::Lightsail::Certificate
6+
* AWS::Lightsail::Container
7+
* AWS::Lightsail::Distribution
8+
9+
## Attribute Changes
10+
11+
* AWS::ServiceDiscovery::PrivateDnsNamespace HostedZoneId (__added__)
12+
* AWS::ServiceDiscovery::PublicDnsNamespace HostedZoneId (__added__)
13+
14+
## Property Changes
15+
16+
* AWS::DMS::Endpoint GcpMySQLSettings (__added__)
17+
* AWS::SageMaker::Device Device.PrimitiveType (__deleted__)
18+
* AWS::SageMaker::Pipeline ParallelismConfiguration (__added__)
19+
20+
## Property Type Changes
21+
22+
* AWS::ApplicationInsights::Application.HAClusterPrometheusExporter (__added__)
23+
* AWS::ApplicationInsights::Application.HANAPrometheusExporter (__added__)
24+
* AWS::DMS::Endpoint.GcpMySQLSettings (__added__)
25+
* AWS::SSM::MaintenanceWindowTask.CloudWatchOutputConfig (__added__)
26+
* AWS::ApplicationInsights::Application.ConfigurationDetails HAClusterPrometheusExporter (__added__)
27+
* AWS::ApplicationInsights::Application.ConfigurationDetails HANAPrometheusExporter (__added__)
28+
* AWS::DataBrew::Job.OutputLocation BucketOwner (__added__)
29+
* AWS::DataBrew::Job.S3Location BucketOwner (__added__)
30+
* AWS::RoboMaker::SimulationApplication.RobotSoftwareSuite Version.Required (__changed__)
31+
* Old: true
32+
* New: false
33+
* AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite Version.Required (__changed__)
34+
* Old: true
35+
* New: false
36+
* AWS::SSM::MaintenanceWindowTask.MaintenanceWindowRunCommandParameters CloudWatchOutputConfig (__added__)
37+
* AWS::SSM::MaintenanceWindowTask.MaintenanceWindowRunCommandParameters DocumentVersion (__added__)
38+
39+
## Unapplied changes
40+
41+
* AWS::ECS is at 51.0.0
42+
143

244
## Unapplied changes
345

packages/@aws-cdk/cfnspec/cfn.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
53.0.0
1+
53.1.0

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::ACMPCA::Certificate.ApiPassthrough": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {},
44
"ResourceTypes": {
55
"AWS::APS::RuleGroupsNamespace": {

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AmazonMQ::Broker.ConfigurationId": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Amplify::App.AutoBranchCreationConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html",

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

+21-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AmplifyUIBuilder::Component.ComponentBindingPropertiesValue": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentbindingpropertiesvalue.html",
@@ -175,13 +175,22 @@
175175
}
176176
},
177177
"AWS::AmplifyUIBuilder::Component.ComponentOverrides": {
178-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentoverrides.html"
178+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentoverrides.html",
179+
"PrimitiveType": "Json",
180+
"Required": false,
181+
"UpdateType": "Mutable"
179182
},
180183
"AWS::AmplifyUIBuilder::Component.ComponentOverridesValue": {
181-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentoverridesvalue.html"
184+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentoverridesvalue.html",
185+
"PrimitiveType": "Json",
186+
"Required": false,
187+
"UpdateType": "Mutable"
182188
},
183189
"AWS::AmplifyUIBuilder::Component.ComponentProperties": {
184-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentproperties.html"
190+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentproperties.html",
191+
"PrimitiveType": "Json",
192+
"Required": false,
193+
"UpdateType": "Mutable"
185194
},
186195
"AWS::AmplifyUIBuilder::Component.ComponentProperty": {
187196
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentproperty.html",
@@ -302,10 +311,16 @@
302311
}
303312
},
304313
"AWS::AmplifyUIBuilder::Component.ComponentVariantValues": {
305-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentvariantvalues.html"
314+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-componentvariantvalues.html",
315+
"PrimitiveType": "Json",
316+
"Required": false,
317+
"UpdateType": "Mutable"
306318
},
307319
"AWS::AmplifyUIBuilder::Component.FormBindings": {
308-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindings.html"
320+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindings.html",
321+
"PrimitiveType": "Json",
322+
"Required": false,
323+
"UpdateType": "Mutable"
309324
},
310325
"AWS::AmplifyUIBuilder::Component.Predicate": {
311326
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-predicate.html",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::ApiGateway::ApiKey.StageKey": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-stagekey.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::ApiGatewayV2::Api.BodyS3Location": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppConfig::Application.Tags": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppFlow::ConnectorProfile.AmplitudeConnectorProfileCredentials": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-amplitudeconnectorprofilecredentials.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppIntegrations::EventIntegration.EventFilter": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-eventintegration-eventfilter.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppRunner::Service.AuthenticationConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-authenticationconfiguration.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppStream::AppBlock.S3Location": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AppSync::DataSource.AuthorizationConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html",

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

+59-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::ApplicationInsights::Application.Alarm": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",
@@ -105,6 +105,18 @@
105105
"Type": "List",
106106
"UpdateType": "Mutable"
107107
},
108+
"HAClusterPrometheusExporter": {
109+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-configurationdetails.html#cfn-applicationinsights-application-configurationdetails-haclusterprometheusexporter",
110+
"Required": false,
111+
"Type": "HAClusterPrometheusExporter",
112+
"UpdateType": "Mutable"
113+
},
114+
"HANAPrometheusExporter": {
115+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-configurationdetails.html#cfn-applicationinsights-application-configurationdetails-hanaprometheusexporter",
116+
"Required": false,
117+
"Type": "HANAPrometheusExporter",
118+
"UpdateType": "Mutable"
119+
},
108120
"JMXPrometheusExporter": {
109121
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-configurationdetails.html#cfn-applicationinsights-application-configurationdetails-jmxprometheusexporter",
110122
"Required": false,
@@ -145,6 +157,52 @@
145157
}
146158
}
147159
},
160+
"AWS::ApplicationInsights::Application.HAClusterPrometheusExporter": {
161+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html",
162+
"Properties": {
163+
"PrometheusPort": {
164+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html#cfn-applicationinsights-application-haclusterprometheusexporter-prometheusport",
165+
"PrimitiveType": "String",
166+
"Required": false,
167+
"UpdateType": "Mutable"
168+
}
169+
}
170+
},
171+
"AWS::ApplicationInsights::Application.HANAPrometheusExporter": {
172+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html",
173+
"Properties": {
174+
"AgreeToInstallHANADBClient": {
175+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-agreetoinstallhanadbclient",
176+
"PrimitiveType": "Boolean",
177+
"Required": false,
178+
"UpdateType": "Mutable"
179+
},
180+
"HANAPort": {
181+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-hanaport",
182+
"PrimitiveType": "String",
183+
"Required": false,
184+
"UpdateType": "Mutable"
185+
},
186+
"HANASID": {
187+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-hanasid",
188+
"PrimitiveType": "String",
189+
"Required": false,
190+
"UpdateType": "Mutable"
191+
},
192+
"HANASecretName": {
193+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-hanasecretname",
194+
"PrimitiveType": "String",
195+
"Required": false,
196+
"UpdateType": "Mutable"
197+
},
198+
"PrometheusPort": {
199+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-prometheusport",
200+
"PrimitiveType": "String",
201+
"Required": false,
202+
"UpdateType": "Mutable"
203+
}
204+
}
205+
},
148206
"AWS::ApplicationInsights::Application.JMXPrometheusExporter": {
149207
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-jmxprometheusexporter.html",
150208
"Properties": {

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Athena::WorkGroup.EncryptionConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionconfiguration.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AuditManager::Assessment.AWSAccount": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessment-awsaccount.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratorcountrequest.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-advancedbackupsettingresourcetype.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Batch::ComputeEnvironment.ComputeResources": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Budgets::Budget.BudgetData": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::CE::AnomalySubscription.Subscriber": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalysubscription-subscriber.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {},
44
"ResourceTypes": {
55
"AWS::CUR::ReportDefinition": {

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Cassandra::Table.BillingMode": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-billingmode.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::CertificateManager::Account.ExpiryEventsConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {},
44
"ResourceTypes": {
55
"AWS::Chatbot::SlackChannelConfiguration": {

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::Cloud9::EnvironmentEC2.Repository": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloud9-environmentec2-repository.html",

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": "53.0.0",
2+
"$version": "53.1.0",
33
"PropertyTypes": {
44
"AWS::CloudFormation::ResourceVersion.LoggingConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-resourceversion-loggingconfig.html",

0 commit comments

Comments
 (0)