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

ControlMappingSource

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

The data source that determines where Audit Manager collects evidence from for the control.

interface ControlMappingSource {
sourceDescription?: string | null;
sourceFrequency?: SourceFrequency | null;
sourceId?: string | null;
sourceKeyword?: SourceKeyword | null;
sourceName?: string | null;
sourceSetUpOption?: SourceSetUpOption | null;
sourceType?: SourceType | null;
troubleshootingText?: string | null;
}

§Properties

§
sourceDescription?: string | null
[src]

The description of the source.

§
sourceFrequency?: SourceFrequency | null
[src]

The frequency of evidence collection for the control mapping source.

§
sourceId?: string | null
[src]

The unique identifier for the source.

§
sourceKeyword?: SourceKeyword | null
[src]
§
sourceName?: string | null
[src]

The name of the source.

§
sourceSetUpOption?: SourceSetUpOption | null
[src]

The setup option for the data source. This option reflects if the evidence collection is automated or manual.

§
sourceType?: SourceType | null
[src]

Specifies one of the five data source types for evidence collection.

§
troubleshootingText?: string | null
[src]

The instructions for troubleshooting the control.