@Stability(value=Stable) @Internal public static final class GatewayVpcEndpointOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GatewayVpcEndpointOptions
GatewayVpcEndpointOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGatewayVpcEndpointOptions.Builder, GatewayVpcEndpointOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GatewayVpcEndpointOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GatewayVpcEndpointOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IGatewayVpcEndpointService |
getService()
The service to use for this gateway VPC endpoint.
|
List<SubnetSelection> |
getSubnets()
Where to add endpoint routing.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GatewayVpcEndpointOptions.Builder builder)
GatewayVpcEndpointOptions.Builder.public final IGatewayVpcEndpointService getService()
GatewayVpcEndpointOptionsgetService in interface GatewayVpcEndpointOptionspublic final List<SubnetSelection> getSubnets()
GatewayVpcEndpointOptionsBy 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 from non-compiling source. May contain errors.
Vpc vpc;
vpc.addGatewayEndpoint("DynamoDbEndpoint", GatewayVpcEndpointOptions.builder()
.service(GatewayVpcEndpointAwsService.DYNAMODB)
// Add only to ISOLATED subnets
.subnets(List.of(SubnetSelection.builder().subnetType(SubnetType.PRIVATE_ISOLATED).build()))
.build());
getSubnets in interface GatewayVpcEndpointOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.