AWS::AmplifyUIBuilder::Form FieldPosition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AmplifyUIBuilder::Form FieldPosition

The FieldPosition property specifies the field position.

Syntax

To declare this entity in your 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