A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/EMR/Types/Application.html below:

Application — AWS SDK for Ruby V2

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

Class: Aws::EMR::Types::Application
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  name: "String",
  version: "String",
  args: ["String"],
  additional_info: {
    "String" => "String",
  },
}

With Amazon EMR release version 4.0 and later, the only accepted parameter is the application name. To pass arguments to applications, you use configuration classifications specified using configuration JSON objects. For more information, see Configuring Applications.

With earlier Amazon EMR releases, the application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument.

Instance Attribute Summary collapse Instance Attribute Details #additional_info ⇒ Hash<String,String>

This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.

#args ⇒ Array<String>

Arguments for Amazon EMR to pass to the application.

#name ⇒ String

The name of the application.

#version ⇒ String

The version of the application.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4