connect_attachment_tags
Expands all tag keys and values for connect_attachments
in a region
Overview
Name | connect_attachment_tags |
Type | Resource |
Description | AWS::NetworkManager::ConnectAttachment Resource Type Definition |
Id | aws.networkmanager.connect_attachment_tags |
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. |
network_function_group_name | string | The name of the network function group attachment. |
proposed_network_function_group_change | object | The attachment to move from one network function group to another. |
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 |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all connect_attachments
in a region.
SELECT
region,
core_network_id,
core_network_arn,
attachment_id,
owner_account_id,
attachment_type,
state,
edge_location,
resource_arn,
attachment_policy_rule_number,
segment_name,
proposed_segment_change,
network_function_group_name,
proposed_network_function_group_change,
created_at,
updated_at,
transport_attachment_id,
options,
tag_key,
tag_value
FROM aws.networkmanager.connect_attachment_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the connect_attachment_tags
resource, see connect_attachments