@Stability(value=Stable) @Internal public static final class NetworkAclProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkAclProps
NetworkAclPropssoftware.amazon.jsii.JsiiObject.InitializationModeNetworkAclProps.Builder, NetworkAclProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(NetworkAclProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
NetworkAclProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getNetworkAclName()
The name of the NetworkAcl.
|
SubnetSelection |
getSubnetSelection()
Subnets in the given VPC to associate the ACL with.
|
IVpc |
getVpc()
The VPC in which to create the NetworkACL.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(NetworkAclProps.Builder builder)
NetworkAclProps.Builder.public final IVpc getVpc()
NetworkAclPropsgetVpc in interface NetworkAclPropspublic final String getNetworkAclName()
NetworkAclPropsIt is not recommended to use an explicit name.
Default: If you don't specify a networkAclName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
getNetworkAclName in interface NetworkAclPropspublic final SubnetSelection getSubnetSelection()
NetworkAclProps
More subnets can always be added later by calling
associateWithSubnets().
Default: - No subnets associated
getSubnetSelection in interface NetworkAclProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.