interface UserHierarchyStructureProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnUserHierarchyStructure.UserHierarchyStructureProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnUserHierarchyStructure_UserHierarchyStructureProperty |
![]() | software.amazon.awscdk.services.connect.CfnUserHierarchyStructure.UserHierarchyStructureProperty |
![]() | aws_cdk.aws_connect.CfnUserHierarchyStructure.UserHierarchyStructureProperty |
![]() | aws-cdk-lib » aws_connect » CfnUserHierarchyStructure » UserHierarchyStructureProperty |
Contains information about a hierarchy structure.
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 userHierarchyStructureProperty: connect.CfnUserHierarchyStructure.UserHierarchyStructureProperty = {
levelFive: {
name: 'name',
// the properties below are optional
hierarchyLevelArn: 'hierarchyLevelArn',
hierarchyLevelId: 'hierarchyLevelId',
},
levelFour: {
name: 'name',
// the properties below are optional
hierarchyLevelArn: 'hierarchyLevelArn',
hierarchyLevelId: 'hierarchyLevelId',
},
levelOne: {
name: 'name',
// the properties below are optional
hierarchyLevelArn: 'hierarchyLevelArn',
hierarchyLevelId: 'hierarchyLevelId',
},
levelThree: {
name: 'name',
// the properties below are optional
hierarchyLevelArn: 'hierarchyLevelArn',
hierarchyLevelId: 'hierarchyLevelId',
},
levelTwo: {
name: 'name',
// the properties below are optional
hierarchyLevelArn: 'hierarchyLevelArn',
hierarchyLevelId: 'hierarchyLevelId',
},
};
Properties
Name | Type | Description |
---|---|---|
level | IResolvable | Level | Information about level five. |
level | IResolvable | Level | The update for level four. |
level | IResolvable | Level | The update for level one. |
level | IResolvable | Level | The update for level three. |
level | IResolvable | Level | The update for level two. |
levelFive?
Type:
IResolvable
|
Level
(optional)
Information about level five.
levelFour?
Type:
IResolvable
|
Level
(optional)
The update for level four.
levelOne?
Type:
IResolvable
|
Level
(optional)
The update for level one.
levelThree?
Type:
IResolvable
|
Level
(optional)
The update for level three.
levelTwo?
Type:
IResolvable
|
Level
(optional)
The update for level two.