JobData
public struct JobData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents information about an action configuration.
Declaration
Swift
public let actionConfiguration: ActionConfiguration?
-
Represents information about an action type.
Declaration
Swift
public let actionTypeId: ActionTypeId?
-
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 artifacts for the pipeline in AWS CodePipeline.
Declaration
Swift
public let artifactCredentials: AWSSessionCredentials?
-
A system-generated token, such as a AWS CodeDeploy deployment ID, required by a job to continue the job asynchronously.
Declaration
Swift
public let continuationToken: String?
-
Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.
Declaration
Swift
public let encryptionKey: EncryptionKey?
-
The artifact supplied to the job.
Declaration
Swift
public let inputArtifacts: [Artifact]?
-
The output of the job.
Declaration
Swift
public let outputArtifacts: [Artifact]?
-
Represents information about a pipeline to a job worker. Includes pipelineArn and pipelineExecutionId for custom jobs.
Declaration
Swift
public let pipelineContext: PipelineContext?
-
init(actionConfiguration:actionTypeId:artifactCredentials:continuationToken:encryptionKey:inputArtifacts:outputArtifacts:pipelineContext:)
Undocumented
Declaration
Swift
public init(actionConfiguration: ActionConfiguration? = nil, actionTypeId: ActionTypeId? = nil, artifactCredentials: AWSSessionCredentials? = nil, continuationToken: String? = nil, encryptionKey: EncryptionKey? = nil, inputArtifacts: [Artifact]? = nil, outputArtifacts: [Artifact]? = nil, pipelineContext: PipelineContext? = nil)