Values.SettingsSourceThe settings object that holds all supported Audit Manager settings.
type nonrec t = {isAwsOrgEnabled : Boolean.t option;Specifies whether Organizations is enabled.
*)snsTopic : SNSTopic.t option;The designated Amazon Simple Notification Service (Amazon SNS) topic.
*)defaultAssessmentReportsDestination : AssessmentReportsDestination.t option;The default S3 destination bucket for storing assessment reports.
*)defaultProcessOwners : Roles.t option;The designated default audit owners.
*)kmsKey : KmsKey.t option;The KMS key details.
*)evidenceFinderEnablement : EvidenceFinderEnablement.t option;The current evidence finder status and event data store details.
*)deregistrationPolicy : DeregistrationPolicy.t option;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 : DefaultExportDestination.t option;The default S3 destination bucket for storing evidence finder exports.
*)}