class Aws::AuditManager::Types::UpdateSettingsRequest
@note When making an API call, you may pass UpdateSettingsRequest
data as a hash: { sns_topic: "SnsArn", default_assessment_reports_destination: { destination_type: "S3", # accepts S3 destination: "S3Url", }, default_process_owners: [ { role_type: "PROCESS_OWNER", # accepts PROCESS_OWNER, RESOURCE_OWNER role_arn: "IamArn", }, ], kms_key: "KmsKey", }
@!attribute [rw] sns_topic
The Amazon Simple Notification Service (Amazon SNS) topic to which Audit Manager sends notifications. @return [String]
@!attribute [rw] default_assessment_reports_destination
The default storage destination for assessment reports. @return [Types::AssessmentReportsDestination]
@!attribute [rw] default_process_owners
A list of the default audit owners. @return [Array<Types::Role>]
@!attribute [rw] kms_key
The KMS key details. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateSettingsRequest AWS API Documentation
Constants
- SENSITIVE