Uses of Interface
software.amazon.awscdk.services.ec2.INetworkAcl
-
Uses of INetworkAcl in software.amazon.awscdk.services.ec2
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINetworkAcl
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Define a new custom network ACL.Modifier and TypeMethodDescriptionstatic INetworkAcl
NetworkAcl.fromNetworkAclId
(software.constructs.Construct scope, String id, String networkAclId) Import an existing NetworkAcl into this app.INetworkAclEntry.getNetworkAcl()
The network ACL.default INetworkAcl
INetworkAclEntry.Jsii$Default.getNetworkAcl()
The network ACL.final INetworkAcl
INetworkAclEntry.Jsii$Proxy.getNetworkAcl()
The network ACL.NetworkAclEntry.getNetworkAcl()
The network ACL.NetworkAclEntryProps.getNetworkAcl()
The network ACL this entry applies to.final INetworkAcl
NetworkAclEntryProps.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 INetworkAcl
SubnetNetworkAclAssociationProps.Jsii$Proxy.getNetworkAcl()
Modifier and TypeMethodDescriptiondefault void
IPrivateSubnet.Jsii$Default.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.final void
IPrivateSubnet.Jsii$Proxy.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.default void
IPublicSubnet.Jsii$Default.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.final void
IPublicSubnet.Jsii$Proxy.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.void
ISubnet.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.default void
ISubnet.Jsii$Default.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.final void
ISubnet.Jsii$Proxy.associateNetworkAcl
(String id, INetworkAcl acl) Associate a Network ACL with this subnet.void
Subnet.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()