Data Source: aws_connect_user_hierarchy_group

Provides details about a specific Amazon Connect User Hierarchy Group.

Example Usage

By name

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

By hierarchy_group_id

data "aws_connect_user_hierarchy_group" "example" {
  instance_id        = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  hierarchy_group_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:

A hierarchy_path block supports the following attributes:

A level block supports the following attributes: