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

Commit ca3cd62

Browse files
Version 43.1.0 2021-10-09
1 parent 07a0809 commit ca3cd62

25 files changed

+7126
-175
lines changed

specs/af-south-1/CloudFormationResourceSpecification.json

Lines changed: 79 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6196,6 +6196,29 @@
61966196
}
61976197
}
61986198
},
6199+
"AWS::Backup::BackupVault.LockConfigurationType": {
6200+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html",
6201+
"Properties": {
6202+
"ChangeableForDays": {
6203+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html#cfn-backup-backupvault-lockconfigurationtype-changeablefordays",
6204+
"PrimitiveType": "Double",
6205+
"Required": false,
6206+
"UpdateType": "Mutable"
6207+
},
6208+
"MaxRetentionDays": {
6209+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html#cfn-backup-backupvault-lockconfigurationtype-maxretentiondays",
6210+
"PrimitiveType": "Double",
6211+
"Required": false,
6212+
"UpdateType": "Mutable"
6213+
},
6214+
"MinRetentionDays": {
6215+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-lockconfigurationtype.html#cfn-backup-backupvault-lockconfigurationtype-minretentiondays",
6216+
"PrimitiveType": "Double",
6217+
"Required": true,
6218+
"UpdateType": "Mutable"
6219+
}
6220+
}
6221+
},
61996222
"AWS::Backup::BackupVault.NotificationObjectType": {
62006223
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html",
62016224
"Properties": {
@@ -13747,6 +13770,12 @@
1374713770
"Required": false,
1374813771
"UpdateType": "Mutable"
1374913772
},
13773+
"HttpProtocolIpv6": {
13774+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpprotocolipv6",
13775+
"PrimitiveType": "String",
13776+
"Required": false,
13777+
"UpdateType": "Mutable"
13778+
},
1375013779
"HttpPutResponseHopLimit": {
1375113780
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit",
1375213781
"PrimitiveType": "Integer",
@@ -31731,6 +31760,18 @@
3173131760
}
3173231761
}
3173331762
},
31763+
"AWS::Synthetics::Canary.ArtifactConfig": {
31764+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-artifactconfig.html",
31765+
"Properties": {
31766+
"S3Encryption": {
31767+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-artifactconfig.html#cfn-synthetics-canary-artifactconfig-s3encryption",
31768+
"PrimitiveType": "Json",
31769+
"Required": false,
31770+
"Type": "S3Encryption",
31771+
"UpdateType": "Mutable"
31772+
}
31773+
}
31774+
},
3173431775
"AWS::Synthetics::Canary.BaseScreenshot": {
3173531776
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-basescreenshot.html",
3173631777
"Properties": {
@@ -31814,6 +31855,23 @@
3181431855
}
3181531856
}
3181631857
},
31858+
"AWS::Synthetics::Canary.S3Encryption": {
31859+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-s3encryption.html",
31860+
"Properties": {
31861+
"EncryptionMode": {
31862+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-s3encryption.html#cfn-synthetics-canary-s3encryption-encryptionmode",
31863+
"PrimitiveType": "String",
31864+
"Required": false,
31865+
"UpdateType": "Mutable"
31866+
},
31867+
"KmsKeyArn": {
31868+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-s3encryption.html#cfn-synthetics-canary-s3encryption-kmskeyarn",
31869+
"PrimitiveType": "String",
31870+
"Required": false,
31871+
"UpdateType": "Mutable"
31872+
}
31873+
}
31874+
},
3181731875
"AWS::Synthetics::Canary.Schedule": {
3181831876
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html",
3181931877
"Properties": {
@@ -34218,7 +34276,7 @@
3421834276
}
3421934277
}
3422034278
},
34221-
"ResourceSpecificationVersion": "43.0.0",
34279+
"ResourceSpecificationVersion": "43.1.0",
3422234280
"ResourceTypes": {
3422334281
"AWS::ACMPCA::Certificate": {
3422434282
"Attributes": {
@@ -37675,6 +37733,12 @@
3767537733
"Required": false,
3767637734
"UpdateType": "Immutable"
3767737735
},
37736+
"LockConfiguration": {
37737+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-lockconfiguration",
37738+
"Required": false,
37739+
"Type": "LockConfigurationType",
37740+
"UpdateType": "Mutable"
37741+
},
3767837742
"Notifications": {
3767937743
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-notifications",
3768037744
"Required": false,
@@ -54776,16 +54840,21 @@
5477654840
}
5477754841
},
5477854842
"AWS::SQS::QueuePolicy": {
54779-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html",
54843+
"Attributes": {
54844+
"Id": {
54845+
"PrimitiveType": "String"
54846+
}
54847+
},
54848+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html",
5478054849
"Properties": {
5478154850
"PolicyDocument": {
54782-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc",
54851+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html#cfn-sqs-queuepolicy-policydocument",
5478354852
"PrimitiveType": "Json",
5478454853
"Required": true,
5478554854
"UpdateType": "Mutable"
5478654855
},
5478754856
"Queues": {
54788-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-queues",
54857+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html#cfn-sqs-queuepolicy-queues",
5478954858
"DuplicatesAllowed": true,
5479054859
"PrimitiveItemType": "String",
5479154860
"Required": true,
@@ -57377,6 +57446,12 @@
5737757446
},
5737857447
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html",
5737957448
"Properties": {
57449+
"ArtifactConfig": {
57450+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifactconfig",
57451+
"Required": false,
57452+
"Type": "ArtifactConfig",
57453+
"UpdateType": "Mutable"
57454+
},
5738057455
"ArtifactS3Location": {
5738157456
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location",
5738257457
"PrimitiveType": "String",

0 commit comments

Comments
 (0)