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.

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

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.NodePropertyOverride

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

Syntax

C#
public class NodePropertyOverride

The NodePropertyOverride type exposes the following members

Constructors

NameDescription
Public Method NodePropertyOverride()

Properties

NameTypeDescription
Public Property ContainerOverrides Amazon.Batch.Model.ContainerOverrides

Gets and sets the property ContainerOverrides.

The overrides that are sent to a node range.

Public Property EcsPropertiesOverride Amazon.Batch.Model.EcsPropertiesOverride

Gets and sets the property EcsPropertiesOverride.

An object that contains the properties that you want to replace for the existing Amazon ECS resources of a job.

Public Property InstanceTypes System.Collections.Generic.List<System.String>

Gets and sets the property InstanceTypes.

An object that contains the instance types that you want to replace for the existing resources of a job.

Public Property TargetNodes System.String

Gets and sets the property TargetNodes.

The range of nodes, using node index values, that's used to override. A range of 0:3 indicates nodes with index values of 0 through 3. If the starting range value is omitted (:n), then 0 is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range.

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