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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipe.BatchJobDependencyPropertystatic final classAn implementation forCfnPipe.BatchJobDependencyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJobId
The job ID of the AWS Batch job that's associated with this dependency. -
getType
The type of the job dependency. -
builder
-