PolicyComplianceStatus
import type { PolicyComplianceStatus } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";interface PolicyComplianceStatus {
EvaluationResults?: EvaluationResult[] | null;
IssueInfoMap?: [key in DependentServiceName]: string | null | undefined | null;
LastUpdated?: Date | number | null;
MemberAccount?: string | null;
PolicyId?: string | null;
PolicyName?: string | null;
PolicyOwner?: string | null;
}§Properties
§
EvaluationResults?: EvaluationResult[] | null
[src]§
IssueInfoMap?: [key in DependentServiceName]: string | null | undefined | null
[src]