Skip to content

Commit d19646b

Browse files
feat(cfnspec): cloudformation spec v123.0.0 (#25649)
1 parent d38551a commit d19646b

File tree

226 files changed

+1624
-228
lines changed

Some content is hidden

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

226 files changed

+1624
-228
lines changed

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

+146
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,149 @@
1+
# CloudFormation Resource Specification v123.0.0
2+
3+
## New Resource Types
4+
5+
* AWS::Connect::Prompt
6+
* AWS::QuickSight::Topic
7+
* AWS::Shield::DRTAccess
8+
* AWS::Shield::ProactiveEngagement
9+
* AWS::Shield::Protection
10+
* AWS::Shield::ProtectionGroup
11+
12+
## Attribute Changes
13+
14+
* AWS::EC2::IPAM ResourceDiscoveryAssociationCount (__added__)
15+
* AWS::EC2::SubnetCidrBlock Id (__added__)
16+
* AWS::Logs::LogStream Id (__deleted__)
17+
* AWS::Synthetics::Canary Code.SourceLocationArn (__added__)
18+
19+
## Property Changes
20+
21+
* AWS::AppFlow::Flow FlowStatus (__added__)
22+
* AWS::EC2::IPAM ResourceDiscoveryAssociationCount (__deleted__)
23+
* AWS::Neptune::DBCluster Port (__deleted__)
24+
* AWS::Neptune::DBCluster CopyTagsToSnapshot (__added__)
25+
* AWS::Neptune::DBCluster DBInstanceParameterGroupName (__added__)
26+
* AWS::Neptune::DBCluster ServerlessScalingConfiguration (__added__)
27+
* AWS::Neptune::DBCluster AssociatedRoles.DuplicatesAllowed (__added__)
28+
* AWS::Neptune::DBCluster AvailabilityZones.DuplicatesAllowed (__added__)
29+
* AWS::Neptune::DBCluster EnableCloudwatchLogsExports.DuplicatesAllowed (__added__)
30+
* AWS::Neptune::DBCluster EngineVersion.UpdateType (__changed__)
31+
* Old: Immutable
32+
* New: Mutable
33+
* AWS::Neptune::DBCluster Tags.DuplicatesAllowed (__added__)
34+
* AWS::Neptune::DBCluster VpcSecurityGroupIds.DuplicatesAllowed (__added__)
35+
* AWS::S3::AccessPoint PolicyStatus (__deleted__)
36+
* AWS::S3::AccessPoint PublicAccessBlockConfiguration.UpdateType (__changed__)
37+
* Old: Immutable
38+
* New: Mutable
39+
* AWS::SimSpaceWeaver::Simulation MaximumDuration (__added__)
40+
* AWS::SimSpaceWeaver::Simulation SnapshotS3Location (__added__)
41+
* AWS::SimSpaceWeaver::Simulation Name.Required (__changed__)
42+
* Old: false
43+
* New: true
44+
* AWS::SimSpaceWeaver::Simulation RoleArn.Required (__changed__)
45+
* Old: false
46+
* New: true
47+
* AWS::SimSpaceWeaver::Simulation RoleArn.UpdateType (__changed__)
48+
* Old: Mutable
49+
* New: Immutable
50+
* AWS::SimSpaceWeaver::Simulation SchemaS3Location.UpdateType (__changed__)
51+
* Old: Mutable
52+
* New: Immutable
53+
* AWS::Synthetics::Canary DeleteLambdaResourcesOnCanaryDeletion (__deleted__)
54+
* AWS::Synthetics::Canary StartCanaryAfterCreation.Required (__changed__)
55+
* Old: true
56+
* New: false
57+
* AWS::XRay::Group GroupName.Required (__changed__)
58+
* Old: false
59+
* New: true
60+
* AWS::XRay::Group Tags.ItemType (__changed__)
61+
* Old: TagsItems
62+
* New: Tag
63+
* AWS::XRay::SamplingRule RuleName (__deleted__)
64+
* AWS::XRay::SamplingRule SamplingRuleRecord (__deleted__)
65+
* AWS::XRay::SamplingRule SamplingRuleUpdate (__deleted__)
66+
* AWS::XRay::SamplingRule Tags.ItemType (__changed__)
67+
* Old: TagsItems
68+
* New: Tag
69+
70+
## Property Type Changes
71+
72+
* AWS::S3::AccessPoint.PolicyStatus (__removed__)
73+
* AWS::XRay::Group.TagsItems (__removed__)
74+
* AWS::XRay::SamplingRule.SamplingRuleRecord (__removed__)
75+
* AWS::XRay::SamplingRule.SamplingRuleUpdate (__removed__)
76+
* AWS::XRay::SamplingRule.TagsItems (__removed__)
77+
* AWS::Neptune::DBCluster.ServerlessScalingConfiguration (__added__)
78+
* AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileCredentials JwtToken (__added__)
79+
* AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileCredentials OAuth2GrantType (__added__)
80+
* AWS::AppFlow::Flow.TriggerConfig ActivateFlowOnCreate (__deleted__)
81+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicAcls.UpdateType (__changed__)
82+
* Old: Immutable
83+
* New: Mutable
84+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicPolicy.UpdateType (__changed__)
85+
* Old: Immutable
86+
* New: Mutable
87+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration IgnorePublicAcls.UpdateType (__changed__)
88+
* Old: Immutable
89+
* New: Mutable
90+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration RestrictPublicBuckets.UpdateType (__changed__)
91+
* Old: Immutable
92+
* New: Mutable
93+
* AWS::SimSpaceWeaver::Simulation.S3Location BucketName.UpdateType (__changed__)
94+
* Old: Mutable
95+
* New: Immutable
96+
* AWS::SimSpaceWeaver::Simulation.S3Location ObjectKey.UpdateType (__changed__)
97+
* Old: Mutable
98+
* New: Immutable
99+
* AWS::Synthetics::Canary.Code SourceLocationArn (__added__)
100+
* AWS::Transfer::Server.IdentityProviderDetails SftpAuthenticationMethods (__added__)
101+
* AWS::XRay::SamplingRule.SamplingRule FixedRate.Required (__changed__)
102+
* Old: false
103+
* New: true
104+
* AWS::XRay::SamplingRule.SamplingRule HTTPMethod.Required (__changed__)
105+
* Old: false
106+
* New: true
107+
* AWS::XRay::SamplingRule.SamplingRule Host.Required (__changed__)
108+
* Old: false
109+
* New: true
110+
* AWS::XRay::SamplingRule.SamplingRule Priority.Required (__changed__)
111+
* Old: false
112+
* New: true
113+
* AWS::XRay::SamplingRule.SamplingRule ReservoirSize.Required (__changed__)
114+
* Old: false
115+
* New: true
116+
* AWS::XRay::SamplingRule.SamplingRule ResourceARN.Required (__changed__)
117+
* Old: false
118+
* New: true
119+
* AWS::XRay::SamplingRule.SamplingRule ServiceName.Required (__changed__)
120+
* Old: false
121+
* New: true
122+
* AWS::XRay::SamplingRule.SamplingRule ServiceType.Required (__changed__)
123+
* Old: false
124+
* New: true
125+
* AWS::XRay::SamplingRule.SamplingRule URLPath.Required (__changed__)
126+
* Old: false
127+
* New: true
128+
* AWS::XRay::SamplingRule.SamplingRule Version.UpdateType (__changed__)
129+
* Old: Mutable
130+
* New: Immutable
131+
132+
# CloudFormation Resource Specification (us-west-2) v123.0.0
133+
134+
## New Resource Types
135+
136+
137+
## Attribute Changes
138+
139+
140+
## Property Changes
141+
142+
143+
## Property Type Changes
144+
145+
146+
1147
# CloudFormation Resource Specification v122.0.0
2148

3149
## New Resource Types

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
122.0.0
1+
123.0.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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "122.0.0",
2+
"$version": "123.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",
@@ -878,6 +878,18 @@
878878
"Type": "ConnectorOAuthRequest",
879879
"UpdateType": "Mutable"
880880
},
881+
"JwtToken": {
882+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-jwttoken",
883+
"PrimitiveType": "String",
884+
"Required": false,
885+
"UpdateType": "Mutable"
886+
},
887+
"OAuth2GrantType": {
888+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-oauth2granttype",
889+
"PrimitiveType": "String",
890+
"Required": false,
891+
"UpdateType": "Mutable"
892+
},
881893
"RefreshToken": {
882894
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-refreshtoken",
883895
"PrimitiveType": "String",
@@ -2199,12 +2211,6 @@
21992211
"AWS::AppFlow::Flow.TriggerConfig": {
22002212
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html",
22012213
"Properties": {
2202-
"ActivateFlowOnCreate": {
2203-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-activateflowoncreate",
2204-
"PrimitiveType": "Boolean",
2205-
"Required": false,
2206-
"UpdateType": "Immutable"
2207-
},
22082214
"TriggerProperties": {
22092215
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-triggerproperties",
22102216
"Required": false,
@@ -2455,6 +2461,12 @@
24552461
"Required": true,
24562462
"UpdateType": "Immutable"
24572463
},
2464+
"FlowStatus": {
2465+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowstatus",
2466+
"PrimitiveType": "String",
2467+
"Required": false,
2468+
"UpdateType": "Mutable"
2469+
},
24582470
"KMSArn": {
24592471
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-kmsarn",
24602472
"PrimitiveType": "String",

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": "122.0.0",
2+
"$version": "123.0.0",
33
"PropertyTypes": {
44
"AWS::AppIntegrations::DataIntegration.FileConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-fileconfiguration.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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.0.0",
33
"PropertyTypes": {
44
"AWS::Athena::WorkGroup.AclConfiguration": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-aclconfiguration.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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "122.0.0",
2+
"$version": "123.0.0",
33
"PropertyTypes": {},
44
"ResourceTypes": {
55
"AWS::BackupGateway::Hypervisor": {

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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": "122.0.0",
2+
"$version": "123.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",

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

0 commit comments

Comments
 (0)