AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents information about the job data for a partner action.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ThirdPartyJobData

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class ThirdPartyJobData

The ThirdPartyJobData type exposes the following members

Constructors

NameDescription
Public Method ThirdPartyJobData()

Properties

NameTypeDescription
Public Property ActionConfiguration Amazon.CodePipeline.Model.ActionConfiguration

Gets and sets the property ActionConfiguration.

Represents information about an action configuration.

Public Property ActionTypeId Amazon.CodePipeline.Model.ActionTypeId

Gets and sets the property ActionTypeId.

Represents information about an action type.

Public Property ArtifactCredentials Amazon.CodePipeline.Model.AWSSessionCredentials

Gets and sets the property ArtifactCredentials.

Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services 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.

Public Property ContinuationToken System.String

Gets and sets the property ContinuationToken.

A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.

Public Property EncryptionKey Amazon.CodePipeline.Model.EncryptionKey

Gets and sets the property EncryptionKey.

The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not be present.

Public Property InputArtifacts System.Collections.Generic.List<Amazon.CodePipeline.Model.Artifact>

Gets and sets the property 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.

Public Property OutputArtifacts System.Collections.Generic.List<Amazon.CodePipeline.Model.Artifact>

Gets and sets the property 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.

Public Property PipelineContext Amazon.CodePipeline.Model.PipelineContext

Gets and sets the property PipelineContext.

Represents information about a pipeline to a job worker.

Does not include pipelineArn and pipelineExecutionId for ThirdParty jobs.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5