|
2936 | 2936 | } |
2937 | 2937 | } |
2938 | 2938 | }, |
| 2939 | + "AWS::DynamoDB::Table.SSESpecification": { |
| 2940 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html", |
| 2941 | + "Properties": { |
| 2942 | + "SSEEnabled": { |
| 2943 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html#cfn-dynamodb-table-ssespecification-sseenabled", |
| 2944 | + "PrimitiveType": "Boolean", |
| 2945 | + "Required": true, |
| 2946 | + "UpdateType": "Mutable" |
| 2947 | + } |
| 2948 | + } |
| 2949 | + }, |
2939 | 2950 | "AWS::DynamoDB::Table.StreamSpecification": { |
2940 | 2951 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html", |
2941 | 2952 | "Properties": { |
@@ -10005,24 +10016,24 @@ |
10005 | 10016 | } |
10006 | 10017 | }, |
10007 | 10018 | "Tag": { |
10008 | | - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html", |
| 10019 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-tag.html", |
10009 | 10020 | "Properties": { |
10010 | 10021 | "Key": { |
10011 | | - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key", |
| 10022 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-tag.html#cfn-cloudfront-distribution-tag-key", |
10012 | 10023 | "PrimitiveType": "String", |
10013 | | - "Required": true, |
| 10024 | + "Required": false, |
10014 | 10025 | "UpdateType": "Mutable" |
10015 | 10026 | }, |
10016 | 10027 | "Value": { |
10017 | | - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value", |
| 10028 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-tag.html#cfn-cloudfront-distribution-tag-value", |
10018 | 10029 | "PrimitiveType": "String", |
10019 | | - "Required": true, |
| 10030 | + "Required": false, |
10020 | 10031 | "UpdateType": "Mutable" |
10021 | 10032 | } |
10022 | 10033 | } |
10023 | 10034 | } |
10024 | 10035 | }, |
10025 | | - "ResourceSpecificationVersion": "1.12.0", |
| 10036 | + "ResourceSpecificationVersion": "1.13.0", |
10026 | 10037 | "ResourceTypes": { |
10027 | 10038 | "AWS::ApiGateway::Account": { |
10028 | 10039 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html", |
|
12565 | 12576 | "Type": "ProvisionedThroughput", |
12566 | 12577 | "UpdateType": "Mutable" |
12567 | 12578 | }, |
| 12579 | + "SSESpecification": { |
| 12580 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-ssespecification", |
| 12581 | + "Required": false, |
| 12582 | + "Type": "SSESpecification", |
| 12583 | + "UpdateType": "Conditional" |
| 12584 | + }, |
12568 | 12585 | "StreamSpecification": { |
12569 | 12586 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-streamspecification", |
12570 | 12587 | "Required": false, |
|
0 commit comments