interface FormStyleConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AmplifyUIBuilder.CfnForm.FormStyleConfigProperty |
Java | software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormStyleConfigProperty |
Python | aws_cdk.aws_amplifyuibuilder.CfnForm.FormStyleConfigProperty |
TypeScript | @aws-cdk/aws-amplifyuibuilder » CfnForm » FormStyleConfigProperty |
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 * as amplifyuibuilder from '@aws-cdk/aws-amplifyuibuilder';
const formStyleConfigProperty: amplifyuibuilder.CfnForm.FormStyleConfigProperty = {
tokenReference: 'tokenReference',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| token | string | CfnForm.FormStyleConfigProperty.TokenReference. |
| value? | string | CfnForm.FormStyleConfigProperty.Value. |
tokenReference?
Type:
string
(optional)
CfnForm.FormStyleConfigProperty.TokenReference.
value?
Type:
string
(optional)
CfnForm.FormStyleConfigProperty.Value.

.NET
Java
Python
TypeScript