--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_connect_phone_number Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Connect::PhoneNumber --- # awscc_connect_phone_number (Resource) Resource Type definition for AWS::Connect::PhoneNumber ## Schema ### Required - `country_code` (String) The phone number country code. - `target_arn` (String) The ARN of the Amazon Connect instance the phone number is claimed to. - `type` (String) The phone number type, either TOLL_FREE or DID. ### Optional - `description` (String) The description of the phone number. - `prefix` (String) The phone number prefix. - `tags` (Attributes Set) One or more tags. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `address` (String) The phone number e164 address. - `id` (String) Uniquely identifies the resource. - `phone_number_arn` (String) The phone number ARN ### Nested Schema for `tags` Optional: - `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 1 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 Import is supported using the following syntax: ```shell $ terraform import awscc_connect_phone_number.example ```