@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.072Z") @Stability(value=Experimental) 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)
(experimental) Associate a Network ACL with this subnet.
|
String |
getAvailabilityZone()
(experimental) The Availability Zone the subnet is located in.
|
software.constructs.IDependable |
getInternetConnectivityEstablished()
(experimental) Dependable that can be depended upon to force internet connectivity established on the VPC.
|
String |
getIpv4CidrBlock()
(experimental) The IPv4 CIDR block for this subnet.
|
IRouteTable |
getRouteTable()
(experimental) The route table for this subnet.
|
String |
getSubnetId()
(experimental) The subnetId for this particular subnet.
|
@Stability(value=Experimental) @NotNull String getAvailabilityZone()
@Stability(value=Experimental) @NotNull software.constructs.IDependable getInternetConnectivityEstablished()
@Stability(value=Experimental) @NotNull String getIpv4CidrBlock()
@Stability(value=Experimental) @NotNull IRouteTable getRouteTable()
@Stability(value=Experimental) @NotNull String getSubnetId()
@Stability(value=Experimental)
void associateNetworkAcl(@NotNull
String id,
@NotNull
INetworkAcl acl)
id - This parameter is required.acl - The Network ACL to associate. This parameter is required.Copyright © 2021. All rights reserved.