@Stability(value=Experimental) public static final class ConfigureNatOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConfigureNatOptions
ConfigureNatOptions
software.amazon.jsii.JsiiObject.InitializationMode
ConfigureNatOptions.Builder, ConfigureNatOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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) |
List<PublicSubnet> |
getNatSubnets()
The public subnets where the NAT providers need to be placed.
|
List<PrivateSubnet> |
getPrivateSubnets()
The private subnets that need to route through the NAT providers.
|
Vpc |
getVpc()
The VPC we're configuring NAT for.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public List<PublicSubnet> getNatSubnets()
ConfigureNatOptions
EXPERIMENTAL
getNatSubnets
in interface ConfigureNatOptions
public List<PrivateSubnet> getPrivateSubnets()
ConfigureNatOptions
There may be more private subnets than public subnets with NAT providers.
EXPERIMENTAL
getPrivateSubnets
in interface ConfigureNatOptions
public Vpc getVpc()
ConfigureNatOptions
EXPERIMENTAL
getVpc
in interface ConfigureNatOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.