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 other information about a job required for a job worker to complete the job.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.JobData

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

Syntax

C#
public class JobData

The JobData type exposes the following members

Constructors

NameDescription
Public Method JobData()

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 artifacts for the pipeline in CodePipeline.

Public Property ContinuationToken System.String

Gets and sets the property ContinuationToken.

A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.

Public Property EncryptionKey Amazon.CodePipeline.Model.EncryptionKey

Gets and sets the property EncryptionKey.

Represents information about the key used to encrypt data in the artifact store, such as an KMS key.

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

Gets and sets the property InputArtifacts.

The artifact supplied to the job.

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

Gets and sets the property OutputArtifacts.

The output of the job.

Public Property PipelineContext Amazon.CodePipeline.Model.PipelineContext

Gets and sets the property PipelineContext.

Represents information about a pipeline to a job worker.

Includes pipelineArn and pipelineExecutionId for custom 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