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

ExternalEvaluation

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

Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.

interface ExternalEvaluation {
Annotation?: string | null;
ComplianceResourceId: string;
ComplianceResourceType: string;
ComplianceType: ComplianceType;
OrderingTimestamp: Date | number;
}

§Properties

§
Annotation?: string | null
[src]

Supplementary information about the reason of compliance. For example, this task was completed on a specific date.

§
ComplianceResourceId: string
[src]

The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.

§
ComplianceResourceType: string
[src]

The evaluated compliance resource type. Config accepts AWS::::Account resource type.

§
ComplianceType: ComplianceType
[src]

The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

§
OrderingTimestamp: Date | number
[src]

The time when the compliance was recorded.