Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v109.0.0 (#23967)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Feb 2, 2023
1 parent ede9540 commit 151570b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
@@ -1,3 +1,21 @@

# Serverless Application Model (SAM) Resource Specification v2016-10-31

## New Resource Types


## Attribute Changes


## Property Changes

* AWS::Serverless::Api Models.PrimitiveItemType (__changed__)
* Old: String
* New: Map

## Property Type Changes


# CloudFormation Resource Specification v109.0.0

## New Resource Types
Expand Down
Expand Up @@ -2255,7 +2255,7 @@
},
"Models": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-models",
"PrimitiveItemType": "String",
"PrimitiveItemType": "Map",
"Required": false,
"Type": "Map",
"UpdateType": "Immutable"
Expand Down

0 comments on commit 151570b

Please sign in to comment.