AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that represents any node overrides to a job definition that's used in a SubmitJob API operation.

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide it for these jobs. Rather, use containerOverrides instead.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.NodeOverrides

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class NodeOverrides

The NodeOverrides type exposes the following members

Constructors

NameDescription
Public Method NodeOverrides()

Properties

NameTypeDescription
Public Property NodePropertyOverrides System.Collections.Generic.List<Amazon.Batch.Model.NodePropertyOverride>

Gets and sets the property NodePropertyOverrides.

The node property overrides for the job.

Public Property NumNodes System.Int32

Gets and sets the property NumNodes.

The number of nodes to use with a multi-node parallel job. This value overrides the number of nodes that are specified in the job definition. To use this override, you must meet the following conditions:

  • There must be at least one node range in your job definition that has an open upper boundary, such as : or n:.

  • The lower boundary of the node range that's specified in the job definition must be fewer than the number of nodes specified in the override.

  • The main node index that's specified in the job definition must be fewer than the number of nodes specified in the override.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5