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

CreateControlMappingSource

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

The control mapping fields that represent the source for evidence collection, along with related parameters and metadata. This doesn't contain mappingID.

interface CreateControlMappingSource {
sourceDescription?: string | null;
sourceFrequency?: SourceFrequency | 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 data source that determines where Audit Manager collects evidence from for the control.

§
sourceFrequency?: SourceFrequency | null
[src]

The frequency of evidence collection for the control mapping source.

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

The name of the control mapping data source.

§
sourceSetUpOption?: SourceSetUpOption | null
[src]

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

§
sourceType?: SourceType | null
[src]

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

§
troubleshootingText?: string | null
[src]

The instructions for troubleshooting the control.