@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.784Z") @Stability(value=Stable) public interface CfnIntegrationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.*;
Object requestParameters;
Object requestTemplates;
Object responseParameters;
CfnIntegrationProps cfnIntegrationProps = CfnIntegrationProps.builder()
.apiId("apiId")
.integrationType("integrationType")
// the properties below are optional
.connectionId("connectionId")
.connectionType("connectionType")
.contentHandlingStrategy("contentHandlingStrategy")
.credentialsArn("credentialsArn")
.description("description")
.integrationMethod("integrationMethod")
.integrationSubtype("integrationSubtype")
.integrationUri("integrationUri")
.passthroughBehavior("passthroughBehavior")
.payloadFormatVersion("payloadFormatVersion")
.requestParameters(requestParameters)
.requestTemplates(requestTemplates)
.responseParameters(responseParameters)
.templateSelectionExpression("templateSelectionExpression")
.timeoutInMillis(123)
.tlsConfig(TlsConfigProperty.builder()
.serverNameToVerify("serverNameToVerify")
.build())
.build();
| 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) @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) @NotNull String getIntegrationType()
@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.