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
§
sourceFrequency?: SourceFrequency | null
[src]§
sourceKeyword?: SourceKeyword | null
[src]§
sourceSetUpOption?: SourceSetUpOption | null
[src]§
sourceType?: SourceType | null
[src]