NodePropertyOverride
Object representing any node overrides to a job definition that's used in a SubmitJob API operation.
Contents
- containerOverrides
-
The overrides that should be sent to a node range.
Type: ContainerOverrides object
Required: No
- targetNodes
-
The range of nodes, using node index values, that's used to override. A range of
0:3
indicates nodes with index values of0
through3
. If the starting range value is omitted (:n
), then0
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.Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: