- Navigation Guide
@aws-sdk/client-amplifyuibuilder
CreateFormCommandInput Interface
The input for CreateFormCommand.
Members
Name | Type | Details |
---|---|---|
appId Required | string | undefined | The unique ID of the Amplify app to associate with the form. |
environmentName Required | string | undefined | The name of the backend environment that is a part of the Amplify app. |
formToCreate Required | CreateFormData | undefined | Represents the configuration of the form to create. |
clientToken | string | undefined | The unique client token. |
Full Signature
export interface CreateFormCommandInput extends CreateFormRequest