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

AssessmentEvidenceFolder

import type { AssessmentEvidenceFolder } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";

The folder where Audit Manager stores evidence for an assessment.

interface AssessmentEvidenceFolder {
assessmentId?: string | null;
assessmentReportSelectionCount?: number | null;
author?: string | null;
controlId?: string | null;
controlName?: string | null;
controlSetId?: string | null;
dataSource?: string | null;
date?: Date | number | null;
evidenceAwsServiceSourceCount?: number | null;
evidenceByTypeComplianceCheckCount?: number | null;
evidenceByTypeComplianceCheckIssuesCount?: number | null;
evidenceByTypeConfigurationDataCount?: number | null;
evidenceByTypeManualCount?: number | null;
evidenceByTypeUserActivityCount?: number | null;
evidenceResourcesIncludedCount?: number | null;
id?: string | null;
name?: string | null;
totalEvidence?: number | null;
}

§Properties

§
assessmentId?: string | null
[src]

The identifier for the assessment.

§
assessmentReportSelectionCount?: number | null
[src]

The total count of evidence that's included in the assessment report.

§
author?: string | null
[src]

The name of the user who created the evidence folder.

§
controlId?: string | null
[src]

The unique identifier for the control.

§
controlName?: string | null
[src]

The name of the control.

§
controlSetId?: string | null
[src]

The identifier for the control set.

§
dataSource?: string | null
[src]

The Amazon Web Service that the evidence was collected from.

§
date?: Date | number | null
[src]

The date when the first evidence was added to the evidence folder.

§
evidenceAwsServiceSourceCount?: number | null
[src]

The total number of Amazon Web Services resources that were assessed to generate the evidence.

§
evidenceByTypeComplianceCheckCount?: number | null
[src]

The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

§
evidenceByTypeComplianceCheckIssuesCount?: number | null
[src]

The total number of issues that were reported directly from Security Hub, Config, or both.

§
evidenceByTypeConfigurationDataCount?: number | null
[src]

The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.

§
evidenceByTypeManualCount?: number | null
[src]

The number of evidence that falls under the manual category. This evidence is imported manually.

§
evidenceByTypeUserActivityCount?: number | null
[src]

The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

§
evidenceResourcesIncludedCount?: number | null
[src]

The amount of evidence that's included in the evidence folder.

§
id?: string | null
[src]

The identifier for the folder that the evidence is stored in.

§
name?: string | null
[src]

The name of the evidence folder.

§
totalEvidence?: number | null
[src]

The total amount of evidence in the evidence folder.