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

EvaluationResult

import type { EvaluationResult } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";

Describes the compliance status for the account. An account is considered noncompliant if it includes resources that are not protected by the specified policy or that don't comply with the policy.

interface EvaluationResult {
ComplianceStatus?: PolicyComplianceStatusType | null;
EvaluationLimitExceeded?: boolean | null;
ViolatorCount?: number | null;
}

§Properties

§
ComplianceStatus?: PolicyComplianceStatusType | null
[src]

Describes an Amazon Web Services account's compliance with the Firewall Manager policy.

§
EvaluationLimitExceeded?: boolean | null
[src]

Indicates that over 100 resources are noncompliant with the Firewall Manager policy.

§
ViolatorCount?: number | null
[src]

The number of resources that are noncompliant with the specified policy. For WAF and Shield Advanced policies, a resource is considered noncompliant if it is not associated with the policy. For security group policies, a resource is considered noncompliant if it doesn't comply with the rules of the policy and remediation is disabled or not possible.