|
6196 | 6196 | } |
6197 | 6197 | } |
6198 | 6198 | }, |
| 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 | + }, |
6199 | 6222 | "AWS::Backup::BackupVault.NotificationObjectType": { |
6200 | 6223 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupvault-notificationobjecttype.html", |
6201 | 6224 | "Properties": { |
|
13747 | 13770 | "Required": false, |
13748 | 13771 | "UpdateType": "Mutable" |
13749 | 13772 | }, |
| 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 | + }, |
13750 | 13779 | "HttpPutResponseHopLimit": { |
13751 | 13780 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions-httpputresponsehoplimit", |
13752 | 13781 | "PrimitiveType": "Integer", |
|
31731 | 31760 | } |
31732 | 31761 | } |
31733 | 31762 | }, |
| 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 | + }, |
31734 | 31775 | "AWS::Synthetics::Canary.BaseScreenshot": { |
31735 | 31776 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-basescreenshot.html", |
31736 | 31777 | "Properties": { |
|
31814 | 31855 | } |
31815 | 31856 | } |
31816 | 31857 | }, |
| 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 | + }, |
31817 | 31875 | "AWS::Synthetics::Canary.Schedule": { |
31818 | 31876 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-schedule.html", |
31819 | 31877 | "Properties": { |
|
34218 | 34276 | } |
34219 | 34277 | } |
34220 | 34278 | }, |
34221 | | - "ResourceSpecificationVersion": "43.0.0", |
| 34279 | + "ResourceSpecificationVersion": "43.1.0", |
34222 | 34280 | "ResourceTypes": { |
34223 | 34281 | "AWS::ACMPCA::Certificate": { |
34224 | 34282 | "Attributes": { |
|
37675 | 37733 | "Required": false, |
37676 | 37734 | "UpdateType": "Immutable" |
37677 | 37735 | }, |
| 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 | + }, |
37678 | 37742 | "Notifications": { |
37679 | 37743 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-notifications", |
37680 | 37744 | "Required": false, |
@@ -54776,16 +54840,21 @@ |
54776 | 54840 | } |
54777 | 54841 | }, |
54778 | 54842 | "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", |
54780 | 54849 | "Properties": { |
54781 | 54850 | "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", |
54783 | 54852 | "PrimitiveType": "Json", |
54784 | 54853 | "Required": true, |
54785 | 54854 | "UpdateType": "Mutable" |
54786 | 54855 | }, |
54787 | 54856 | "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", |
54789 | 54858 | "DuplicatesAllowed": true, |
54790 | 54859 | "PrimitiveItemType": "String", |
54791 | 54860 | "Required": true, |
|
57377 | 57446 | }, |
57378 | 57447 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html", |
57379 | 57448 | "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 | + }, |
57380 | 57455 | "ArtifactS3Location": { |
57381 | 57456 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location", |
57382 | 57457 | "PrimitiveType": "String", |
|
0 commit comments