Settings
import type { Settings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";interface Settings {
defaultAssessmentReportsDestination?: AssessmentReportsDestination | null;
defaultProcessOwners?: Role[] | null;
isAwsOrgEnabled?: boolean | null;
kmsKey?: string | null;
snsTopic?: string | null;
}