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.

Container for the parameters to the ListElasticsearchInstanceTypes operation. List all Elasticsearch instance types that are supported for given ElasticsearchVersion

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Elasticsearch.AmazonElasticsearchRequest
      Amazon.Elasticsearch.Model.ListElasticsearchInstanceTypesRequest

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

Syntax

C#
public class ListElasticsearchInstanceTypesRequest : AmazonElasticsearchRequest
         IAmazonWebServiceRequest

The ListElasticsearchInstanceTypesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DomainName System.String

Gets and sets the property DomainName.

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

Public Property ElasticsearchVersion System.String

Gets and sets the property ElasticsearchVersion.

Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.

Public Property NextToken System.String

Gets and sets the property NextToken.

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

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