Class CfnJobDefinition.ResourcesProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnJobDefinition.ResourcesProperty : CfnJobDefinition.IResourcesProperty
Syntax (vb)
Public Class CfnJobDefinition.ResourcesProperty Implements 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
Constructors
ResourcesProperty() |
Properties
Limits | |
Requests |
Constructors
ResourcesProperty()
public ResourcesProperty()
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
};
Properties
Limits
public object? Limits { get; set; }
Property Value
Remarks
Requests
public object? Requests { get; set; }