direct_connect_gateway_attachments_list_only
Lists direct_connect_gateway_attachments in a region or regions, for all properties use direct_connect_gateway_attachments
Overview
| Name | direct_connect_gateway_attachments_list_only |
| Type | Resource |
| Description | AWS::NetworkManager::DirectConnectGatewayAttachment Resource Type |
| Id | aws.networkmanager.direct_connect_gateway_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 direct_connect_gateway_attachments in a region.
SELECT
region,
attachment_id
FROM aws.networkmanager.direct_connect_gateway_attachments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the direct_connect_gateway_attachments_list_only resource, see direct_connect_gateway_attachments