Class PublicSubnetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.PublicSubnetProps.Jsii$Proxy
- All Implemented Interfaces:
PublicSubnetProps
,SubnetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PublicSubnetProps
@Stability(Stable)
@Internal
public static final class PublicSubnetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PublicSubnetProps
An implementation for
PublicSubnetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.PublicSubnetProps
PublicSubnetProps.Builder, PublicSubnetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PublicSubnetProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePublicSubnetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The availability zone for the subnet.final String
The CIDR notation for this subnet.final Boolean
Controls if a public IP is associated to an instance at launch.final String
getVpcId()
The VPC which this subnet is part of.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by thePublicSubnetProps.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:SubnetProps
The availability zone for the subnet.- Specified by:
getAvailabilityZone
in interfaceSubnetProps
-
getCidrBlock
Description copied from interface:SubnetProps
The CIDR notation for this subnet.- Specified by:
getCidrBlock
in interfaceSubnetProps
-
getVpcId
Description copied from interface:SubnetProps
The VPC which this subnet is part of.- Specified by:
getVpcId
in interfaceSubnetProps
-
getMapPublicIpOnLaunch
Description copied from interface:SubnetProps
Controls if a public IP is associated to an instance at launch.Default: true in Subnet.Public, false in Subnet.Private or Subnet.Isolated.
- Specified by:
getMapPublicIpOnLaunch
in interfaceSubnetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-