libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AuditManager.Types.ControlMappingSource

Description

 
Synopsis

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

Instances details
Eq ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Read ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Show ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Generic ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Associated Types

type Rep ControlMappingSource :: Type -> Type #

NFData ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Methods

rnf :: ControlMappingSource -> () #

Hashable ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

ToJSON ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

FromJSON ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

type Rep ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

type Rep ControlMappingSource = D1 ('MetaData "ControlMappingSource" "Amazonka.AuditManager.Types.ControlMappingSource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ControlMappingSource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType))) :*: (S1 ('MetaSel ('Just "troubleshootingText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sourceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceFrequency))) :*: (S1 ('MetaSel ('Just "sourceKeyword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceKeyword)) :*: S1 ('MetaSel ('Just "sourceSetUpOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceSetUpOption))))))

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_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_sourceFrequency :: Lens' ControlMappingSource (Maybe SourceFrequency) Source #

The frequency of evidence collection for the specified control mapping source.

controlMappingSource_sourceSetUpOption :: Lens' ControlMappingSource (Maybe SourceSetUpOption) Source #

The setup option for the data source, which reflects if the evidence collection is automated or manual.