@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.437Z") @Stability(value=Stable) public interface ISubnet extends software.amazon.jsii.JsiiSerializable, 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(String id,
INetworkAcl acl)
Associate a Network ACL with this subnet.
|
String |
getAvailabilityZone()
The Availability Zone the subnet is located in.
|
software.constructs.IDependable |
getInternetConnectivityEstablished()
Dependable that can be depended upon to force internet connectivity established on the VPC.
|
String |
getIpv4CidrBlock()
The IPv4 CIDR block for this subnet.
|
IRouteTable |
getRouteTable()
The route table for this subnet.
|
String |
getSubnetId()
The subnetId for this particular subnet.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull String getAvailabilityZone()
@Stability(value=Stable) @NotNull software.constructs.IDependable getInternetConnectivityEstablished()
@Stability(value=Stable) @NotNull String getIpv4CidrBlock()
@Stability(value=Stable) @NotNull IRouteTable getRouteTable()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable)
void associateNetworkAcl(@NotNull
String id,
@NotNull
INetworkAcl acl)
id - This parameter is required.acl - The Network ACL to associate. This parameter is required.Copyright © 2022. All rights reserved.