Uses of Interface
software.amazon.awscdk.services.ec2.INetworkAclRef
Packages that use INetworkAclRef
-
Uses of INetworkAclRef in software.amazon.awscdk.services.ec2
Subinterfaces of INetworkAclRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
A NetworkAcl.static interface
Internal default implementation forINetworkAcl
.static interface
Internal default implementation forINetworkAclRef
.Classes in software.amazon.awscdk.services.ec2 that implement INetworkAclRefModifier and TypeClassDescriptionclass
Specifies a network ACL for your VPC.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Define 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 INetworkAclRef
SubnetNetworkAclAssociationProps.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()