_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
claimed_phone_number_summary
Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group. | STRUCT( "phone_number_id" VARCHAR, "phone_number_arn" VARCHAR, "phone_number" VARCHAR, "phone_number_country_code" VARCHAR, "phone_number_type" VARCHAR, "phone_number_description" VARCHAR, "target_arn" VARCHAR, "instance_id" VARCHAR, "tags" MAP(VARCHAR, VARCHAR), "phone_number_status" STRUCT( "status" VARCHAR, "message" VARCHAR ), "source_phone_number_arn" VARCHAR ) |
Show child fields- claimed_phone_number_summary.instance_id
The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- claimed_phone_number_summary.phone_number
The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
- claimed_phone_number_summary.phone_number_arn
The Amazon Resource Name (ARN) of the phone number.
- claimed_phone_number_summary.phone_number_country_code
The ISO country code.
- claimed_phone_number_summary.phone_number_description
The description of the phone number.
- claimed_phone_number_summary.phone_number_id
A unique identifier for the phone number.
- claimed_phone_number_summary.phone_number_status
The status of the phone number. -
CLAIMED means the previous ClaimPhoneNumber or UpdatePhoneNumber operation succeeded. -
IN_PROGRESS means a ClaimPhoneNumber, UpdatePhoneNumber, or UpdatePhoneNumberMetadata operation is still in progress and has not yet completed. You can call DescribePhoneNumber at a later time to verify if the previous operation has completed. -
FAILED indicates that the previous ClaimPhoneNumber or UpdatePhoneNumber operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the TargetArn value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a FAILED status from a ClaimPhoneNumber API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim. You will not be billed for the phone number during the 1-day period if number claiming fails. Show child fields- claimed_phone_number_summary.phone_number_status.message
The status message.
- claimed_phone_number_summary.phone_number_status.status
The status.
- claimed_phone_number_summary.phone_number_type
The type of phone number.
- claimed_phone_number_summary.source_phone_number_arn
The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.
- claimed_phone_number_summary.tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- claimed_phone_number_summary.target_arn
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.
|