Skip to main content

vpc_attachments

Retrieves a list of vpc_attachments in a region

Overview

Namevpc_attachments
TypeResource
Descriptionvpc_attachments
Idawscc.networkmanager.vpc_attachments

Fields

NameDatatypeDescription
attachment_idstringId of the attachment.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
attachment_id
FROM awscc.networkmanager.vpc_attachments
WHERE region = 'us-east-1'

Permissions

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

Create

networkmanager:CreateVpcAttachment,
networkmanager:GetVpcAttachment,
networkmanager:TagResource,
ec2:DescribeRegions,
iam:CreateServiceLinkedRole

List

networkmanager:ListAttachments