Class CfnUserHierarchyStructure.LevelFourProperty
The update for level four.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserHierarchyStructure.LevelFourProperty : CfnUserHierarchyStructure.ILevelFourProperty
Syntax (vb)
Public Class CfnUserHierarchyStructure.LevelFourProperty 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
LevelFourProperty() | The update for level four. |
Properties
HierarchyLevelArn | The Amazon Resource Name (ARN) of the hierarchy level. |
HierarchyLevelId | The identifier of the hierarchy level. |
Name | The name of the hierarchy level. |
Constructors
LevelFourProperty()
The update for level four.
public LevelFourProperty()
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"
};
Properties
HierarchyLevelArn
The Amazon Resource Name (ARN) of the hierarchy level.
public string? HierarchyLevelArn { get; set; }
Property Value
Remarks
HierarchyLevelId
The identifier of the hierarchy level.
public string? HierarchyLevelId { get; set; }
Property Value
Remarks
Name
The name of the hierarchy level.
public string Name { get; set; }