Interface CfnJobDefinition.TaskContainerDependencyProperty

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

@Stability(Stable) public static interface CfnJobDefinition.TaskContainerDependencyProperty extends software.amazon.jsii.JsiiSerializable
A list of containers that this task depends on.

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.batch.*;
 TaskContainerDependencyProperty taskContainerDependencyProperty = TaskContainerDependencyProperty.builder()
         .condition("condition")
         .containerName("containerName")
         .build();
 

See Also: