AWS::Connect::UserHierarchyGroupSpecifies a new user hierarchy group.
import { CfnUserHierarchyGroup } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnUserHierarchyGroupConfiguration passed to the constructor as CfnUserHierarchyGroupProps.
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the user hierarchy group.
nameRequiredstringThe name of the user hierarchy group.
parentGroupArnOptionalstringThe Amazon Resource Name (ARN) of the parent group.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::UserHierarchyGroup