Describe Scheduling Policies
batch_describe_scheduling_policies | R Documentation |
Describes one or more of your scheduling policies¶
Description¶
Describes one or more of your scheduling policies.
Usage¶
Arguments¶
arns
[required] A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
Value¶
A list with the following syntax:
list(
schedulingPolicies = list(
list(
name = "string",
arn = "string",
fairsharePolicy = list(
shareDecaySeconds = 123,
computeReservation = 123,
shareDistribution = list(
list(
shareIdentifier = "string",
weightFactor = 123.0
)
)
),
tags = list(
"string"
)
)
)
)