@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T19:55:07.880Z") @Stability(value=Stable) public interface ISubnet extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.core.IResource
Modifier and Type | Interface and Description |
---|---|
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.amazon.awscdk.core.IDependable |
getInternetConnectivityEstablished()
Dependable that can be depended upon to force internet connectivity established on the VPC.
|
IRouteTable |
getRouteTable()
The route table for this subnet.
|
String |
getSubnetId()
The subnetId for this particular subnet.
|
@Stability(value=Stable) String getAvailabilityZone()
@Stability(value=Stable) software.amazon.awscdk.core.IDependable getInternetConnectivityEstablished()
@Stability(value=Stable) IRouteTable getRouteTable()
@Stability(value=Stable) String getSubnetId()
@Stability(value=Stable) void associateNetworkAcl(String id, INetworkAcl acl)
id
- This parameter is required.acl
- The Network ACL to associate. This parameter is required.Copyright © 2019. All rights reserved.