@Stability(value=Stable) public static final class SubnetSelection.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubnetSelection
SubnetSelection
software.amazon.jsii.JsiiObject.InitializationMode
SubnetSelection.Builder, SubnetSelection.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) |
Boolean |
getOnePerAz()
If true, return at most one subnet per AZ.
|
String |
getSubnetGroupName()
Select the subnet group with the given name.
|
String |
getSubnetName()
Alias for `subnetGroupName`.
|
SubnetType |
getSubnetType()
Select all subnets of the given type.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef
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 Boolean getOnePerAz()
SubnetSelection
getOnePerAz
in interface SubnetSelection
public String getSubnetGroupName()
SubnetSelection
getSubnetGroupName
in interface SubnetSelection
public String getSubnetName()
SubnetSelection
getSubnetName
in interface SubnetSelection
public SubnetType getSubnetType()
SubnetSelection
getSubnetType
in interface SubnetSelection
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2019. All rights reserved.