Skip to content

Update Scheduling Policy

batch_update_scheduling_policy R Documentation

Updates a scheduling policy

Description

Updates a scheduling policy.

Usage

batch_update_scheduling_policy(arn, fairsharePolicy)

Arguments

arn

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

fairsharePolicy

The fair share policy.

Value

An empty list.

Request syntax

svc$update_scheduling_policy(
  arn = "string",
  fairsharePolicy = list(
    shareDecaySeconds = 123,
    computeReservation = 123,
    shareDistribution = list(
      list(
        shareIdentifier = "string",
        weightFactor = 123.0
      )
    )
  )
)