interface LevelOneProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Connect.CfnUserHierarchyStructure.LevelOneProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnUserHierarchyStructure_LevelOneProperty |
Java | software.amazon.awscdk.services.connect.CfnUserHierarchyStructure.LevelOneProperty |
Python | aws_cdk.aws_connect.CfnUserHierarchyStructure.LevelOneProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnUserHierarchyStructure » LevelOneProperty |
Information about level one.
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 levelOneProperty: connect.CfnUserHierarchyStructure.LevelOneProperty = {
name: 'name',
// the properties below are optional
hierarchyLevelArn: 'hierarchyLevelArn',
hierarchyLevelId: 'hierarchyLevelId',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the hierarchy level. |
hierarchy | string | The Amazon Resource Name (ARN) of the hierarchy level. |
hierarchy | string | The identifier of the hierarchy level. |
name
Type:
string
The name of the hierarchy level.
hierarchyLevelArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the hierarchy level.
hierarchyLevelId?
Type:
string
(optional)
The identifier of the hierarchy level.