@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.912Z") @Stability(value=Stable) public interface CfnIntegrationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegrationProps.Builder
A builder for
CfnIntegrationProps |
static class |
CfnIntegrationProps.Jsii$Proxy
An implementation for
CfnIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegrationProps.Builder |
builder() |
String |
getApiId()
`AWS::ApiGatewayV2::Integration.ApiId`.
|
default String |
getConnectionId()
`AWS::ApiGatewayV2::Integration.ConnectionId`.
|
default String |
getConnectionType()
`AWS::ApiGatewayV2::Integration.ConnectionType`.
|
default String |
getContentHandlingStrategy()
`AWS::ApiGatewayV2::Integration.ContentHandlingStrategy`.
|
default String |
getCredentialsArn()
`AWS::ApiGatewayV2::Integration.CredentialsArn`.
|
default String |
getDescription()
`AWS::ApiGatewayV2::Integration.Description`.
|
default String |
getIntegrationMethod()
`AWS::ApiGatewayV2::Integration.IntegrationMethod`.
|
default String |
getIntegrationSubtype()
`AWS::ApiGatewayV2::Integration.IntegrationSubtype`.
|
String |
getIntegrationType()
`AWS::ApiGatewayV2::Integration.IntegrationType`.
|
default String |
getIntegrationUri()
`AWS::ApiGatewayV2::Integration.IntegrationUri`.
|
default String |
getPassthroughBehavior()
`AWS::ApiGatewayV2::Integration.PassthroughBehavior`.
|
default String |
getPayloadFormatVersion()
`AWS::ApiGatewayV2::Integration.PayloadFormatVersion`.
|
default Object |
getRequestParameters()
`AWS::ApiGatewayV2::Integration.RequestParameters`.
|
default Object |
getRequestTemplates()
`AWS::ApiGatewayV2::Integration.RequestTemplates`.
|
default Object |
getResponseParameters()
`AWS::ApiGatewayV2::Integration.ResponseParameters`.
|
default String |
getTemplateSelectionExpression()
`AWS::ApiGatewayV2::Integration.TemplateSelectionExpression`.
|
default Number |
getTimeoutInMillis()
`AWS::ApiGatewayV2::Integration.TimeoutInMillis`.
|
default Object |
getTlsConfig()
`AWS::ApiGatewayV2::Integration.TlsConfig`.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @NotNull String getIntegrationType()
@Stability(value=Stable) @Nullable default String getConnectionId()
@Stability(value=Stable) @Nullable default String getConnectionType()
@Stability(value=Stable) @Nullable default String getContentHandlingStrategy()
@Stability(value=Stable) @Nullable default String getCredentialsArn()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getIntegrationMethod()
@Stability(value=Stable) @Nullable default String getIntegrationSubtype()
@Stability(value=Stable) @Nullable default String getIntegrationUri()
@Stability(value=Stable) @Nullable default String getPassthroughBehavior()
@Stability(value=Stable) @Nullable default String getPayloadFormatVersion()
@Stability(value=Stable) @Nullable default Object getRequestParameters()
@Stability(value=Stable) @Nullable default Object getRequestTemplates()
@Stability(value=Stable) @Nullable default Object getResponseParameters()
@Stability(value=Stable) @Nullable default String getTemplateSelectionExpression()
@Stability(value=Stable) @Nullable default Number getTimeoutInMillis()
@Stability(value=Stable) @Nullable default Object getTlsConfig()
@Stability(value=Stable) static CfnIntegrationProps.Builder builder()
CfnIntegrationProps.Builder of CfnIntegrationPropsCopyright © 2021. All rights reserved.