interface CfnUserHierarchyGroupProps
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnUserHierarchyGroupProps |
![]() | software.amazon.awscdk.services.connect.CfnUserHierarchyGroupProps |
![]() | aws_cdk.aws_connect.CfnUserHierarchyGroupProps |
![]() | @aws-cdk/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 * as connect from '@aws-cdk/aws-connect';
const cfnUserHierarchyGroupProps: connect.CfnUserHierarchyGroupProps = {
instanceArn: 'instanceArn',
name: 'name',
// the properties below are optional
parentGroupArn: 'parentGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The Amazon Resource Name (ARN) of the user hierarchy group. |
name | string | The name of the user hierarchy group. |
parent | string | The 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.