elasticsearchservice_list_elasticsearch_instance_types: List all Elasticsearch instance types that are supported for...

View source: R/elasticsearchservice_operations.R

elasticsearchservice_list_elasticsearch_instance_typesR Documentation

List all Elasticsearch instance types that are supported for given ElasticsearchVersion

Description

List all Elasticsearch instance types that are supported for given ElasticsearchVersion

See https://www.paws-r-sdk.com/docs/elasticsearchservice_list_elasticsearch_instance_types/ for full documentation.

Usage

elasticsearchservice_list_elasticsearch_instance_types(
  ElasticsearchVersion,
  DomainName = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ElasticsearchVersion

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

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.

MaxResults

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

NextToken

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


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.