Skip to content

Commit 8ee97b0

Browse files
feat(cfnspec): cloudformation spec v109.0.0 (#23868)
1 parent b08ff50 commit 8ee97b0

File tree

212 files changed

+1368
-235
lines changed

Some content is hidden

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

212 files changed

+1368
-235
lines changed

packages/@aws-cdk/aws-lambda/lib/function-hash.ts

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export const VERSION_LOCKED: { [key: string]: boolean } = {
7474
PackageType: true,
7575
Role: true,
7676
Runtime: true,
77+
RuntimeManagementConfig: true,
7778
SnapStart: true,
7879
Timeout: true,
7980
TracingConfig: true,

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

+118
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,121 @@
1+
# CloudFormation Resource Specification v109.0.0
2+
3+
## New Resource Types
4+
5+
* AWS::Connect::ApprovedOrigin
6+
* AWS::Connect::IntegrationAssociation
7+
* AWS::Connect::SecurityKey
8+
9+
## Attribute Changes
10+
11+
* AWS::Logs::LogStream Id (__added__)
12+
* AWS::OpenSearchService::Domain AdvancedSecurityOptions.AnonymousAuthDisableDate (__added__)
13+
* AWS::Route53Resolver::ResolverEndpoint ResolverEndpointType (__added__)
14+
* AWS::SecretsManager::Secret Id (__deleted__)
15+
16+
## Property Changes
17+
18+
* AWS::ApiGatewayV2::ApiMapping ApiId.UpdateType (__changed__)
19+
* Old: Immutable
20+
* New: Mutable
21+
* AWS::DMS::EventSubscription Tags.UpdateType (__changed__)
22+
* Old: Immutable
23+
* New: Mutable
24+
* AWS::DMS::ReplicationInstance Tags.UpdateType (__changed__)
25+
* Old: Immutable
26+
* New: Mutable
27+
* AWS::DMS::ReplicationTask Tags.UpdateType (__changed__)
28+
* Old: Immutable
29+
* New: Mutable
30+
* AWS::EC2::CustomerGateway DeviceName (__added__)
31+
* AWS::EC2::NatGateway MaxDrainDurationSeconds (__added__)
32+
* AWS::EC2::NatGateway SecondaryAllocationIds (__added__)
33+
* AWS::EC2::NatGateway SecondaryPrivateIpAddressCount (__added__)
34+
* AWS::EC2::NatGateway SecondaryPrivateIpAddresses (__added__)
35+
* AWS::EMRServerless::Application ImageConfiguration (__added__)
36+
* AWS::EMRServerless::Application WorkerTypeSpecifications (__added__)
37+
* AWS::GroundStation::DataflowEndpointGroup ContactPostPassDurationSeconds (__added__)
38+
* AWS::GroundStation::DataflowEndpointGroup ContactPrePassDurationSeconds (__added__)
39+
* AWS::ImageBuilder::Image ImageScanningConfiguration (__added__)
40+
* AWS::ImageBuilder::ImagePipeline ImageScanningConfiguration (__added__)
41+
* AWS::Lambda::Function RuntimeManagementConfig (__added__)
42+
* AWS::Location::GeofenceCollection PricingPlan (__deleted__)
43+
* AWS::Location::GeofenceCollection PricingPlanDataSource (__deleted__)
44+
* AWS::RUM::AppMonitor CustomEvents (__added__)
45+
* AWS::Route53Resolver::ResolverEndpoint ResolverEndpointType (__added__)
46+
* AWS::SageMaker::Domain DefaultSpaceSettings (__added__)
47+
* AWS::SecretsManager::Secret ReplicaRegions.DuplicatesAllowed (__deleted__)
48+
* AWS::SecretsManager::Secret Tags.DuplicatesAllowed (__deleted__)
49+
50+
## Property Type Changes
51+
52+
* AWS::AppFlow::ConnectorProfile.PardotConnectorProfileCredentials (__added__)
53+
* AWS::AppFlow::ConnectorProfile.PardotConnectorProfileProperties (__added__)
54+
* AWS::AppFlow::Flow.PardotSourceProperties (__added__)
55+
* AWS::EMRServerless::Application.ImageConfigurationInput (__added__)
56+
* AWS::EMRServerless::Application.WorkerTypeSpecificationInput (__added__)
57+
* AWS::ImageBuilder::Image.EcrConfiguration (__added__)
58+
* AWS::ImageBuilder::Image.ImageScanningConfiguration (__added__)
59+
* AWS::ImageBuilder::ImagePipeline.EcrConfiguration (__added__)
60+
* AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration (__added__)
61+
* AWS::Lambda::Function.RuntimeManagementConfig (__added__)
62+
* AWS::Lex::Bot.Condition (__added__)
63+
* AWS::Lex::Bot.ConditionalBranch (__added__)
64+
* AWS::Lex::Bot.ConditionalSpecification (__added__)
65+
* AWS::Lex::Bot.DefaultConditionalBranch (__added__)
66+
* AWS::Lex::Bot.DialogAction (__added__)
67+
* AWS::Lex::Bot.DialogCodeHookInvocationSetting (__added__)
68+
* AWS::Lex::Bot.DialogState (__added__)
69+
* AWS::Lex::Bot.ElicitationCodeHookInvocationSetting (__added__)
70+
* AWS::Lex::Bot.InitialResponseSetting (__added__)
71+
* AWS::Lex::Bot.IntentOverride (__added__)
72+
* AWS::Lex::Bot.PostDialogCodeHookInvocationSpecification (__added__)
73+
* AWS::Lex::Bot.SessionAttribute (__added__)
74+
* AWS::Lex::Bot.SlotCaptureSetting (__added__)
75+
* AWS::Lex::Bot.SlotValue (__added__)
76+
* AWS::Lex::Bot.SlotValueOverride (__added__)
77+
* AWS::Lex::Bot.SlotValueOverrideMap (__added__)
78+
* AWS::OpenSearchService::Domain.Idp (__added__)
79+
* AWS::OpenSearchService::Domain.SAMLOptions (__added__)
80+
* AWS::RUM::AppMonitor.CustomEvents (__added__)
81+
* AWS::SageMaker::Domain.DefaultSpaceSettings (__added__)
82+
* AWS::AppFlow::ConnectorProfile.ConnectorProfileCredentials Pardot (__added__)
83+
* AWS::AppFlow::ConnectorProfile.ConnectorProfileProperties Pardot (__added__)
84+
* AWS::AppFlow::Flow.ConnectorOperator Pardot (__added__)
85+
* AWS::AppFlow::Flow.SourceConnectorProperties Pardot (__added__)
86+
* AWS::Lex::Bot.FulfillmentCodeHookSetting IsActive (__added__)
87+
* AWS::Lex::Bot.Intent InitialResponseSetting (__added__)
88+
* AWS::Lex::Bot.IntentClosingSetting Conditional (__added__)
89+
* AWS::Lex::Bot.IntentClosingSetting NextStep (__added__)
90+
* AWS::Lex::Bot.IntentClosingSetting ClosingResponse.Required (__changed__)
91+
* Old: true
92+
* New: false
93+
* AWS::Lex::Bot.IntentConfirmationSetting CodeHook (__added__)
94+
* AWS::Lex::Bot.IntentConfirmationSetting ConfirmationConditional (__added__)
95+
* AWS::Lex::Bot.IntentConfirmationSetting ConfirmationNextStep (__added__)
96+
* AWS::Lex::Bot.IntentConfirmationSetting ConfirmationResponse (__added__)
97+
* AWS::Lex::Bot.IntentConfirmationSetting DeclinationConditional (__added__)
98+
* AWS::Lex::Bot.IntentConfirmationSetting DeclinationNextStep (__added__)
99+
* AWS::Lex::Bot.IntentConfirmationSetting ElicitationCodeHook (__added__)
100+
* AWS::Lex::Bot.IntentConfirmationSetting FailureConditional (__added__)
101+
* AWS::Lex::Bot.IntentConfirmationSetting FailureNextStep (__added__)
102+
* AWS::Lex::Bot.IntentConfirmationSetting FailureResponse (__added__)
103+
* AWS::Lex::Bot.IntentConfirmationSetting DeclinationResponse.Required (__changed__)
104+
* Old: true
105+
* New: false
106+
* AWS::Lex::Bot.PostFulfillmentStatusSpecification FailureConditional (__added__)
107+
* AWS::Lex::Bot.PostFulfillmentStatusSpecification FailureNextStep (__added__)
108+
* AWS::Lex::Bot.PostFulfillmentStatusSpecification SuccessConditional (__added__)
109+
* AWS::Lex::Bot.PostFulfillmentStatusSpecification SuccessNextStep (__added__)
110+
* AWS::Lex::Bot.PostFulfillmentStatusSpecification TimeoutConditional (__added__)
111+
* AWS::Lex::Bot.PostFulfillmentStatusSpecification TimeoutNextStep (__added__)
112+
* AWS::Lex::Bot.SlotValueElicitationSetting SlotCaptureSetting (__added__)
113+
* AWS::OpenSearchService::Domain.AdvancedSecurityOptionsInput AnonymousAuthDisableDate (__added__)
114+
* AWS::OpenSearchService::Domain.AdvancedSecurityOptionsInput AnonymousAuthEnabled (__added__)
115+
* AWS::OpenSearchService::Domain.AdvancedSecurityOptionsInput SAMLOptions (__added__)
116+
* AWS::Route53Resolver::ResolverEndpoint.IpAddressRequest Ipv6 (__added__)
117+
118+
1119

2120
# Serverless Application Model (SAM) Resource Specification v2016-10-31
3121

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "108.0.0",
2+
"$version": "109.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",
@@ -576,7 +576,7 @@
576576
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid",
577577
"PrimitiveType": "String",
578578
"Required": true,
579-
"UpdateType": "Immutable"
579+
"UpdateType": "Mutable"
580580
},
581581
"ApiMappingKey": {
582582
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey",

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

+88-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "108.0.0",
2+
"$version": "109.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",
@@ -153,6 +153,12 @@
153153
"Type": "MarketoConnectorProfileCredentials",
154154
"UpdateType": "Mutable"
155155
},
156+
"Pardot": {
157+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-pardot",
158+
"Required": false,
159+
"Type": "PardotConnectorProfileCredentials",
160+
"UpdateType": "Mutable"
161+
},
156162
"Redshift": {
157163
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-redshift",
158164
"Required": false,
@@ -248,6 +254,12 @@
248254
"Type": "MarketoConnectorProfileProperties",
249255
"UpdateType": "Mutable"
250256
},
257+
"Pardot": {
258+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-pardot",
259+
"Required": false,
260+
"Type": "PardotConnectorProfileProperties",
261+
"UpdateType": "Mutable"
262+
},
251263
"Redshift": {
252264
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-redshift",
253265
"Required": false,
@@ -653,6 +665,58 @@
653665
}
654666
}
655667
},
668+
"AWS::AppFlow::ConnectorProfile.PardotConnectorProfileCredentials": {
669+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html",
670+
"Properties": {
671+
"AccessToken": {
672+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-accesstoken",
673+
"PrimitiveType": "String",
674+
"Required": false,
675+
"UpdateType": "Mutable"
676+
},
677+
"ClientCredentialsArn": {
678+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-clientcredentialsarn",
679+
"PrimitiveType": "String",
680+
"Required": false,
681+
"UpdateType": "Mutable"
682+
},
683+
"ConnectorOAuthRequest": {
684+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-connectoroauthrequest",
685+
"Required": false,
686+
"Type": "ConnectorOAuthRequest",
687+
"UpdateType": "Mutable"
688+
},
689+
"RefreshToken": {
690+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-refreshtoken",
691+
"PrimitiveType": "String",
692+
"Required": false,
693+
"UpdateType": "Mutable"
694+
}
695+
}
696+
},
697+
"AWS::AppFlow::ConnectorProfile.PardotConnectorProfileProperties": {
698+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html",
699+
"Properties": {
700+
"BusinessUnitId": {
701+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-businessunitid",
702+
"PrimitiveType": "String",
703+
"Required": true,
704+
"UpdateType": "Mutable"
705+
},
706+
"InstanceUrl": {
707+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-instanceurl",
708+
"PrimitiveType": "String",
709+
"Required": false,
710+
"UpdateType": "Mutable"
711+
},
712+
"IsSandboxEnvironment": {
713+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-issandboxenvironment",
714+
"PrimitiveType": "Boolean",
715+
"Required": false,
716+
"UpdateType": "Mutable"
717+
}
718+
}
719+
},
656720
"AWS::AppFlow::ConnectorProfile.RedshiftConnectorProfileCredentials": {
657721
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html",
658722
"Properties": {
@@ -1134,6 +1198,12 @@
11341198
"Required": false,
11351199
"UpdateType": "Mutable"
11361200
},
1201+
"Pardot": {
1202+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-pardot",
1203+
"PrimitiveType": "String",
1204+
"Required": false,
1205+
"UpdateType": "Mutable"
1206+
},
11371207
"S3": {
11381208
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-s3",
11391209
"PrimitiveType": "String",
@@ -1514,6 +1584,17 @@
15141584
}
15151585
}
15161586
},
1587+
"AWS::AppFlow::Flow.PardotSourceProperties": {
1588+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html",
1589+
"Properties": {
1590+
"Object": {
1591+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html#cfn-appflow-flow-pardotsourceproperties-object",
1592+
"PrimitiveType": "String",
1593+
"Required": true,
1594+
"UpdateType": "Mutable"
1595+
}
1596+
}
1597+
},
15171598
"AWS::AppFlow::Flow.PrefixConfig": {
15181599
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html",
15191600
"Properties": {
@@ -1928,6 +2009,12 @@
19282009
"Type": "MarketoSourceProperties",
19292010
"UpdateType": "Mutable"
19302011
},
2012+
"Pardot": {
2013+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-pardot",
2014+
"Required": false,
2015+
"Type": "PardotSourceProperties",
2016+
"UpdateType": "Mutable"
2017+
},
19312018
"S3": {
19322019
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-s3",
19332020
"Required": false,

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

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

0 commit comments

Comments
 (0)