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

PolicyComplianceDetail

import type { PolicyComplianceDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface PolicyComplianceDetail {
EvaluationLimitExceeded?: boolean | null;
ExpiredAt?: Date | number | null;
IssueInfoMap?: [key in DependentServiceName]: string | null | undefined | null;
MemberAccount?: string | null;
PolicyId?: string | null;
PolicyOwner?: string | null;
Violators?: ComplianceViolator[] | null;
}

§Properties

§
EvaluationLimitExceeded?: boolean | null
[src]
§
ExpiredAt?: Date | number | null
[src]
§
IssueInfoMap?: [key in DependentServiceName]: string | null | undefined | null
[src]
§
MemberAccount?: string | null
[src]
§
PolicyId?: string | null
[src]
§
PolicyOwner?: string | null
[src]
§
Violators?: ComplianceViolator[] | null
[src]