@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.489Z") @Stability(value=Stable) public interface CfnIntegrationResponseProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegrationResponseProps.Builder
A builder for
CfnIntegrationResponseProps |
static class |
CfnIntegrationResponseProps.Jsii$Proxy
An implementation for
CfnIntegrationResponseProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegrationResponseProps.Builder |
builder() |
String |
getApiId()
`AWS::ApiGatewayV2::IntegrationResponse.ApiId`.
|
default String |
getContentHandlingStrategy()
`AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy`.
|
String |
getIntegrationId()
`AWS::ApiGatewayV2::IntegrationResponse.IntegrationId`.
|
String |
getIntegrationResponseKey()
`AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey`.
|
default Object |
getResponseParameters()
`AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters`.
|
default Object |
getResponseTemplates()
`AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates`.
|
default String |
getTemplateSelectionExpression()
`AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression`.
|
@Stability(value=Stable) @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid@Stability(value=Stable) @NotNull String getIntegrationId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid@Stability(value=Stable) @NotNull String getIntegrationResponseKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey@Stability(value=Stable) @Nullable default String getContentHandlingStrategy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy@Stability(value=Stable) @Nullable default Object getResponseParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters@Stability(value=Stable) @Nullable default Object getResponseTemplates()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates@Stability(value=Stable) @Nullable default String getTemplateSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression@Stability(value=Stable) static CfnIntegrationResponseProps.Builder builder()
Copyright © 2020. All rights reserved.