user_hierarchy_group_tags
Expands all tag keys and values for user_hierarchy_groups
in a region
Overview
Name | user_hierarchy_group_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::UserHierarchyGroup |
Id | aws.connect.user_hierarchy_group_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all user_hierarchy_groups
in a region.
SELECT
region,
instance_arn,
user_hierarchy_group_arn,
parent_group_arn,
name,
tag_key,
tag_value
FROM aws.connect.user_hierarchy_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_hierarchy_group_tags
resource, see user_hierarchy_groups