Skip to main content

subnet_network_acl_association

Gets an individual subnet_network_acl_association resource

Overview

Namesubnet_network_acl_association
TypeResource
Descriptionsubnet_network_acl_association
Idawscc.ec2.subnet_network_acl_association

Fields

NameDatatypeDescription
subnet_idstringThe ID of the subnet
network_acl_idstringThe ID of the network ACL
association_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
subnet_id,
network_acl_id,
association_id
FROM awscc.ec2.subnet_network_acl_association
WHERE data__Identifier = '<AssociationId>';

Permissions

To operate on the subnet_network_acl_association resource, the following permissions are required:

Read

ec2:DescribeNetworkAcls

Delete

ec2:DescribeNetworkAcls,
ec2:ReplaceNetworkAclAssociation