aws-cdk-lib.aws_amplifyuibuilder.CfnForm.FormInputValuePropertyProperty
interface FormInputValuePropertyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmplifyUIBuilder.CfnForm.FormInputValuePropertyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnForm_FormInputValuePropertyProperty |
![]() | software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormInputValuePropertyProperty |
![]() | aws_cdk.aws_amplifyuibuilder.CfnForm.FormInputValuePropertyProperty |
![]() | 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
Name | Type | Description |
---|---|---|
value? | string | The value to assign to the input field. |
value?
Type:
string
(optional)
The value to assign to the input field.