Class SubnetV2Attributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.SubnetV2Attributes.Jsii$Proxy
All Implemented Interfaces:
SubnetV2Attributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SubnetV2Attributes

@Stability(Experimental) @Internal public static final class SubnetV2Attributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubnetV2Attributes
An implementation for SubnetV2Attributes
  • 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

      protected Jsii$Proxy(SubnetV2Attributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SubnetV2Attributes.Builder.
  • Method Details

    • getAvailabilityZone

      public final String getAvailabilityZone()
      Description copied from interface: SubnetV2Attributes
      (experimental) The Availability Zone this subnet is located in.

      Default: - No AZ information, cannot use AZ selection features

      Specified by:
      getAvailabilityZone in interface SubnetV2Attributes
    • getIpv4CidrBlock

      public final String getIpv4CidrBlock()
      Description copied from interface: SubnetV2Attributes
      (experimental) The IPv4 CIDR block associated with the subnet.

      Default: - No CIDR information, cannot use CIDR filter features

      Specified by:
      getIpv4CidrBlock in interface SubnetV2Attributes
    • getSubnetId

      public final String getSubnetId()
      Description copied from interface: SubnetV2Attributes
      (experimental) The subnetId for this particular subnet.
      Specified by:
      getSubnetId in interface SubnetV2Attributes
    • getSubnetType

      public final SubnetType getSubnetType()
      Description copied from interface: SubnetV2Attributes
      (experimental) The type of subnet (public or private) that this subnet represents.
      Specified by:
      getSubnetType in interface SubnetV2Attributes
    • getIpv6CidrBlock

      public final String getIpv6CidrBlock()
      Description copied from interface: SubnetV2Attributes
      (experimental) The IPv4 CIDR block associated with the subnet.

      Default: - No CIDR information, cannot use CIDR filter features

      Specified by:
      getIpv6CidrBlock in interface SubnetV2Attributes
    • getRouteTableId

      public final String getRouteTableId()
      Description copied from interface: SubnetV2Attributes
      (experimental) The ID of the route table for this particular subnet.

      Default: - No route table information, cannot create VPC endpoints

      Specified by:
      getRouteTableId in interface SubnetV2Attributes
    • getSubnetName

      public final String getSubnetName()
      Description copied from interface: SubnetV2Attributes
      (experimental) Name of the given subnet.

      Default: - no subnet name

      Specified by:
      getSubnetName in interface SubnetV2Attributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object