Uses of Class
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.Builder
Package
Description
AWS::AmplifyUIBuilder Construct Library
-
Uses of CfnForm.Builder in software.amazon.awscdk.services.amplifyuibuilder
Modifier and TypeMethodDescriptionThe unique ID of the Amplify app associated with the form.static CfnForm.Builder
CfnForm.Builder.cta
(IResolvable cta) TheFormCTA
object that stores the call to action configuration for the form.CfnForm.Builder.cta
(CfnForm.FormCTAProperty cta) TheFormCTA
object that stores the call to action configuration for the form.CfnForm.Builder.dataType
(IResolvable dataType) The type of data source to use to create the form.CfnForm.Builder.dataType
(CfnForm.FormDataTypeConfigProperty dataType) The type of data source to use to create the form.CfnForm.Builder.environmentName
(String environmentName) The name of the backend environment that is a part of the Amplify app.The configuration information for the form's fields.CfnForm.Builder.fields
(IResolvable fields) The configuration information for the form's fields.CfnForm.Builder.formActionType
(String formActionType) Specifies whether to perform a create or update action on the form.CfnForm.Builder.labelDecorator
(String labelDecorator) Specifies an icon or decoration to display on the form.The name of the form.CfnForm.Builder.schemaVersion
(String schemaVersion) The schema version of the form.CfnForm.Builder.sectionalElements
(Map<String, ? extends Object> sectionalElements) The configuration information for the visual helper elements for the form.CfnForm.Builder.sectionalElements
(IResolvable sectionalElements) The configuration information for the visual helper elements for the form.CfnForm.Builder.style
(IResolvable style) The configuration for the form's style.CfnForm.Builder.style
(CfnForm.FormStyleProperty style) The configuration for the form's style.One or more key-value pairs to use when tagging the form data.