AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::UserHierarchyGroup

CfnUserHierarchyGroup

Specifies a new user hierarchy group.

Import

import { CfnUserHierarchyGroup } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnUserHierarchyGroup

Properties

Configuration passed to the constructor as CfnUserHierarchyGroupProps.

instanceArnRequired
string | IInstanceRef

The Amazon Resource Name (ARN) of the user hierarchy group.

nameRequired
string

The name of the user hierarchy group.

parentGroupArnOptional
string

The Amazon Resource Name (ARN) of the parent group.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter