interface UserHierarchyGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.UserHierarchyGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#UserHierarchyGroupReference |
![]() | software.amazon.awscdk.services.connect.UserHierarchyGroupReference |
![]() | aws_cdk.aws_connect.UserHierarchyGroupReference |
![]() | aws-cdk-lib » aws_connect » UserHierarchyGroupReference |
A reference to a UserHierarchyGroup resource.
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 userHierarchyGroupReference: connect.UserHierarchyGroupReference = {
userHierarchyGroupArn: 'userHierarchyGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
user | string | The UserHierarchyGroupArn of the UserHierarchyGroup resource. |
userHierarchyGroupArn
Type:
string
The UserHierarchyGroupArn of the UserHierarchyGroup resource.