ThirdPartyJobData
Represents information about the job data for a partner action.
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 artifact for the pipeline in CodePipeline.
Type: AWSSessionCredentials object
Required: No
- continuationToken
-
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- encryptionKey
-
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS Key Management Service (AWS KMS) key. This is optional and might not be present.
Type: EncryptionKey object
Required: No
- inputArtifacts
-
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
Type: Array of Artifact objects
Required: No
- outputArtifacts
-
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
Type: Array of Artifact objects
Required: No
- pipelineContext
-
Represents information about a pipeline to a job worker.
Note
Does not include
pipelineArn
andpipelineExecutionId
for ThirdParty 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: