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 information about the job data for a partner action.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ThirdPartyJobData

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ThirdPartyJobData : Object

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.
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.

The AWS Key Management Service (AWS KMS) key used to encrypt and decrypt data in the artifact store for the pipeline.

Public Property InputArtifacts System.Collections.Generic.List<Amazon.CodePipeline.Model.Artifact> Gets and sets the property InputArtifacts.

The name of the artifact that will be worked upon by the action, if any. This name might be system-generated, such as "MyApp", or 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 will be the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or might be defined by the user when the action is created.

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