@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.841Z") @Stability(value=Stable) public interface CfnRestApiProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRestApiProps.Builder
A builder for
CfnRestApiProps |
static class |
CfnRestApiProps.Jsii$Proxy
An implementation for
CfnRestApiProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRestApiProps.Builder |
builder() |
default String |
getApiKeySourceType()
`AWS::ApiGateway::RestApi.ApiKeySourceType`.
|
default List<String> |
getBinaryMediaTypes()
`AWS::ApiGateway::RestApi.BinaryMediaTypes`.
|
default Object |
getBody()
`AWS::ApiGateway::RestApi.Body`.
|
default Object |
getBodyS3Location()
`AWS::ApiGateway::RestApi.BodyS3Location`.
|
default String |
getCloneFrom()
`AWS::ApiGateway::RestApi.CloneFrom`.
|
default String |
getDescription()
`AWS::ApiGateway::RestApi.Description`.
|
default Object |
getDisableExecuteApiEndpoint()
`AWS::ApiGateway::RestApi.DisableExecuteApiEndpoint`.
|
default Object |
getEndpointConfiguration()
`AWS::ApiGateway::RestApi.EndpointConfiguration`.
|
default Object |
getFailOnWarnings()
`AWS::ApiGateway::RestApi.FailOnWarnings`.
|
default Number |
getMinimumCompressionSize()
`AWS::ApiGateway::RestApi.MinimumCompressionSize`.
|
default String |
getName()
`AWS::ApiGateway::RestApi.Name`.
|
default Object |
getParameters()
`AWS::ApiGateway::RestApi.Parameters`.
|
default Object |
getPolicy()
`AWS::ApiGateway::RestApi.Policy`.
|
default List<CfnTag> |
getTags()
`AWS::ApiGateway::RestApi.Tags`.
|
@Stability(value=Stable) @Nullable default String getApiKeySourceType()
@Stability(value=Stable) @Nullable default List<String> getBinaryMediaTypes()
@Stability(value=Stable) @Nullable default Object getBody()
@Stability(value=Stable) @Nullable default Object getBodyS3Location()
@Stability(value=Stable) @Nullable default String getCloneFrom()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getDisableExecuteApiEndpoint()
@Stability(value=Stable) @Nullable default Object getEndpointConfiguration()
@Stability(value=Stable) @Nullable default Object getFailOnWarnings()
@Stability(value=Stable) @Nullable default Number getMinimumCompressionSize()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default Object getPolicy()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRestApiProps.Builder builder()
CfnRestApiProps.Builder of CfnRestApiPropsCopyright © 2021. All rights reserved.