public static final class IPublicSubnet.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IPublicSubnet
software.amazon.jsii.JsiiObject.InitializationMode
IPublicSubnet.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
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.
|
IDependable |
getInternetConnectivityEstablished()
Dependable that can be depended upon to force internet connectivity established on the VPC.
|
ConstructNode |
getNode()
The construct tree node for this construct.
|
IRouteTable |
getRouteTable()
The route table for this subnet.
|
Stack |
getStack()
The stack in which this resource is defined.
|
String |
getSubnetId()
The subnetId for this particular subnet.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
@Stability(value=Stable) @NotNull public String getAvailabilityZone()
getAvailabilityZone
in interface ISubnet
@Stability(value=Stable) @NotNull public IDependable getInternetConnectivityEstablished()
getInternetConnectivityEstablished
in interface ISubnet
@Stability(value=Stable) @NotNull public IRouteTable getRouteTable()
getRouteTable
in interface ISubnet
@Stability(value=Stable) @NotNull public String getSubnetId()
getSubnetId
in interface ISubnet
@Stability(value=Stable) @NotNull public Stack getStack()
@Stability(value=Stable) @NotNull public ConstructNode getNode()
@Stability(value=Stable) public void associateNetworkAcl(@NotNull String id, @NotNull INetworkAcl acl)
associateNetworkAcl
in interface ISubnet
id
- This parameter is required.acl
- The Network ACL to associate. This parameter is required.Copyright © 2020. All rights reserved.