Interface IConsumableResourceReference
A reference to a ConsumableResource resource.
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConsumableResourceReference
Syntax (vb)
Public Interface IConsumableResourceReference
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 consumableResourceReference = new ConsumableResourceReference {
ConsumableResourceArn = "consumableResourceArn"
};
Synopsis
Properties
| ConsumableResourceArn | The ConsumableResourceArn of the ConsumableResource resource. |
Properties
ConsumableResourceArn
The ConsumableResourceArn of the ConsumableResource resource.
string ConsumableResourceArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated