connect_attachments_list_only
Lists connect_attachments
in a region or regions, for all properties use connect_attachments
Overview
Name | connect_attachments_list_only |
Type | Resource |
Description | AWS::NetworkManager::ConnectAttachment Resource Type Definition |
Id | aws.networkmanager.connect_attachments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
core_network_id | string | ID of the CoreNetwork that the attachment will be attached to. |
core_network_arn | string | The ARN of a core network. |
attachment_id | string | The ID of the attachment. |
owner_account_id | string | The ID of the attachment account owner. |
attachment_type | string | The type of attachment. |
state | string | State of the attachment. |
edge_location | string | Edge location of the attachment. |
resource_arn | string | The attachment resource ARN. |
attachment_policy_rule_number | integer | The policy rule number associated with the attachment. |
segment_name | string | The name of the segment attachment. |
proposed_segment_change | object | The attachment to move from one segment to another. |
tags | array | Tags for the attachment. |
created_at | string | Creation time of the attachment. |
updated_at | string | Last update time of the attachment. |
transport_attachment_id | string | Id of transport attachment |
options | object | Protocol options for connect attachment |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all connect_attachments
in a region.
SELECT
region,
attachment_id
FROM aws.networkmanager.connect_attachments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the connect_attachments_list_only
resource, see connect_attachments