Skip to main content

connect_attachments

Retrieves a list of connect_attachments in a region

Overview

Nameconnect_attachments
TypeResource
Descriptionconnect_attachments
Idawscc.networkmanager.connect_attachments

Fields

NameDatatypeDescription
attachment_idstringThe ID of the attachment.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

networkmanager:GetConnectAttachment,
networkmanager:CreateConnectAttachment,
networkmanager:TagResource,
ec2:DescribeRegions

List

networkmanager:ListAttachments