AWS::AmplifyUIBuilder::Form SectionalElement

Stores the configuration information for a visual helper element for a form. A sectional element can be a header, a text block, or a divider. These elements are static and not associated with any data.

Syntax

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

JSON

{ "Excluded" : Boolean, "Level" : Double, "Orientation" : String, "Position" : FieldPosition, "Text" : String, "Type" : String }

YAML

Excluded: Boolean Level: Double Orientation: String Position: FieldPosition Text: String Type: String

Properties

Excluded

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

Level

Specifies the size of the font for a Heading sectional element. Valid values are 1 | 2 | 3 | 4 | 5 | 6.

Required: No

Type: Double

Update requires: No interruption

Orientation

Specifies the orientation for a Divider sectional element. Valid values are horizontal or vertical.

Required: No

Type: String

Update requires: No interruption

Position

Specifies the position of the text in a field for a Text sectional element.

Required: No

Type: FieldPosition

Update requires: No interruption

Text

The text for a Text sectional element.

Required: No

Type: String

Update requires: No interruption

Type

The type of sectional element. Valid values are Heading, Text, and Divider.

Required: Yes

Type: String

Update requires: No interruption