SchedulerPropertiesArgs

data class SchedulerPropertiesArgs(val type: Output<ClusterSchedulerPropertiesType>, val version: Output<String>) : ConvertibleToJava<SchedulerPropertiesArgs>

The cluster management and job scheduling software associated with the cluster.

Constructors

Link copied to clipboard
constructor(type: Output<ClusterSchedulerPropertiesType>, version: Output<String>)

Properties

Link copied to clipboard

The software AWS PCS uses to manage cluster scaling and job scheduling.

Link copied to clipboard
val version: Output<String>

The version of the specified scheduling software that AWS PCS uses to manage cluster scaling and job scheduling.

Functions

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