aws-cdk-lib.aws_amplifyuibuilder.CfnForm.FormStyleConfigProperty

interface FormStyleConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AmplifyUIBuilder.CfnForm.FormStyleConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnForm_FormStyleConfigProperty
Javasoftware.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormStyleConfigProperty
Pythonaws_cdk.aws_amplifyuibuilder.CfnForm.FormStyleConfigProperty
TypeScript aws-cdk-lib » 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 { aws_amplifyuibuilder as amplifyuibuilder } from 'aws-cdk-lib';
const formStyleConfigProperty: amplifyuibuilder.CfnForm.FormStyleConfigProperty = {
  tokenReference: 'tokenReference',
  value: 'value',
};

Properties

NameTypeDescription
tokenReference?stringA reference to a design token to use to bind the form's style properties to an existing theme.
value?stringThe value of the style setting.

tokenReference?

Type: string (optional)

A reference to a design token to use to bind the form's style properties to an existing theme.


value?

Type: string (optional)

The value of the style setting.