SchedulingPolicyArgs

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

Resource Type schema for AWS::Batch::SchedulingPolicy

Constructors

Link copied to clipboard
fun SchedulingPolicyArgs(fairsharePolicy: Output<SchedulingPolicyFairsharePolicyArgs>? = null, name: Output<String>? = null, tags: Output<Any>? = null)

Functions

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

Properties

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

Name of Scheduling Policy.

Link copied to clipboard
val tags: Output<Any>? = null

A key-value pair to associate with a resource.