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.104.0 (build e79254c)", date="2024-11-22T02:24:11.411Z") @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.