Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Settings = Settings' {}
- newSettings :: Settings
- settings_kmsKey :: Lens' Settings (Maybe Text)
- settings_defaultAssessmentReportsDestination :: Lens' Settings (Maybe AssessmentReportsDestination)
- settings_snsTopic :: Lens' Settings (Maybe Text)
- settings_defaultProcessOwners :: Lens' Settings (Maybe [Role])
- settings_isAwsOrgEnabled :: Lens' Settings (Maybe Bool)
Documentation
The settings object that holds all supported Audit Manager settings.
See: newSettings
smart constructor.
Settings' | |
|
Instances
newSettings :: Settings Source #
Create a value of Settings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:kmsKey:Settings'
, settings_kmsKey
- The KMS key details.
$sel:defaultAssessmentReportsDestination:Settings'
, settings_defaultAssessmentReportsDestination
- The default storage destination for assessment reports.
$sel:snsTopic:Settings'
, settings_snsTopic
- The designated Amazon Simple Notification Service (Amazon SNS) topic.
$sel:defaultProcessOwners:Settings'
, settings_defaultProcessOwners
- The designated default audit owners.
$sel:isAwsOrgEnabled:Settings'
, settings_isAwsOrgEnabled
- Specifies whether Organizations is enabled.
settings_defaultAssessmentReportsDestination :: Lens' Settings (Maybe AssessmentReportsDestination) Source #
The default storage destination for assessment reports.
settings_snsTopic :: Lens' Settings (Maybe Text) Source #
The designated Amazon Simple Notification Service (Amazon SNS) topic.