Skip to content

Commit

Permalink
feat(cloudformation): update CloudFormation Resource Specification to…
Browse files Browse the repository at this point in the history
… v7.1.0 (#4595)

* feat(cloudformation): update CloudFormation Resource Specification to v7.1.0

* Update CHANGELOG.md
  • Loading branch information
shivlaks authored and mergify[bot] committed Oct 22, 2019
1 parent 5a941a2 commit fd167c3
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 9 deletions.
40 changes: 40 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# CloudFormation Resource Specification v7.1.0

## New Resource Types

* AWS::EC2::TrafficMirrorFilter
* AWS::EC2::TrafficMirrorFilterRule
* AWS::EC2::TrafficMirrorSession
* AWS::EC2::TrafficMirrorTarget
* AWS::Events::EventBus

## Attribute Changes


## Property Changes

* AWS::FSx::FileSystem FileSystemType.Required (__changed__)
* Old: false
* New: true
* AWS::FSx::FileSystem SubnetIds.Required (__changed__)
* Old: false
* New: true
* AWS::MSK::Cluster NumberOfBrokerNodes.UpdateType (__changed__)
* Old: Immutable
* New: Mutable

## Property Type Changes

* AWS::FSx::FileSystem.SelfManagedActiveDirectoryConfiguration (__added__)
* AWS::Batch::ComputeEnvironment.ComputeResources AllocationStrategy (__added__)
* AWS::Cognito::IdentityPoolRoleAttachment.RoleMapping IdentityProvider (__added__)
* AWS::FSx::FileSystem.WindowsConfiguration SelfManagedActiveDirectoryConfiguration (__added__)

# Serverless Application Model (SAM) Resource Specification v2016-10-31

## Property Type Changes

* AWS::Serverless::Function.S3Location Version.Required (__changed__)
* Old: true
* New: false

# CloudFormation Resource Specification v6.3.0

## New Resource Types
Expand Down
Loading

0 comments on commit fd167c3

Please sign in to comment.