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
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
Remarks
Quantity
The quantity of the consumable resource that is needed.
double Quantity { get; }