interface BatchJobDependency
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.Tasks.BatchJobDependency |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#BatchJobDependency |
![]() | software.amazon.awscdk.services.stepfunctions.tasks.BatchJobDependency |
![]() | aws_cdk.aws_stepfunctions_tasks.BatchJobDependency |
![]() | aws-cdk-lib » aws_stepfunctions_tasks » BatchJobDependency |
An object representing an AWS Batch job dependency.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions_tasks as stepfunctions_tasks } from 'aws-cdk-lib';
const batchJobDependency: stepfunctions_tasks.BatchJobDependency = {
jobId: 'jobId',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
job | string | The job ID of the AWS Batch job associated with this dependency. |
type? | string | The type of the job dependency. |
jobId?
Type:
string
(optional, default: No jobId)
The job ID of the AWS Batch job associated with this dependency.
type?
Type:
string
(optional, default: No type)
The type of the job dependency.