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

GetComplianceDetailsByResourceRequest

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

§Properties

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

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

§
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
[src]

The ID of the Amazon Web Services resource for which you want compliance information.

§
ResourceType: string
[src]

The type of the Amazon Web Services resource for which you want compliance information.