class Aws::Glue::Types::CreateWorkflowRequest

@note When making an API call, you may pass CreateWorkflowRequest

data as a hash:

    {
      name: "NameString", # required
      description: "GenericString",
      default_run_properties: {
        "IdString" => "GenericString",
      },
      tags: {
        "TagKey" => "TagValue",
      },
      max_concurrent_runs: 1,
    }

@!attribute [rw] name

The name to be assigned to the workflow. It should be unique within
your account.
@return [String]

@!attribute [rw] description

A description of the workflow.
@return [String]

@!attribute [rw] default_run_properties

A collection of properties to be used as part of each execution of
the workflow.
@return [Hash<String,String>]

@!attribute [rw] tags

The tags to be used with this workflow.
@return [Hash<String,String>]

@!attribute [rw] max_concurrent_runs

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateWorkflowRequest AWS API Documentation

Constants

SENSITIVE