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.
|
software.amazon.awscdk.core.IDependable |
getInternetConnectivityEstablished()
Dependable that can be depended upon to force internet connectivity established on the VPC.
|
software.amazon.awscdk.core.ConstructNode |
getNode()
The construct node in the tree.
|
IRouteTable |
getRouteTable()
The route table for this subnet.
|
software.amazon.awscdk.core.Stack |
getStack()
The stack in which this resource is defined.
|
String |
getSubnetId()
The subnetId for this particular subnet.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef
@Stability(value=Stable) public String getAvailabilityZone()
getAvailabilityZone
in interface ISubnet
@Stability(value=Stable) public software.amazon.awscdk.core.IDependable getInternetConnectivityEstablished()
getInternetConnectivityEstablished
in interface ISubnet
@Stability(value=Stable) public IRouteTable getRouteTable()
getRouteTable
in interface ISubnet
@Stability(value=Stable) public String getSubnetId()
getSubnetId
in interface ISubnet
@Stability(value=Stable) public software.amazon.awscdk.core.Stack getStack()
getStack
in interface software.amazon.awscdk.core.IResource
@Stability(value=Stable) public software.amazon.awscdk.core.ConstructNode getNode()
getNode
in interface software.amazon.awscdk.core.IConstruct
@Stability(value=Stable) public void associateNetworkAcl(String id, INetworkAcl acl)
associateNetworkAcl
in interface ISubnet
id
- This parameter is required.acl
- The Network ACL to associate. This parameter is required.Copyright © 2019. All rights reserved.