We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- Default
Run objectProperties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- Description string
- A description of the workflow
- Max
Concurrent intRuns - 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
- object
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.
- Default
Run interface{}Properties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- Description string
- A description of the workflow
- Max
Concurrent intRuns - 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
- interface{}
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.
- default_
run_ anyproperties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- description string
- A description of the workflow
- max_
concurrent_ numberruns - 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
- any
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.
- default
Run ObjectProperties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- description String
- A description of the workflow
- max
Concurrent IntegerRuns - 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
- Object
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.
- default
Run anyProperties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- description string
- A description of the workflow
- max
Concurrent numberRuns - 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
- any
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.
- default_
run_ Anyproperties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- description str
- A description of the workflow
- max_
concurrent_ intruns - 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
- Any
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.
- default
Run AnyProperties A collection of properties to be used as part of each execution of the workflow
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor more information about the expected schema for this property.- description String
- A description of the workflow
- max
Concurrent NumberRuns - 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
- Any
The tags to use with this workflow.
Search the CloudFormation User Guide for
AWS::Glue::Workflowfor 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
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi