elasticsearchservice_describe_domain_auto_tunes {paws.analytics} | R Documentation |
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date
Description
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_describe_domain_auto_tunes/ for full documentation.
Usage
elasticsearchservice_describe_domain_auto_tunes(
DomainName,
MaxResults = NULL,
NextToken = NULL
)
Arguments
DomainName |
[required] Specifies the domain name for which you want Auto-Tune action details. |
MaxResults |
Set this value to limit the number of results returned. If not specified, defaults to 100. |
NextToken |
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination. |
[Package paws.analytics version 0.7.0 Index]