@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.066Z") @Stability(value=Experimental) public interface GatewayVpcEndpointOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GatewayVpcEndpointOptions.Builder
A builder for
GatewayVpcEndpointOptions |
static class |
GatewayVpcEndpointOptions.Jsii$Proxy
An implementation for
GatewayVpcEndpointOptions |
| Modifier and Type | Method and Description |
|---|---|
static GatewayVpcEndpointOptions.Builder |
builder() |
IGatewayVpcEndpointService |
getService()
(experimental) The service to use for this gateway VPC endpoint.
|
default List<SubnetSelection> |
getSubnets()
(experimental) Where to add endpoint routing.
|
@Stability(value=Experimental) @NotNull IGatewayVpcEndpointService getService()
@Stability(value=Experimental) @Nullable default List<SubnetSelection> getSubnets()
By default, this endpoint will be routable from all subnets in the VPC. Specify a list of subnet selection objects here to be more specific.
Default: - All subnets in the VPC
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 vpc.addGatewayEndpoint("DynamoDbEndpoint", Map.of( "service", ec2.GatewayVpcEndpointAwsService.getDYNAMODB(), // Add only to ISOLATED subnets "subnets", asList(Map.of("subnetType", ec2.SubnetType.getISOLATED()))));
@Stability(value=Experimental) static GatewayVpcEndpointOptions.Builder builder()
GatewayVpcEndpointOptions.Builder of GatewayVpcEndpointOptionsCopyright © 2021. All rights reserved.