opensearchservice_list_instance_type_details: Lists all instance types and available features for a given...

View source: R/opensearchservice_operations.R

opensearchservice_list_instance_type_detailsR Documentation

Lists all instance types and available features for a given OpenSearch or Elasticsearch version

Description

Lists all instance types and available features for a given OpenSearch or Elasticsearch version.

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

Usage

opensearchservice_list_instance_type_details(
  EngineVersion,
  DomainName = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  RetrieveAZs = NULL,
  InstanceType = NULL
)

Arguments

EngineVersion

[required] The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.

DomainName

The name of the domain.

MaxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

NextToken

If your initial list_instance_type_details operation returns a nextToken, you can include the returned nextToken in subsequent list_instance_type_details operations, which returns results in the next page.

RetrieveAZs

An optional parameter that specifies the Availability Zones for the domain.

InstanceType

An optional parameter that lists information for a given instance type.


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