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

EvaluationResultQualifier

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

Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.

interface EvaluationResultQualifier {
ConfigRuleName?: string | null;
EvaluationMode?: EvaluationMode | null;
ResourceId?: string | null;
ResourceType?: string | null;
}

§Properties

§
ConfigRuleName?: string | null
[src]

The name of the Config rule that was used in the evaluation.

§
EvaluationMode?: EvaluationMode | null
[src]

The mode of an evaluation. The valid values are Detective or Proactive.

§
ResourceId?: string | null
[src]

The ID of the evaluated Amazon Web Services resource.

§
ResourceType?: string | null
[src]

The type of Amazon Web Services resource that was evaluated.