interface INetworkAcl
Language | Type name |
---|---|
![]() | aws_cdk.aws_ec2.INetworkAcl |
![]() | software.amazon.awscdk.services.ec2.INetworkAcl |
![]() | Amazon.CDK.AWS.EC2.INetworkAcl |
![]() | @aws-cdk/aws-ec2.INetworkAcl |
Implemented by
Network
Obtainable from
Network
.fromNetworkAclId()
A NetworkAcl.
Properties
Name | Type | Description |
---|---|---|
network | string | ID for the current Network ACL. |
node | Construct | The construct node in the tree. |
stack | Stack | The stack in which this resource is defined. |
networkAclId
Type:
string
ID for the current Network ACL.
node
Type:
Construct
The construct node in the tree.
stack
Type:
Stack
The stack in which this resource is defined.
Methods
Name | Description |
---|---|
add | Add a new entry to the ACL. |
Entry(id, options)
addpublic addEntry(id: string, options: CommonNetworkAclEntryOptions): NetworkAclEntry
Parameters
- id
string
- options
Common
Network Acl Entry Options
Returns
Add a new entry to the ACL.