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

UpdateSettingsRequest

import type { UpdateSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface UpdateSettingsRequest {
defaultAssessmentReportsDestination?: AssessmentReportsDestination | null;
defaultProcessOwners?: Role[] | null;
deregistrationPolicy?: DeregistrationPolicy | null;
evidenceFinderEnabled?: boolean | null;
kmsKey?: string | null;
snsTopic?: string | null;
}

§Properties

§
defaultAssessmentReportsDestination?: AssessmentReportsDestination | null
[src]

The default storage destination for assessment reports.

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

A list of the 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.

§
evidenceFinderEnabled?: boolean | null
[src]

Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder.

! IMPORTANT: ! When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. ! As a result, you can’t re-enable evidence finder and use the feature again. ! Your only alternative is to deregister and then re-register Audit Manager.

§
kmsKey?: string | null
[src]

The KMS key details.

§
snsTopic?: string | null
[src]

The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.