FormArgs

data class FormArgs(val appId: Output<String>? = null, val cta: Output<FormCtaArgs>? = null, val dataType: Output<FormDataTypeConfigArgs>? = null, val environmentName: Output<String>? = null, val fields: Output<FormFieldsMapArgs>? = null, val formActionType: Output<FormActionType>? = null, val labelDecorator: Output<FormLabelDecorator>? = null, val name: Output<String>? = null, val schemaVersion: Output<String>? = null, val sectionalElements: Output<FormSectionalElementMapArgs>? = null, val style: Output<FormStyleArgs>? = null, val tags: Output<FormTagsArgs>? = null) : ConvertibleToJava<FormArgs>

Definition of AWS::AmplifyUIBuilder::Form Resource Type

Constructors

Link copied to clipboard
fun FormArgs(appId: Output<String>? = null, cta: Output<FormCtaArgs>? = null, dataType: Output<FormDataTypeConfigArgs>? = null, environmentName: Output<String>? = null, fields: Output<FormFieldsMapArgs>? = null, formActionType: Output<FormActionType>? = null, labelDecorator: Output<FormLabelDecorator>? = null, name: Output<String>? = null, schemaVersion: Output<String>? = null, sectionalElements: Output<FormSectionalElementMapArgs>? = null, style: Output<FormStyleArgs>? = null, tags: Output<FormTagsArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FormArgs

Properties

Link copied to clipboard
val appId: Output<String>? = null
Link copied to clipboard
val cta: Output<FormCtaArgs>? = null
Link copied to clipboard
val dataType: Output<FormDataTypeConfigArgs>? = null
Link copied to clipboard
val environmentName: Output<String>? = null
Link copied to clipboard
val fields: Output<FormFieldsMapArgs>? = null
Link copied to clipboard
val formActionType: Output<FormActionType>? = null
Link copied to clipboard
val labelDecorator: Output<FormLabelDecorator>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val schemaVersion: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val style: Output<FormStyleArgs>? = null
Link copied to clipboard
val tags: Output<FormTagsArgs>? = null