AWS::AmplifyUIBuilder::Form FieldPosition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AmplifyUIBuilder::Form FieldPosition

The FieldPosition property specifies the field position.

Syntax

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

JSON

{ "Below" : String, "Fixed" : String, "RightOf" : String }

YAML

Below: String Fixed: String RightOf: String

Properties

Below

The field position is below the field specified by the string.

Required: No

Type: String

Update requires: No interruption

Fixed

The field position is fixed and doesn't change in relation to other fields.

Required: No

Type: String

Allowed values: first

Update requires: No interruption

RightOf

The field position is to the right of the field specified by the string.

Required: No

Type: String

Update requires: No interruption