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

ComplianceByResource

import type { ComplianceByResource } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

Indicates whether an Amazon Web Services resource that is evaluated according to one or more Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.

interface ComplianceByResource {
Compliance?: Compliance | null;
ResourceId?: string | null;
ResourceType?: string | null;
}

§Properties

§
Compliance?: Compliance | null
[src]

Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.

§
ResourceId?: string | null
[src]

The ID of the Amazon Web Services resource that was evaluated.

§
ResourceType?: string | null
[src]

The type of the Amazon Web Services resource that was evaluated.