@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.848Z") @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 © 2021. All rights reserved.