Interface CfnJobDefinition.IResourcesProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IResourcesProperty
Syntax (vb)
Public Interface CfnJobDefinition.IResourcesProperty
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 limits;
var requests;
var resourcesProperty = new ResourcesProperty {
Limits = limits,
Requests = requests
};
Synopsis
Properties
| Limits | |
| Requests |
Properties
Limits
object? Limits { get; }
Property Value
Remarks
Requests
object? Requests { get; }