class Aws::Amplify::Types::StartDeploymentRequest
The request structure for the start a deployment request.
@note When making an API call, you may pass StartDeploymentRequest
data as a hash: { app_id: "AppId", # required branch_name: "BranchName", # required job_id: "JobId", source_url: "SourceUrl", }
@!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] job_id
The job ID for this deployment, generated by the create deployment request. @return [String]
@!attribute [rw] source_url
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/StartDeploymentRequest AWS API Documentation
Constants
- SENSITIVE