Class SubnetNetworkAclAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
SubnetNetworkAclAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SubnetNetworkAclAssociationProps
@Stability(Stable)
@Internal
public static final class SubnetNetworkAclAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SubnetNetworkAclAssociationProps
An implementation for
SubnetNetworkAclAssociationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps
SubnetNetworkAclAssociationProps.Builder, SubnetNetworkAclAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSubnetNetworkAclAssociationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal INetworkAclThe Network ACL this association is defined for.final ISubnetID of the Subnet.final StringThe name of the SubnetNetworkAclAssociation.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theSubnetNetworkAclAssociationProps.Builder.
-
-
Method Details
-
getNetworkAcl
Description copied from interface:SubnetNetworkAclAssociationPropsThe Network ACL this association is defined for.- Specified by:
getNetworkAclin interfaceSubnetNetworkAclAssociationProps
-
getSubnet
Description copied from interface:SubnetNetworkAclAssociationPropsID of the Subnet.- Specified by:
getSubnetin interfaceSubnetNetworkAclAssociationProps
-
getSubnetNetworkAclAssociationName
Description copied from interface:SubnetNetworkAclAssociationPropsThe name of the SubnetNetworkAclAssociation.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.
- Specified by:
getSubnetNetworkAclAssociationNamein interfaceSubnetNetworkAclAssociationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-