Interface CfnUserHierarchyStructure.LevelOneProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserHierarchyStructure.LevelOneProperty.Jsii$Proxy
- Enclosing class:
CfnUserHierarchyStructure
@Stability(Stable)
public static interface CfnUserHierarchyStructure.LevelOneProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.connect.*;
LevelOneProperty levelOneProperty = LevelOneProperty.builder()
.name("name")
// the properties below are optional
.hierarchyLevelArn("hierarchyLevelArn")
.hierarchyLevelId("hierarchyLevelId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserHierarchyStructure.LevelOnePropertystatic final classAn implementation forCfnUserHierarchyStructure.LevelOneProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the hierarchy level.- See Also:
-
getHierarchyLevelArn
The Amazon Resource Name (ARN) of the hierarchy level.- See Also:
-
getHierarchyLevelId
The identifier of the hierarchy level.- See Also:
-
builder
-