AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::UserHierarchyStructure

Connect UserHierarchyStructure

Resource Type definition for AWS::Connect::UserHierarchyStructure

Properties

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

Filter:
PropertyTypeFlags
InstanceArn
string
RequiredCreate-only
UserHierarchyStructure
object

Return Values

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

AttributeTypeDescription
UserHierarchyStructureArnstringThe identifier of the User Hierarchy Structure.

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::UserHierarchyStructure

Resources:
  MyResource:
    Type: AWS::Connect::UserHierarchyStructure
    Properties:
      InstanceArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

connect:UpdateUserHierarchyStructure

read

connect:DescribeUserHierarchyStructure

delete

connect:UpdateUserHierarchyStructure

update

connect:UpdateUserHierarchyStructure

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
Properties3
Required1
TaggingNot supported
Primary IDUserHierarchyStructureArn

Supported Operations

CreateReadDeleteUpdate

Immutable After Creation

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

InstanceArn

External Links