Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v107.0.0 (#23750)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Jan 19, 2023
1 parent 1784b5e commit 3dc40b4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

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

## New Resource Types


## Attribute Changes


## Property Changes

* AWS::Serverless::Api DisableExecuteApiEndpoint (__added__)

## Property Type Changes

* AWS::Serverless::Function.KinesisEvent FunctionResponseTypes (__added__)

# CloudFormation Resource Specification v107.0.0

## New Resource Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,13 @@
"Required": false,
"UpdateType": "Immutable"
},
"FunctionResponseTypes": {
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis",
"PrimitiveItemType": "String",
"Required": false,
"Type": "List",
"UpdateType": "Immutable"
},
"StartingPosition": {
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis",
"PrimitiveType": "String",
Expand Down Expand Up @@ -2107,6 +2114,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"DisableExecuteApiEndpoint": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-disableexecuteapiendpoint",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Immutable"
},
"Domain": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-domain",
"Required": false,
Expand Down

0 comments on commit 3dc40b4

Please sign in to comment.