| 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 |
Amazonka.AuditManager.Types.ControlMappingSource
Description
Synopsis
- data ControlMappingSource = ControlMappingSource' {}
- newControlMappingSource :: ControlMappingSource
- controlMappingSource_sourceName :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceType :: Lens' ControlMappingSource (Maybe SourceType)
- controlMappingSource_troubleshootingText :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceId :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceDescription :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceFrequency :: Lens' ControlMappingSource (Maybe SourceFrequency)
- controlMappingSource_sourceKeyword :: Lens' ControlMappingSource (Maybe SourceKeyword)
- controlMappingSource_sourceSetUpOption :: Lens' ControlMappingSource (Maybe SourceSetUpOption)
Documentation
data ControlMappingSource Source #
The data source that determines from where Audit Manager collects evidence for the control.
See: newControlMappingSource smart constructor.
Constructors
| ControlMappingSource' | |
Fields
| |
Instances
newControlMappingSource :: ControlMappingSource Source #
Create a value of ControlMappingSource 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:sourceName:ControlMappingSource', controlMappingSource_sourceName - The name of the specified source.
$sel:sourceType:ControlMappingSource', controlMappingSource_sourceType - Specifies one of the five types of data sources for evidence collection.
$sel:troubleshootingText:ControlMappingSource', controlMappingSource_troubleshootingText - The instructions for troubleshooting the specified control.
$sel:sourceId:ControlMappingSource', controlMappingSource_sourceId - The unique identifier for the specified source.
$sel:sourceDescription:ControlMappingSource', controlMappingSource_sourceDescription - The description of the specified source.
$sel:sourceFrequency:ControlMappingSource', controlMappingSource_sourceFrequency - The frequency of evidence collection for the specified control mapping
source.
$sel:sourceKeyword:ControlMappingSource', controlMappingSource_sourceKeyword - Undocumented member.
$sel:sourceSetUpOption:ControlMappingSource', controlMappingSource_sourceSetUpOption - The setup option for the data source, which reflects if the evidence
collection is automated or manual.
controlMappingSource_sourceName :: Lens' ControlMappingSource (Maybe Text) Source #
The name of the specified source.
controlMappingSource_sourceType :: Lens' ControlMappingSource (Maybe SourceType) Source #
Specifies one of the five types of data sources for evidence collection.
controlMappingSource_troubleshootingText :: Lens' ControlMappingSource (Maybe Text) Source #
The instructions for troubleshooting the specified control.
controlMappingSource_sourceId :: Lens' ControlMappingSource (Maybe Text) Source #
The unique identifier for the specified source.
controlMappingSource_sourceDescription :: Lens' ControlMappingSource (Maybe Text) Source #
The description of the specified source.
controlMappingSource_sourceFrequency :: Lens' ControlMappingSource (Maybe SourceFrequency) Source #
The frequency of evidence collection for the specified control mapping source.
controlMappingSource_sourceKeyword :: Lens' ControlMappingSource (Maybe SourceKeyword) Source #
Undocumented member.
controlMappingSource_sourceSetUpOption :: Lens' ControlMappingSource (Maybe SourceSetUpOption) Source #
The setup option for the data source, which reflects if the evidence collection is automated or manual.