View source: R/configservice_operations.R
configservice_start_resource_evaluation | R Documentation |
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules. You can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all of the Config rules in your account that match with the specified proactive mode and resource type.
See https://www.paws-r-sdk.com/docs/configservice_start_resource_evaluation/ for full documentation.
configservice_start_resource_evaluation(
ResourceDetails,
EvaluationContext = NULL,
EvaluationMode,
EvaluationTimeout = NULL,
ClientToken = NULL
)
ResourceDetails |
[required] Returns a |
EvaluationContext |
Returns an |
EvaluationMode |
[required] The mode of an evaluation. The valid values for this API are |
EvaluationTimeout |
The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default. |
ClientToken |
A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request. Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.