Interface CfnUserHierarchyStructurePropsMixin.LevelFiveProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserHierarchyStructurePropsMixin.LevelFiveProperty.Jsii$Proxy
- Enclosing class:
CfnUserHierarchyStructurePropsMixin
@Stability(Stable)
public static interface CfnUserHierarchyStructurePropsMixin.LevelFiveProperty
extends software.amazon.jsii.JsiiSerializable
The update for level five.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
LevelFiveProperty levelFiveProperty = LevelFiveProperty.builder()
.hierarchyLevelArn("hierarchyLevelArn")
.hierarchyLevelId("hierarchyLevelId")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserHierarchyStructurePropsMixin.LevelFivePropertystatic final classAn implementation forCfnUserHierarchyStructurePropsMixin.LevelFiveProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHierarchyLevelArn
The Amazon Resource Name (ARN) of the hierarchy level.- See Also:
-
getHierarchyLevelId
The identifier of the hierarchy level.- See Also:
-
getName
The name of the hierarchy level.- See Also:
-
builder
-