SchedulingPolicyArgs

data class SchedulingPolicyArgs(val fairsharePolicy: Output<SchedulingPolicyFairsharePolicyArgs>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SchedulingPolicyArgs>

Resource Type schema for AWS::Batch::SchedulingPolicy

Constructors

Link copied to clipboard
constructor(fairsharePolicy: Output<SchedulingPolicyFairsharePolicyArgs>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

The fair share policy of the scheduling policy.

Link copied to clipboard
val name: Output<String>? = null

Name of Scheduling Policy.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A key-value pair to associate with a resource.

Functions

Link copied to clipboard
open override fun toJava(): SchedulingPolicyArgs