Class VpcAttributes.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class VpcAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcAttributes
An implementation for VpcAttributes
  • 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(VpcAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the VpcAttributes.Builder.
  • Method Details

    • getAvailabilityZones

      public final List<String> getAvailabilityZones()
      Description copied from interface: VpcAttributes
      List of availability zones for the subnets in this VPC.
      Specified by:
      getAvailabilityZones in interface VpcAttributes
    • getVpcId

      public final String getVpcId()
      Description copied from interface: VpcAttributes
      VPC's identifier.
      Specified by:
      getVpcId in interface VpcAttributes
    • getIsolatedSubnetIds

      public final List<String> getIsolatedSubnetIds()
      Description copied from interface: VpcAttributes
      List of isolated subnet IDs.

      Must be undefined or match the availability zones in length and order.

      Specified by:
      getIsolatedSubnetIds in interface VpcAttributes
    • getIsolatedSubnetNames

      public final List<String> getIsolatedSubnetNames()
      Description copied from interface: VpcAttributes
      List of names for the isolated subnets.

      Must be undefined or have a name for every isolated subnet group.

      Specified by:
      getIsolatedSubnetNames in interface VpcAttributes
    • getIsolatedSubnetRouteTableIds

      public final List<String> getIsolatedSubnetRouteTableIds()
      Description copied from interface: VpcAttributes
      List of IDs of routing tables for the isolated subnets.

      Must be undefined or have a name for every isolated subnet group.

      Specified by:
      getIsolatedSubnetRouteTableIds in interface VpcAttributes
    • getPrivateSubnetIds

      public final List<String> getPrivateSubnetIds()
      Description copied from interface: VpcAttributes
      List of private subnet IDs.

      Must be undefined or match the availability zones in length and order.

      Specified by:
      getPrivateSubnetIds in interface VpcAttributes
    • getPrivateSubnetNames

      public final List<String> getPrivateSubnetNames()
      Description copied from interface: VpcAttributes
      List of names for the private subnets.

      Must be undefined or have a name for every private subnet group.

      Specified by:
      getPrivateSubnetNames in interface VpcAttributes
    • getPrivateSubnetRouteTableIds

      public final List<String> getPrivateSubnetRouteTableIds()
      Description copied from interface: VpcAttributes
      List of IDs of routing tables for the private subnets.

      Must be undefined or have a name for every private subnet group.

      Specified by:
      getPrivateSubnetRouteTableIds in interface VpcAttributes
    • getPublicSubnetIds

      public final List<String> getPublicSubnetIds()
      Description copied from interface: VpcAttributes
      List of public subnet IDs.

      Must be undefined or match the availability zones in length and order.

      Specified by:
      getPublicSubnetIds in interface VpcAttributes
    • getPublicSubnetNames

      public final List<String> getPublicSubnetNames()
      Description copied from interface: VpcAttributes
      List of names for the public subnets.

      Must be undefined or have a name for every public subnet group.

      Specified by:
      getPublicSubnetNames in interface VpcAttributes
    • getPublicSubnetRouteTableIds

      public final List<String> getPublicSubnetRouteTableIds()
      Description copied from interface: VpcAttributes
      List of IDs of routing tables for the public subnets.

      Must be undefined or have a name for every public subnet group.

      Specified by:
      getPublicSubnetRouteTableIds in interface VpcAttributes
    • getVpcCidrBlock

      public final String getVpcCidrBlock()
      Description copied from interface: VpcAttributes
      VPC's CIDR range.

      Default: - Retrieving the CIDR from the VPC will fail

      Specified by:
      getVpcCidrBlock in interface VpcAttributes
    • getVpnGatewayId

      public final String getVpnGatewayId()
      Description copied from interface: VpcAttributes
      VPN gateway's identifier.
      Specified by:
      getVpnGatewayId in interface VpcAttributes
    • $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