Skip to content

Commit 5d59134

Browse files
feat(cfnspec): cloudformation spec v109.0.0 (#23968)
1 parent 5bac1df commit 5d59134

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/@aws-cdk/cfnspec/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

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+
221
# CloudFormation Resource Specification (us-west-2) v109.0.0
322

423
## New Resource Types

packages/@aws-cdk/cfnspec/spec-source/specification/100_sam/000_official/spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@
22552255
},
22562256
"Models": {
22572257
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-models",
2258-
"PrimitiveItemType": "String",
2258+
"PrimitiveItemType": "Map",
22592259
"Required": false,
22602260
"Type": "Map",
22612261
"UpdateType": "Immutable"

0 commit comments

Comments
 (0)