Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-taskcontainerdependency.html

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-taskcontainerdependency.html#cfn-batch-jobdefinition-taskcontainerdependency-condition

    ContainerName

    A unique identifier for the container.

    string ContainerName { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-taskcontainerdependency.html#cfn-batch-jobdefinition-taskcontainerdependency-containername

    Back to top Generated by DocFX