@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.375Z") @Stability(value=Experimental) public interface EndpointConfiguration extends software.amazon.jsii.JsiiSerializable
EndpointConfiguration is a property of the AWS::ApiGateway::RestApi resource.
| Modifier and Type | Interface and Description |
|---|---|
static class |
EndpointConfiguration.Builder
A builder for
EndpointConfiguration |
static class |
EndpointConfiguration.Jsii$Proxy
An implementation for
EndpointConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static EndpointConfiguration.Builder |
builder() |
List<EndpointType> |
getTypes()
(experimental) A list of endpoint types of an API or its custom domain name.
|
default List<IVpcEndpoint> |
getVpcEndpoints()
(experimental) A list of VPC Endpoints against which to create Route53 ALIASes.
|
@Stability(value=Experimental) @NotNull List<EndpointType> getTypes()
Default: EndpointType.EDGE
@Stability(value=Experimental) @Nullable default List<IVpcEndpoint> getVpcEndpoints()
Default: - no ALIASes are created for the endpoint.
@Stability(value=Experimental) static EndpointConfiguration.Builder builder()
EndpointConfiguration.Builder of EndpointConfigurationCopyright © 2020. All rights reserved.