Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit a7bf69b

Browse files
Version 26.0.0 2021-01-29
1 parent eb93f2e commit a7bf69b

25 files changed

+8571
-413
lines changed

specs/af-south-1/CloudFormationResourceSpecification.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18315,7 +18315,7 @@
1831518315
}
1831618316
}
1831718317
},
18318-
"ResourceSpecificationVersion": "25.0.0",
18318+
"ResourceSpecificationVersion": "26.0.0",
1831918319
"ResourceTypes": {
1832018320
"AWS::ACMPCA::Certificate": {
1832118321
"Attributes": {
@@ -30503,6 +30503,14 @@
3050330503
}
3050430504
},
3050530505
"AWS::S3::AccessPoint": {
30506+
"Attributes": {
30507+
"NetworkOrigin": {
30508+
"PrimitiveType": "String"
30509+
},
30510+
"PolicyStatus": {
30511+
"PrimitiveType": "Json"
30512+
}
30513+
},
3050630514
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html",
3050730515
"Properties": {
3050830516
"Bucket": {
@@ -30517,24 +30525,12 @@
3051730525
"Required": false,
3051830526
"UpdateType": "Mutable"
3051930527
},
30520-
"NetworkOrigin": {
30521-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin",
30522-
"PrimitiveType": "String",
30523-
"Required": false,
30524-
"UpdateType": "Mutable"
30525-
},
3052630528
"Policy": {
3052730529
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy",
3052830530
"PrimitiveType": "Json",
3052930531
"Required": false,
3053030532
"UpdateType": "Mutable"
3053130533
},
30532-
"PolicyStatus": {
30533-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus",
30534-
"PrimitiveType": "Json",
30535-
"Required": false,
30536-
"UpdateType": "Mutable"
30537-
},
3053830534
"PublicAccessBlockConfiguration": {
3053930535
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-publicaccessblockconfiguration",
3054030536
"Required": false,

specs/ap-east-1/CloudFormationResourceSpecification.json

Lines changed: 90 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9904,6 +9904,17 @@
99049904
}
99059905
}
99069906
},
9907+
"AWS::ECS::Cluster.ClusterConfiguration": {
9908+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clusterconfiguration.html",
9909+
"Properties": {
9910+
"ExecuteCommandConfiguration": {
9911+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clusterconfiguration.html#cfn-ecs-cluster-clusterconfiguration-executecommandconfiguration",
9912+
"Required": false,
9913+
"Type": "ExecuteCommandConfiguration",
9914+
"UpdateType": "Mutable"
9915+
}
9916+
}
9917+
},
99079918
"AWS::ECS::Cluster.ClusterSettings": {
99089919
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clustersettings.html",
99099920
"Properties": {
@@ -9921,6 +9932,64 @@
99219932
}
99229933
}
99239934
},
9935+
"AWS::ECS::Cluster.ExecuteCommandConfiguration": {
9936+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html",
9937+
"Properties": {
9938+
"KmsKeyId": {
9939+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-kmskeyid",
9940+
"PrimitiveType": "String",
9941+
"Required": false,
9942+
"UpdateType": "Mutable"
9943+
},
9944+
"LogConfiguration": {
9945+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-logconfiguration",
9946+
"Required": false,
9947+
"Type": "ExecuteCommandLogConfiguration",
9948+
"UpdateType": "Mutable"
9949+
},
9950+
"Logging": {
9951+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-logging",
9952+
"PrimitiveType": "String",
9953+
"Required": false,
9954+
"UpdateType": "Mutable"
9955+
}
9956+
}
9957+
},
9958+
"AWS::ECS::Cluster.ExecuteCommandLogConfiguration": {
9959+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html",
9960+
"Properties": {
9961+
"CloudWatchEncryptionEnabled": {
9962+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-cloudwatchencryptionenabled",
9963+
"PrimitiveType": "Boolean",
9964+
"Required": false,
9965+
"UpdateType": "Mutable"
9966+
},
9967+
"CloudWatchLogGroupName": {
9968+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-cloudwatchloggroupname",
9969+
"PrimitiveType": "String",
9970+
"Required": false,
9971+
"UpdateType": "Mutable"
9972+
},
9973+
"S3BucketName": {
9974+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-s3bucketname",
9975+
"PrimitiveType": "String",
9976+
"Required": false,
9977+
"UpdateType": "Mutable"
9978+
},
9979+
"S3EncryptionEnabled": {
9980+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-s3encryptionenabled",
9981+
"PrimitiveType": "Boolean",
9982+
"Required": false,
9983+
"UpdateType": "Mutable"
9984+
},
9985+
"S3KeyPrefix": {
9986+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-s3keyprefix",
9987+
"PrimitiveType": "String",
9988+
"Required": false,
9989+
"UpdateType": "Mutable"
9990+
}
9991+
}
9992+
},
99249993
"AWS::ECS::Service.AwsVpcConfiguration": {
99259994
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html",
99269995
"Properties": {
@@ -24292,7 +24361,7 @@
2429224361
}
2429324362
}
2429424363
},
24295-
"ResourceSpecificationVersion": "25.0.0",
24364+
"ResourceSpecificationVersion": "26.0.0",
2429624365
"ResourceTypes": {
2429724366
"AWS::ACMPCA::Certificate": {
2429824367
"Attributes": {
@@ -25902,6 +25971,12 @@
2590225971
"Type": "AccessLogSettings",
2590325972
"UpdateType": "Mutable"
2590425973
},
25974+
"AccessPolicyId": {
25975+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-accesspolicyid",
25976+
"PrimitiveType": "String",
25977+
"Required": false,
25978+
"UpdateType": "Mutable"
25979+
},
2590525980
"ApiId": {
2590625981
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid",
2590725982
"PrimitiveType": "String",
@@ -32185,6 +32260,12 @@
3218532260
"Type": "List",
3218632261
"UpdateType": "Mutable"
3218732262
},
32263+
"Configuration": {
32264+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-configuration",
32265+
"Required": false,
32266+
"Type": "ClusterConfiguration",
32267+
"UpdateType": "Mutable"
32268+
},
3218832269
"DefaultCapacityProviderStrategy": {
3218932270
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-defaultcapacityproviderstrategy",
3219032271
"ItemType": "CapacityProviderStrategyItem",
@@ -39893,6 +39974,14 @@
3989339974
}
3989439975
},
3989539976
"AWS::S3::AccessPoint": {
39977+
"Attributes": {
39978+
"NetworkOrigin": {
39979+
"PrimitiveType": "String"
39980+
},
39981+
"PolicyStatus": {
39982+
"PrimitiveType": "Json"
39983+
}
39984+
},
3989639985
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html",
3989739986
"Properties": {
3989839987
"Bucket": {
@@ -39907,24 +39996,12 @@
3990739996
"Required": false,
3990839997
"UpdateType": "Mutable"
3990939998
},
39910-
"NetworkOrigin": {
39911-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-networkorigin",
39912-
"PrimitiveType": "String",
39913-
"Required": false,
39914-
"UpdateType": "Mutable"
39915-
},
3991639999
"Policy": {
3991740000
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy",
3991840001
"PrimitiveType": "Json",
3991940002
"Required": false,
3992040003
"UpdateType": "Mutable"
3992140004
},
39922-
"PolicyStatus": {
39923-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus",
39924-
"PrimitiveType": "Json",
39925-
"Required": false,
39926-
"UpdateType": "Mutable"
39927-
},
3992840005
"PublicAccessBlockConfiguration": {
3992940006
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-publicaccessblockconfiguration",
3993040007
"Required": false,

0 commit comments

Comments
 (0)