Skip to main content

vpc_attachments_list_only

Lists vpc_attachments in a region or regions, for all properties use vpc_attachments

Overview

Namevpc_attachments_list_only
TypeResource
DescriptionAWS::NetworkManager::VpcAttachment Resoruce Type
Idaws.networkmanager.vpc_attachments_list_only

Fields

NameDatatypeDescription
attachment_idstringId of the attachment.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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