Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeRemediationExceptionsRequest

import type { DescribeRemediationExceptionsRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DescribeRemediationExceptionsRequest {
ConfigRuleName: string;
Limit?: number | null;
NextToken?: string | null;
ResourceKeys?: RemediationExceptionResourceKey[] | null;
}

§Properties

§
ConfigRuleName: string
[src]

The name of the Config rule.

§
Limit?: number | null
[src]

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

§
NextToken?: string | null
[src]

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

§
ResourceKeys?: RemediationExceptionResourceKey[] | null
[src]

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.