vpc_attachments_list_only
Lists vpc_attachments
in a region or regions, for all properties use vpc_attachments
Overview
Name | vpc_attachments_list_only |
Type | Resource |
Description | AWS::NetworkManager::VpcAttachment Resoruce Type |
Id | aws.networkmanager.vpc_attachments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | Id of the attachment. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpc_attachments
in a region.
SELECT
region,
attachment_id
FROM aws.networkmanager.vpc_attachments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_attachments_list_only
resource, see vpc_attachments