Class CfnUserHierarchyStructure.LevelFiveProperty
The update for level five.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LevelFiveProperty : Object, CfnUserHierarchyStructure.ILevelFiveProperty
Syntax (vb)
Public Class LevelFiveProperty
Inherits Object
Implements CfnUserHierarchyStructure.ILevelFiveProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var levelFiveProperty = new LevelFiveProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
};
Synopsis
Constructors
Level |
Properties
Hierarchy |
The Amazon Resource Name (ARN) of the hierarchy level. |
Hierarchy |
The identifier of the hierarchy level. |
Name | The name of the hierarchy level. |
Constructors
LevelFiveProperty()
public LevelFiveProperty()
Properties
HierarchyLevelArn
The Amazon Resource Name (ARN) of the hierarchy level.
public string HierarchyLevelArn { get; set; }
Property Value
System.
Remarks
HierarchyLevelId
The identifier of the hierarchy level.
public string HierarchyLevelId { get; set; }
Property Value
System.
Remarks
Name
The name of the hierarchy level.
public string Name { get; set; }
Property Value
System.