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.getWorkflow
Explore with Pulumi AI
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::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)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
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.
- Creation
Time 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.
Aws Native. Omics. Workflow Status - The workflow's status.
- Storage
Type Pulumi.Aws Native. Omics. Workflow Storage Type - Dictionary<string, string>
- Tags for the workflow.
- Type
Pulumi.
Aws Native. Omics. Workflow Type - The workflow's type.
- Uuid string
- Arn string
- The ARN for the workflow.
- Creation
Time 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
Workflow
Status - The workflow's status.
- Storage
Type WorkflowStorage Type - map[string]string
- Tags for the workflow.
- Type
Workflow
Type - The workflow's type.
- Uuid string
- arn String
- The ARN for the workflow.
- creation
Time 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
Workflow
Status - The workflow's status.
- storage
Type WorkflowStorage Type - Map<String,String>
- Tags for the workflow.
- type
Workflow
Type - The workflow's type.
- uuid String
- arn string
- The ARN for the workflow.
- creation
Time 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
Workflow
Status - The workflow's status.
- storage
Type WorkflowStorage Type - {[key: string]: string}
- Tags for the workflow.
- type
Workflow
Type - The workflow's type.
- uuid string
- 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
Workflow
Status - The workflow's status.
- storage_
type WorkflowStorage Type - Mapping[str, str]
- Tags for the workflow.
- type
Workflow
Type - The workflow's type.
- uuid str
- arn String
- The ARN for the workflow.
- creation
Time 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.
- storage
Type "STATIC" | "DYNAMIC" - Map<String>
- Tags for the workflow.
- type "PRIVATE"
- The workflow's type.
- uuid String
Supporting Types
WorkflowStatus
WorkflowStorageType
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.28.0 published on Monday, May 19, 2025 by Pulumi