We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 2024 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>
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]
func LookupRunGroup(ctx *Context, args *LookupRunGroupArgs, opts ...InvokeOption) (*LookupRunGroupResult, error)
func LookupRunGroupOutput(ctx *Context, args *LookupRunGroupOutputArgs, opts ...InvokeOption) LookupRunGroupResultOutput
> 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)
}
public static CompletableFuture<GetRunGroupResult> getRunGroup(GetRunGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:omics:getRunGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The run group's ID.
- Id string
- The run group's ID.
- id String
- The run group's ID.
- id string
- The run group's ID.
- id str
- The run group's ID.
- id String
- The run group's ID.
getRunGroup Result
The following output properties are available:
- Arn string
- The run group's ARN.
- Creation
Time string - When the run group was created.
- Id string
- The run group's ID.
- Max
Cpus double - The group's maximum CPU count setting.
- Max
Duration double - The group's maximum duration setting in minutes.
- Max
Gpus double - The maximum GPUs that can be used by a run group.
- Max
Runs double - The group's maximum concurrent run setting.
- Name string
- The group's name.
- Dictionary<string, string>
- Tags for the group.
- Arn string
- The run group's ARN.
- Creation
Time string - When the run group was created.
- Id string
- The run group's ID.
- Max
Cpus float64 - The group's maximum CPU count setting.
- Max
Duration float64 - The group's maximum duration setting in minutes.
- Max
Gpus float64 - The maximum GPUs that can be used by a run group.
- Max
Runs float64 - The group's maximum concurrent run setting.
- Name string
- The group's name.
- map[string]string
- Tags for the group.
- arn String
- The run group's ARN.
- creation
Time String - When the run group was created.
- id String
- The run group's ID.
- max
Cpus Double - The group's maximum CPU count setting.
- max
Duration Double - The group's maximum duration setting in minutes.
- max
Gpus Double - The maximum GPUs that can be used by a run group.
- max
Runs Double - The group's maximum concurrent run setting.
- name String
- The group's name.
- Map<String,String>
- Tags for the group.
- arn string
- The run group's ARN.
- creation
Time string - When the run group was created.
- id string
- The run group's ID.
- max
Cpus number - The group's maximum CPU count setting.
- max
Duration number - The group's maximum duration setting in minutes.
- max
Gpus number - The maximum GPUs that can be used by a run group.
- max
Runs number - The group's maximum concurrent run setting.
- name string
- The group's name.
- {[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.
- Mapping[str, str]
- Tags for the group.
- arn String
- The run group's ARN.
- creation
Time String - When the run group was created.
- id String
- The run group's ID.
- max
Cpus Number - The group's maximum CPU count setting.
- max
Duration Number - The group's maximum duration setting in minutes.
- max
Gpus Number - The maximum GPUs that can be used by a run group.
- max
Runs Number - The group's maximum concurrent run setting.
- name String
- The group's name.
- 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.9.0 published on Monday, Nov 18, 2024 by Pulumi