Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date
Source:R/elasticsearchservice_operations.R
elasticsearchservice_describe_domain_auto_tunes.RdProvides 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.