We recommend new projects start with resources from the AWS provider.
aws-native.omics.RunGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RunGroup resource accepts the following input properties:
- 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.
- Dictionary<string, string>
- Tags for the group.
- 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.
- map[string]string
- Tags for the group.
- 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.
- Map<String,String>
- Tags for the group.
- 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.
- {[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.
- 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.
- 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.
- AwsId string
- The run group's ID.
- CreationTime 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.
- AwsId string
- The run group's ID.
- CreationTime 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.
- awsId String
- The run group's ID.
- creationTime 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.
- awsId string
- The run group's ID.
- creationTime 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.
- awsId String
- The run group's ID.
- creationTime 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.