UpdateFormData
Updates and saves all of the information about a form, based on form ID.
Contents
- cta
-
The
FormCTA
object that stores the call to action configuration for the form.Type: FormCTA object
Required: No
- dataType
-
The type of data source to use to create the form.
Type: FormDataTypeConfig object
Required: No
- fields
-
The configuration information for the form's fields.
Type: String to FieldConfig object map
Required: No
- formActionType
-
Specifies whether to perform a create or update action on the form.
Type: String
Valid Values:
create | update
Required: No
- labelDecorator
-
Specifies an icon or decoration to display on the form.
Type: String
Valid Values:
required | optional | none
Required: No
- name
-
The name of the form.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- schemaVersion
-
The schema version of the form.
Type: String
Required: No
- sectionalElements
-
The configuration information for the visual helper elements for the form. These elements are not associated with any data.
Type: String to SectionalElement object map
Required: No
- style
-
The configuration for the form's style.
Type: FormStyle object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: