Skip to main content

connect_attachments_list_only

Lists connect_attachments in a region or regions, for all properties use connect_attachments

Overview

Nameconnect_attachments_list_only
TypeResource
DescriptionAWS::NetworkManager::ConnectAttachment Resource Type Definition
Idaws.networkmanager.connect_attachments_list_only

Fields

NameDatatypeDescription
core_network_idstringID of the CoreNetwork that the attachment will be attached to.
core_network_arnstringThe ARN of a core network.
attachment_idstringThe ID of the attachment.
owner_account_idstringThe ID of the attachment account owner.
attachment_typestringThe type of attachment.
statestringState of the attachment.
edge_locationstringEdge location of the attachment.
resource_arnstringThe attachment resource ARN.
attachment_policy_rule_numberintegerThe policy rule number associated with the attachment.
segment_namestringThe name of the segment attachment.
proposed_segment_changeobjectThe attachment to move from one segment to another.
tagsarrayTags for the attachment.
created_atstringCreation time of the attachment.
updated_atstringLast update time of the attachment.
transport_attachment_idstringId of transport attachment
optionsobjectProtocol options for connect attachment
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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