| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AuditManager.Types.ControlMappingSource
Description
Synopsis
- data ControlMappingSource = ControlMappingSource' {}
- newControlMappingSource :: ControlMappingSource
- controlMappingSource_sourceDescription :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceFrequency :: Lens' ControlMappingSource (Maybe SourceFrequency)
- controlMappingSource_sourceId :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceKeyword :: Lens' ControlMappingSource (Maybe SourceKeyword)
- controlMappingSource_sourceName :: Lens' ControlMappingSource (Maybe Text)
- controlMappingSource_sourceSetUpOption :: Lens' ControlMappingSource (Maybe SourceSetUpOption)
- controlMappingSource_sourceType :: Lens' ControlMappingSource (Maybe SourceType)
- controlMappingSource_troubleshootingText :: Lens' ControlMappingSource (Maybe Text)
Documentation
data ControlMappingSource Source #
The data source that determines where Audit Manager collects evidence from 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:sourceDescription:ControlMappingSource', controlMappingSource_sourceDescription - The description of the source.
$sel:sourceFrequency:ControlMappingSource', controlMappingSource_sourceFrequency - The frequency of evidence collection for the control mapping source.
$sel:sourceId:ControlMappingSource', controlMappingSource_sourceId - The unique identifier for the source.
$sel:sourceKeyword:ControlMappingSource', controlMappingSource_sourceKeyword - Undocumented member.
$sel:sourceName:ControlMappingSource', controlMappingSource_sourceName - The name of the source.
$sel:sourceSetUpOption:ControlMappingSource', controlMappingSource_sourceSetUpOption - The setup option for the data source. This option reflects if the
evidence collection is automated or manual.
$sel:sourceType:ControlMappingSource', controlMappingSource_sourceType - Specifies one of the five data source types for evidence collection.
$sel:troubleshootingText:ControlMappingSource', controlMappingSource_troubleshootingText - The instructions for troubleshooting the control.
controlMappingSource_sourceDescription :: Lens' ControlMappingSource (Maybe Text) Source #
The description of the source.
controlMappingSource_sourceFrequency :: Lens' ControlMappingSource (Maybe SourceFrequency) Source #
The frequency of evidence collection for the control mapping source.
controlMappingSource_sourceId :: Lens' ControlMappingSource (Maybe Text) Source #
The unique identifier for the source.
controlMappingSource_sourceKeyword :: Lens' ControlMappingSource (Maybe SourceKeyword) Source #
Undocumented member.
controlMappingSource_sourceName :: Lens' ControlMappingSource (Maybe Text) Source #
The name of the source.
controlMappingSource_sourceSetUpOption :: Lens' ControlMappingSource (Maybe SourceSetUpOption) Source #
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
controlMappingSource_sourceType :: Lens' ControlMappingSource (Maybe SourceType) Source #
Specifies one of the five data source types for evidence collection.
controlMappingSource_troubleshootingText :: Lens' ControlMappingSource (Maybe Text) Source #
The instructions for troubleshooting the control.