RunGroupArgs

data class RunGroupArgs(val maxCpus: Output<Double>? = null, val maxDuration: Output<Double>? = null, val maxGpus: Output<Double>? = null, val maxRuns: Output<Double>? = null, val name: Output<String>? = null, val tags: Output<RunGroupTagMapArgs>? = null) : ConvertibleToJava<RunGroupArgs>

Definition of AWS::Omics::RunGroup Resource Type

Constructors

Link copied to clipboard
fun RunGroupArgs(maxCpus: Output<Double>? = null, maxDuration: Output<Double>? = null, maxGpus: Output<Double>? = null, maxRuns: Output<Double>? = null, name: Output<String>? = null, tags: Output<RunGroupTagMapArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val maxCpus: Output<Double>? = null
Link copied to clipboard
val maxDuration: Output<Double>? = null
Link copied to clipboard
val maxGpus: Output<Double>? = null
Link copied to clipboard
val maxRuns: Output<Double>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<RunGroupTagMapArgs>? = null