- Navigation Guide
@aws-sdk/client-amplify
CreateDeploymentCommandInput Interface
The input for CreateDeploymentCommand.
Members
Name | Type | Details |
---|---|---|
appId Required | string | undefined | The unique ID for an Amplify app. |
branchName Required | string | undefined | The name of the branch to use for the job. |
fileMap | Record<string, string> | undefined | An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files. |
Full Signature
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest