@Stability(value=Stable) @Internal public static final class SelectedSubnets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SelectedSubnets
SelectedSubnetssoftware.amazon.jsii.JsiiObject.InitializationModeSelectedSubnets.Builder, SelectedSubnets.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.
|
protected |
Jsii$Proxy(SelectedSubnets.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SelectedSubnets.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAvailabilityZones()
The respective AZs of each subnet.
|
Boolean |
getHasPublic()
Whether any of the given subnets are from the VPC's public subnets.
|
software.constructs.IDependable |
getInternetConnectivityEstablished()
Dependency representing internet connectivity for these subnets.
|
Boolean |
getIsPendingLookup()
The subnet selection is not actually real yet.
|
List<String> |
getSubnetIds()
The subnet IDs.
|
List<ISubnet> |
getSubnets()
Selected subnet objects.
|
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(SelectedSubnets.Builder builder)
SelectedSubnets.Builder.public final List<String> getAvailabilityZones()
SelectedSubnetsgetAvailabilityZones in interface SelectedSubnetspublic final Boolean getHasPublic()
SelectedSubnetsgetHasPublic in interface SelectedSubnetspublic final software.constructs.IDependable getInternetConnectivityEstablished()
SelectedSubnetsgetInternetConnectivityEstablished in interface SelectedSubnetspublic final List<String> getSubnetIds()
SelectedSubnetsgetSubnetIds in interface SelectedSubnetspublic final List<ISubnet> getSubnets()
SelectedSubnetsgetSubnets in interface SelectedSubnetspublic final Boolean getIsPendingLookup()
SelectedSubnetsIf this value is true, don't validate anything about the subnets. The count or identities are not known yet, and the validation will most likely fail which will prevent a successful lookup.
Default: false
getIsPendingLookup in interface SelectedSubnets@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.