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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnForm.FormStyleConfigProperty
static final class
An implementation forCfnForm.FormStyleConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTokenReference
CfnForm.FormStyleConfigProperty.TokenReference
. -
getValue
CfnForm.FormStyleConfigProperty.Value
. -
builder
-