1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. omics
  5. getRunGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.omics.getRunGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Definition of AWS::Omics::RunGroup Resource Type

Using getRunGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getRunGroup(args: GetRunGroupArgs, opts?: InvokeOptions): Promise<GetRunGroupResult>
function getRunGroupOutput(args: GetRunGroupOutputArgs, opts?: InvokeOptions): Output<GetRunGroupResult>
Copy
def get_run_group(id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetRunGroupResult
def get_run_group_output(id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetRunGroupResult]
Copy
func LookupRunGroup(ctx *Context, args *LookupRunGroupArgs, opts ...InvokeOption) (*LookupRunGroupResult, error)
func LookupRunGroupOutput(ctx *Context, args *LookupRunGroupOutputArgs, opts ...InvokeOption) LookupRunGroupResultOutput
Copy

> Note: This function is named LookupRunGroup in the Go SDK.

public static class GetRunGroup 
{
    public static Task<GetRunGroupResult> InvokeAsync(GetRunGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetRunGroupResult> Invoke(GetRunGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRunGroupResult> getRunGroup(GetRunGroupArgs args, InvokeOptions options)
public static Output<GetRunGroupResult> getRunGroup(GetRunGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:omics:getRunGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The run group's ID.
Id This property is required. string
The run group's ID.
id This property is required. String
The run group's ID.
id This property is required. string
The run group's ID.
id This property is required. str
The run group's ID.
id This property is required. String
The run group's ID.

getRunGroup Result

The following output properties are available:

Arn string
The run group's ARN.
CreationTime string
When the run group was created.
Id string
The run group's ID.
MaxCpus double
The group's maximum CPU count setting.
MaxDuration double
The group's maximum duration setting in minutes.
MaxGpus double
The maximum GPUs that can be used by a run group.
MaxRuns double
The group's maximum concurrent run setting.
Name string
The group's name.
Tags Dictionary<string, string>
Tags for the group.
Arn string
The run group's ARN.
CreationTime string
When the run group was created.
Id string
The run group's ID.
MaxCpus float64
The group's maximum CPU count setting.
MaxDuration float64
The group's maximum duration setting in minutes.
MaxGpus float64
The maximum GPUs that can be used by a run group.
MaxRuns float64
The group's maximum concurrent run setting.
Name string
The group's name.
Tags map[string]string
Tags for the group.
arn String
The run group's ARN.
creationTime String
When the run group was created.
id String
The run group's ID.
maxCpus Double
The group's maximum CPU count setting.
maxDuration Double
The group's maximum duration setting in minutes.
maxGpus Double
The maximum GPUs that can be used by a run group.
maxRuns Double
The group's maximum concurrent run setting.
name String
The group's name.
tags Map<String,String>
Tags for the group.
arn string
The run group's ARN.
creationTime string
When the run group was created.
id string
The run group's ID.
maxCpus number
The group's maximum CPU count setting.
maxDuration number
The group's maximum duration setting in minutes.
maxGpus number
The maximum GPUs that can be used by a run group.
maxRuns number
The group's maximum concurrent run setting.
name string
The group's name.
tags {[key: string]: string}
Tags for the group.
arn str
The run group's ARN.
creation_time str
When the run group was created.
id str
The run group's ID.
max_cpus float
The group's maximum CPU count setting.
max_duration float
The group's maximum duration setting in minutes.
max_gpus float
The maximum GPUs that can be used by a run group.
max_runs float
The group's maximum concurrent run setting.
name str
The group's name.
tags Mapping[str, str]
Tags for the group.
arn String
The run group's ARN.
creationTime String
When the run group was created.
id String
The run group's ID.
maxCpus Number
The group's maximum CPU count setting.
maxDuration Number
The group's maximum duration setting in minutes.
maxGpus Number
The maximum GPUs that can be used by a run group.
maxRuns Number
The group's maximum concurrent run setting.
name String
The group's name.
tags Map<String>
Tags for the group.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi