configservice_delete_remediation_configuration: Deletes the remediation configuration
Description
Deletes the remediation configuration.
Usage
configservice_delete_remediation_configuration(ConfigRuleName,
ResourceType)
Arguments
- ConfigRuleName
[required] The name of the AWS Config rule for which you want to delete remediation
configuration.
- ResourceType
The type of a resource.
Request syntax
svc$delete_remediation_configuration(
ConfigRuleName = "string",
ResourceType = "string"
)