Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v38.0.0 (aws#15044)
Browse files Browse the repository at this point in the history
* feat: cloudformation spec v38.0.0

* chore: removing outdated cfn spec patch

* chore: ignore new attribute from cfnspec update

* automatic pkglint fixes

Co-authored-by: AWS CDK Team <[email protected]>
Co-authored-by: Nick Lynch <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored and hollanddd committed Aug 26, 2021
1 parent f853266 commit fd2bb5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
35 changes: 0 additions & 35 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
# CloudFormation Resource Specification v39.1.0

## New Resource Types


## Attribute Changes

* AWS::AuditManager::Assessment FrameworkId (__deleted__)
* AWS::EC2::TransitGateway Id (__added__)

## Property Changes

* AWS::AutoScaling::AutoScalingGroup Context (__added__)
* AWS::EC2::NatGateway ConnectivityType (__added__)
* AWS::EC2::NatGateway AllocationId.Required (__changed__)
* Old: true
* New: false
* AWS::EC2::TransitGateway Tags.DuplicatesAllowed (__added__)
* AWS::Lambda::Function Id (__deleted__)
* AWS::Lambda::LayerVersion CompatibleArchitectures (__deleted__)
* AWS::RAM::ResourceShare PermissionArns (__added__)
* AWS::SQS::Queue DeduplicationScope (__added__)
* AWS::SQS::Queue FifoThroughputLimit (__added__)
* AWS::SageMaker::CodeRepository Tags (__added__)

## Property Type Changes

* AWS::SSMContacts::Contact.ChannelTargetInfo (__added__)
* AWS::SSMContacts::Contact.ContactTargetInfo (__added__)
* AWS::SSMContacts::Contact.Targets ChannelTargetInfo.PrimitiveType (__deleted__)
* AWS::SSMContacts::Contact.Targets ChannelTargetInfo.Type (__added__)
* AWS::SSMContacts::Contact.Targets ContactTargetInfo.PrimitiveType (__deleted__)
* AWS::SSMContacts::Contact.Targets ContactTargetInfo.Type (__added__)


# CloudFormation Resource Specification v38.0.0

## New Resource Types
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/cfn.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39.1.0
38.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -60043,7 +60043,7 @@
}
}
},
"ResourceSpecificationVersion": "39.1.0",
"ResourceSpecificationVersion": "38.0.0",
"ResourceTypes": {
"AWS::ACMPCA::Certificate": {
"Attributes": {
Expand Down

0 comments on commit fd2bb5b

Please sign in to comment.