Scheduling Policy Args
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)