You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::JobFlowDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A description of a cluster (job flow).

Instance Attribute Summary collapse

Instance Attribute Details

#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)

    Applies only to Amazon EMR AMI versions 3.x and 2.x.

#auto_scaling_roleString

An IAM role for automatic scaling policies. The default role is EMR_AutoScaling_DefaultRole. The IAM role provides a way for the automatic scaling feature to get the required permissions it needs to launch and terminate EC2 instances in an instance group.

Returns:

  • (String)

    An IAM role for automatic scaling policies.

#bootstrap_actionsArray<Types::BootstrapActionDetail>

A list of the bootstrap actions run by the job flow.

Returns:

#execution_status_detailTypes::JobFlowExecutionStatusDetail

Describes the execution status of the job flow.

Returns:

#instancesTypes::JobFlowInstancesDetail

Describes the Amazon EC2 instances of the job flow.

Returns:

#job_flow_idString

The job flow identifier.

Returns:

  • (String)

    The job flow identifier.

#job_flow_roleString

The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.

Returns:

  • (String)

    The IAM role that was specified when the job flow was launched.

#log_encryption_kms_key_idString

The AWS KMS customer master key (CMK) used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.

Returns:

  • (String)

    The AWS KMS customer master key (CMK) used for encrypting log files.

#log_uriString

The location in Amazon S3 where log files for the job are stored.

Returns:

  • (String)

    The location in Amazon S3 where log files for the job are stored.

#nameString

The name of the job flow.

Returns:

  • (String)

    The name of the job flow.

#scale_down_behaviorString

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 blacklists 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 version 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.

Possible values:

  • TERMINATE_AT_INSTANCE_HOUR
  • TERMINATE_AT_TASK_COMPLETION

Returns:

  • (String)

    The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.

#service_roleString

The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

Returns:

  • (String)

    The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

#stepsArray<Types::StepDetail>

A list of steps run by the job flow.

Returns:

#supported_productsArray<String>

A list of strings set by third party software when the job flow is launched. If you are not using third party software to manage the job flow this value is empty.

Returns:

  • (Array<String>)

    A list of strings set by third party software when the job flow is launched.

#visible_to_all_usersBoolean

Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster. The default value, true, indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. If this value is false, only the IAM user that created the cluster can perform actions. This value can be changed on a running cluster by using the SetVisibleToAllUsers action. You can override the default value of true when you create a cluster by using the VisibleToAllUsers parameter of the RunJobFlow action.

Returns:

  • (Boolean)

    Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster.