JobData
Represents other information about a job required for a job worker to complete the job.
Contents
- actionConfiguration
-
Represents information about an action configuration.
Type: ActionConfiguration object
Required: No
- actionTypeId
-
Represents information about an action type.
Type: ActionTypeId object
Required: No
- artifactCredentials
-
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in CodePipeline.
Type: AWSSessionCredentials object
Required: No
- continuationToken
-
A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- encryptionKey
-
Represents information about the key used to encrypt data in the artifact store, such as an AWS KMS key.
Type: EncryptionKey object
Required: No
- inputArtifacts
-
The artifact supplied to the job.
Type: Array of Artifact objects
Required: No
- outputArtifacts
-
The output of the job.
Type: Array of Artifact objects
Required: No
- pipelineContext
-
Represents information about a pipeline to a job worker.
Note
Includes
pipelineArn
andpipelineExecutionId
for custom jobs.Type: PipelineContext object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: