| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INetworkAcl.Jsii$Default
Internal default implementation for
INetworkAcl. |
| Modifier and Type | Class and Description |
|---|---|
static class |
INetworkAcl.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
NetworkAcl
(experimental) Define a new custom network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
static INetworkAcl |
NetworkAcl.fromNetworkAclId(software.constructs.Construct scope,
String id,
String networkAclId)
(experimental) Import an existing NetworkAcl into this app.
|
INetworkAcl |
NetworkAclEntryProps.getNetworkAcl()
(experimental) The network ACL this entry applies to.
|
INetworkAcl |
NetworkAclEntryProps.Jsii$Proxy.getNetworkAcl() |
INetworkAcl |
Subnet.getNetworkAcl()
(experimental) Network ACL associated with this Subnet.
|
INetworkAcl |
SubnetNetworkAclAssociation.getNetworkAcl()
(experimental) ID for the current Network ACL.
|
INetworkAcl |
SubnetNetworkAclAssociationProps.getNetworkAcl()
(experimental) The Network ACL this association is defined for.
|
INetworkAcl |
SubnetNetworkAclAssociationProps.Jsii$Proxy.getNetworkAcl() |
INetworkAcl |
INetworkAclEntry.getNetworkAcl()
(experimental) The network ACL.
|
INetworkAcl |
INetworkAclEntry.Jsii$Proxy.getNetworkAcl()
(experimental) The network ACL.
|
default INetworkAcl |
INetworkAclEntry.Jsii$Default.getNetworkAcl()
(experimental) The network ACL.
|
INetworkAcl |
NetworkAclEntry.getNetworkAcl()
(experimental) The network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subnet.associateNetworkAcl(String id,
INetworkAcl networkAcl)
(experimental) Associate a Network ACL with this subnet.
|
void |
ISubnet.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
void |
ISubnet.Jsii$Proxy.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
default void |
ISubnet.Jsii$Default.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
void |
IPrivateSubnet.Jsii$Proxy.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
default void |
IPrivateSubnet.Jsii$Default.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
void |
IPublicSubnet.Jsii$Proxy.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
default void |
IPublicSubnet.Jsii$Default.associateNetworkAcl(String id,
INetworkAcl acl)
(experimental) Associate a Network ACL with this subnet.
|
NetworkAclEntryProps.Builder |
NetworkAclEntryProps.Builder.networkAcl(INetworkAcl networkAcl)
Sets the value of
NetworkAclEntryProps.getNetworkAcl() |
SubnetNetworkAclAssociation.Builder |
SubnetNetworkAclAssociation.Builder.networkAcl(INetworkAcl networkAcl)
(experimental) The Network ACL this association is defined for.
|
SubnetNetworkAclAssociationProps.Builder |
SubnetNetworkAclAssociationProps.Builder.networkAcl(INetworkAcl networkAcl)
Sets the value of
SubnetNetworkAclAssociationProps.getNetworkAcl() |
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.networkAcl(INetworkAcl networkAcl)
(experimental) The network ACL this entry applies to.
|
| Constructor and Description |
|---|
Jsii$Proxy(INetworkAcl networkAcl,
AclCidr cidr,
Number ruleNumber,
AclTraffic traffic,
TrafficDirection direction,
String networkAclEntryName,
Action ruleAction)
Constructor that initializes the object based on literal property values passed by the
NetworkAclEntryProps.Builder. |
Jsii$Proxy(INetworkAcl networkAcl,
ISubnet subnet,
String subnetNetworkAclAssociationName)
Constructor that initializes the object based on literal property values passed by the
SubnetNetworkAclAssociationProps.Builder. |
Copyright © 2021. All rights reserved.