Uses of Interface
software.amazon.awscdk.interfaces.ec2.INetworkAclRef
Packages that use INetworkAclRef
Package
Description
Amazon EC2 Construct Library
-
Uses of INetworkAclRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of INetworkAclRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkAclRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement INetworkAclRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of INetworkAclRef in software.amazon.awscdk.services.ec2
Subinterfaces of INetworkAclRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceA NetworkAcl.static interfaceInternal default implementation forINetworkAcl.Classes in software.amazon.awscdk.services.ec2 that implement INetworkAclRefModifier and TypeClassDescriptionclassSpecifies a network ACL for your VPC.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a new custom network ACL.Methods in software.amazon.awscdk.services.ec2 that return INetworkAclRefModifier and TypeMethodDescriptionSubnetNetworkAclAssociationProps.getNetworkAcl()The Network ACL this association is defined for.final INetworkAclRefSubnetNetworkAclAssociationProps.Jsii$Proxy.getNetworkAcl()Methods in software.amazon.awscdk.services.ec2 with parameters of type INetworkAclRefModifier and TypeMethodDescriptionSubnetNetworkAclAssociation.Builder.networkAcl(INetworkAclRef networkAcl) The Network ACL this association is defined for.SubnetNetworkAclAssociationProps.Builder.networkAcl(INetworkAclRef networkAcl) Sets the value ofSubnetNetworkAclAssociationProps.getNetworkAcl()