Class CfnUserHierarchyStructure.LevelFourProperty
The update for level four.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LevelFourProperty : Object, CfnUserHierarchyStructure.ILevelFourProperty
Syntax (vb)
Public Class LevelFourProperty
Inherits Object
Implements CfnUserHierarchyStructure.ILevelFourProperty
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 levelFourProperty = new LevelFourProperty {
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
LevelFourProperty()
public LevelFourProperty()
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.