class Aws::Glue::Types::UpdateJobRequest

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

data as a hash:

    {
      job_name: "NameString", # required
      job_update: { # required
        description: "DescriptionString",
        log_uri: "UriString",
        role: "RoleString",
        execution_property: {
          max_concurrent_runs: 1,
        },
        command: {
          name: "GenericString",
          script_location: "ScriptLocationString",
          python_version: "PythonVersionString",
        },
        default_arguments: {
          "GenericString" => "GenericString",
        },
        non_overridable_arguments: {
          "GenericString" => "GenericString",
        },
        connections: {
          connections: ["GenericString"],
        },
        max_retries: 1,
        allocated_capacity: 1,
        timeout: 1,
        max_capacity: 1.0,
        worker_type: "Standard", # accepts Standard, G.1X, G.2X
        number_of_workers: 1,
        security_configuration: "NameString",
        notification_property: {
          notify_delay_after: 1,
        },
        glue_version: "GlueVersionString",
      },
    }

@!attribute [rw] job_name

The name of the job definition to update.
@return [String]

@!attribute [rw] job_update

Specifies the values with which to update the job definition.
@return [Types::JobUpdate]

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

Constants

SENSITIVE