--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_connect_user_hierarchy_group Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Connect::UserHierarchyGroup --- # awscc_connect_user_hierarchy_group (Resource) Resource Type definition for AWS::Connect::UserHierarchyGroup ## Schema ### Required - `instance_arn` (String) The identifier of the Amazon Connect instance. - `name` (String) The name of the user hierarchy group. ### Optional - `parent_group_arn` (String) The Amazon Resource Name (ARN) for the parent user hierarchy group. ### Read-Only - `id` (String) Uniquely identifies the resource. - `user_hierarchy_group_arn` (String) The Amazon Resource Name (ARN) for the user hierarchy group. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_connect_user_hierarchy_group.example ```