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

Evidence

import type { Evidence } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
interface Evidence {
assessmentReportSelection?: string | null;
attributes?: {
[key: string]: string | null | undefined;
}
| null;
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;
}

§Properties

§
assessmentReportSelection?: string | null
[src]
§
attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
awsAccountId?: string | null
[src]
§
awsOrganization?: string | null
[src]
§
complianceCheck?: string | null
[src]
§
dataSource?: string | null
[src]
§
eventName?: string | null
[src]
§
eventSource?: string | null
[src]
§
evidenceAwsAccountId?: string | null
[src]
§
evidenceByType?: string | null
[src]
§
evidenceFolderId?: string | null
[src]
§
iamId?: string | null
[src]
§
id?: string | null
[src]
§
resourcesIncluded?: Resource[] | null
[src]
§
time?: Date | number | null
[src]