@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.913Z") @Stability(value=Stable) public interface CfnIntegrationResponseProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Stable) @NotNull String getIntegrationId()
@Stability(value=Stable) @NotNull String getIntegrationResponseKey()
@Stability(value=Stable) @Nullable default String getContentHandlingStrategy()
@Stability(value=Stable) @Nullable default Object getResponseParameters()
@Stability(value=Stable) @Nullable default Object getResponseTemplates()
@Stability(value=Stable) @Nullable default String getTemplateSelectionExpression()
@Stability(value=Stable) static CfnIntegrationResponseProps.Builder builder()
Copyright © 2021. All rights reserved.