@Stability(value=Stable) public static final class PublicSubnetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublicSubnetProps
PublicSubnetProps
software.amazon.jsii.JsiiObject.InitializationMode
PublicSubnetProps.Builder, PublicSubnetProps.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) |
String |
getAvailabilityZone()
The availability zone for the subnet.
|
String |
getCidrBlock()
The CIDR notation for this subnet.
|
Boolean |
getMapPublicIpOnLaunch()
Controls if a public IP is associated to an instance at launch.
|
String |
getVpcId()
The VPC which this subnet is part of.
|
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 String getAvailabilityZone()
SubnetProps
getAvailabilityZone
in interface SubnetProps
public String getCidrBlock()
SubnetProps
getCidrBlock
in interface SubnetProps
public String getVpcId()
SubnetProps
getVpcId
in interface SubnetProps
public Boolean getMapPublicIpOnLaunch()
SubnetProps
Default: true in Subnet.Public, false in Subnet.Private or Subnet.Isolated.
getMapPublicIpOnLaunch
in interface SubnetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.