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-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
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]
§
sourceFrequency?: SourceFrequency | null
[src]
§
sourceId?: string | null
[src]
§
sourceKeyword?: SourceKeyword | null
[src]
§
sourceName?: string | null
[src]
§
sourceSetUpOption?: SourceSetUpOption | null
[src]
§
sourceType?: SourceType | null
[src]
§
troubleshootingText?: string | null
[src]