aws-cdk-lib.aws_connect.CfnUserHierarchyGroupProps

interface CfnUserHierarchyGroupProps

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnUserHierarchyGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnUserHierarchyGroupProps
Javasoftware.amazon.awscdk.services.connect.CfnUserHierarchyGroupProps
Pythonaws_cdk.aws_connect.CfnUserHierarchyGroupProps
TypeScript aws-cdk-lib » aws_connect » CfnUserHierarchyGroupProps

Properties for defining a CfnUserHierarchyGroup.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const cfnUserHierarchyGroupProps: connect.CfnUserHierarchyGroupProps = {
  instanceArn: 'instanceArn',
  name: 'name',

  // the properties below are optional
  parentGroupArn: 'parentGroupArn',
};

Properties

NameTypeDescription
instanceArnstringThe Amazon Resource Name (ARN) of the user hierarchy group.
namestringThe name of the user hierarchy group.
parentGroupArn?stringThe Amazon Resource Name (ARN) of the parent group.

instanceArn

Type: string

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


name

Type: string

The name of the user hierarchy group.


parentGroupArn?

Type: string (optional)

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