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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.BatchJobDependencyProperty
static final class
An 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.- See Also:
-
getType
The type of the job dependency.- See Also:
-
builder
-