aws.config.describe_remediation_exceptions
Example SQL Queries
SELECT * FROMaws.config.describe_remediation_exceptionsWHERE"config_rule_name" = 'VALUE';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.
Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| config_rule_name Required Input Column The name of the Config rule. | VARCHAR |
| limit Input Column The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default. | BIGINT |
| next_token Input Column The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. | VARCHAR |
| resource_keys Input Column An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| remediation_exceptions Returns a list of remediation exception objects. | STRUCT( |
Show child fields
| |