vpc_attachments
Retrieves a list of vpc_attachments
in a region
Overview
Name | vpc_attachments |
Type | Resource |
Description | vpc_attachments |
Id | awscc.networkmanager.vpc_attachments |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | Id of the attachment. |
region | string | AWS 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