_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 )[] )[] ) ) |
user
Information about the user account and configuration settings. | STRUCT( "id" VARCHAR, "arn" VARCHAR, "username" VARCHAR, "identity_info" STRUCT( "first_name" VARCHAR, "last_name" VARCHAR, "email" VARCHAR, "secondary_email" VARCHAR, "mobile" VARCHAR ), "phone_config" STRUCT( "phone_type" VARCHAR, "auto_accept" BOOLEAN, "after_contact_work_time_limit" BIGINT, "desk_phone_number" VARCHAR ), "directory_user_id" VARCHAR, "security_profile_ids" VARCHAR[], "routing_profile_id" VARCHAR, "hierarchy_group_id" VARCHAR, "tags" MAP(VARCHAR, VARCHAR), "last_modified_time" TIMESTAMP_S, "last_modified_region" VARCHAR ) |
Show child fields- user.arn
The Amazon Resource Name (ARN) of the user account.
- user.directory_user_id
The identifier of the user account in the directory used for identity management.
- user.hierarchy_group_id
The identifier of the hierarchy group for the user.
- user.id
The identifier of the user account.
- user.identity_info
Information about the user identity. Show child fields- user.identity_info.email
The email address. If you are using SAML for identity management and include this parameter, an error is returned.
- user.identity_info.first_name
The first name. This is required if you are using Amazon Connect or SAML for identity management.
- user.identity_info.last_name
The last name. This is required if you are using Amazon Connect or SAML for identity management.
- user.identity_info.mobile
The user's mobile number.
- user.identity_info.secondary_email
The user's secondary email address. If you provide a secondary email, the user receives email notifications - other than password reset notifications - to this email address instead of to their primary email address. Pattern: (?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- user.last_modified_region
The Amazon Web Services Region where this resource was last modified.
- user.last_modified_time
The timestamp when this resource was last modified.
- user.phone_config
Information about the phone configuration for the user. Show child fields- user.phone_config.after_contact_work_time_limit
The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW. When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned in milliseconds.
- user.phone_config.auto_accept
The Auto accept setting.
- user.phone_config.desk_phone_number
The phone number for the user's desk phone.
- user.phone_config.phone_type
The phone type.
- user.routing_profile_id
The identifier of the routing profile for the user.
- user.security_profile_ids[]
- user.tags
The tags.
- user.username
The user name assigned to the user account.
|