Interface CfnPipe.BatchJobDependencyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.BatchJobDependencyProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.BatchJobDependencyProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.pipes.*;
 BatchJobDependencyProperty batchJobDependencyProperty = BatchJobDependencyProperty.builder()
         .jobId("jobId")
         .type("type")
         .build();