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
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?: InvokeOutputOptions): Output<GetWorkflowResult>def get_workflow(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowResult
def get_workflow_output(name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = 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 Output<GetWorkflowResult> Invoke(GetWorkflowInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:glue:getWorkflow
arguments:
# arguments dictionarydata "aws-native_glue_get_workflow" "name" {
# arguments
}The following arguments are supported:
- Name string
- The name of the workflow representing the flow
- Name string
- The name of the workflow representing the flow
- name string
- The name of the workflow representing the flow
- name String
- The name of the workflow representing the flow
- name string
- The name of the workflow representing the flow
- name str
- The name of the workflow representing the flow
- name String
- The name of the workflow representing the flow
getWorkflow Result
The following output properties are available:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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