AWS::NetworkManager::ConnectAttachment Resource Type Definition
core_network_id
(String) ID of the CoreNetwork that the attachment will be attached to.edge_location
(String) Edge location of the attachment.options
(Attributes) Protocol options for connect attachment (see below for nested schema)transport_attachment_id
(String) Id of transport attachmentproposed_segment_change
(Attributes) The attachment to move from one segment to another. (see below for nested schema)tags
(Attributes Set) Tags for the attachment. (see below for nested schema)attachment_id
(String) The ID of the attachment.attachment_policy_rule_number
(Number) The policy rule number associated with the attachment.attachment_type
(String) The type of attachment.core_network_arn
(String) The ARN of a core network.created_at
(String) Creation time of the attachment.id
(String) Uniquely identifies the resource.owner_account_id
(String) The ID of the attachment account owner.resource_arn
(String) The attachment resource ARN.segment_name
(String) The name of the segment attachment.state
(String) State of the attachment.updated_at
(String) Last update time of the attachment.options
Optional:
protocol
(String) Tunnel protocol for connect attachmentproposed_segment_change
Optional:
attachment_policy_rule_number
(Number) The rule number in the policy document that applies to this change.segment_name
(String) The name of the segment to change.tags
(Attributes Set) The list of key-value tags that changed for the segment. (see below for nested schema)proposed_segment_change.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_networkmanager_connect_attachment.example <resource ID>