Interface CfnForm.FormStyleConfigProperty

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

@Stability(Stable) public static interface CfnForm.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.services.amplifyuibuilder.*;
 FormStyleConfigProperty formStyleConfigProperty = FormStyleConfigProperty.builder()
         .tokenReference("tokenReference")
         .value("value")
         .build();
 

See Also: