interface CfnUserHierarchyGroupProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Connect.CfnUserHierarchyGroupProps |
Java | software.amazon.awscdk.services.connect.CfnUserHierarchyGroupProps |
Python | aws_cdk.aws_connect.CfnUserHierarchyGroupProps |
TypeScript | @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.