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.
Contents
- type
-
The type of sectional element. Valid values are
Heading
,Text
, andDivider
.Type: String
Required: Yes
- excluded
-
Excludes a sectional element that was generated by default for a specified data model.
Type: Boolean
Required: No
- level
-
Specifies the size of the font for a
Heading
sectional element. Valid values are1 | 2 | 3 | 4 | 5 | 6
.Type: Integer
Required: No
- orientation
-
Specifies the orientation for a
Divider
sectional element. Valid values arehorizontal
orvertical
.Type: String
Required: No
- position
-
Specifies the position of the text in a field for a
Text
sectional element.Type: FieldPosition object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- text
-
The text for a
Text
sectional element.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: