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

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;
}

§Properties

§
PolicyArn?: string | null
[src]
§
PolicyId?: string | null
[src]
§
PolicyName?: string | null
[src]
§
RemediationEnabled?: boolean | null
[src]
§
ResourceType?: string | null
[src]
§
SecurityServiceType?: SecurityServiceType | null
[src]