Class: Aws::AuditManager::Types::UpdateSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:default_assessment_reports_destination, :default_process_owners]
Instance Attribute Summary collapse
-
#default_assessment_reports_destination ⇒ Types::AssessmentReportsDestination
The default S3 destination bucket for storing assessment reports.
-
#default_export_destination ⇒ Types::DefaultExportDestination
The default S3 destination bucket for storing evidence finder exports.
-
#default_process_owners ⇒ Array<Types::Role>
A list of the default audit owners.
-
#deregistration_policy ⇒ Types::DeregistrationPolicy
The deregistration policy for your Audit Manager data.
-
#evidence_finder_enabled ⇒ Boolean
Specifies whether the evidence finder feature is enabled.
-
#kms_key ⇒ String
The KMS key details.
-
#sns_topic ⇒ String
The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.
Instance Attribute Details
#default_assessment_reports_destination ⇒ Types::AssessmentReportsDestination
The default S3 destination bucket for storing assessment reports.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |
#default_export_destination ⇒ Types::DefaultExportDestination
The default S3 destination bucket for storing evidence finder exports.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |
#default_process_owners ⇒ Array<Types::Role>
A list of the default audit owners.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |
#deregistration_policy ⇒ Types::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.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |
#evidence_finder_enabled ⇒ Boolean
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.
[1]: docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html [2]: docs.aws.amazon.com/audit-manager/latest/APIReference/API_RegisterAccount.html
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |
#kms_key ⇒ String
The KMS key details.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |
#sns_topic ⇒ String
The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4876 class UpdateSettingsRequest < Struct.new( :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enabled, :deregistration_policy, :default_export_destination) SENSITIVE = [:default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |