FieldConfig - AmplifyUIBuilder

FieldConfig

Describes the configuration information for a field in a table.

Contents

excluded

Specifies whether to hide a field.

Type: Boolean

Required: No

inputType

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

Type: FieldInputConfig object

Required: No

label

The label for the field.

Type: String

Required: No

position

Specifies the field position.

Type: FieldPosition object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

validations

The validations to perform on the value in the field.

Type: Array of FieldValidationConfiguration objects

Required: No

See Also

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