Evidence
import type { Evidence } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";interface Evidence {
assessmentReportSelection?: string | null;
attributes?: {} | null;
[key: string]: string | null | undefined;
awsAccountId?: string | null;
awsOrganization?: string | null;
complianceCheck?: string | null;
dataSource?: string | null;
eventName?: string | null;
eventSource?: string | null;
evidenceAwsAccountId?: string | null;
evidenceByType?: string | null;
evidenceFolderId?: string | null;
iamId?: string | null;
id?: string | null;
resourcesIncluded?: Resource[] | null;
time?: Date | number | null;
}