subnet_network_acl_associations_list_only
Lists subnet_network_acl_associations
in a region or regions, for all properties use subnet_network_acl_associations
Overview
Name | subnet_network_acl_associations_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::SubnetNetworkAclAssociation |
Id | aws.ec2.subnet_network_acl_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
subnet_id | string | The ID of the subnet |
network_acl_id | string | The ID of the network ACL |
association_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all subnet_network_acl_associations
in a region.
SELECT
region,
association_id
FROM aws.ec2.subnet_network_acl_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the subnet_network_acl_associations_list_only
resource, see subnet_network_acl_associations