connect_attachment
Gets an individual connect_attachment
resource
Overview
Name | connect_attachment |
Type | Resource |
Description | connect_attachment |
Id | awscc.networkmanager.connect_attachment |
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
Currently only SELECT
is supported for this resource resource.
Example
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,
tags,
created_at,
updated_at,
transport_attachment_id,
options
FROM awscc.networkmanager.connect_attachment
WHERE data__Identifier = '<AttachmentId>';
Permissions
To operate on the connect_attachment
resource, the following permissions are required:
Read
networkmanager:GetConnectAttachment
Update
networkmanager:GetConnectAttachment,
networkmanager:ListTagsForResource,
networkmanager:TagResource,
networkmanager:UntagResource,
ec2:DescribeRegions
Delete
networkmanager:GetConnectAttachment,
networkmanager:DeleteAttachment,
ec2:DescribeRegions