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 AWS 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 are1 | 2 | 3 | 4 | 5 | 6
.Required: No
Type: Number
Update requires: No interruption
Orientation
-
Specifies the orientation for a
Divider
sectional element. Valid values arehorizontal
orvertical
.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
, andDivider
.Required: Yes
Type: String
Update requires: No interruption