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 DescribeElasticsearchInstanceTypeLimits operation. Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain, specify the DomainName to know what Limits are supported for modifying.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeElasticsearchInstanceTypeLimitsRequest : AmazonElasticsearchRequest
         IAmazonWebServiceRequest

The DescribeElasticsearchInstanceTypeLimitsRequest 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 Elasticsearch Limits for existing domain.

Public Property ElasticsearchVersion System.String

Gets and sets the property ElasticsearchVersion.

Version of Elasticsearch for which Limits are needed.

Public Property InstanceType Amazon.Elasticsearch.ESPartitionInstanceType

Gets and sets the property InstanceType.

The instance type for an Elasticsearch cluster for which Elasticsearch Limits are needed.

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