We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.omics.getWorkflowVersion
Start a Neo task
Explain and create an aws-native.omics.getWorkflowVersion resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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 dictionaryThe 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.
- Creation
Time string - The creation time of the workflow version.
- Description string
- The description of the workflow version.
- Status
Pulumi.
Aws Native. Omics. Workflow Version Workflow Status - The status of the workflow version.
- Storage
Capacity double - Storage
Type Pulumi.Aws Native. Omics. Workflow Version Storage Type - Dictionary<string, string>
- Type
Pulumi.
Aws Native. Omics. Workflow Version Workflow Type - The type of the workflow version.
- Uuid string
- Arn string
- ARN of the workflow version.
- Creation
Time string - The creation time of the workflow version.
- Description string
- The description of the workflow version.
- Status
Workflow
Version Workflow Status - The status of the workflow version.
- Storage
Capacity float64 - Storage
Type WorkflowVersion Storage Type - map[string]string
- Type
Workflow
Version Workflow Type - The type of the workflow version.
- Uuid string
- arn String
- ARN of the workflow version.
- creation
Time String - The creation time of the workflow version.
- description String
- The description of the workflow version.
- status
Workflow
Version Workflow Status - The status of the workflow version.
- storage
Capacity Double - storage
Type WorkflowVersion Storage Type - Map<String,String>
- type
Workflow
Version Workflow Type - The type of the workflow version.
- uuid String
- arn string
- ARN of the workflow version.
- creation
Time string - The creation time of the workflow version.
- description string
- The description of the workflow version.
- status
Workflow
Version Workflow Status - The status of the workflow version.
- storage
Capacity number - storage
Type WorkflowVersion Storage Type - {[key: string]: string}
- type
Workflow
Version Workflow Type - 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
Workflow
Version Workflow Status - The status of the workflow version.
- storage_
capacity float - storage_
type WorkflowVersion Storage Type - Mapping[str, str]
- type
Workflow
Version Workflow Type - The type of the workflow version.
- uuid str
- arn String
- ARN of the workflow version.
- creation
Time 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.
- storage
Capacity Number - storage
Type "STATIC" | "DYNAMIC" - 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
