@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.813Z") @Stability(value=Experimental) public interface ApiDefinitionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiDefinitionConfig.Builder
A builder for
ApiDefinitionConfig |
static class |
ApiDefinitionConfig.Jsii$Proxy
An implementation for
ApiDefinitionConfig |
| Modifier and Type | Method and Description |
|---|---|
static ApiDefinitionConfig.Builder |
builder() |
default Object |
getInlineDefinition()
(experimental) Inline specification (mutually exclusive with `s3Location`).
|
default ApiDefinitionS3Location |
getS3Location()
(experimental) The location of the specification in S3 (mutually exclusive with `inlineDefinition`).
|
@Stability(value=Experimental) @Nullable default Object getInlineDefinition()
Default: - API definition is not defined inline
@Stability(value=Experimental) @Nullable default ApiDefinitionS3Location getS3Location()
Default: - API definition is not an S3 location
@Stability(value=Experimental) static ApiDefinitionConfig.Builder builder()
ApiDefinitionConfig.Builder of ApiDefinitionConfigCopyright © 2021. All rights reserved.