We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.omics.RunGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::Omics::RunGroup Resource Type
Create RunGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RunGroup(name: string, args?: RunGroupArgs, opts?: CustomResourceOptions);
@overload
def RunGroup(resource_name: str,
args: Optional[RunGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def RunGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
max_cpus: Optional[float] = None,
max_duration: Optional[float] = None,
max_gpus: Optional[float] = None,
max_runs: Optional[float] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewRunGroup(ctx *Context, name string, args *RunGroupArgs, opts ...ResourceOption) (*RunGroup, error)
public RunGroup(string name, RunGroupArgs? args = null, CustomResourceOptions? opts = null)
public RunGroup(String name, RunGroupArgs args)
public RunGroup(String name, RunGroupArgs args, CustomResourceOptions options)
type: aws-native:omics:RunGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RunGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RunGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RunGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RunGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RunGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RunGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The RunGroup resource accepts the following input properties:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the RunGroup resource produces the following output properties:
- Arn string
- The run group's ARN.
- Aws
Id string - The run group's ID.
- Creation
Time string - When the run group was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
- The run group's ARN.
- Aws
Id string - The run group's ID.
- Creation
Time string - When the run group was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- arn String
- The run group's ARN.
- aws
Id String - The run group's ID.
- creation
Time String - When the run group was created.
- id String
- The provider-assigned unique ID for this managed resource.
- arn string
- The run group's ARN.
- aws
Id string - The run group's ID.
- creation
Time string - When the run group was created.
- id string
- The provider-assigned unique ID for this managed resource.
- arn str
- The run group's ARN.
- aws_
id str - The run group's ID.
- creation_
time str - When the run group was created.
- id str
- The provider-assigned unique ID for this managed resource.
- arn String
- The run group's ARN.
- aws
Id String - The run group's ID.
- creation
Time String - When the run group was created.
- id String
- The provider-assigned unique ID for this managed resource.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi