aws-cdk-lib.aws_pipes.CfnPipe.BatchJobDependencyProperty

interface BatchJobDependencyProperty

LanguageType name
.NETAmazon.CDK.AWS.Pipes.CfnPipe.BatchJobDependencyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_BatchJobDependencyProperty
Javasoftware.amazon.awscdk.services.pipes.CfnPipe.BatchJobDependencyProperty
Pythonaws_cdk.aws_pipes.CfnPipe.BatchJobDependencyProperty
TypeScript aws-cdk-lib » aws_pipes » CfnPipe » BatchJobDependencyProperty

An object that represents 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_pipes as pipes } from 'aws-cdk-lib';
const batchJobDependencyProperty: pipes.CfnPipe.BatchJobDependencyProperty = {
  jobId: 'jobId',
  type: 'type',
};

Properties

NameTypeDescription
jobId?stringThe job ID of the AWS Batch job that's associated with this dependency.
type?stringThe type of the job dependency.

jobId?

Type: string (optional)

The job ID of the AWS Batch job that's associated with this dependency.


type?

Type: string (optional)

The type of the job dependency.