List Resource Evaluations
configservice_list_resource_evaluations | R Documentation |
Returns a list of proactive resource evaluations¶
Description¶
Returns a list of proactive resource evaluations.
Usage¶
Arguments¶
Filters
Returns a
ResourceEvaluationFilters
object.Limit
The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
NextToken
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Value¶
A list with the following syntax:
list(
ResourceEvaluations = list(
list(
ResourceEvaluationId = "string",
EvaluationMode = "DETECTIVE"|"PROACTIVE",
EvaluationStartTimestamp = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)