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

DescribeConfigRuleEvaluationStatusRequest

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

§Properties

§
ConfigRuleNames?: string[] | null
[src]

The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.

§
Limit?: number | null
[src]

The number of rule evaluation results that you want returned.

This parameter is required if the rule limit for your account is more than the default of 150 rules.

For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.

§
NextToken?: string | null
[src]

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