@aws-sdk/client-amplifyuibuilder

CreateFormCommandInput Interface

The input for CreateFormCommand.

Members

Name
Type
Details
appId Requiredstring | undefined

The unique ID of the Amplify app to associate with the form.

environmentName Requiredstring | undefined

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

formToCreate RequiredCreateFormData | undefined

Represents the configuration of the form to create.

clientToken string | undefined

The unique client token.

Full Signature

export interface CreateFormCommandInput extends CreateFormRequest