Class: Aws::EMRServerless::Types::StartJobRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application on which to run the job.

Returns:

  • (String)


1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The client idempotency token of the job run to start. Its value must be unique for each request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_overridesTypes::ConfigurationOverrides

The configuration overrides for the job run.



1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The execution role ARN for the job run.

Returns:

  • (String)


1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeout_minutesInteger

The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.

Returns:

  • (Integer)


1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#job_driverTypes::JobDriver

The job driver for the job run.

Returns:



1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The optional job run name. This doesn't have to be unique.

Returns:

  • (String)


1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the job run.

Returns:

  • (Hash<String,String>)


1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1313

class StartJobRunRequest < Struct.new(
  :application_id,
  :client_token,
  :execution_role_arn,
  :job_driver,
  :configuration_overrides,
  :tags,
  :execution_timeout_minutes,
  :name)
  SENSITIVE = []
  include Aws::Structure
end