Show / Hide Table of Contents

Interface CfnJobDefinition.IConsumableResourceRequirementProperty

Information about a consumable resource required to run a job.

Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IConsumableResourceRequirementProperty
Syntax (vb)
Public Interface CfnJobDefinition.IConsumableResourceRequirementProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-consumableresourcerequirement.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 consumableResourceRequirementProperty = new ConsumableResourceRequirementProperty {
                 ConsumableResource = "consumableResource",
                 Quantity = 123
             };

Synopsis

Properties

ConsumableResource

The name or ARN of the consumable resource.

Quantity

The quantity of the consumable resource that is needed.

Properties

ConsumableResource

The name or ARN of the consumable resource.

string ConsumableResource { get; }
Property Value

string

Remarks

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

Quantity

The quantity of the consumable resource that is needed.

double Quantity { get; }
Property Value

double

Remarks

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

Back to top Generated by DocFX