Interface CfnLayoutPropsMixin.FieldItemProperty

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

@Stability(Stable) public static interface CfnLayoutPropsMixin.FieldItemProperty extends software.amazon.jsii.JsiiSerializable
Object for field related information.

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.cases.*;
 FieldItemProperty fieldItemProperty = FieldItemProperty.builder()
         .id("id")
         .build();
 

See Also: