@Stability(value=Experimental) @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(IGatewayVpcEndpointService service,
List<? extends SubnetSelection> subnets)
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()
(experimental) The service to use for this gateway VPC endpoint.
|
List<SubnetSelection> |
getSubnets()
(experimental) 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(IGatewayVpcEndpointService service, List<? extends SubnetSelection> subnets)
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 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()))));
getSubnets in interface GatewayVpcEndpointOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.