AWS::ApiGatewayV2::IntegrationResource Type definition for AWS::ApiGatewayV2::Integration
18 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApiId | string | RequiredCreate-only |
IntegrationType | string | Required |
ConnectionId | string | |
ConnectionType | string | |
ContentHandlingStrategy | string | |
CredentialsArn | string | |
Description | string | |
IntegrationMethod | string | |
IntegrationSubtype | string | |
IntegrationUri | string | |
PassthroughBehavior | string | |
PayloadFormatVersion | string | |
RequestParameters | object | |
RequestTemplates | object | |
ResponseParameters | object | |
TemplateSelectionExpression | string | |
TimeoutInMillis | integer | |
TlsConfig | TlsConfig |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IntegrationId | string | The integration ID. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApiGatewayV2::Integration
Resources:
MyResource:
Type: AWS::ApiGatewayV2::Integration
Properties:
ApiId: "my-apiid"
IntegrationType: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
apigateway:POSTiam:PassRoleapigateway:PATCHapigateway:GETapigateway:PUTiam:PassRoleapigateway:GETapigateway:GETapigateway:DELETEapigateway:GETOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApiIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApiId