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: