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.
opensearchservice_list_instance_type_details(
EngineVersion,
DomainName = NULL,
MaxResults = NULL,
NextToken = NULL,
RetrieveAZs = NULL,
InstanceType = NULL
)
[required] The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
The name of the domain.
An optional parameter that specifies the maximum number of results to
return. You can use nextToken
to get the next page of results.
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.
An optional parameter that specifies the Availability Zones for the domain.
An optional parameter that lists information for a given instance type.