user_hierarchy_group
Gets an individual user_hierarchy_group
resource
Overview
Name | user_hierarchy_group |
Type | Resource |
Description | user_hierarchy_group |
Id | awscc.connect.user_hierarchy_group |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
user_hierarchy_group_arn | string | The Amazon Resource Name (ARN) for the user hierarchy group. |
parent_group_arn | string | The Amazon Resource Name (ARN) for the parent user hierarchy group. |
name | string | The name of the user hierarchy group. |
tags | array | One or more tags. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
instance_arn,
user_hierarchy_group_arn,
parent_group_arn,
name,
tags
FROM awscc.connect.user_hierarchy_group
WHERE data__Identifier = '<UserHierarchyGroupArn>';
Permissions
To operate on the user_hierarchy_group
resource, the following permissions are required:
Read
connect:DescribeUserHierarchyGroup
Delete
connect:DeleteUserHierarchyGroup,
connect:UntagResource
Update
connect:UpdateUserHierarchyGroupName,
connect:TagResource,
connect:UntagResource