aws-config-rdk
aws-config-rdk copied to clipboard
DRAFT: Add partial support for Proactive rules
Issue #, if available: Part of #400
Description of changes: This partially implements issue 400. Config does not support Proactive evaluation modes for Organization rules. Only single-account rules support EvaluationMode arguments.
So, this change allows single-account (non-Organization rules) rules to use proactive evaluation modes.
The CLI will have two new options:
-
rdk create
will support an argument for--evaluation-mode
and store it in theparameters.json
file -
rdk deploy
(but notdeploy-organization
) will support--evaluation-mode
by reading it fromparameters.json
.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.