Interface CfnUserHierarchyStructure.LevelFourProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserHierarchyStructure.LevelFourProperty.Jsii$Proxy
Enclosing class:
CfnUserHierarchyStructure

@Stability(Stable) public static interface CfnUserHierarchyStructure.LevelFourProperty extends software.amazon.jsii.JsiiSerializable
The update for level four.

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.*;
 LevelFourProperty levelFourProperty = LevelFourProperty.builder()
         .name("name")
         // the properties below are optional
         .hierarchyLevelArn("hierarchyLevelArn")
         .hierarchyLevelId("hierarchyLevelId")
         .build();
 

See Also: