Learn R Programming

paws.management (version 0.1.6)

configservice_describe_remediation_exceptions: Returns the details of one or more remediation exceptions

Description

Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response.

Usage

configservice_describe_remediation_exceptions(ConfigRuleName,
  ResourceKeys, Limit, NextToken)

Arguments

ConfigRuleName

[required] The name of the AWS Config rule.

ResourceKeys

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.

Limit

The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, AWS Config uses the default.

NextToken

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Request syntax

svc$describe_remediation_exceptions(
  ConfigRuleName = "string",
  ResourceKeys = list(
    list(
      ResourceType = "string",
      ResourceId = "string"
    )
  ),
  Limit = 123,
  NextToken = "string"
)

Details

When you specify the limit and the next token, you receive a paginated response.

Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.