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.deno.dev/v0.3/services/fms.ts?docs=full";

Violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.

interface ViolationDetail {
MemberAccount: string;
PolicyId: string;
ResourceDescription?: string | null;
ResourceId: string;
ResourceTags?: Tag[] | null;
ResourceType: string;
ResourceViolations: ResourceViolation[];
}

§Properties

§
MemberAccount: string
[src]

The Amazon Web Services account that the violation details were requested for.

§
PolicyId: string
[src]

The ID of the Firewall Manager policy that the violation details were requested for.

§
ResourceDescription?: string | null
[src]

Brief description for the requested resource.

§
ResourceId: string
[src]

The resource ID that the violation details were requested for.

§
ResourceTags?: Tag[] | null
[src]

The ResourceTag objects associated with the resource.

§
ResourceType: string
[src]

The resource type that the violation details were requested for.

§
ResourceViolations: ResourceViolation[]
[src]

List of violations for the requested resource.