Interface CfnJobDefinitionPropsMixin.TaskContainerDependencyProperty

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

@Stability(Stable) public static interface CfnJobDefinitionPropsMixin.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.cfnpropertymixins.services.batch.*;
 TaskContainerDependencyProperty taskContainerDependencyProperty = TaskContainerDependencyProperty.builder()
         .condition("condition")
         .containerName("containerName")
         .build();
 

See Also: