Uses of Interface
software.amazon.awscdk.services.ec2.INetworkAcl
Packages that use INetworkAcl
-
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.final INetworkAclINetworkAclEntry.Jsii$Proxy.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.SubnetNetworkAclAssociationProps.getNetworkAcl()The Network ACL this association is defined for.final INetworkAclSubnetNetworkAclAssociationProps.Jsii$Proxy.getNetworkAcl()Methods in software.amazon.awscdk.services.ec2 with parameters of type INetworkAclModifier and TypeMethodDescriptiondefault voidIPrivateSubnet.Jsii$Default.associateNetworkAcl(String id, INetworkAcl acl) Associate a Network ACL with this subnet.final voidIPrivateSubnet.Jsii$Proxy.associateNetworkAcl(String id, INetworkAcl acl) Associate a Network ACL with this subnet.default voidIPublicSubnet.Jsii$Default.associateNetworkAcl(String id, INetworkAcl acl) Associate a Network ACL with this subnet.final voidIPublicSubnet.Jsii$Proxy.associateNetworkAcl(String id, INetworkAcl acl) Associate a Network ACL with this subnet.voidISubnet.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.final voidISubnet.Jsii$Proxy.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()SubnetNetworkAclAssociation.Builder.networkAcl(INetworkAcl networkAcl) The Network ACL this association is defined for.SubnetNetworkAclAssociationProps.Builder.networkAcl(INetworkAcl networkAcl) Sets the value ofSubnetNetworkAclAssociationProps.getNetworkAcl()