Network ACLs¶
Provider: AWS
Service ID: network_acls
Rendering: Table with expandable rows containing tabbed sub-tables
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'network_acls',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'network_acl_id', 'vpc_id', 'is_default', 'rules']
});
</script>
<div data-sd-service="network_acls" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
network_acl_id |
Network ACL ID | text |
From API field: NetworkAclId |
vpc_id |
VPC ID | text |
From API field: VpcId. Resolved to vpc name when available |
is_default |
Default | boolean |
From API field: IsDefault |
rules |
Rules | compound_sub_table |
Expandable sub-table: Inbound Rules, Outbound Rules |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sub-Table: Rules¶
Inbound Rules¶
| Column | Display Name |
|---|---|
rule_number |
Rule # |
protocol |
Protocol |
port_range |
Port Range |
source |
Source |
action |
Action |
Outbound Rules¶
| Column | Display Name |
|---|---|
rule_number |
Rule # |
protocol |
Protocol |
port_range |
Port Range |
destination |
Destination |
action |
Action |
Sort Order¶
Results are sorted by: name, network_acl_id