Class NetworkAclProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.NetworkAclProps.Jsii$Proxy
- All Implemented Interfaces:
NetworkAclProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NetworkAclProps
@Stability(Stable)
@Internal
public static final class NetworkAclProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NetworkAclProps
An implementation for
NetworkAclProps-
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.NetworkAclProps
NetworkAclProps.Builder, NetworkAclProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NetworkAclProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNetworkAclProps.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 StringThe name of the NetworkAcl.final SubnetSelectionSubnets in the given VPC to associate the ACL with.final IVpcgetVpc()The VPC in which to create the NetworkACL.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 theNetworkAclProps.Builder.
-
-
Method Details
-
getVpc
Description copied from interface:NetworkAclPropsThe VPC in which to create the NetworkACL.- Specified by:
getVpcin interfaceNetworkAclProps
-
getNetworkAclName
Description copied from interface:NetworkAclPropsThe name of the NetworkAcl.Since the NetworkAcl resource doesn't support providing a physical name, the value provided here will be recorded in the
Nametag.Default: CDK generated name
- Specified by:
getNetworkAclNamein interfaceNetworkAclProps
-
getSubnetSelection
Description copied from interface:NetworkAclPropsSubnets in the given VPC to associate the ACL with.More subnets can always be added later by calling
associateWithSubnets().Default: - No subnets associated
- Specified by:
getSubnetSelectionin interfaceNetworkAclProps
-
$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()
-