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

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;
}

§Properties

§
defaultAssessmentReportsDestination?: AssessmentReportsDestination | null
[src]
§
defaultProcessOwners?: Role[] | null
[src]
§
isAwsOrgEnabled?: boolean | null
[src]
§
kmsKey?: string | null
[src]
§
snsTopic?: string | null
[src]