Interface CfnFieldPropsMixin.FieldAttributesProperty

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

@Stability(Stable) public static interface CfnFieldPropsMixin.FieldAttributesProperty extends software.amazon.jsii.JsiiSerializable
Union of field attributes.

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.*;
 FieldAttributesProperty fieldAttributesProperty = FieldAttributesProperty.builder()
         .text(TextAttributesProperty.builder()
                 .isMultiline(false)
                 .build())
         .build();
 

See Also: