Interface CfnUserHierarchyStructure.LevelThreeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserHierarchyStructure.LevelThreeProperty.Jsii$Proxy
- Enclosing class:
CfnUserHierarchyStructure
@Stability(Stable)
public static interface CfnUserHierarchyStructure.LevelThreeProperty
extends software.amazon.jsii.JsiiSerializable
The update for level three.
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.*; LevelThreeProperty levelThreeProperty = LevelThreeProperty.builder() .name("name") // the properties below are optional .hierarchyLevelArn("hierarchyLevelArn") .hierarchyLevelId("hierarchyLevelId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUserHierarchyStructure.LevelThreeProperty
static final class
An implementation forCfnUserHierarchyStructure.LevelThreeProperty
-
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
-