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.deno.dev/v0.4/services/auditmanager.ts?docs=full";

The settings object that holds all supported Audit Manager settings.

interface Settings {
defaultAssessmentReportsDestination?: AssessmentReportsDestination | null;
defaultProcessOwners?: Role[] | null;
deregistrationPolicy?: DeregistrationPolicy | null;
evidenceFinderEnablement?: EvidenceFinderEnablement | null;
isAwsOrgEnabled?: boolean | null;
kmsKey?: string | null;
snsTopic?: string | null;
}

§Properties

§
defaultAssessmentReportsDestination?: AssessmentReportsDestination | null
[src]

The default storage destination for assessment reports.

§
defaultProcessOwners?: Role[] | null
[src]

The designated default audit owners.

§
deregistrationPolicy?: DeregistrationPolicy | null
[src]

The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.

§
evidenceFinderEnablement?: EvidenceFinderEnablement | null
[src]

The current evidence finder status and event data store details.

§
isAwsOrgEnabled?: boolean | null
[src]

Specifies whether Organizations is enabled.

§
kmsKey?: string | null
[src]

The KMS key details.

§
snsTopic?: string | null
[src]

The designated Amazon Simple Notification Service (Amazon SNS) topic.