Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.Builder
Packages that use CfnFormPropsMixin.Builder
-
Uses of CfnFormPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder
Methods in software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder that return CfnFormPropsMixin.BuilderModifier and TypeMethodDescriptionThe unique ID of the Amplify app associated with the form.static CfnFormPropsMixin.BuilderCfnFormPropsMixin.Builder.create()static CfnFormPropsMixin.BuilderCfnFormPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFormPropsMixin.Builder.cta(CfnFormPropsMixin.FormCTAProperty cta) TheFormCTAobject that stores the call to action configuration for the form.CfnFormPropsMixin.Builder.cta(IResolvable cta) TheFormCTAobject that stores the call to action configuration for the form.CfnFormPropsMixin.Builder.dataType(CfnFormPropsMixin.FormDataTypeConfigProperty dataType) The type of data source to use to create the form.CfnFormPropsMixin.Builder.dataType(IResolvable dataType) The type of data source to use to create the form.CfnFormPropsMixin.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.CfnFormPropsMixin.Builder.fields(IResolvable fields) The configuration information for the form's fields.CfnFormPropsMixin.Builder.formActionType(String formActionType) Specifies whether to perform a create or update action on the form.CfnFormPropsMixin.Builder.labelDecorator(String labelDecorator) Specifies an icon or decoration to display on the form.The name of the form.CfnFormPropsMixin.Builder.schemaVersion(String schemaVersion) The schema version of the form.CfnFormPropsMixin.Builder.sectionalElements(Map<String, ? extends Object> sectionalElements) The configuration information for the visual helper elements for the form.CfnFormPropsMixin.Builder.sectionalElements(IResolvable sectionalElements) The configuration information for the visual helper elements for the form.CfnFormPropsMixin.Builder.style(CfnFormPropsMixin.FormStyleProperty style) The configuration for the form's style.CfnFormPropsMixin.Builder.style(IResolvable style) The configuration for the form's style.One or more key-value pairs to use when tagging the form data.