AWS SDK Version 2 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.

.NET Framework 4.5
 
Represents additional 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.dll
Version: (assembly version)

Syntax

C#
public class JobData : Object

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.
Public Property ActionTypeId Amazon.CodePipeline.Model.ActionTypeId Gets and sets the property ActionTypeId.
Public Property ArtifactCredentials Amazon.CodePipeline.Model.AWSSessionCredentials Gets and sets the property ArtifactCredentials.
Public Property ContinuationToken System.String Gets and sets the property ContinuationToken.

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

Public Property EncryptionKey Amazon.CodePipeline.Model.EncryptionKey Gets and sets the property EncryptionKey.
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.

Version Information

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