Skip to content

Commit

Permalink
feat(cfnspec): Update CloudFormation spec to v10.1.0 (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr authored and mergify[bot] committed Dec 16, 2019
1 parent f34076c commit ac905ac
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# CloudFormation Resource Specification v10.1.0

## New Resource Types


## Attribute Changes


## Property Changes

* AWS::Pinpoint::EmailTemplate DefaultSubstitutions (__added__)
* AWS::Pinpoint::EmailTemplate TemplateDescription (__added__)
* AWS::Pinpoint::PushTemplate DefaultSubstitutions (__added__)
* AWS::Pinpoint::PushTemplate TemplateDescription (__added__)
* AWS::Pinpoint::SmsTemplate DefaultSubstitutions (__added__)
* AWS::Pinpoint::SmsTemplate TemplateDescription (__added__)

## Property Type Changes



# CloudFormation Resource Specification v10.0.0

## New Resource Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29209,7 +29209,7 @@
}
}
},
"ResourceSpecificationVersion": "10.0.0",
"ResourceSpecificationVersion": "10.1.0",
"ResourceTypes": {
"AWS::AccessAnalyzer::Analyzer": {
"Attributes": {
Expand Down Expand Up @@ -46376,6 +46376,12 @@
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html",
"Properties": {
"DefaultSubstitutions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-defaultsubstitutions",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"HtmlPart": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-htmlpart",
"PrimitiveType": "String",
Expand All @@ -46394,6 +46400,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"TemplateDescription": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatedescription",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"TemplateName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailtemplate.html#cfn-pinpoint-emailtemplate-templatename",
"PrimitiveType": "String",
Expand Down Expand Up @@ -46486,6 +46498,12 @@
"Type": "DefaultPushNotificationTemplate",
"UpdateType": "Mutable"
},
"DefaultSubstitutions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-defaultsubstitutions",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"GCM": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-gcm",
"Required": false,
Expand All @@ -46498,6 +46516,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"TemplateDescription": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatedescription",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"TemplateName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-pushtemplate.html#cfn-pinpoint-pushtemplate-templatename",
"PrimitiveType": "String",
Expand Down Expand Up @@ -46592,12 +46616,24 @@
"Required": true,
"UpdateType": "Mutable"
},
"DefaultSubstitutions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-defaultsubstitutions",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-tags",
"PrimitiveType": "Json",
"Required": false,
"UpdateType": "Mutable"
},
"TemplateDescription": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatedescription",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"TemplateName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename",
"PrimitiveType": "String",
Expand Down

0 comments on commit ac905ac

Please sign in to comment.