Describes the hierarchy structure of the specified Amazon Connect instance.
connect_describe_user_hierarchy_structure(InstanceId)
A list with the following syntax:
list(
HierarchyStructure = list(
LevelOne = list(
Id = "string",
Arn = "string",
Name = "string"
),
LevelTwo = list(
Id = "string",
Arn = "string",
Name = "string"
),
LevelThree = list(
Id = "string",
Arn = "string",
Name = "string"
),
LevelFour = list(
Id = "string",
Arn = "string",
Name = "string"
),
LevelFive = list(
Id = "string",
Arn = "string",
Name = "string"
)
)
)
[required] The identifier of the Amazon Connect instance.
svc$describe_user_hierarchy_structure(
InstanceId = "string"
)