Interface CfnFormPropsMixin.FormStyleConfigProperty

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

@Stability(Stable) public static interface CfnFormPropsMixin.FormStyleConfigProperty extends software.amazon.jsii.JsiiSerializable
The FormStyleConfig property specifies the configuration settings for the form's style properties.

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.amplifyuibuilder.*;
 FormStyleConfigProperty formStyleConfigProperty = FormStyleConfigProperty.builder()
         .tokenReference("tokenReference")
         .value("value")
         .build();
 

See Also: