AWS::AmplifyUIBuilder::Form FormInputValueProperty

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Value" : String }

YAML

Value: String

Properties

Value

The value to assign to the input field.

Required: No

Type: String

Update requires: No interruption