interface UserHierarchyStructureReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Connect.UserHierarchyStructureReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsconnect#UserHierarchyStructureReference |
Java | software.amazon.awscdk.interfaces.connect.UserHierarchyStructureReference |
Python | aws_cdk.interfaces.aws_connect.UserHierarchyStructureReference |
TypeScript | aws-cdk-lib » interfaces » aws_connect » UserHierarchyStructureReference |
A reference to a UserHierarchyStructure 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 interfaces_connect } from 'aws-cdk-lib/interfaces';
const userHierarchyStructureReference: interfaces_connect.UserHierarchyStructureReference = {
userHierarchyStructureArn: 'userHierarchyStructureArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| user | string | The UserHierarchyStructureArn of the UserHierarchyStructure resource. |
userHierarchyStructureArn
Type:
string
The UserHierarchyStructureArn of the UserHierarchyStructure resource.

.NET
Go
Java
Python
TypeScript