File tree 3 files changed +29
-0
lines changed
packages/@aws-cdk/cfnspec
spec-source/specification/000_cfn/000_official
3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
18
# CloudFormation Resource Specification v69.0.0
2
19
3
20
## New Resource Types
Original file line number Diff line number Diff line change 7035
7035
"Required" : false ,
7036
7036
"UpdateType" : " Immutable"
7037
7037
},
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
+ },
7038
7044
"NetworkInterfaceId" : {
7039
7045
"Documentation" : " http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html#cfn-ec2-trafficmirrortarget-networkinterfaceid" ,
7040
7046
"PrimitiveType" : " String" ,
Original file line number Diff line number Diff line change 203
203
"Type" : " Code" ,
204
204
"UpdateType" : " Mutable"
205
205
},
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
+ },
206
212
"ExecutionRoleArn" : {
207
213
"Documentation" : " http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn" ,
208
214
"PrimitiveType" : " String" ,
You can’t perform that action at this time.
0 commit comments