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<Map<String, String>>? = null) : ConvertibleToJava<RunGroupArgs>

Definition of AWS::Omics::RunGroup Resource Type

Constructors

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

Properties

Link copied to clipboard
val maxCpus: Output<Double>? = null

The group's maximum CPU count setting.

Link copied to clipboard
val maxDuration: Output<Double>? = null

The group's maximum duration setting in minutes.

Link copied to clipboard
val maxGpus: Output<Double>? = null

The maximum GPUs that can be used by a run group.

Link copied to clipboard
val maxRuns: Output<Double>? = null

The group's maximum concurrent run setting.

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

The group's name.

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

Tags for the group.

Functions

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