Interface CfnUserHierarchyStructurePropsMixin.LevelThreeProperty

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

@Stability(Stable) public static interface CfnUserHierarchyStructurePropsMixin.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.cfnpropertymixins.services.connect.*;
 LevelThreeProperty levelThreeProperty = LevelThreeProperty.builder()
         .hierarchyLevelArn("hierarchyLevelArn")
         .hierarchyLevelId("hierarchyLevelId")
         .name("name")
         .build();
 

See Also: