Interface ISubnetV2
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,ISubnet,ISubnetRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISubnetV2.Jsii$Default
- All Known Implementing Classes:
ISubnetV2.Jsii$Proxy,SubnetV2
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:26.731Z")
@Stability(Experimental)
public interface ISubnetV2
extends software.amazon.jsii.JsiiSerializable, ISubnet
(experimental) Interface with additional properties for SubnetV2.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISubnetV2.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The IPv6 CIDR block for this subnet.default SubnetType(experimental) The type of subnet (public or private) that this subnet represents.Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.ec2.ISubnet
associateNetworkAcl, getAvailabilityZone, getEnv, getInternetConnectivityEstablished, getIpv4CidrBlock, getNode, getRouteTable, getSubnetIdMethods inherited from interface software.amazon.awscdk.interfaces.ec2.ISubnetRef
getSubnetRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv6CidrBlock
(experimental) The IPv6 CIDR block for this subnet. -
getSubnetType
(experimental) The type of subnet (public or private) that this subnet represents.
-