Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v69.0.0 (aws#20331)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation authored and wphilipw committed May 23, 2022
1 parent 1915c38 commit 110424b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# CloudFormation Resource Specification v69.0.0

## New Resource Types


## Attribute Changes


## Property Changes

* AWS::EC2::TrafficMirrorTarget GatewayLoadBalancerEndpointId (__added__)
* AWS::Synthetics::Canary DeleteLambdaResourcesOnCanaryDeletion (__added__)

## Property Type Changes



# CloudFormation Resource Specification v69.0.0

## New Resource Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7035,6 +7035,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"GatewayLoadBalancerEndpointId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-gatewayloadbalancerendpointid",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"NetworkInterfaceId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid",
"PrimitiveType": "String",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@
"Type": "Code",
"UpdateType": "Mutable"
},
"DeleteLambdaResourcesOnCanaryDeletion": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-deletelambdaresourcesoncanarydeletion",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Mutable"
},
"ExecutionRoleArn": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn",
"PrimitiveType": "String",
Expand Down

0 comments on commit 110424b

Please sign in to comment.