Skip to content

Commit e9de4e9

Browse files
feat(cfnspec): cloudformation spec v69.0.0 (#20331)
1 parent 2d956c4 commit e9de4e9

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

Diff for: packages/@aws-cdk/cfnspec/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# CloudFormation Resource Specification v69.0.0
2+
3+
## New Resource Types
4+
5+
6+
## Attribute Changes
7+
8+
9+
## Property Changes
10+
11+
* AWS::EC2::TrafficMirrorTarget GatewayLoadBalancerEndpointId (__added__)
12+
* AWS::Synthetics::Canary DeleteLambdaResourcesOnCanaryDeletion (__added__)
13+
14+
## Property Type Changes
15+
16+
17+
118
# CloudFormation Resource Specification v69.0.0
219

320
## New Resource Types

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_EC2.json

+6
Original file line numberDiff line numberDiff line change
@@ -7035,6 +7035,12 @@
70357035
"Required": false,
70367036
"UpdateType": "Immutable"
70377037
},
7038+
"GatewayLoadBalancerEndpointId": {
7039+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-gatewayloadbalancerendpointid",
7040+
"PrimitiveType": "String",
7041+
"Required": false,
7042+
"UpdateType": "Immutable"
7043+
},
70387044
"NetworkInterfaceId": {
70397045
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid",
70407046
"PrimitiveType": "String",

Diff for: packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_Synthetics.json

+6
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@
203203
"Type": "Code",
204204
"UpdateType": "Mutable"
205205
},
206+
"DeleteLambdaResourcesOnCanaryDeletion": {
207+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-deletelambdaresourcesoncanarydeletion",
208+
"PrimitiveType": "Boolean",
209+
"Required": false,
210+
"UpdateType": "Mutable"
211+
},
206212
"ExecutionRoleArn": {
207213
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn",
208214
"PrimitiveType": "String",

0 commit comments

Comments
 (0)