Delete Remediation Configuration
configservice_delete_remediation_configuration | R Documentation |
Deletes the remediation configuration¶
Description¶
Deletes the remediation configuration.
Usage¶
configservice_delete_remediation_configuration(ConfigRuleName,
ResourceType)
Arguments¶
ConfigRuleName |
[required] The name of the Config rule for which you want to delete remediation configuration. |
ResourceType |
The type of a resource. |
Value¶
An empty list.
Request syntax¶
svc$delete_remediation_configuration(
ConfigRuleName = "string",
ResourceType = "string"
)