AWS SDK Version 3 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.

Amazon EMR releases 4.x or later.

An optional configuration specification to be used when provisioning cluster instances, which can include configurations for applications and software bundled with Amazon EMR. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file. For more information, see Configuring Applications.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.Configuration

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class Configuration

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 within a configuration.

Public Property Configurations System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.Configuration>

Gets and sets the property Configurations.

A list of additional configurations to apply within a configuration object.

Public Property Properties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Properties.

A set of properties specified within a configuration classification.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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