computeoptimizer_get_idle_recommendations {paws.compute} | R Documentation |
Returns idle resource recommendations
Description
Returns idle resource recommendations. Compute Optimizer generates recommendations for idle resources that meet a specific set of requirements. For more information, see Resource requirements in the Compute Optimizer User Guide
See https://www.paws-r-sdk.com/docs/computeoptimizer_get_idle_recommendations/ for full documentation.
Usage
computeoptimizer_get_idle_recommendations(
resourceArns = NULL,
nextToken = NULL,
maxResults = NULL,
filters = NULL,
accountIds = NULL,
orderBy = NULL
)
Arguments
resourceArns |
The ARN that identifies the idle resource. |
nextToken |
The token to advance to the next page of idle resource recommendations. |
maxResults |
The maximum number of idle resource recommendations to return with a single request. To retrieve the remaining results, make another request with the
returned |
filters |
An array of objects to specify a filter that returns a more specific list of idle resource recommendations. |
accountIds |
Return the idle resource recommendations to the specified Amazon Web Services account IDs. If your account is the management account or the delegated administrator of an organization, use this parameter to return the idle resource recommendations to specific member accounts. You can only specify one account ID per request. |
orderBy |
The order to sort the idle resource recommendations. |