Skip to main content

third_party_job_success_results

Creates, updates, deletes, gets or lists a third_party_job_success_results resource.

Overview

Namethird_party_job_success_results
TypeResource
Idaws.codepipeline.third_party_job_success_results

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
put_third_party_job_success_resultreplaceregion, jobId, clientTokenRepresents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

REPLACE examples

Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

REPLACE aws.codepipeline.third_party_job_success_results
SET
jobId = '{{ jobId }}',
clientToken = '{{ clientToken }}',
currentRevision = '{{ currentRevision }}',
continuationToken = '{{ continuationToken }}',
executionDetails = '{{ executionDetails }}'
WHERE
region = '{{ region }}' --required
AND jobId = '{{ jobId }}' --required
AND clientToken = '{{ clientToken }}' --required;