Show / Hide Table of Contents

Class OptimalInstanceType

Not a real instance type!

Inheritance
object
InstanceType
OptimalInstanceType
Inherited Members
InstanceType.Of(InstanceClass, InstanceSize)
InstanceType.IsBurstable()
InstanceType.SameInstanceClassAs(InstanceType)
InstanceType.ToString()
InstanceType.Architecture
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();
Back to top Generated by DocFX