1. Packages
  2. AWS Native
  3. API Docs
  4. omics
  5. RunGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.omics.RunGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const runGroupResource = new aws_native.omics.RunGroup("runGroupResource", {
        maxCpus: 0,
        maxDuration: 0,
        maxGpus: 0,
        maxRuns: 0,
        name: "string",
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

    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:

    MaxCpus double
    MaxDuration double
    MaxGpus double
    MaxRuns double
    Name string
    Tags Dictionary<string, string>
    MaxCpus float64
    MaxDuration float64
    MaxGpus float64
    MaxRuns float64
    Name string
    Tags map[string]string
    maxCpus Double
    maxDuration Double
    maxGpus Double
    maxRuns Double
    name String
    tags Map<String,String>
    maxCpus number
    maxDuration number
    maxGpus number
    maxRuns number
    name string
    tags {[key: string]: string}
    max_cpus float
    max_duration float
    max_gpus float
    max_runs float
    name str
    tags Mapping[str, str]
    maxCpus Number
    maxDuration Number
    maxGpus Number
    maxRuns Number
    name String
    tags Map<String>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RunGroup resource produces the following output properties:

    Arn string
    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    awsId string
    creationTime string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    aws_id str
    creation_time str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi