Data Source: aws_connect_user

Provides details about a specific Amazon Connect User.

Example Usage

By name

data "aws_connect_user" "example" {
  instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  name        = "Example"
}

By user_id

data "aws_connect_user" "example" {
  instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  user_id     = "cccccccc-bbbb-cccc-dddd-111111111111"
}

Argument Reference

This argument supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

identity_info

An identity_info block supports the following attributes:

phone_config

A phone_config block supports the following attributes: