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: