RunGroup

class RunGroup : KotlinCustomResource

Definition of AWS::Omics::RunGroup Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

The run group's ARN.

Link copied to clipboard
val awsId: Output<String>

The run group's ID.

Link copied to clipboard
val creationTime: Output<String>

When the run group was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val maxCpus: Output<Double>?

The group's maximum CPU count setting.

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

The group's maximum duration setting in minutes.

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

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

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

The group's maximum concurrent run setting.

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

The group's name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

Tags for the group.

Link copied to clipboard
val urn: Output<String>