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 default implementation for
ISubnetV2.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.ISubnet
ISubnet.Jsii$Default, ISubnet.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ec2.ISubnetRef
ISubnetRef.Jsii$Default, ISubnetRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.ISubnetV2
ISubnetV2.Jsii$Default, ISubnetV2.Jsii$Proxy -
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.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
associateNetworkAcl, getAvailabilityZone, getInternetConnectivityEstablished, getIpv4CidrBlock, getRouteTable, getSubnetIdMethods inherited from interface software.amazon.awscdk.interfaces.ec2.ISubnetRef.Jsii$Default
getSubnetRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv6CidrBlock
(experimental) The IPv6 CIDR block for this subnet.- Specified by:
getIpv6CidrBlockin interfaceISubnetV2
-
getSubnetType
(experimental) The type of subnet (public or private) that this subnet represents.- Specified by:
getSubnetTypein interfaceISubnetV2
-