aws::network-acl¶
Query network acl.
Example¶
network-acl: $(external-query aws::network-acl { network-acl-id: ''})
Attributes¶
| Attribute | Description |
|---|---|
| association-association-id | The ID of an association ID for the ACL. |
| association-network-acl-id | The ID of the network ACL involved in the association. |
| association-subnet-id | The ID of the subnet involved in the association. |
| default-acl | Indicates whether the ACL is the default network ACL for the VPC. |
| entry-cidr | The IPv4 CIDR range specified in the entry. |
| entry-icmp-code | The ICMP code specified in the entry, if any. |
| entry-icmp-type | The ICMP type specified in the entry, if any. |
| entry-ipv6-cidr | The IPv6 CIDR range specified in the entry. |
| entry-port-range-from | The start of the port range specified in the entry. |
| entry-port-range-to | The end of the port range specified in the entry. |
| entry-protocol | The protocol specified in the entry . Valid values are tcp or udp or icmp or a protocol number. |
| entry-rule-action | Indicates whether to allow or deny the matching traffic . Valid values are allow or deny. |
| entry-rule-number | The number of an entry (in other words, rule) in the set of ACL entries. |
| network-acl-id | The ID of the network ACL. |
| owner-id | The ID of the AWS account that owns the network ACL. |
| tag map | The key/value combination of a tag assigned to the resource. |
| tag-key | The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. |
| vpc-id | The ID of the VPC for the network ACL. |