Skip to main content

subnet_network_acl_association

Gets or updates an individual subnet_network_acl_association resource, use subnet_network_acl_associations to retrieve a list of resources or to create or delete a resource.

Overview

Namesubnet_network_acl_association
TypeResource
DescriptionResource Type definition for AWS::EC2::SubnetNetworkAclAssociation
Idaws.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

NameAccessible byRequired Params
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
subnet_id,
network_acl_id,
association_id
FROM aws.ec2.subnet_network_acl_association
WHERE region = 'us-east-1' AND data__Identifier = '<AssociationId>';

Permissions

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

Read

ec2:DescribeNetworkAcls