Interface ICfnUserHierarchyStructureProps
Properties for defining a CfnUserHierarchyStructure
.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnUserHierarchyStructureProps
Syntax (vb)
Public Interface ICfnUserHierarchyStructureProps
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 cfnUserHierarchyStructureProps = new CfnUserHierarchyStructureProps {
InstanceArn = "instanceArn",
// the properties below are optional
UserHierarchyStructure = new UserHierarchyStructureProperty {
LevelFive = new LevelFiveProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelFour = new LevelFourProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelOne = new LevelOneProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelThree = new LevelThreeProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelTwo = new LevelTwoProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
}
}
};
Synopsis
Properties
Instance |
The Amazon Resource Name (ARN) of the instance. |
User |
Contains information about a hierarchy structure. |
Properties
InstanceArn
The Amazon Resource Name (ARN) of the instance.
string InstanceArn { get; }
Property Value
System.
Remarks
UserHierarchyStructure
Contains information about a hierarchy structure.
virtual object UserHierarchyStructure { get; }
Property Value
System.