Skip to content

Commit 3dc40b4

Browse files
feat(cfnspec): cloudformation spec v107.0.0 (#23750)
1 parent 1784b5e commit 3dc40b4

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

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

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2+
# Serverless Application Model (SAM) Resource Specification v2016-10-31
3+
4+
## New Resource Types
5+
6+
7+
## Attribute Changes
8+
9+
10+
## Property Changes
11+
12+
* AWS::Serverless::Api DisableExecuteApiEndpoint (__added__)
13+
14+
## Property Type Changes
15+
16+
* AWS::Serverless::Function.KinesisEvent FunctionResponseTypes (__added__)
17+
118
# CloudFormation Resource Specification v107.0.0
219

320
## New Resource Types

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

+13
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,13 @@
941941
"Required": false,
942942
"UpdateType": "Immutable"
943943
},
944+
"FunctionResponseTypes": {
945+
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis",
946+
"PrimitiveItemType": "String",
947+
"Required": false,
948+
"Type": "List",
949+
"UpdateType": "Immutable"
950+
},
944951
"StartingPosition": {
945952
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis",
946953
"PrimitiveType": "String",
@@ -2107,6 +2114,12 @@
21072114
"Required": false,
21082115
"UpdateType": "Immutable"
21092116
},
2117+
"DisableExecuteApiEndpoint": {
2118+
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-disableexecuteapiendpoint",
2119+
"PrimitiveType": "Boolean",
2120+
"Required": false,
2121+
"UpdateType": "Immutable"
2122+
},
21102123
"Domain": {
21112124
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-domain",
21122125
"Required": false,

0 commit comments

Comments
 (0)