Form Args
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)