|
| 1 | +--- |
| 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs |
| 3 | +page_title: "awscc_networkmanager_connect_attachment Data Source - terraform-provider-awscc" |
| 4 | +subcategory: "" |
| 5 | +description: |- |
| 6 | + Data Source schema for AWS::NetworkManager::ConnectAttachment |
| 7 | +--- |
| 8 | + |
| 9 | +# awscc_networkmanager_connect_attachment (Data Source) |
| 10 | + |
| 11 | +Data Source schema for AWS::NetworkManager::ConnectAttachment |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!-- schema generated by tfplugindocs --> |
| 16 | +## Schema |
| 17 | + |
| 18 | +### Required |
| 19 | + |
| 20 | +- `id` (String) Uniquely identifies the resource. |
| 21 | + |
| 22 | +### Read-Only |
| 23 | + |
| 24 | +- `attachment_id` (String) The ID of the attachment. |
| 25 | +- `attachment_policy_rule_number` (Number) The policy rule number associated with the attachment. |
| 26 | +- `attachment_type` (String) The type of attachment. |
| 27 | +- `core_network_arn` (String) The ARN of a core network for the VPC attachment. |
| 28 | +- `core_network_id` (String) ID of the CoreNetwork that the attachment will be attached to. |
| 29 | +- `created_at` (String) Creation time of the attachment. |
| 30 | +- `edge_location` (String) Edge location of the attachment. |
| 31 | +- `options` (Attributes) Protocol options for connect attachment (see [below for nested schema](#nestedatt--options)) |
| 32 | +- `owner_account_id` (String) The ID of the attachment account owner. |
| 33 | +- `proposed_segment_change` (Attributes) The attachment to move from one segment to another. (see [below for nested schema](#nestedatt--proposed_segment_change)) |
| 34 | +- `resource_arn` (String) The attachment resource ARN. |
| 35 | +- `segment_name` (String) The name of the segment attachment. |
| 36 | +- `state` (String) State of the attachment. |
| 37 | +- `tags` (Attributes List) Tags for the attachment. (see [below for nested schema](#nestedatt--tags)) |
| 38 | +- `transport_attachment_id` (String) Id of transport attachment |
| 39 | +- `updated_at` (String) Last update time of the attachment. |
| 40 | + |
| 41 | +<a id="nestedatt--options"></a> |
| 42 | +### Nested Schema for `options` |
| 43 | + |
| 44 | +Read-Only: |
| 45 | + |
| 46 | +- `protocol` (String) Tunnel protocol for connect attachment |
| 47 | + |
| 48 | + |
| 49 | +<a id="nestedatt--proposed_segment_change"></a> |
| 50 | +### Nested Schema for `proposed_segment_change` |
| 51 | + |
| 52 | +Read-Only: |
| 53 | + |
| 54 | +- `attachment_policy_rule_number` (Number) New policy rule number of the attachment |
| 55 | +- `segment_name` (String) Proposed segment name |
| 56 | +- `tags` (Attributes List) Proposed tags for the Segment. (see [below for nested schema](#nestedatt--proposed_segment_change--tags)) |
| 57 | + |
| 58 | +<a id="nestedatt--proposed_segment_change--tags"></a> |
| 59 | +### Nested Schema for `proposed_segment_change.tags` |
| 60 | + |
| 61 | +Read-Only: |
| 62 | + |
| 63 | +- `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 -. |
| 64 | +- `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 -. |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +<a id="nestedatt--tags"></a> |
| 69 | +### Nested Schema for `tags` |
| 70 | + |
| 71 | +Read-Only: |
| 72 | + |
| 73 | +- `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 -. |
| 74 | +- `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 -. |
| 75 | + |
| 76 | + |
0 commit comments