Class: Aws::EMRContainers::Types::StartJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::StartJobRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client idempotency token of the job run request.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
The configuration overrides for the job run.
-
#execution_role_arn ⇒ String
The execution role ARN for the job run.
-
#job_driver ⇒ Types::JobDriver
The job driver for the job run.
-
#job_template_id ⇒ String
The job template ID to be used to start the job run.
-
#job_template_parameters ⇒ Hash<String,String>
The values of job template parameters to start a job run.
-
#name ⇒ String
The name of the job run.
-
#release_label ⇒ String
The Amazon EMR release version to use for the job run.
-
#retry_policy_configuration ⇒ Types::RetryPolicyConfiguration
The retry policy configuration for the job run.
-
#tags ⇒ Hash<String,String>
The tags assigned to job runs.
-
#virtual_cluster_id ⇒ String
The virtual cluster ID for which the job run request is submitted.
Instance Attribute Details
#client_token ⇒ String
The client idempotency token of the job run request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
The configuration overrides for the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The execution role ARN for the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#job_driver ⇒ Types::JobDriver
The job driver for the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#job_template_id ⇒ String
The job template ID to be used to start the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#job_template_parameters ⇒ Hash<String,String>
The values of job template parameters to start a job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#release_label ⇒ String
The Amazon EMR release version to use for the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#retry_policy_configuration ⇒ Types::RetryPolicyConfiguration
The retry policy configuration for the job run.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to job runs.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The virtual cluster ID for which the job run request is submitted.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1876 class StartJobRunRequest < Struct.new( :name, :virtual_cluster_id, :client_token, :execution_role_arn, :release_label, :job_driver, :configuration_overrides, :tags, :job_template_id, :job_template_parameters, :retry_policy_configuration) SENSITIVE = [] include Aws::Structure end |