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

Policy

import type { Policy } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface Policy {
ExcludeMap?: [key in CustomerPolicyScopeIdType]: string[] | null | undefined | null;
ExcludeResourceTags: boolean;
IncludeMap?: [key in CustomerPolicyScopeIdType]: string[] | null | undefined | null;
PolicyId?: string | null;
PolicyName: string;
PolicyUpdateToken?: string | null;
RemediationEnabled: boolean;
ResourceTags?: ResourceTag[] | null;
ResourceType: string;
ResourceTypeList?: string[] | null;
SecurityServicePolicyData: SecurityServicePolicyData;
}

§Properties

§
ExcludeMap?: [key in CustomerPolicyScopeIdType]: string[] | null | undefined | null
[src]
§
ExcludeResourceTags: boolean
[src]
§
IncludeMap?: [key in CustomerPolicyScopeIdType]: string[] | null | undefined | null
[src]
§
PolicyId?: string | null
[src]
§
PolicyName: string
[src]
§
PolicyUpdateToken?: string | null
[src]
§
RemediationEnabled: boolean
[src]
§
ResourceTags?: ResourceTag[] | null
[src]
§
ResourceType: string
[src]
§
ResourceTypeList?: string[] | null
[src]
§
SecurityServicePolicyData: SecurityServicePolicyData
[src]