Interface ISubnetV2

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, ISubnet, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ISubnetV2.Jsii$Default
All Known Implementing Classes:
ISubnetV2.Jsii$Proxy, SubnetV2

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-10-05T03:43:53.161Z") @Stability(Experimental) public interface ISubnetV2 extends software.amazon.jsii.JsiiSerializable, ISubnet
(experimental) Interface with additional properties for SubnetV2.
  • Method Details

    • getIpv6CidrBlock

      @Stability(Experimental) @Nullable default String getIpv6CidrBlock()
      (experimental) The IPv6 CIDR block for this subnet.
    • getSubnetType

      @Stability(Experimental) @Nullable default SubnetType getSubnetType()
      (experimental) The type of subnet (public or private) that this subnet represents.