Form

class Form : KotlinCustomResource

Definition of AWS::AmplifyUIBuilder::Form Resource Type

Properties

Link copied to clipboard
val appId: Output<String>?

The unique ID of the Amplify app associated with the form.

Link copied to clipboard
val awsId: Output<String>

The ID for the form.

Link copied to clipboard
val cta: Output<FormCta>?

The FormCTA object that stores the call to action configuration for the form.

Link copied to clipboard

The type of data source to use to create the form.

Link copied to clipboard
val environmentName: Output<String>?

The name of the backend environment that is a part of the Amplify app.

Link copied to clipboard

The configuration information for the form's fields.

Link copied to clipboard

Specifies whether to perform a create or update action on the form.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Specifies an icon or decoration to display on the form.

Link copied to clipboard
val name: Output<String>?

The name of the form.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val schemaVersion: Output<String>?

The schema version of the form.

Link copied to clipboard

The configuration information for the visual helper elements for the form. These elements are not associated with any data.

Link copied to clipboard
val style: Output<FormStyle>?

The configuration for the form's style.

Link copied to clipboard
val tags: Output<Map<String, String>>?

One or more key-value pairs to use when tagging the form data.

Link copied to clipboard
val urn: Output<String>