Learn R Programming

paws.management (version 0.1.6)

configservice_delete_remediation_exceptions: Deletes one or more remediation exceptions mentioned in the resource keys

Description

Deletes one or more remediation exceptions mentioned in the resource keys.

Usage

configservice_delete_remediation_exceptions(ConfigRuleName,
  ResourceKeys)

Arguments

ConfigRuleName

[required] The name of the AWS Config rule for which you want to delete remediation exception configuration.

ResourceKeys

[required] An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.

Request syntax

svc$delete_remediation_exceptions(
  ConfigRuleName = "string",
  ResourceKeys = list(
    list(
      ResourceType = "string",
      ResourceId = "string"
    )
  )
)