opensearchservice_describe_instance_type_limits {paws.analytics} | R Documentation |
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type
Description
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type.
See https://www.paws-r-sdk.com/docs/opensearchservice_describe_instance_type_limits/ for full documentation.
Usage
opensearchservice_describe_instance_type_limits(
DomainName = NULL,
InstanceType,
EngineVersion
)
Arguments
DomainName |
The name of the domain. Only specify if you need the limits for an existing domain. |
InstanceType |
[required] The OpenSearch Service instance type for which you need limit information. |
EngineVersion |
[required] Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch. |
[Package paws.analytics version 0.6.0 Index]