File tree 2 files changed +20
-1
lines changed
packages/@aws-cdk/cfnspec
spec-source/specification/100_sam/000_official
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+
3
+ # Serverless Application Model (SAM) Resource Specification v2016-10-31
4
+
5
+ ## New Resource Types
6
+
7
+
8
+ ## Attribute Changes
9
+
10
+
11
+ ## Property Changes
12
+
13
+ * AWS::Serverless::Api Models.PrimitiveItemType (__changed__)
14
+ * Old: String
15
+ * New: Map
16
+
17
+ ## Property Type Changes
18
+
19
+
20
+
2
21
# CloudFormation Resource Specification (us-west-2) v109.0.0
3
22
4
23
## New Resource Types
Original file line number Diff line number Diff line change 2255
2255
},
2256
2256
"Models" : {
2257
2257
"Documentation" : " https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-models" ,
2258
- "PrimitiveItemType" : " String " ,
2258
+ "PrimitiveItemType" : " Map " ,
2259
2259
"Required" : false ,
2260
2260
"Type" : " Map" ,
2261
2261
"UpdateType" : " Immutable"
You can’t perform that action at this time.
0 commit comments