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

ViolationDetail

import type { ViolationDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface ViolationDetail {
MemberAccount: string;
PolicyId: string;
ResourceDescription?: string | null;
ResourceId: string;
ResourceTags?: Tag[] | null;
ResourceType: string;
ResourceViolations: ResourceViolation[];
}

§Properties

§
MemberAccount: string
[src]
§
PolicyId: string
[src]
§
ResourceDescription?: string | null
[src]
§
ResourceId: string
[src]
§
ResourceTags?: Tag[] | null
[src]
§
ResourceType: string
[src]
§
ResourceViolations: ResourceViolation[]
[src]