Class OptimalInstanceType
Not a real instance type!
Inherited Members
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OptimalInstanceType : InstanceType
Syntax (vb)
Public Class OptimalInstanceType Inherits InstanceType
Remarks
Indicates that Batch will choose one it determines to be optimal for the workload.
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 optimalInstanceType = new OptimalInstanceType();
Synopsis
Constructors
OptimalInstanceType() | Not a real instance type! |
Constructors
OptimalInstanceType()
Not a real instance type!
public OptimalInstanceType()
Remarks
Indicates that Batch will choose one it determines to be optimal for the workload.
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 optimalInstanceType = new OptimalInstanceType();