user_hierarchy_groups_list_only
Lists user_hierarchy_groups
in a region or regions, for all properties use user_hierarchy_groups
Overview
Name | user_hierarchy_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::UserHierarchyGroup |
Id | aws.connect.user_hierarchy_groups_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all user_hierarchy_groups
in a region.
SELECT
region,
user_hierarchy_group_arn
FROM aws.connect.user_hierarchy_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_hierarchy_groups_list_only
resource, see user_hierarchy_groups