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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.omics.getWorkflow

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::Omics::Workflow Resource Type

Using getWorkflow

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 getWorkflow(args: GetWorkflowArgs, opts?: InvokeOptions): Promise<GetWorkflowResult>
function getWorkflowOutput(args: GetWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWorkflowResult>
Copy
def get_workflow(id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetWorkflowResult
def get_workflow_output(id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowResult]
Copy
func LookupWorkflow(ctx *Context, args *LookupWorkflowArgs, opts ...InvokeOption) (*LookupWorkflowResult, error)
func LookupWorkflowOutput(ctx *Context, args *LookupWorkflowOutputArgs, opts ...InvokeOption) LookupWorkflowResultOutput
Copy

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

public static class GetWorkflow 
{
    public static Task<GetWorkflowResult> InvokeAsync(GetWorkflowArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowResult> Invoke(GetWorkflowInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:omics:getWorkflow
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The workflow's ID.
Id This property is required. string
The workflow's ID.
id This property is required. String
The workflow's ID.
id This property is required. string
The workflow's ID.
id This property is required. str
The workflow's ID.
id This property is required. String
The workflow's ID.

getWorkflow Result

The following output properties are available:

Arn string
The ARN for the workflow.
CreationTime string
When the workflow was created.
Description string
The parameter's description.
Id string
The workflow's ID.
Name string
The workflow's name.
Status Pulumi.AwsNative.Omics.WorkflowStatus
The workflow's status.
Tags Dictionary<string, string>
Tags for the workflow.
Type Pulumi.AwsNative.Omics.WorkflowType
The workflow's type.
Arn string
The ARN for the workflow.
CreationTime string
When the workflow was created.
Description string
The parameter's description.
Id string
The workflow's ID.
Name string
The workflow's name.
Status WorkflowStatus
The workflow's status.
Tags map[string]string
Tags for the workflow.
Type WorkflowType
The workflow's type.
arn String
The ARN for the workflow.
creationTime String
When the workflow was created.
description String
The parameter's description.
id String
The workflow's ID.
name String
The workflow's name.
status WorkflowStatus
The workflow's status.
tags Map<String,String>
Tags for the workflow.
type WorkflowType
The workflow's type.
arn string
The ARN for the workflow.
creationTime string
When the workflow was created.
description string
The parameter's description.
id string
The workflow's ID.
name string
The workflow's name.
status WorkflowStatus
The workflow's status.
tags {[key: string]: string}
Tags for the workflow.
type WorkflowType
The workflow's type.
arn str
The ARN for the workflow.
creation_time str
When the workflow was created.
description str
The parameter's description.
id str
The workflow's ID.
name str
The workflow's name.
status WorkflowStatus
The workflow's status.
tags Mapping[str, str]
Tags for the workflow.
type WorkflowType
The workflow's type.
arn String
The ARN for the workflow.
creationTime String
When the workflow was created.
description String
The parameter's description.
id String
The workflow's ID.
name String
The workflow's name.
status "CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED"
The workflow's status.
tags Map<String>
Tags for the workflow.
type "PRIVATE"
The workflow's type.

Supporting Types

WorkflowStatus

WorkflowType

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.27.0 published on Monday, Apr 14, 2025 by Pulumi