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

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

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

aws-native.omics.WorkflowVersion

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

    Definition of AWS::Omics::WorkflowVersion Resource Type.

    Create WorkflowVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new WorkflowVersion(name: string, args: WorkflowVersionArgs, opts?: CustomResourceOptions);
    @overload
    def WorkflowVersion(resource_name: str,
                        args: WorkflowVersionArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def WorkflowVersion(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        workflow_id: Optional[str] = None,
                        parameter_template: Optional[Mapping[str, WorkflowVersionWorkflowParameterArgs]] = None,
                        readme_path: Optional[str] = None,
                        definition_repository: Optional[WorkflowVersionDefinitionRepositoryArgs] = None,
                        definition_uri: Optional[str] = None,
                        description: Optional[str] = None,
                        engine: Optional[WorkflowVersionWorkflowEngine] = None,
                        main: Optional[str] = None,
                        accelerators: Optional[WorkflowVersionAccelerators] = None,
                        container_registry_map_uri: Optional[str] = None,
                        parameter_template_path: Optional[str] = None,
                        readme_markdown: Optional[str] = None,
                        readme_uri: Optional[str] = None,
                        storage_capacity: Optional[float] = None,
                        storage_type: Optional[WorkflowVersionStorageType] = None,
                        tags: Optional[Mapping[str, str]] = None,
                        version_name: Optional[str] = None,
                        workflow_bucket_owner_id: Optional[str] = None,
                        container_registry_map: Optional[WorkflowVersionContainerRegistryMapArgs] = None)
    func NewWorkflowVersion(ctx *Context, name string, args WorkflowVersionArgs, opts ...ResourceOption) (*WorkflowVersion, error)
    public WorkflowVersion(string name, WorkflowVersionArgs args, CustomResourceOptions? opts = null)
    public WorkflowVersion(String name, WorkflowVersionArgs args)
    public WorkflowVersion(String name, WorkflowVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:omics:WorkflowVersion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WorkflowVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkflowVersionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkflowVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WorkflowVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The WorkflowVersion resource accepts the following input properties:

    WorkflowId string
    The workflow's ID.
    Accelerators Pulumi.AwsNative.Omics.WorkflowVersionAccelerators
    ContainerRegistryMap Pulumi.AwsNative.Omics.Inputs.WorkflowVersionContainerRegistryMap
    Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the AWS HealthOmics User Guide .
    ContainerRegistryMapUri string
    DefinitionRepository Pulumi.AwsNative.Omics.Inputs.WorkflowVersionDefinitionRepository
    Contains information about a source code repository that hosts the workflow definition files.
    DefinitionUri string
    Description string
    The description of the workflow version.
    Engine Pulumi.AwsNative.Omics.WorkflowVersionWorkflowEngine
    Main string
    ParameterTemplate Dictionary<string, Pulumi.AwsNative.Omics.Inputs.WorkflowVersionWorkflowParameterArgs>
    ParameterTemplatePath string
    Path to the primary workflow parameter template JSON file inside the repository
    ReadmeMarkdown string
    The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
    ReadmePath string
    The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
    ReadmeUri string
    The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
    StorageCapacity double
    StorageType Pulumi.AwsNative.Omics.WorkflowVersionStorageType
    Tags Dictionary<string, string>
    VersionName string
    The name of the workflow version.
    WorkflowBucketOwnerId string
    WorkflowId string
    The workflow's ID.
    Accelerators WorkflowVersionAccelerators
    ContainerRegistryMap WorkflowVersionContainerRegistryMapArgs
    Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the AWS HealthOmics User Guide .
    ContainerRegistryMapUri string
    DefinitionRepository WorkflowVersionDefinitionRepositoryArgs
    Contains information about a source code repository that hosts the workflow definition files.
    DefinitionUri string
    Description string
    The description of the workflow version.
    Engine WorkflowVersionWorkflowEngine
    Main string
    ParameterTemplate map[string]WorkflowVersionWorkflowParameterArgs
    ParameterTemplatePath string
    Path to the primary workflow parameter template JSON file inside the repository
    ReadmeMarkdown string
    The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
    ReadmePath string
    The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
    ReadmeUri string
    The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
    StorageCapacity float64
    StorageType WorkflowVersionStorageType
    Tags map[string]string
    VersionName string
    The name of the workflow version.
    WorkflowBucketOwnerId string
    workflowId String
    The workflow's ID.
    accelerators WorkflowVersionAccelerators
    containerRegistryMap WorkflowVersionContainerRegistryMap
    Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the AWS HealthOmics User Guide .
    containerRegistryMapUri String
    definitionRepository WorkflowVersionDefinitionRepository
    Contains information about a source code repository that hosts the workflow definition files.
    definitionUri String
    description String
    The description of the workflow version.
    engine WorkflowVersionWorkflowEngine
    main String
    parameterTemplate Map<String,WorkflowVersionWorkflowParameterArgs>
    parameterTemplatePath String
    Path to the primary workflow parameter template JSON file inside the repository
    readmeMarkdown String
    The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
    readmePath String
    The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
    readmeUri String
    The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
    storageCapacity Double
    storageType WorkflowVersionStorageType
    tags Map<String,String>
    versionName String
    The name of the workflow version.
    workflowBucketOwnerId String
    workflowId string
    The workflow's ID.
    accelerators WorkflowVersionAccelerators
    containerRegistryMap WorkflowVersionContainerRegistryMap
    Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the AWS HealthOmics User Guide .
    containerRegistryMapUri string
    definitionRepository WorkflowVersionDefinitionRepository
    Contains information about a source code repository that hosts the workflow definition files.
    definitionUri string
    description string
    The description of the workflow version.
    engine WorkflowVersionWorkflowEngine
    main string
    parameterTemplate {[key: string]: WorkflowVersionWorkflowParameterArgs}
    parameterTemplatePath string
    Path to the primary workflow parameter template JSON file inside the repository
    readmeMarkdown string
    The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
    readmePath string
    The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
    readmeUri string
    The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
    storageCapacity number
    storageType WorkflowVersionStorageType
    tags {[key: string]: string}
    versionName string
    The name of the workflow version.
    workflowBucketOwnerId string
    workflow_id str
    The workflow's ID.
    accelerators WorkflowVersionAccelerators
    container_registry_map WorkflowVersionContainerRegistryMapArgs
    Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the AWS HealthOmics User Guide .
    container_registry_map_uri str
    definition_repository WorkflowVersionDefinitionRepositoryArgs
    Contains information about a source code repository that hosts the workflow definition files.
    definition_uri str
    description str
    The description of the workflow version.
    engine WorkflowVersionWorkflowEngine
    main str
    parameter_template Mapping[str, WorkflowVersionWorkflowParameterArgs]
    parameter_template_path str
    Path to the primary workflow parameter template JSON file inside the repository
    readme_markdown str
    The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
    readme_path str
    The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
    readme_uri str
    The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
    storage_capacity float
    storage_type WorkflowVersionStorageType
    tags Mapping[str, str]
    version_name str
    The name of the workflow version.
    workflow_bucket_owner_id str
    workflowId String
    The workflow's ID.
    accelerators "GPU"
    containerRegistryMap Property Map
    Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the AWS HealthOmics User Guide .
    containerRegistryMapUri String
    definitionRepository Property Map
    Contains information about a source code repository that hosts the workflow definition files.
    definitionUri String
    description String
    The description of the workflow version.
    engine "WDL" | "NEXTFLOW" | "CWL"
    main String
    parameterTemplate Map<Property Map>
    parameterTemplatePath String
    Path to the primary workflow parameter template JSON file inside the repository
    readmeMarkdown String
    The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
    readmePath String
    The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
    readmeUri String
    The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
    storageCapacity Number
    storageType "STATIC" | "DYNAMIC"
    tags Map<String>
    versionName String
    The name of the workflow version.
    workflowBucketOwnerId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WorkflowVersion resource produces the following output properties:

    Arn string
    ARN of the workflow version.
    CreationTime string
    The creation time of the workflow version.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Omics.WorkflowVersionWorkflowStatus
    The status of the workflow version.
    Type Pulumi.AwsNative.Omics.WorkflowVersionWorkflowType
    The type of the workflow version.
    Uuid string
    Arn string
    ARN of the workflow version.
    CreationTime string
    The creation time of the workflow version.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    Type WorkflowVersionWorkflowType
    The type of the workflow version.
    Uuid string
    arn String
    ARN of the workflow version.
    creationTime String
    The creation time of the workflow version.
    id String
    The provider-assigned unique ID for this managed resource.
    status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    type WorkflowVersionWorkflowType
    The type of the workflow version.
    uuid String
    arn string
    ARN of the workflow version.
    creationTime string
    The creation time of the workflow version.
    id string
    The provider-assigned unique ID for this managed resource.
    status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    type WorkflowVersionWorkflowType
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    status WorkflowVersionWorkflowStatus
    The status of the workflow version.
    type WorkflowVersionWorkflowType
    The type of the workflow version.
    uuid str
    arn String
    ARN of the workflow version.
    creationTime String
    The creation time of the workflow version.
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED" | "INACTIVE"
    The status of the workflow version.
    type "PRIVATE" | "READY2RUN"
    The type of the workflow version.
    uuid String

    Supporting Types

    WorkflowVersionAccelerators, WorkflowVersionAcceleratorsArgs

    Gpu
    GPU
    WorkflowVersionAcceleratorsGpu
    GPU
    Gpu
    GPU
    Gpu
    GPU
    GPU
    GPU
    "GPU"
    GPU

    WorkflowVersionContainerRegistryMap, WorkflowVersionContainerRegistryMapArgs

    ImageMappings List<Pulumi.AwsNative.Omics.Inputs.WorkflowVersionImageMapping>
    Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
    RegistryMappings List<Pulumi.AwsNative.Omics.Inputs.WorkflowVersionRegistryMapping>
    Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
    ImageMappings []WorkflowVersionImageMapping
    Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
    RegistryMappings []WorkflowVersionRegistryMapping
    Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
    imageMappings List<WorkflowVersionImageMapping>
    Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
    registryMappings List<WorkflowVersionRegistryMapping>
    Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
    imageMappings WorkflowVersionImageMapping[]
    Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
    registryMappings WorkflowVersionRegistryMapping[]
    Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
    image_mappings Sequence[WorkflowVersionImageMapping]
    Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
    registry_mappings Sequence[WorkflowVersionRegistryMapping]
    Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
    imageMappings List<Property Map>
    Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
    registryMappings List<Property Map>
    Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.

    WorkflowVersionDefinitionRepository, WorkflowVersionDefinitionRepositoryArgs

    ConnectionArn string
    The Amazon Resource Name (ARN) of the connection to the source code repository.
    ExcludeFilePatterns List<string>
    A list of file patterns to exclude when retrieving the workflow definition from the repository.
    FullRepositoryId string
    The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
    SourceReference Pulumi.AwsNative.Omics.Inputs.WorkflowVersionSourceReference
    The source reference for the repository, such as a branch name, tag, or commit ID.
    ConnectionArn string
    The Amazon Resource Name (ARN) of the connection to the source code repository.
    ExcludeFilePatterns []string
    A list of file patterns to exclude when retrieving the workflow definition from the repository.
    FullRepositoryId string
    The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
    SourceReference WorkflowVersionSourceReference
    The source reference for the repository, such as a branch name, tag, or commit ID.
    connectionArn String
    The Amazon Resource Name (ARN) of the connection to the source code repository.
    excludeFilePatterns List<String>
    A list of file patterns to exclude when retrieving the workflow definition from the repository.
    fullRepositoryId String
    The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
    sourceReference WorkflowVersionSourceReference
    The source reference for the repository, such as a branch name, tag, or commit ID.
    connectionArn string
    The Amazon Resource Name (ARN) of the connection to the source code repository.
    excludeFilePatterns string[]
    A list of file patterns to exclude when retrieving the workflow definition from the repository.
    fullRepositoryId string
    The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
    sourceReference WorkflowVersionSourceReference
    The source reference for the repository, such as a branch name, tag, or commit ID.
    connection_arn str
    The Amazon Resource Name (ARN) of the connection to the source code repository.
    exclude_file_patterns Sequence[str]
    A list of file patterns to exclude when retrieving the workflow definition from the repository.
    full_repository_id str
    The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
    source_reference WorkflowVersionSourceReference
    The source reference for the repository, such as a branch name, tag, or commit ID.
    connectionArn String
    The Amazon Resource Name (ARN) of the connection to the source code repository.
    excludeFilePatterns List<String>
    A list of file patterns to exclude when retrieving the workflow definition from the repository.
    fullRepositoryId String
    The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
    sourceReference Property Map
    The source reference for the repository, such as a branch name, tag, or commit ID.

    WorkflowVersionImageMapping, WorkflowVersionImageMappingArgs

    DestinationImage string
    Specifies the URI of the corresponding image in the private ECR registry.
    SourceImage string
    Specifies the URI of the source image in the upstream registry.
    DestinationImage string
    Specifies the URI of the corresponding image in the private ECR registry.
    SourceImage string
    Specifies the URI of the source image in the upstream registry.
    destinationImage String
    Specifies the URI of the corresponding image in the private ECR registry.
    sourceImage String
    Specifies the URI of the source image in the upstream registry.
    destinationImage string
    Specifies the URI of the corresponding image in the private ECR registry.
    sourceImage string
    Specifies the URI of the source image in the upstream registry.
    destination_image str
    Specifies the URI of the corresponding image in the private ECR registry.
    source_image str
    Specifies the URI of the source image in the upstream registry.
    destinationImage String
    Specifies the URI of the corresponding image in the private ECR registry.
    sourceImage String
    Specifies the URI of the source image in the upstream registry.

    WorkflowVersionRegistryMapping, WorkflowVersionRegistryMappingArgs

    EcrAccountId string
    Account ID of the account that owns the upstream container image.
    EcrRepositoryPrefix string
    The repository prefix to use in the ECR private repository.
    UpstreamRegistryUrl string
    The URI of the upstream registry.
    UpstreamRepositoryPrefix string
    The repository prefix of the corresponding repository in the upstream registry.
    EcrAccountId string
    Account ID of the account that owns the upstream container image.
    EcrRepositoryPrefix string
    The repository prefix to use in the ECR private repository.
    UpstreamRegistryUrl string
    The URI of the upstream registry.
    UpstreamRepositoryPrefix string
    The repository prefix of the corresponding repository in the upstream registry.
    ecrAccountId String
    Account ID of the account that owns the upstream container image.
    ecrRepositoryPrefix String
    The repository prefix to use in the ECR private repository.
    upstreamRegistryUrl String
    The URI of the upstream registry.
    upstreamRepositoryPrefix String
    The repository prefix of the corresponding repository in the upstream registry.
    ecrAccountId string
    Account ID of the account that owns the upstream container image.
    ecrRepositoryPrefix string
    The repository prefix to use in the ECR private repository.
    upstreamRegistryUrl string
    The URI of the upstream registry.
    upstreamRepositoryPrefix string
    The repository prefix of the corresponding repository in the upstream registry.
    ecr_account_id str
    Account ID of the account that owns the upstream container image.
    ecr_repository_prefix str
    The repository prefix to use in the ECR private repository.
    upstream_registry_url str
    The URI of the upstream registry.
    upstream_repository_prefix str
    The repository prefix of the corresponding repository in the upstream registry.
    ecrAccountId String
    Account ID of the account that owns the upstream container image.
    ecrRepositoryPrefix String
    The repository prefix to use in the ECR private repository.
    upstreamRegistryUrl String
    The URI of the upstream registry.
    upstreamRepositoryPrefix String
    The repository prefix of the corresponding repository in the upstream registry.

    WorkflowVersionSourceReference, WorkflowVersionSourceReferenceArgs

    Type Pulumi.AwsNative.Omics.WorkflowVersionSourceReferencetype
    The type of source reference, such as branch, tag, or commit.
    Value string
    The value of the source reference, such as the branch name, tag name, or commit ID.
    Type WorkflowVersionSourceReferencetype
    The type of source reference, such as branch, tag, or commit.
    Value string
    The value of the source reference, such as the branch name, tag name, or commit ID.
    type WorkflowVersionSourceReferencetype
    The type of source reference, such as branch, tag, or commit.
    value String
    The value of the source reference, such as the branch name, tag name, or commit ID.
    type WorkflowVersionSourceReferencetype
    The type of source reference, such as branch, tag, or commit.
    value string
    The value of the source reference, such as the branch name, tag name, or commit ID.
    type WorkflowVersionSourceReferencetype
    The type of source reference, such as branch, tag, or commit.
    value str
    The value of the source reference, such as the branch name, tag name, or commit ID.
    type "BRANCH" | "TAG" | "COMMIT"
    The type of source reference, such as branch, tag, or commit.
    value String
    The value of the source reference, such as the branch name, tag name, or commit ID.

    WorkflowVersionSourceReferencetype, WorkflowVersionSourceReferencetypeArgs

    Branch
    BRANCH
    Tag
    TAG
    Commit
    COMMIT
    WorkflowVersionSourceReferencetypeBranch
    BRANCH
    WorkflowVersionSourceReferencetypeTag
    TAG
    WorkflowVersionSourceReferencetypeCommit
    COMMIT
    Branch
    BRANCH
    Tag
    TAG
    Commit
    COMMIT
    Branch
    BRANCH
    Tag
    TAG
    Commit
    COMMIT
    BRANCH
    BRANCH
    TAG
    TAG
    COMMIT
    COMMIT
    "BRANCH"
    BRANCH
    "TAG"
    TAG
    "COMMIT"
    COMMIT

    WorkflowVersionStorageType, WorkflowVersionStorageTypeArgs

    Static
    STATIC
    Dynamic
    DYNAMIC
    WorkflowVersionStorageTypeStatic
    STATIC
    WorkflowVersionStorageTypeDynamic
    DYNAMIC
    Static
    STATIC
    Dynamic
    DYNAMIC
    Static
    STATIC
    Dynamic
    DYNAMIC
    STATIC
    STATIC
    DYNAMIC
    DYNAMIC
    "STATIC"
    STATIC
    "DYNAMIC"
    DYNAMIC

    WorkflowVersionWorkflowEngine, WorkflowVersionWorkflowEngineArgs

    Wdl
    WDL
    Nextflow
    NEXTFLOW
    Cwl
    CWL
    WorkflowVersionWorkflowEngineWdl
    WDL
    WorkflowVersionWorkflowEngineNextflow
    NEXTFLOW
    WorkflowVersionWorkflowEngineCwl
    CWL
    Wdl
    WDL
    Nextflow
    NEXTFLOW
    Cwl
    CWL
    Wdl
    WDL
    Nextflow
    NEXTFLOW
    Cwl
    CWL
    WDL
    WDL
    NEXTFLOW
    NEXTFLOW
    CWL
    CWL
    "WDL"
    WDL
    "NEXTFLOW"
    NEXTFLOW
    "CWL"
    CWL

    WorkflowVersionWorkflowParameter, WorkflowVersionWorkflowParameterArgs

    Description string
    The parameter's description.
    Optional bool
    Whether the parameter is optional.
    Description string
    The parameter's description.
    Optional bool
    Whether the parameter is optional.
    description String
    The parameter's description.
    optional Boolean
    Whether the parameter is optional.
    description string
    The parameter's description.
    optional boolean
    Whether the parameter is optional.
    description str
    The parameter's description.
    optional bool
    Whether the parameter is optional.
    description String
    The parameter's description.
    optional Boolean
    Whether the parameter is optional.

    WorkflowVersionWorkflowStatus, WorkflowVersionWorkflowStatusArgs

    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleted
    DELETED
    Failed
    FAILED
    Inactive
    INACTIVE
    WorkflowVersionWorkflowStatusCreating
    CREATING
    WorkflowVersionWorkflowStatusActive
    ACTIVE
    WorkflowVersionWorkflowStatusUpdating
    UPDATING
    WorkflowVersionWorkflowStatusDeleted
    DELETED
    WorkflowVersionWorkflowStatusFailed
    FAILED
    WorkflowVersionWorkflowStatusInactive
    INACTIVE
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleted
    DELETED
    Failed
    FAILED
    Inactive
    INACTIVE
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleted
    DELETED
    Failed
    FAILED
    Inactive
    INACTIVE
    CREATING
    CREATING
    ACTIVE
    ACTIVE
    UPDATING
    UPDATING
    DELETED
    DELETED
    FAILED
    FAILED
    INACTIVE
    INACTIVE
    "CREATING"
    CREATING
    "ACTIVE"
    ACTIVE
    "UPDATING"
    UPDATING
    "DELETED"
    DELETED
    "FAILED"
    FAILED
    "INACTIVE"
    INACTIVE

    WorkflowVersionWorkflowType, WorkflowVersionWorkflowTypeArgs

    Private
    PRIVATE
    Ready2run
    READY2RUN
    WorkflowVersionWorkflowTypePrivate
    PRIVATE
    WorkflowVersionWorkflowTypeReady2run
    READY2RUN
    Private
    PRIVATE
    Ready2run
    READY2RUN
    Private
    PRIVATE
    Ready2run
    READY2RUN
    PRIVATE
    PRIVATE
    READY2RUN
    READY2RUN
    "PRIVATE"
    PRIVATE
    "READY2RUN"
    READY2RUN

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

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

    AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
      AI Agentic Workflows: Register now