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:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnForm.FormStyleConfigPropertystatic final classAn implementation forCfnForm.FormStyleConfigProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getTokenReference
A reference to a design token to use to bind the form's style properties to an existing theme.- See Also:
 
 - 
getValue
The value of the style setting.- See Also:
 
 - 
builder
 
 -