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]§
IncludeMap?: [key in CustomerPolicyScopeIdType]: string[] | null | undefined | null
[src]§
ResourceTags?: ResourceTag[] | null
[src]§
SecurityServicePolicyData: SecurityServicePolicyData
[src]