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

Class: Aws::EMR::Types::ExecutionEngineConfig

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

Overview

Note:

When passing ExecutionEngineConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "XmlStringMaxLen256", # required
  type: "EMR", # accepts EMR
  master_instance_security_group_id: "XmlStringMaxLen256",
}

Specifies the execution engine (cluster) to run the notebook and perform the notebook execution, for example, an EMR cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the execution engine. For an EMR cluster, this is the cluster ID.

Returns:

  • (String)

    The unique identifier of the execution engine.

#master_instance_security_group_idString

An optional unique ID of an EC2 security group to associate with the master instance of the EMR cluster for this notebook execution. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.

Returns:

  • (String)

    An optional unique ID of an EC2 security group to associate with the master instance of the EMR cluster for this notebook execution.

#typeString

The type of execution engine. A value of EMR specifies an EMR cluster.

Possible values:

  • EMR

Returns:

  • (String)

    The type of execution engine.