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

Commit c9aafe2

Browse files
Version 54.0.0 2022-01-28
1 parent d76e3d8 commit c9aafe2

25 files changed

+12203
-361
lines changed

specs/af-south-1/CloudFormationResourceSpecification.json

Lines changed: 177 additions & 11 deletions
Large diffs are not rendered by default.

specs/ap-east-1/CloudFormationResourceSpecification.json

Lines changed: 177 additions & 11 deletions
Large diffs are not rendered by default.

specs/ap-northeast-1/CloudFormationResourceSpecification.json

Lines changed: 555 additions & 12 deletions
Large diffs are not rendered by default.

specs/ap-northeast-2/CloudFormationResourceSpecification.json

Lines changed: 844 additions & 11 deletions
Large diffs are not rendered by default.

specs/ap-northeast-3/CloudFormationResourceSpecification.json

Lines changed: 150 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4377,6 +4377,17 @@
43774377
}
43784378
}
43794379
},
4380+
"AWS::AutoScaling::WarmPool.InstanceReusePolicy": {
4381+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-warmpool-instancereusepolicy.html",
4382+
"Properties": {
4383+
"ReuseOnScaleIn": {
4384+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-warmpool-instancereusepolicy.html#cfn-autoscaling-warmpool-instancereusepolicy-reuseonscalein",
4385+
"PrimitiveType": "Boolean",
4386+
"Required": false,
4387+
"UpdateType": "Mutable"
4388+
}
4389+
}
4390+
},
43804391
"AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
43814392
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html",
43824393
"Properties": {
@@ -14809,7 +14820,6 @@
1480914820
"Properties": {
1481014821
"AuthorizationConfig": {
1481114822
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-efsvolumeconfiguration.html#cfn-ecs-taskdefinition-efsvolumeconfiguration-authorizationconfig",
14812-
"PrimitiveType": "Json",
1481314823
"Required": false,
1481414824
"Type": "AuthorizationConfig",
1481514825
"UpdateType": "Immutable"
@@ -21657,6 +21667,12 @@
2165721667
"AWS::GuardDuty::Detector.CFNDataSourceConfigurations": {
2165821668
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfndatasourceconfigurations.html",
2165921669
"Properties": {
21670+
"Kubernetes": {
21671+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfndatasourceconfigurations.html#cfn-guardduty-detector-cfndatasourceconfigurations-kubernetes",
21672+
"Required": false,
21673+
"Type": "CFNKubernetesConfiguration",
21674+
"UpdateType": "Mutable"
21675+
},
2166021676
"S3Logs": {
2166121677
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfndatasourceconfigurations.html#cfn-guardduty-detector-cfndatasourceconfigurations-s3logs",
2166221678
"Required": false,
@@ -21665,6 +21681,28 @@
2166521681
}
2166621682
}
2166721683
},
21684+
"AWS::GuardDuty::Detector.CFNKubernetesAuditLogsConfiguration": {
21685+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesauditlogsconfiguration.html",
21686+
"Properties": {
21687+
"Enable": {
21688+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesauditlogsconfiguration.html#cfn-guardduty-detector-cfnkubernetesauditlogsconfiguration-enable",
21689+
"PrimitiveType": "Boolean",
21690+
"Required": false,
21691+
"UpdateType": "Mutable"
21692+
}
21693+
}
21694+
},
21695+
"AWS::GuardDuty::Detector.CFNKubernetesConfiguration": {
21696+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesconfiguration.html",
21697+
"Properties": {
21698+
"AuditLogs": {
21699+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnkubernetesconfiguration.html#cfn-guardduty-detector-cfnkubernetesconfiguration-auditlogs",
21700+
"Required": false,
21701+
"Type": "CFNKubernetesAuditLogsConfiguration",
21702+
"UpdateType": "Mutable"
21703+
}
21704+
}
21705+
},
2166821706
"AWS::GuardDuty::Detector.CFNS3LogsConfiguration": {
2166921707
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfns3logsconfiguration.html",
2167021708
"Properties": {
@@ -24566,7 +24604,7 @@
2456624604
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-storageinfo",
2456724605
"Required": false,
2456824606
"Type": "StorageInfo",
24569-
"UpdateType": "Immutable"
24607+
"UpdateType": "Mutable"
2457024608
}
2457124609
}
2457224610
},
@@ -24641,11 +24679,17 @@
2464124679
"AWS::MSK::Cluster.EBSStorageInfo": {
2464224680
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html",
2464324681
"Properties": {
24682+
"ProvisionedThroughput": {
24683+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-provisionedthroughput",
24684+
"Required": false,
24685+
"Type": "ProvisionedThroughput",
24686+
"UpdateType": "Mutable"
24687+
},
2464424688
"VolumeSize": {
2464524689
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize",
2464624690
"PrimitiveType": "Integer",
2464724691
"Required": false,
24648-
"UpdateType": "Immutable"
24692+
"UpdateType": "Mutable"
2464924693
}
2465024694
}
2465124695
},
@@ -24783,6 +24827,23 @@
2478324827
}
2478424828
}
2478524829
},
24830+
"AWS::MSK::Cluster.ProvisionedThroughput": {
24831+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-provisionedthroughput.html",
24832+
"Properties": {
24833+
"Enabled": {
24834+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-provisionedthroughput.html#cfn-msk-cluster-provisionedthroughput-enabled",
24835+
"PrimitiveType": "Boolean",
24836+
"Required": false,
24837+
"UpdateType": "Mutable"
24838+
},
24839+
"VolumeThroughput": {
24840+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-provisionedthroughput.html#cfn-msk-cluster-provisionedthroughput-volumethroughput",
24841+
"PrimitiveType": "Integer",
24842+
"Required": false,
24843+
"UpdateType": "Mutable"
24844+
}
24845+
}
24846+
},
2478624847
"AWS::MSK::Cluster.PublicAccess": {
2478724848
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-publicaccess.html",
2478824849
"Properties": {
@@ -24852,7 +24913,7 @@
2485224913
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-storageinfo.html#cfn-msk-cluster-storageinfo-ebsstorageinfo",
2485324914
"Required": false,
2485424915
"Type": "EBSStorageInfo",
24855-
"UpdateType": "Immutable"
24916+
"UpdateType": "Mutable"
2485624917
}
2485724918
}
2485824919
},
@@ -27043,12 +27104,6 @@
2704327104
"Type": "AliasTarget",
2704427105
"UpdateType": "Mutable"
2704527106
},
27046-
"Comment": {
27047-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment",
27048-
"PrimitiveType": "String",
27049-
"Required": false,
27050-
"UpdateType": "Mutable"
27051-
},
2705227107
"Failover": {
2705327108
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover",
2705427109
"PrimitiveType": "String",
@@ -28530,6 +28585,35 @@
2853028585
}
2853128586
}
2853228587
},
28588+
"AWS::SES::ContactList.Topic": {
28589+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-contactlist-topic.html",
28590+
"Properties": {
28591+
"DefaultSubscriptionStatus": {
28592+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-contactlist-topic.html#cfn-ses-contactlist-topic-defaultsubscriptionstatus",
28593+
"PrimitiveType": "String",
28594+
"Required": true,
28595+
"UpdateType": "Mutable"
28596+
},
28597+
"Description": {
28598+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-contactlist-topic.html#cfn-ses-contactlist-topic-description",
28599+
"PrimitiveType": "String",
28600+
"Required": false,
28601+
"UpdateType": "Mutable"
28602+
},
28603+
"DisplayName": {
28604+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-contactlist-topic.html#cfn-ses-contactlist-topic-displayname",
28605+
"PrimitiveType": "String",
28606+
"Required": true,
28607+
"UpdateType": "Mutable"
28608+
},
28609+
"TopicName": {
28610+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-contactlist-topic.html#cfn-ses-contactlist-topic-topicname",
28611+
"PrimitiveType": "String",
28612+
"Required": true,
28613+
"UpdateType": "Mutable"
28614+
}
28615+
}
28616+
},
2853328617
"AWS::SNS::Topic.Subscription": {
2853428618
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-subscription.html",
2853528619
"Properties": {
@@ -31143,6 +31227,18 @@
3114331227
"PrimitiveType": "Integer",
3114431228
"Required": false,
3114531229
"UpdateType": "Mutable"
31230+
},
31231+
"Duration": {
31232+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-duration",
31233+
"PrimitiveType": "String",
31234+
"Required": false,
31235+
"UpdateType": "Mutable"
31236+
},
31237+
"ScheduleExpression": {
31238+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html#cfn-secretsmanager-rotationschedule-rotationrules-scheduleexpression",
31239+
"PrimitiveType": "String",
31240+
"Required": false,
31241+
"UpdateType": "Mutable"
3114631242
}
3114731243
}
3114831244
},
@@ -33766,7 +33862,7 @@
3376633862
}
3376733863
}
3376833864
},
33769-
"ResourceSpecificationVersion": "53.1.0",
33865+
"ResourceSpecificationVersion": "54.0.0",
3377033866
"ResourceTypes": {
3377133867
"AWS::ACMPCA::Certificate": {
3377233868
"Attributes": {
@@ -37377,6 +37473,12 @@
3737737473
"Required": true,
3737837474
"UpdateType": "Immutable"
3737937475
},
37476+
"InstanceReusePolicy": {
37477+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-warmpool.html#cfn-autoscaling-warmpool-instancereusepolicy",
37478+
"Required": false,
37479+
"Type": "InstanceReusePolicy",
37480+
"UpdateType": "Mutable"
37481+
},
3738037482
"MaxGroupPreparedCapacity": {
3738137483
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-warmpool.html#cfn-autoscaling-warmpool-maxgrouppreparedcapacity",
3738237484
"PrimitiveType": "Integer",
@@ -54009,6 +54111,37 @@
5400954111
}
5401054112
}
5401154113
},
54114+
"AWS::SES::ContactList": {
54115+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html",
54116+
"Properties": {
54117+
"ContactListName": {
54118+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-contactlistname",
54119+
"PrimitiveType": "String",
54120+
"Required": false,
54121+
"UpdateType": "Immutable"
54122+
},
54123+
"Description": {
54124+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-description",
54125+
"PrimitiveType": "String",
54126+
"Required": false,
54127+
"UpdateType": "Mutable"
54128+
},
54129+
"Tags": {
54130+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-tags",
54131+
"ItemType": "Tag",
54132+
"Required": false,
54133+
"Type": "List",
54134+
"UpdateType": "Mutable"
54135+
},
54136+
"Topics": {
54137+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-topics",
54138+
"ItemType": "Topic",
54139+
"Required": false,
54140+
"Type": "List",
54141+
"UpdateType": "Mutable"
54142+
}
54143+
}
54144+
},
5401254145
"AWS::SNS::Subscription": {
5401354146
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html",
5401454147
"Properties": {
@@ -55583,6 +55716,12 @@
5558355716
"Type": "HostedRotationLambda",
5558455717
"UpdateType": "Mutable"
5558555718
},
55719+
"RotateImmediatelyOnUpdate": {
55720+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotateimmediatelyonupdate",
55721+
"PrimitiveType": "Boolean",
55722+
"Required": false,
55723+
"UpdateType": "Mutable"
55724+
},
5558655725
"RotationLambdaARN": {
5558755726
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html#cfn-secretsmanager-rotationschedule-rotationlambdaarn",
5558855727
"PrimitiveType": "String",

0 commit comments

Comments
 (0)