Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v108.0.0 (#23808)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Jan 24, 2023
1 parent 4313a21 commit 858ff23
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@

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

## New Resource Types


## Attribute Changes


## Property Changes


## Property Type Changes

* AWS::Serverless::Function.HttpApiEvent (__added__)
* AWS::Serverless::Function.HttpApiFunctionAuth (__added__)
* AWS::Serverless::Function.RouteSettings (__added__)
* AWS::Serverless::Function.EventSource Properties.Types (__changed__)
* Added HttpApiEvent

# CloudFormation Resource Specification v108.0.0

## New Resource Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"AWS::Neptune::DBCluster" : {},
"AWS::Neptune::DBInstance" : {},
"AWS::OpenSearchService::Domain" : {},
"AWS::Organizations::Account" : {},
"AWS::QLDB::Ledger" : {},
"AWS::RDS::DBCluster" : {},
"AWS::RDS::DBInstance" : {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@
"CloudWatchLogsEvent",
"IoTRuleEvent",
"AlexaSkillEvent",
"EventBridgeRuleEvent"
"EventBridgeRuleEvent",
"HttpApiEvent"
],
"UpdateType": "Immutable"
},
Expand Down Expand Up @@ -844,6 +845,71 @@
}
}
},
"AWS::Serverless::Function.HttpApiEvent": {
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
"Properties": {
"ApiId": {
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Auth": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapi.html",
"Required": false,
"Type": "HttpApiFunctionAuth",
"UpdateType": "Immutable"
},
"Method": {
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Path": {
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"PayloadFormatVersion": {
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"RouteSettings": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings",
"Required": false,
"Type": "RouteSettings",
"UpdateType": "Immutable"
},
"TimeoutInMillis": {
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
"PrimitiveType": "Integer",
"Required": false,
"UpdateType": "Immutable"
}
}
},
"AWS::Serverless::Function.HttpApiFunctionAuth": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapifunctionauth.html",
"Properties": {
"AuthorizationScopes": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapifunctionauth.html",
"PrimitiveItemType": "String",
"Required": false,
"Type": "List",
"UpdateType": "Immutable"
},
"Authorizer": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapifunctionauth.html",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
}
}
},
"AWS::Serverless::Function.IAMPolicyDocument": {
"Documentation": "http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html",
"Properties": {
Expand Down Expand Up @@ -1052,6 +1118,41 @@
}
}
},
"AWS::Serverless::Function.RouteSettings": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html",
"Properties": {
"DataTraceEnabled": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Immutable"
},
"DetailedMetricsEnabled": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Immutable"
},
"LoggingLevel": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"ThrottlingBurstLimit": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit",
"PrimitiveType": "Integer",
"Required": false,
"UpdateType": "Immutable"
},
"ThrottlingRateLimit": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit",
"PrimitiveType": "Double",
"Required": false,
"UpdateType": "Immutable"
}
}
},
"AWS::Serverless::Function.S3Event": {
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#s3",
"Properties": {
Expand Down

0 comments on commit 858ff23

Please sign in to comment.