configservice_put_evaluations: Used by an Lambda function to deliver evaluation results to...

View source: R/configservice_operations.R

configservice_put_evaluationsR Documentation

Used by an Lambda function to deliver evaluation results to Config

Description

Used by an Lambda function to deliver evaluation results to Config. This action is required in every Lambda function that is invoked by an Config rule.

See https://www.paws-r-sdk.com/docs/configservice_put_evaluations/ for full documentation.

Usage

configservice_put_evaluations(Evaluations = NULL, ResultToken, TestMode = NULL)

Arguments

Evaluations

The assessments that the Lambda function performs. Each evaluation identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that invokes the Lambda function.

ResultToken

[required] An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the evaluation.

TestMode

Use this parameter to specify a test run for put_evaluations. You can verify whether your Lambda function will deliver evaluation results to Config. No updates occur to your existing evaluations, and evaluation results are not sent to Config.

When TestMode is true, put_evaluations doesn't require a valid value for the ResultToken parameter, but the value cannot be null.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.