FieldInputConfig - AmplifyUIBuilder

FieldInputConfig

Describes the configuration for the default input values to display for a field.

Contents

type

The input type for the field.

Type: String

Required: Yes

defaultChecked

Specifies whether a field has a default value.

Type: Boolean

Required: No

defaultCountryCode

The default country code for a phone number.

Type: String

Required: No

defaultValue

The default value for the field.

Type: String

Required: No

descriptiveText

The text to display to describe the field.

Type: String

Required: No

fileUploaderConfig

The configuration for the file uploader field.

Type: FileUploaderFieldConfig object

Required: No

isArray

Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

Type: Boolean

Required: No

maxValue

The maximum value to display for the field.

Type: Float

Required: No

minValue

The minimum value to display for the field.

Type: Float

Required: No

name

The name of the field.

Type: String

Required: No

placeholder

The text to display as a placeholder for the field.

Type: String

Required: No

readOnly

Specifies a read only field.

Type: Boolean

Required: No

required

Specifies a field that requires input.

Type: Boolean

Required: No

step

The stepping increment for a numeric value in a field.

Type: Float

Required: No

value

The value for the field.

Type: String

Required: No

valueMappings

The information to use to customize the input fields with data at runtime.

Type: ValueMappings object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: