@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.908Z") @Stability(value=Stable) public interface CfnApiProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiProps.Builder
A builder for
CfnApiProps |
static class |
CfnApiProps.Jsii$Proxy
An implementation for
CfnApiProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiProps.Builder |
builder() |
default String |
getApiKeySelectionExpression()
`AWS::ApiGatewayV2::Api.ApiKeySelectionExpression`.
|
default String |
getBasePath()
`AWS::ApiGatewayV2::Api.BasePath`.
|
default Object |
getBody()
`AWS::ApiGatewayV2::Api.Body`.
|
default Object |
getBodyS3Location()
`AWS::ApiGatewayV2::Api.BodyS3Location`.
|
default Object |
getCorsConfiguration()
`AWS::ApiGatewayV2::Api.CorsConfiguration`.
|
default String |
getCredentialsArn()
`AWS::ApiGatewayV2::Api.CredentialsArn`.
|
default String |
getDescription()
`AWS::ApiGatewayV2::Api.Description`.
|
default Object |
getDisableExecuteApiEndpoint()
`AWS::ApiGatewayV2::Api.DisableExecuteApiEndpoint`.
|
default Object |
getDisableSchemaValidation()
`AWS::ApiGatewayV2::Api.DisableSchemaValidation`.
|
default Object |
getFailOnWarnings()
`AWS::ApiGatewayV2::Api.FailOnWarnings`.
|
default String |
getName()
`AWS::ApiGatewayV2::Api.Name`.
|
default String |
getProtocolType()
`AWS::ApiGatewayV2::Api.ProtocolType`.
|
default String |
getRouteKey()
`AWS::ApiGatewayV2::Api.RouteKey`.
|
default String |
getRouteSelectionExpression()
`AWS::ApiGatewayV2::Api.RouteSelectionExpression`.
|
default Object |
getTags()
`AWS::ApiGatewayV2::Api.Tags`.
|
default String |
getTarget()
`AWS::ApiGatewayV2::Api.Target`.
|
default String |
getVersion()
`AWS::ApiGatewayV2::Api.Version`.
|
@Stability(value=Stable) @Nullable default String getApiKeySelectionExpression()
@Stability(value=Stable) @Nullable default String getBasePath()
@Stability(value=Stable) @Nullable default Object getBody()
@Stability(value=Stable) @Nullable default Object getBodyS3Location()
@Stability(value=Stable) @Nullable default Object getCorsConfiguration()
@Stability(value=Stable) @Nullable default String getCredentialsArn()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getDisableExecuteApiEndpoint()
@Stability(value=Stable) @Nullable default Object getDisableSchemaValidation()
@Stability(value=Stable) @Nullable default Object getFailOnWarnings()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getProtocolType()
@Stability(value=Stable) @Nullable default String getRouteKey()
@Stability(value=Stable) @Nullable default String getRouteSelectionExpression()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default String getTarget()
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnApiProps.Builder builder()
CfnApiProps.Builder of CfnApiPropsCopyright © 2021. All rights reserved.