1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. glue
  6. Workflow

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

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Resource Type definition for AWS::Glue::Workflow

    Create Workflow Resource

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

    Constructor syntax

    new Workflow(name: string, args?: WorkflowArgs, opts?: CustomResourceOptions);
    @overload
    def Workflow(resource_name: str,
                 args: Optional[WorkflowArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Workflow(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 default_run_properties: Optional[Any] = None,
                 description: Optional[str] = None,
                 max_concurrent_runs: Optional[int] = None,
                 name: Optional[str] = None,
                 tags: Optional[Any] = None)
    func NewWorkflow(ctx *Context, name string, args *WorkflowArgs, opts ...ResourceOption) (*Workflow, error)
    public Workflow(string name, WorkflowArgs? args = null, CustomResourceOptions? opts = null)
    public Workflow(String name, WorkflowArgs args)
    public Workflow(String name, WorkflowArgs args, CustomResourceOptions options)
    
    type: aws-native:glue:Workflow
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_glue_workflow" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args WorkflowArgs
    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 WorkflowArgs
    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 WorkflowArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Workflow 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 Workflow resource accepts the following input properties:

    DefaultRunProperties object

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    Description string
    A description of the workflow
    MaxConcurrentRuns int
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    Name string
    The name of the workflow representing the flow
    Tags object

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    DefaultRunProperties interface{}

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    Description string
    A description of the workflow
    MaxConcurrentRuns int
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    Name string
    The name of the workflow representing the flow
    Tags interface{}

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    default_run_properties any

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    description string
    A description of the workflow
    max_concurrent_runs number
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    name string
    The name of the workflow representing the flow
    tags any

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    defaultRunProperties Object

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    description String
    A description of the workflow
    maxConcurrentRuns Integer
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    name String
    The name of the workflow representing the flow
    tags Object

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    defaultRunProperties any

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    description string
    A description of the workflow
    maxConcurrentRuns number
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    name string
    The name of the workflow representing the flow
    tags any

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    default_run_properties Any

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    description str
    A description of the workflow
    max_concurrent_runs int
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    name str
    The name of the workflow representing the flow
    tags Any

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    defaultRunProperties Any

    A collection of properties to be used as part of each execution of the workflow

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    description String
    A description of the workflow
    maxConcurrentRuns Number
    You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
    name String
    The name of the workflow representing the flow
    tags Any

    The tags to use with this workflow.

    Search the CloudFormation User Guide for AWS::Glue::Workflow for more information about the expected schema for this property.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

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

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

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial