Skip to content

Commit 5ccc569

Browse files
feat(cfnspec): cloudformation spec v122.0.0 (#25555)
reverting Xray, Logs, Synthetics, S3, SimSpaceWeaver, Neptune due to breaking spec changes.
1 parent 0af161b commit 5ccc569

File tree

225 files changed

+1325
-216
lines changed

Some content is hidden

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

225 files changed

+1325
-216
lines changed

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

+154
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,157 @@
1+
# CloudFormation Resource Specification v122.0.0
2+
3+
## New Resource Types
4+
5+
* AWS::EC2::VerifiedAccessEndpoint
6+
* AWS::EC2::VerifiedAccessGroup
7+
* AWS::EC2::VerifiedAccessTrustProvider
8+
* AWS::IoT::BillingGroup
9+
* AWS::IoT::ThingGroup
10+
* AWS::IoT::ThingType
11+
* AWS::OSIS::Pipeline
12+
13+
## Attribute Changes
14+
15+
* AWS::Logs::LogStream Id (__deleted__)
16+
* AWS::SecretsManager::Secret Id (__added__)
17+
* AWS::Synthetics::Canary Code.SourceLocationArn (__added__)
18+
19+
## Property Changes
20+
21+
* AWS::ElastiCache::ReplicationGroup ClusterMode (__added__)
22+
* AWS::MediaConnect::FlowSource MinLatency (__added__)
23+
* AWS::MediaConnect::FlowSource SenderControlPort (__added__)
24+
* AWS::MediaConnect::FlowSource SenderIpAddress (__added__)
25+
* AWS::MediaConnect::FlowSource SourceListenerAddress (__added__)
26+
* AWS::MediaConnect::FlowSource SourceListenerPort (__added__)
27+
* AWS::Neptune::DBCluster Port (__deleted__)
28+
* AWS::Neptune::DBCluster AssociatedRoles.DuplicatesAllowed (__added__)
29+
* AWS::Neptune::DBCluster AvailabilityZones.DuplicatesAllowed (__added__)
30+
* AWS::Neptune::DBCluster EnableCloudwatchLogsExports.DuplicatesAllowed (__added__)
31+
* AWS::Neptune::DBCluster Tags.DuplicatesAllowed (__added__)
32+
* AWS::Neptune::DBCluster VpcSecurityGroupIds.DuplicatesAllowed (__added__)
33+
* AWS::S3::AccessPoint PolicyStatus (__deleted__)
34+
* AWS::S3::AccessPoint PublicAccessBlockConfiguration.UpdateType (__changed__)
35+
* Old: Immutable
36+
* New: Mutable
37+
* AWS::SecretsManager::Secret ReplicaRegions.DuplicatesAllowed (__added__)
38+
* AWS::SecretsManager::Secret Tags.DuplicatesAllowed (__added__)
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::NetworkFirewall::FirewallPolicy.IPSet (__added__)
78+
* AWS::NetworkFirewall::FirewallPolicy.PolicyVariables (__added__)
79+
* AWS::SageMaker::ModelCard.Container (__added__)
80+
* AWS::SageMaker::ModelCard.InferenceSpecification (__added__)
81+
* AWS::SageMaker::ModelCard.ModelPackageCreator (__added__)
82+
* AWS::SageMaker::ModelCard.ModelPackageDetails (__added__)
83+
* AWS::SageMaker::ModelCard.SourceAlgorithm (__added__)
84+
* AWS::MediaConnect::FlowSource.Encryption Algorithm.Required (__changed__)
85+
* Old: true
86+
* New: false
87+
* AWS::NetworkFirewall::FirewallPolicy.FirewallPolicy PolicyVariables (__added__)
88+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicAcls.UpdateType (__changed__)
89+
* Old: Immutable
90+
* New: Mutable
91+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicPolicy.UpdateType (__changed__)
92+
* Old: Immutable
93+
* New: Mutable
94+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration IgnorePublicAcls.UpdateType (__changed__)
95+
* Old: Immutable
96+
* New: Mutable
97+
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration RestrictPublicBuckets.UpdateType (__changed__)
98+
* Old: Immutable
99+
* New: Mutable
100+
* AWS::SageMaker::EndpointConfig.ServerlessConfig ProvisionedConcurrency (__added__)
101+
* AWS::SageMaker::ModelCard.Content ModelPackageDetails (__added__)
102+
* AWS::SimSpaceWeaver::Simulation.S3Location BucketName.UpdateType (__changed__)
103+
* Old: Mutable
104+
* New: Immutable
105+
* AWS::SimSpaceWeaver::Simulation.S3Location ObjectKey.UpdateType (__changed__)
106+
* Old: Mutable
107+
* New: Immutable
108+
* AWS::Synthetics::Canary.Code SourceLocationArn (__added__)
109+
* AWS::XRay::SamplingRule.SamplingRule FixedRate.Required (__changed__)
110+
* Old: false
111+
* New: true
112+
* AWS::XRay::SamplingRule.SamplingRule HTTPMethod.Required (__changed__)
113+
* Old: false
114+
* New: true
115+
* AWS::XRay::SamplingRule.SamplingRule Host.Required (__changed__)
116+
* Old: false
117+
* New: true
118+
* AWS::XRay::SamplingRule.SamplingRule Priority.Required (__changed__)
119+
* Old: false
120+
* New: true
121+
* AWS::XRay::SamplingRule.SamplingRule ReservoirSize.Required (__changed__)
122+
* Old: false
123+
* New: true
124+
* AWS::XRay::SamplingRule.SamplingRule ResourceARN.Required (__changed__)
125+
* Old: false
126+
* New: true
127+
* AWS::XRay::SamplingRule.SamplingRule ServiceName.Required (__changed__)
128+
* Old: false
129+
* New: true
130+
* AWS::XRay::SamplingRule.SamplingRule ServiceType.Required (__changed__)
131+
* Old: false
132+
* New: true
133+
* AWS::XRay::SamplingRule.SamplingRule URLPath.Required (__changed__)
134+
* Old: false
135+
* New: true
136+
* AWS::XRay::SamplingRule.SamplingRule Version.UpdateType (__changed__)
137+
* Old: Mutable
138+
* New: Immutable
139+
140+
# CloudFormation Resource Specification (us-west-2) v122.0.0
141+
142+
## New Resource Types
143+
144+
145+
## Attribute Changes
146+
147+
148+
## Property Changes
149+
150+
151+
## Property Type Changes
152+
153+
154+
1155
# CloudFormation Resource Specification v121.0.0
2156

3157
## New Resource Types

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "121.0.0",
2+
"$version": "122.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",

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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.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": "121.0.0",
2+
"$version": "122.0.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": "121.0.0",
2+
"$version": "122.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",

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

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "121.0.0",
2+
"$version": "122.0.0",
33
"PropertyTypes": {
44
"AWS::CloudFront::CachePolicy.CachePolicyConfig": {
55
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cachepolicy-cachepolicyconfig.html",

0 commit comments

Comments
 (0)