@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:03.535Z") public interface ISubnet extends IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
ISubnet.Jsii$Default
Internal default implementation for
ISubnet . |
static class |
ISubnet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
associateNetworkAcl(java.lang.String id,
INetworkAcl acl)
Associate a Network ACL with this subnet.
|
java.lang.String |
getAvailabilityZone()
The Availability Zone the subnet is located in.
|
IDependable |
getInternetConnectivityEstablished()
Dependable that can be depended upon to force internet connectivity established on the VPC.
|
java.lang.String |
getIpv4CidrBlock()
The IPv4 CIDR block for this subnet.
|
IRouteTable |
getRouteTable()
The route table for this subnet.
|
java.lang.String |
getSubnetId()
The subnetId for this particular subnet.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getAvailabilityZone()
IDependable getInternetConnectivityEstablished()
java.lang.String getIpv4CidrBlock()
IRouteTable getRouteTable()
java.lang.String getSubnetId()
void associateNetworkAcl(java.lang.String id, INetworkAcl acl)
id
- This parameter is required.acl
- The Network ACL to associate. This parameter is required.