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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISubnetV2
.static final class
A 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.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.awscdk.services.ec2.ISubnet
associateNetworkAcl, getAvailabilityZone, getInternetConnectivityEstablished, getIpv4CidrBlock, getRouteTable, getSubnetId
Methods 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.
-