class Aws::Amplify::Types::CreateDeploymentRequest
The request structure for the create a new deployment request.
@note When making an API call, you may pass CreateDeploymentRequest
data as a hash: { app_id: "AppId", # required branch_name: "BranchName", # required file_map: { "FileName" => "MD5Hash", }, }
@!attribute [rw] app_id
The unique ID for an Amplify app. @return [String]
@!attribute [rw] branch_name
The name for the branch, for the job. @return [String]
@!attribute [rw] file_map
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. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateDeploymentRequest AWS API Documentation
Constants
- SENSITIVE