PolicySummary
import type { PolicySummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";interface PolicySummary {
PolicyArn?: string | null;
PolicyId?: string | null;
PolicyName?: string | null;
RemediationEnabled?: boolean | null;
ResourceType?: string | null;
SecurityServiceType?: SecurityServiceType | null;
}