AWS::AmplifyUIBuilder::Form SectionalElement - 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 SectionalElement

The SectionalElement property specifies 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 Amazon CloudFormation template, use the following syntax:

JSON

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

YAML

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

Properties

Excluded

Excludes a sectional element that was generated by default for a specified data model.

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: Number

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