Interface CfnJobDefinition.ITaskContainerDependencyProperty
A list of containers that this task depends on.
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.ITaskContainerDependencyProperty
Syntax (vb)
Public Interface CfnJobDefinition.ITaskContainerDependencyProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Batch;
var taskContainerDependencyProperty = new TaskContainerDependencyProperty {
Condition = "condition",
ContainerName = "containerName"
};
Synopsis
Properties
| Condition | The dependency condition of the container. The following are the available conditions and their behavior:. |
| ContainerName | A unique identifier for the container. |
Properties
Condition
The dependency condition of the container. The following are the available conditions and their behavior:.
string Condition { get; }
Property Value
Remarks
ContainerName
A unique identifier for the container.
string ContainerName { get; }