Adds or updates the remediation configuration with a specific AWS Config
rule with the selected target or action. The API creates the
RemediationConfiguration
object for the AWS Config rule. The AWS
Config rule must already exist for you to add a remediation
configuration. The target (SSM document) must exist and have permissions
to use the target.
configservice_put_remediation_configurations(RemediationConfigurations)
[required] A list of remediation configuration objects.
svc$put_remediation_configurations( RemediationConfigurations = list( list( ConfigRuleName = "string", TargetType = "SSM_DOCUMENT", TargetId = "string", TargetVersion = "string", Parameters = list( list( ResourceValue = list( Value = "RESOURCE_ID" ), StaticValue = list( Values = list( "string" ) ) ) ), ResourceType = "string", Automatic = TRUE|FALSE, ExecutionControls = list( SsmControls = list( ConcurrentExecutionRatePercentage = 123, ErrorPercentage = 123 ) ), MaximumAutomaticAttempts = 123, RetryAttemptSeconds = 123, Arn = "string", CreatedByService = "string" ) ) )