AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::UserHierarchyGroup

Connect UserHierarchyGroup

Resource Type definition for AWS::Connect::UserHierarchyGroup

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
InstanceArn
string
Required
Name
string
Required
ParentGroupArn
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
UserHierarchyGroupArnstringThe Amazon Resource Name (ARN) for the user hierarchy group.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::UserHierarchyGroup

Resources:
  MyResource:
    Type: AWS::Connect::UserHierarchyGroup
    Properties:
      Name: "my-name"
      InstanceArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

connect:CreateUserHierarchyGroupconnect:TagResource

read

connect:DescribeUserHierarchyGroup

delete

connect:DeleteUserHierarchyGroupconnect:UntagResource

update

connect:UpdateUserHierarchyGroupNameconnect:TagResourceconnect:UntagResource

list

connect:ListUserHierarchyGroups

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConnect
Properties5
Required2
TaggingSupported
Primary IDUserHierarchyGroupArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ParentGroupArn

External Links