subnet_network_acl_association
Gets an individual subnet_network_acl_association
resource
Overview
Name | subnet_network_acl_association |
Type | Resource |
Description | subnet_network_acl_association |
Id | awscc.ec2.subnet_network_acl_association |
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
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