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

DescribeComplianceByResourceRequest

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

§Properties

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

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

§
Limit?: number | null
[src]

The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

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

§
ResourceId?: string | null
[src]

The ID of the Amazon Web Services resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.

§
ResourceType?: string | null
[src]

The types of Amazon Web Services resources for which you want compliance information (for example, AWS::EC2::Instance). For this action, you can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.