Skip to content

Commit aca8a25

Browse files
feat(cfnspec): cloudformation spec v107.0.0 (#23698)
1 parent 0303d6f commit aca8a25

File tree

210 files changed

+496
-241
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

+496
-241
lines changed

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

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,89 @@
1+
# CloudFormation Resource Specification v107.0.0
2+
3+
## New Resource Types
4+
5+
6+
## Attribute Changes
7+
8+
* AWS::ApiGateway::RestApi RestApiId (__added__)
9+
* AWS::AuditManager::Assessment Delegations (__deleted__)
10+
* AWS::DataSync::Task ErrorCode (__deleted__)
11+
* AWS::DataSync::Task ErrorDetail (__deleted__)
12+
* AWS::MediaPackage::Channel HlsIngest (__deleted__)
13+
* AWS::MediaPackage::Channel HlsIngest.ingestEndpoints (__deleted__)
14+
* AWS::RDS::DBCluster MasterUserSecret.SecretArn (__added__)
15+
* AWS::RDS::DBInstance MasterUserSecret.SecretArn (__added__)
16+
17+
## Property Changes
18+
19+
* AWS::ApiGateway::RestApi Parameters.DuplicatesAllowed (__deleted__)
20+
* AWS::AppSync::DataSource EventBridgeConfig (__added__)
21+
* AWS::AuditManager::Assessment Delegations (__added__)
22+
* AWS::DataSync::LocationFSxLustre FsxFilesystemArn.Required (__changed__)
23+
* Old: true
24+
* New: false
25+
* AWS::DataSync::LocationFSxWindows FsxFilesystemArn.Required (__changed__)
26+
* Old: true
27+
* New: false
28+
* AWS::DataSync::LocationFSxWindows Password.Required (__changed__)
29+
* Old: true
30+
* New: false
31+
* AWS::DataSync::LocationNFS ServerHostname.Required (__changed__)
32+
* Old: true
33+
* New: false
34+
* AWS::DataSync::LocationNFS Subdirectory.Required (__changed__)
35+
* Old: true
36+
* New: false
37+
* AWS::DataSync::LocationObjectStorage BucketName.Required (__changed__)
38+
* Old: true
39+
* New: false
40+
* AWS::DataSync::LocationObjectStorage ServerHostname.Required (__changed__)
41+
* Old: true
42+
* New: false
43+
* AWS::DataSync::LocationSMB Password.Required (__changed__)
44+
* Old: true
45+
* New: false
46+
* AWS::DataSync::LocationSMB ServerHostname.Required (__changed__)
47+
* Old: true
48+
* New: false
49+
* AWS::DataSync::LocationSMB Subdirectory.Required (__changed__)
50+
* Old: true
51+
* New: false
52+
* AWS::EC2::PlacementGroup PartitionCount (__added__)
53+
* AWS::EC2::PlacementGroup Tags (__added__)
54+
* AWS::IoT::JobTemplate JobExecutionsRetryConfig (__added__)
55+
* AWS::Lambda::EventSourceMapping ScalingConfig (__added__)
56+
* AWS::MediaPackage::Channel HlsIngest (__added__)
57+
* AWS::RDS::DBCluster ManageMasterUserPassword (__added__)
58+
* AWS::RDS::DBCluster MasterUserSecret (__added__)
59+
* AWS::RDS::DBInstance ManageMasterUserPassword (__added__)
60+
* AWS::RDS::DBInstance MasterUserSecret (__added__)
61+
62+
## Property Type Changes
63+
64+
* AWS::AppSync::DataSource.EventBridgeConfig (__added__)
65+
* AWS::IoT::JobTemplate.JobExecutionsRetryConfig (__added__)
66+
* AWS::IoT::JobTemplate.RetryCriteria (__added__)
67+
* AWS::Lambda::EventSourceMapping.ScalingConfig (__added__)
68+
* AWS::RDS::DBCluster.MasterUserSecret (__added__)
69+
* AWS::RDS::DBInstance.MasterUserSecret (__added__)
70+
* AWS::AppRunner::Service.CodeConfigurationValues RuntimeEnvironmentSecrets (__added__)
71+
* AWS::AppRunner::Service.ImageConfiguration RuntimeEnvironmentSecrets (__added__)
72+
* AWS::MediaPackage::Channel.IngestEndpoint Id.Required (__changed__)
73+
* Old: false
74+
* New: true
75+
* AWS::MediaPackage::Channel.IngestEndpoint Password.Required (__changed__)
76+
* Old: false
77+
* New: true
78+
* AWS::MediaPackage::Channel.IngestEndpoint Url.Required (__changed__)
79+
* Old: false
80+
* New: true
81+
* AWS::MediaPackage::Channel.IngestEndpoint Username.Required (__changed__)
82+
* Old: false
83+
* New: true
84+
* AWS::MediaPackage::PackagingConfiguration.DashPackage IncludeIframeOnlyStream (__added__)
85+
86+
187
# CloudFormation Resource Specification v106.0.0
288

389
## New Resource Types

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
106.0.0
1+
107.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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,6 +1329,9 @@
13291329
},
13301330
"AWS::ApiGateway::RestApi": {
13311331
"Attributes": {
1332+
"RestApiId": {
1333+
"PrimitiveType": "String"
1334+
},
13321335
"RootResourceId": {
13331336
"PrimitiveType": "String"
13341337
}
@@ -1411,7 +1414,6 @@
14111414
},
14121415
"Parameters": {
14131416
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-parameters",
1414-
"DuplicatesAllowed": false,
14151417
"PrimitiveItemType": "String",
14161418
"Required": false,
14171419
"Type": "Map",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$version": "106.0.0",
2+
"$version": "107.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",

0 commit comments

Comments
 (0)