aws-cdk-lib.aws_amplifyuibuilder.CfnForm.FormInputValuePropertyProperty

interface FormInputValuePropertyProperty

LanguageType name
.NETAmazon.CDK.AWS.AmplifyUIBuilder.CfnForm.FormInputValuePropertyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnForm_FormInputValuePropertyProperty
Javasoftware.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormInputValuePropertyProperty
Pythonaws_cdk.aws_amplifyuibuilder.CfnForm.FormInputValuePropertyProperty
TypeScript aws-cdk-lib » aws_amplifyuibuilder » CfnForm » FormInputValuePropertyProperty

The FormInputValueProperty property specifies the configuration for an input field on a form.

Use FormInputValueProperty to specify the values to render or bind by default.

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 formInputValuePropertyProperty: amplifyuibuilder.CfnForm.FormInputValuePropertyProperty = {
  value: 'value',
};

Properties

NameTypeDescription
value?stringThe value to assign to the input field.

value?

Type: string (optional)

The value to assign to the input field.