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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.omics.getWorkflow

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 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>
    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]
    func LookupWorkflow(ctx *Context, args *LookupWorkflowArgs, opts ...InvokeOption) (*LookupWorkflowResult, error)
    func LookupWorkflowOutput(ctx *Context, args *LookupWorkflowOutputArgs, opts ...InvokeOption) LookupWorkflowResultOutput

    > 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)
    }
    public static CompletableFuture<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:omics:getWorkflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The workflow's ID.
    Id string
    The workflow's ID.
    id String
    The workflow's ID.
    id string
    The workflow's ID.
    id str
    The workflow's ID.
    id 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
    aws-native logo

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

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi