Interface ISubnetV2.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, ISubnet, ISubnet.Jsii$Default, ISubnetRef, ISubnetRef.Jsii$Default, ISubnetV2, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ISubnetV2.Jsii$Proxy
Enclosing interface:
ISubnetV2

@Internal public static interface ISubnetV2.Jsii$Default extends ISubnetV2, ISubnet.Jsii$Default
Internal default implementation for ISubnetV2.
  • Method Details

    • getIpv6CidrBlock

      @Stability(Experimental) @Nullable default String getIpv6CidrBlock()
      (experimental) The IPv6 CIDR block for this subnet.
      Specified by:
      getIpv6CidrBlock in interface ISubnetV2
    • getSubnetType

      @Stability(Experimental) @Nullable default SubnetType getSubnetType()
      (experimental) The type of subnet (public or private) that this subnet represents.
      Specified by:
      getSubnetType in interface ISubnetV2