aws-cdk-lib.aws_stepfunctions_tasks.JobDependency

interface JobDependency

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.JobDependency
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#JobDependency
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.JobDependency
Pythonaws_cdk.aws_stepfunctions_tasks.JobDependency
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » JobDependency

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 jobDependency: stepfunctions_tasks.JobDependency = {
  jobId: 'jobId',
  type: 'type',
};

Properties

NameTypeDescription
jobId?stringThe job ID of the AWS Batch job associated with this dependency.
type?stringThe 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.