Class: Aws::EMR::Types::RunJobFlowInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Input to the RunJobFlow operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoString

A JSON string for selecting additional features.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#ami_versionString

Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and later, ‘ReleaseLabel` is used. To specify a custom AMI, use `CustomAmiID`.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#applicationsArray<Types::Application>

Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the [Amazon EMRRelease Guide].

[1]: docs.aws.amazon.com/emr/latest/ReleaseGuide/

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#auto_scaling_roleString

An IAM role for automatic scaling policies. The default role is ‘EMR_AutoScaling_DefaultRole`. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate Amazon EC2 instances in an instance group.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#auto_termination_policyTypes::AutoTerminationPolicy

An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see [Control cluster termination].

[1]: docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_actionsArray<Types::BootstrapActionConfig>

A list of bootstrap actions to run before Hadoop starts on the cluster nodes.

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#configurationsArray<Types::Configuration>

For Amazon EMR releases 4.0 and later. The list of configurations supplied for the Amazon EMR cluster that you are creating.

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#custom_ami_idString

Available only in Amazon EMR releases 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches cluster Amazon EC2 instances. For more information about custom AMIs in Amazon EMR, see [Using a Custom AMI] in the *Amazon EMR Management Guide*. If omitted, the cluster uses the base Linux AMI for the ‘ReleaseLabel` specified. For Amazon EMR releases 2.x and 3.x, use `AmiVersion` instead.

For information about creating a custom AMI, see [Creating an Amazon EBS-Backed Linux AMI] in the *Amazon Elastic Compute Cloud User Guide for Linux Instances*. For information about finding an AMI ID, see [Finding a Linux AMI].

[1]: docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html [2]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html [3]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_root_volume_iopsInteger

The IOPS, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.

Returns:

  • (Integer)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_root_volume_sizeInteger

The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and later.

Returns:

  • (Integer)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_root_volume_throughputInteger

The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.

Returns:

  • (Integer)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#instancesTypes::JobFlowInstancesConfig

A specification of the number and type of Amazon EC2 instances.



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#job_flow_roleString

Also called instance profile and Amazon EC2 role. An IAM role for an Amazon EMR cluster. The Amazon EC2 instances of the cluster assume this role. The default role is ‘EMR_EC2_DefaultRole`. In order to use the default role, you must have already created it using the CLI or console.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#kerberos_attributesTypes::KerberosAttributes

Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see

