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

DescribeComplianceByConfigRuleRequest

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

§Properties

§
ComplianceTypes?: ComplianceType[] | null
[src]

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT.

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

Specify one or more Config rule names to filter the results by rule.

§
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.