Interface ISubnet
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPrivateSubnet
,IPrivateSubnet.Jsii$Default
,IPublicSubnet
,IPublicSubnet.Jsii$Default
,ISubnet.Jsii$Default
,ISubnetV2
,ISubnetV2.Jsii$Default
- All Known Implementing Classes:
IPrivateSubnet.Jsii$Proxy
,IPublicSubnet.Jsii$Proxy
,ISubnet.Jsii$Proxy
,ISubnetV2.Jsii$Proxy
,PrivateSubnet
,PublicSubnet
,Subnet
,SubnetV2
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:00.658Z")
@Stability(Stable)
public interface ISubnet
extends software.amazon.jsii.JsiiSerializable, IResource
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISubnet
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.The Availability Zone the subnet is located in.software.constructs.IDependable
Dependable that can be depended upon to force internet connectivity established on the VPC.The IPv4 CIDR block for this subnet.The route table for this subnet.The subnetId for this particular subnet.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.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Availability Zone the subnet is located in. -
getInternetConnectivityEstablished
@Stability(Stable) @NotNull software.constructs.IDependable getInternetConnectivityEstablished()Dependable that can be depended upon to force internet connectivity established on the VPC. -
getIpv4CidrBlock
The IPv4 CIDR block for this subnet. -
getRouteTable
The route table for this subnet. -
getSubnetId
The subnetId for this particular subnet. -
associateNetworkAcl
Associate a Network ACL with this subnet.- Parameters:
id
- This parameter is required.acl
- The Network ACL to associate. This parameter is required.
-