Interface IBatchJobDependency
An object representing an AWS Batch job dependency.
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBatchJobDependency
Syntax (vb)
Public Interface IBatchJobDependency
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 batchJobDependency = new BatchJobDependency {
JobId = "jobId",
Type = "type"
};
Synopsis
Properties
Job |
The job ID of the AWS Batch job associated with this dependency. |
Type | The type of the job dependency. |
Properties
JobId
The job ID of the AWS Batch job associated with this dependency.
virtual string JobId { get; }
Property Value
System.
Remarks
Default: - No jobId
Type
The type of the job dependency.
virtual string Type { get; }
Property Value
System.
Remarks
Default: - No type