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

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

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

aws-native.omics.getWorkflowVersion

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

    Definition of AWS::Omics::WorkflowVersion Resource Type.

    Using getWorkflowVersion

    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 getWorkflowVersion(args: GetWorkflowVersionArgs, opts?: InvokeOptions): Promise<GetWorkflowVersionResult>
    function getWorkflowVersionOutput(args: GetWorkflowVersionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowVersionResult>
    def get_workflow_version(arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWorkflowVersionResult
    def get_workflow_version_output(arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowVersionResult]
    func LookupWorkflowVersion(ctx *Context, args *LookupWorkflowVersionArgs, opts ...InvokeOption) (*LookupWorkflowVersionResult, error)
    func LookupWorkflowVersionOutput(ctx *Context, args *LookupWorkflowVersionOutputArgs, opts ...InvokeOption) LookupWorkflowVersionResultOutput

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

    public static class GetWorkflowVersion 
    {
        public static Task<GetWorkflowVersionResult> InvokeAsync(GetWorkflowVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowVersionResult> Invoke(GetWorkflowVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowVersionResult> getWorkflowVersion(GetWorkflowVersionArgs args, InvokeOptions options)
    public static Output<GetWorkflowVersionResult> getWorkflowVersion(GetWorkflowVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:omics:getWorkflowVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    ARN of the workflow version.
    Arn string
    ARN of the workflow version.
    arn String
    ARN of the workflow version.
    arn string
    ARN of the workflow version.
    arn str
    ARN of the workflow version.
    arn String
    ARN of the workflow version.

    getWorkflowVersion Result

    The following output properties are available:

    Arn string
    ARN of the workflow version.
    CreationTime string
    The creation time of the workflow version.
    Description string
    The description of the workflow version.
    Status Pulumi.AwsNative.Omics.WorkflowVersionWorkflowStatus
    The status of the workflow version.
    StorageCapacity double
    StorageType Pulumi.AwsNative.Omics.WorkflowVersionStorageType
    Tags Dictionary<string, string>
    Type Pulumi.AwsNative.Omics.WorkflowVersionWorkflowType
    The type of the workflow version.
    Uuid string
    Arn string
    ARN of the workflow version.
    CreationTime string
    The creation time of the workflow version.
    Description string
    The description of the workflow version.
    Status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    StorageCapacity float64
    StorageType WorkflowVersionStorageType
    Tags map[string]string
    Type WorkflowVersionWorkflowType
    The type of the workflow version.
    Uuid string
    arn String
    ARN of the workflow version.
    creationTime String
    The creation time of the workflow version.
    description String
    The description of the workflow version.
    status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    storageCapacity Double
    storageType WorkflowVersionStorageType
    tags Map<String,String>
    type WorkflowVersionWorkflowType
    The type of the workflow version.
    uuid String
    arn string
    ARN of the workflow version.
    creationTime string
    The creation time of the workflow version.
    description string
    The description of the workflow version.
    status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    storageCapacity number
    storageType WorkflowVersionStorageType
    tags {[key: string]: string}
    type WorkflowVersionWorkflowType
    The type of the workflow version.
    uuid string
    arn str
    ARN of the workflow version.
    creation_time str
    The creation time of the workflow version.
    description str
    The description of the workflow version.
    status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    storage_capacity float
    storage_type WorkflowVersionStorageType
    tags Mapping[str, str]
    type WorkflowVersionWorkflowType
    The type of the workflow version.
    uuid str
    arn String
    ARN of the workflow version.
    creationTime String
    The creation time of the workflow version.
    description String
    The description of the workflow version.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED" | "INACTIVE"
    The status of the workflow version.
    storageCapacity Number
    storageType "STATIC" | "DYNAMIC"
    tags Map<String>
    type "PRIVATE" | "READY2RUN"
    The type of the workflow version.
    uuid String

    Supporting Types

    WorkflowVersionStorageType

    WorkflowVersionWorkflowStatus

    WorkflowVersionWorkflowType

    Package Details

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

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

    AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi