Application class

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.

Constructors

Application({Map<String, String>? additionalInfo, List<String>? args, String? name, String? version})
Application.fromJson(Map<String, dynamic> json)
factory

Properties

additionalInfo Map<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.
final
args List<String>?
Arguments for Amazon EMR to pass to the application.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The version of the application.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited