We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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.
- 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.
- Dictionary<string, string>
- Tags for the workflow.
- Type
Pulumi.
Aws Native. Omics. Workflow Type - The workflow's type.
- 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.
- map[string]string
- Tags for the workflow.
- Type
Workflow
Type - The workflow's type.
- 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.
- Map<String,String>
- Tags for the workflow.
- type
Workflow
Type - The workflow's type.
- 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.
- {[key: string]: string}
- Tags for the workflow.
- type
Workflow
Type - 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
Workflow
Status - The workflow's status.
- Mapping[str, str]
- Tags for the workflow.
- type
Workflow
Type - The workflow's type.
- 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.
- 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.9.0 published on Monday, Nov 18, 2024 by Pulumi