Uses of Interface
software.amazon.awscdk.services.ec2.INetworkAcl
Packages that use INetworkAcl
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of INetworkAcl in software.amazon.awscdk.services.ec2
Subinterfaces of INetworkAcl in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkAcl.Classes in software.amazon.awscdk.services.ec2 that implement INetworkAclModifier and TypeClassDescriptionstatic 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 INetworkAclModifier and TypeMethodDescriptionstatic INetworkAclNetworkAcl.fromNetworkAclId(software.constructs.Construct scope, String id, String networkAclId) Import an existing NetworkAcl into this app.INetworkAclEntry.getNetworkAcl()The network ACL.default INetworkAclINetworkAclEntry.Jsii$Default.getNetworkAcl()The network ACL.NetworkAclEntry.getNetworkAcl()The network ACL.NetworkAclEntryProps.getNetworkAcl()The network ACL this entry applies to.final INetworkAclNetworkAclEntryProps.Jsii$Proxy.getNetworkAcl()Subnet.getNetworkAcl()Network ACL associated with this Subnet.SubnetNetworkAclAssociation.getNetworkAcl()ID for the current Network ACL.Methods in software.amazon.awscdk.services.ec2 with parameters of type INetworkAclModifier and TypeMethodDescriptionvoidISubnet.associateNetworkAcl(String id, INetworkAcl acl) Associate a Network ACL with this subnet.default voidISubnet.Jsii$Default.associateNetworkAcl(String id, INetworkAcl acl) Associate a Network ACL with this subnet.voidSubnet.associateNetworkAcl(String id, INetworkAcl networkAcl) Associate a Network ACL with this subnet.NetworkAclEntry.Builder.networkAcl(INetworkAcl networkAcl) The network ACL this entry applies to.NetworkAclEntryProps.Builder.networkAcl(INetworkAcl networkAcl) Sets the value ofNetworkAclEntryProps.getNetworkAcl() -
Uses of INetworkAcl in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return INetworkAclModifier and TypeMethodDescriptionSubnetV2.getNetworkAcl()(experimental) Returns the Network ACL associated with this subnet.Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type INetworkAclModifier and TypeMethodDescriptionvoidSubnetV2.associateNetworkAcl(String id, INetworkAcl networkAcl) (experimental) Associate a Network ACL with this subnet.