AWS::AmplifyUIBuilder::Form FieldConfig
The FieldConfig
property specifies the configuration information for a field in a table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Excluded" :
Boolean
, "InputType" :FieldInputConfig
, "Label" :String
, "Position" :FieldPosition
, "Validations" :[ FieldValidationConfiguration, ... ]
}
YAML
Excluded:
Boolean
InputType:FieldInputConfig
Label:String
Position:FieldPosition
Validations:- FieldValidationConfiguration
Properties
Excluded
-
Specifies whether to hide a field.
Required: No
Type: Boolean
Update requires: No interruption
InputType
-
Describes the configuration for the default input value to display for a field.
Required: No
Type: FieldInputConfig
Update requires: No interruption
Label
-
The label for the field.
Required: No
Type: String
Update requires: No interruption
Position
-
Specifies the field position.
Required: No
Type: FieldPosition
Update requires: No interruption
Validations
-
The validations to perform on the value in the field.
Required: No
Type: Array of FieldValidationConfiguration
Update requires: No interruption