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.4/services/configservice.ts?docs=full";
interface GetComplianceDetailsByResourceRequest {
ComplianceTypes?: ComplianceType[] | null;
NextToken?: string | null;
ResourceEvaluationId?: 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 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.

§
ResourceEvaluationId?: string | null
[src]

The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.

Note: You need to only provide either a ResourceEvaluationID or a ResourceIDand ResourceType.

§
ResourceId?: string | null
[src]

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

§
ResourceType?: string | null
[src]

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