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.

The summary description of the cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.ClusterSummary

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

Syntax

C#
public class ClusterSummary

The ClusterSummary type exposes the following members

Constructors

NameDescription
Public Method ClusterSummary()

Properties

NameTypeDescription
Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

The Amazon Resource Name of the cluster.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the cluster.

Public Property Name System.String

Gets and sets the property Name.

The name of the cluster.

Public Property NormalizedInstanceHours System.Int32

Gets and sets the property NormalizedInstanceHours.

An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.

Public Property OutpostArn System.String

Gets and sets the property OutpostArn.

The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

Public Property Status Amazon.ElasticMapReduce.Model.ClusterStatus

Gets and sets the property Status.

The details about the current status of the cluster.

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