@Stability(value=Experimental) @Internal public static final class SubnetNetworkAclAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubnetNetworkAclAssociationProps
SubnetNetworkAclAssociationProps
software.amazon.jsii.JsiiObject.InitializationMode
SubnetNetworkAclAssociationProps.Builder, SubnetNetworkAclAssociationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(INetworkAcl networkAcl,
ISubnet subnet,
String subnetNetworkAclAssociationName)
Constructor that initializes the object based on literal property values passed by the
SubnetNetworkAclAssociationProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
INetworkAcl |
getNetworkAcl()
(experimental) The Network ACL this association is defined for.
|
ISubnet |
getSubnet()
(experimental) ID of the Subnet.
|
String |
getSubnetNetworkAclAssociationName()
(experimental) The name of the SubnetNetworkAclAssociation.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(INetworkAcl networkAcl, ISubnet subnet, String subnetNetworkAclAssociationName)
SubnetNetworkAclAssociationProps.Builder
.public final INetworkAcl getNetworkAcl()
SubnetNetworkAclAssociationProps
getNetworkAcl
in interface SubnetNetworkAclAssociationProps
public final ISubnet getSubnet()
SubnetNetworkAclAssociationProps
getSubnet
in interface SubnetNetworkAclAssociationProps
public final String getSubnetNetworkAclAssociationName()
SubnetNetworkAclAssociationProps
It is not recommended to use an explicit name.
Default: If you don't specify a SubnetNetworkAclAssociationName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
getSubnetNetworkAclAssociationName
in interface SubnetNetworkAclAssociationProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.