AWS::Connect::UserHierarchyGroupResource Type definition for AWS::Connect::UserHierarchyGroup
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | Required |
Name | string | Required |
ParentGroupArn | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
UserHierarchyGroupArn | string | The Amazon Resource Name (ARN) for the user hierarchy group. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateUserHierarchyGroupconnect:TagResourceconnect:DescribeUserHierarchyGroupconnect:DeleteUserHierarchyGroupconnect:UntagResourceconnect:UpdateUserHierarchyGroupNameconnect:TagResourceconnect:UntagResourceconnect:ListUserHierarchyGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterUserHierarchyGroupArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ParentGroupArn