View source: R/auditmanager_operations.R
auditmanager_update_settings | R Documentation |
Updates Audit Manager settings for the current account.
See https://www.paws-r-sdk.com/docs/auditmanager_update_settings/ for full documentation.
auditmanager_update_settings(
snsTopic = NULL,
defaultAssessmentReportsDestination = NULL,
defaultProcessOwners = NULL,
kmsKey = NULL,
evidenceFinderEnabled = NULL,
deregistrationPolicy = NULL,
defaultExportDestination = NULL
)
snsTopic |
The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to. |
defaultAssessmentReportsDestination |
The default S3 destination bucket for storing assessment reports. |
defaultProcessOwners |
A list of the default audit owners. |
kmsKey |
The KMS key details. |
evidenceFinderEnabled |
Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder. 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. |
deregistrationPolicy |
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. |
defaultExportDestination |
The default S3 destination bucket for storing evidence finder exports. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.