Interface CfnLayout.FieldItemProperty

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

@Stability(Stable) public static interface CfnLayout.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.services.cases.*;
 FieldItemProperty fieldItemProperty = FieldItemProperty.builder()
         .id("id")
         .build();
 

See Also: