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