Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-consumableresourceproperties.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 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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnJobDefinition.IConsumableResourceRequirementProperty)[]

Back to top Generated by DocFX