Use Kerberos Authentication][1

in the *Amazon EMR Management

Guide*.

[1]: docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#log_encryption_kms_key_idString

The KMS key used for encrypting log files. If a value is not provided, the logs remain encrypted by AES-256. This attribute is only available with Amazon EMR releases 5.30.0 and later, excluding Amazon EMR 6.0.0.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#log_uriString

The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#managed_scaling_policyTypes::ManagedScalingPolicy

The specified managed scaling policy for an Amazon EMR cluster.



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the job flow.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#new_supported_productsArray<Types::SupportedProductConfig>

<note markdown=“1”> For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and later, use Applications.

</note>

A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see “Launch a Job Flow on the MapR Distribution for Hadoop” in the [Amazon EMR Developer Guide]. Supported values are:

  • “mapr-m3” - launch the cluster using MapR M3 Edition.

  • “mapr-m5” - launch the cluster using MapR M5 Edition.

  • “mapr” with the user arguments specifying “–edition,m3” or “–edition,m5” - launch the job flow using MapR M3 or M5 Edition respectively.

  • “mapr-m7” - launch the cluster using MapR M7 Edition.

  • “hunk” - launch the cluster with the Hunk Big Data Analytics Platform.

  • “hue”- launch the cluster with Hue installed.

  • “spark” - launch the cluster with Apache Spark installed.

  • “ganglia” - launch the cluster with the Ganglia Monitoring System installed.

[1]: docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#os_release_labelString

Specifies a particular Amazon Linux release for all nodes in a cluster launch RunJobFlow request. If a release is not specified, Amazon EMR uses the latest validated Amazon Linux release for cluster launch.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#placement_group_configsArray<Types::PlacementGroupConfig>

The specified placement group configuration for an Amazon EMR cluster.

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form ‘emr-x.x.x`, where x.x.x is an Amazon EMR release version such as `emr-5.14.0`. For more information about Amazon EMR release versions and included application versions and features, see [docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use `AmiVersion`.

[1]: docs.aws.amazon.com/emr/latest/ReleaseGuide/

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#repo_upgrade_on_bootString

Applies only when ‘CustomAmiID` is used. Specifies which updates from the Amazon Linux AMI package repositories to apply automatically when the instance boots using the AMI. If omitted, the default is `SECURITY`, which indicates that only security updates are applied. If `NONE` is specified, no updates are applied, and all updates must be applied manually.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#scale_down_behaviorString

Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. ‘TERMINATE_AT_INSTANCE_HOUR` indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. `TERMINATE_AT_TASK_COMPLETION` indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. `TERMINATE_AT_TASK_COMPLETION` available only in Amazon EMR releases 4.1.0 and later, and is the default for releases of Amazon EMR earlier than 5.1.0.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#security_configurationString

The name of a security configuration to apply to the cluster.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf. If you’ve created a custom service role path, you must specify it for the service role when you launch your cluster.

Returns:

  • (String)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#step_concurrency_levelInteger

Specifies the number of steps that can be executed concurrently. The default value is ‘1`. The maximum value is `256`.

Returns:

  • (Integer)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::StepConfig>

A list of steps to run.

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#supported_productsArray<String>

<note markdown=“1”> For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and later, use Applications.

</note>

A list of strings that indicates third-party software to use. For more information, see the [Amazon EMR Developer Guide]. Currently supported values are:

  • “mapr-m3” - launch the job flow using MapR M3 Edition.

  • “mapr-m5” - launch the job flow using MapR M5 Edition.

[1]: docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf

Returns:

  • (Array<String>)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to associate with a cluster and propagate to Amazon EC2 instances.

Returns:



5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#visible_to_all_usersBoolean

The VisibleToAllUsers parameter is no longer supported. By default, the value is set to ‘true`. Setting it to `false` now has no effect.

Set this value to ‘true` so that IAM principals in the Amazon Web Services account associated with the cluster can perform Amazon EMR actions on the cluster that their IAM policies allow. This value defaults to `true` for clusters created using the Amazon EMR API or the CLI [create-cluster] command.

When set to ‘false`, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform Amazon EMR actions for the cluster, regardless of the IAM permissions policies attached to other IAM principals. For more information, see

Understanding the Amazon EMR cluster VisibleToAllUsers setting][2

in the *Amazon EMR Management Guide*.

[1]: docs.aws.amazon.com/cli/latest/reference/emr/create-cluster.html [2]: docs.aws.amazon.com/emr/latest/ManagementGuide/security_IAM_emr-with-IAM.html#security_set_visible_to_all_users

Returns:

  • (Boolean)


5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
# File 'lib/aws-sdk-emr/types.rb', line 5567

class RunJobFlowInput < Struct.new(
  :name,
  :log_uri,
  :log_encryption_kms_key_id,
  :additional_info,
  :ami_version,
  :release_label,
  :instances,
  :steps,
  :bootstrap_actions,
  :supported_products,
  :new_supported_products,
  :applications,
  :configurations,
  :visible_to_all_users,
  :job_flow_role,
  :service_role,
  :tags,
  :security_configuration,
  :auto_scaling_role,
  :scale_down_behavior,
  :custom_ami_id,
  :ebs_root_volume_size,
  :repo_upgrade_on_boot,
  :kerberos_attributes,
  :step_concurrency_level,
  :managed_scaling_policy,
  :placement_group_configs,
  :auto_termination_policy,
  :os_release_label,
  :ebs_root_volume_iops,
  :ebs_root_volume_throughput)
  SENSITIVE = []
  include Aws::Structure
end