Class JobDependency
An object representing an AWS Batch job dependency.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class JobDependency : Object, IJobDependency
Syntax (vb)
Public Class JobDependency
Inherits Object
Implements IJobDependency
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions.Tasks;
var jobDependency = new JobDependency {
JobId = "jobId",
Type = "type"
};
Synopsis
Constructors
Job |
Properties
Job |
The job ID of the AWS Batch job associated with this dependency. |
Type | The type of the job dependency. |
Constructors
JobDependency()
public JobDependency()
Properties
JobId
The job ID of the AWS Batch job associated with this dependency.
public string JobId { get; set; }
Property Value
System.
Remarks
Default: - No jobId
Type
The type of the job dependency.
public string Type { get; set; }
Property Value
System.
Remarks
Default: - No type