AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 

Amazon EMR releases 4.x or later.

Specifies a hardware and software configuration of the EMR cluster. This includes configurations for applications and software bundled with Amazon EMR. The Configuration object is a JSON object which is defined by a classification and a set of properties. Configurations can be nested, so a configuration may have its own Configuration objects listed.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.Configuration

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Configuration : Object

The Configuration type exposes the following members

Constructors

NameDescription
Public Method Configuration()

Properties

NameTypeDescription
Public Property Classification System.String Gets and sets the property Classification.

The classification of a configuration. For more information see, Amazon EMR Configurations.

Public Property Configurations System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.Configuration> Gets and sets the property Configurations.

A list of configurations you apply to this configuration object.

Public Property Properties System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Properties.

A set of properties supplied to the Configuration object.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8