user_hierarchy_groups
Retrieves a list of user_hierarchy_groups
in a region
Overview
Name | user_hierarchy_groups |
Type | Resource |
Description | user_hierarchy_groups |
Id | awscc.connect.user_hierarchy_groups |
Fields
Name | Datatype | Description |
---|---|---|
user_hierarchy_group_arn | undefined | The Amazon Resource Name (ARN) for the user hierarchy group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
user_hierarchy_group_arn
FROM awscc.connect.user_hierarchy_groups
WHERE region = 'us-east-1'
Permissions
To operate on the user_hierarchy_groups
resource, the following permissions are required:
Create
connect:CreateUserHierarchyGroup,
connect:TagResource
List
connect:ListUserHierarchyGroups