AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateSettings operation. Updates Audit Manager settings for the current account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AuditManager.AmazonAuditManagerRequest
      Amazon.AuditManager.Model.UpdateSettingsRequest

Namespace: Amazon.AuditManager.Model
Assembly: AWSSDK.AuditManager.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateSettingsRequest : AmazonAuditManagerRequest
         IAmazonWebServiceRequest

The UpdateSettingsRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateSettingsRequest()

Properties

NameTypeDescription
Public Property DefaultAssessmentReportsDestination Amazon.AuditManager.Model.AssessmentReportsDestination

Gets and sets the property DefaultAssessmentReportsDestination.

The default S3 destination bucket for storing assessment reports.

Public Property DefaultExportDestination Amazon.AuditManager.Model.DefaultExportDestination

Gets and sets the property DefaultExportDestination.

The default S3 destination bucket for storing evidence finder exports.

Public Property DefaultProcessOwners System.Collections.Generic.List<Amazon.AuditManager.Model.Role>

Gets and sets the property DefaultProcessOwners.

A list of the default audit owners.

Public Property DeregistrationPolicy Amazon.AuditManager.Model.DeregistrationPolicy

Gets and sets the property 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.

Public Property EvidenceFinderEnabled System.Boolean

Gets and sets the property 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.

Public Property KmsKey System.String

Gets and sets the property KmsKey.

The KMS key details.

Public Property SnsTopic System.String

Gets and sets the property SnsTopic.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5