Interface CfnJobDefinition.IConsumableResourcePropertiesProperty
Contains a list of consumable resources required by a job.
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IConsumableResourcePropertiesProperty
Syntax (vb)
Public Interface CfnJobDefinition.IConsumableResourcePropertiesProperty
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 consumableResourcePropertiesProperty = new ConsumableResourcePropertiesProperty {
ConsumableResourceList = new [] { new ConsumableResourceRequirementProperty {
ConsumableResource = "consumableResource",
Quantity = 123
} }
};
Synopsis
Properties
| ConsumableResourceList | The list of consumable resources required by a job. |
Properties
ConsumableResourceList
The list of consumable resources required by a job.
object ConsumableResourceList { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnJobDefinition.IConsumableResourceRequirementProperty)[]