Skip to contents

Updates a scheduling policy.

See https://www.paws-r-sdk.com/docs/batch_update_scheduling_policy/ for full documentation.

Usage

batch_update_scheduling_policy(
  arn,
  quotaSharePolicy = NULL,
  fairsharePolicy = NULL
)

Arguments

arn

[required] The Amazon Resource Name (ARN) of the scheduling policy to update.

quotaSharePolicy

The quota share scheduling policy details. Once set during creation, a quotaSharePolicy cannot be removed or changed to a fairsharePolicy.

fairsharePolicy

The fair-share policy scheduling details. Once set during creation, a fairsharePolicy cannot be removed or changed to a quotaSharePolicy.