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.CreateControlMappingSource

Description

 
Synopsis

Documentation

data CreateControlMappingSource Source #

Control mapping fields that represent the source for evidence collection, along with related parameters and metadata. This does not contain mappingID.

See: newCreateControlMappingSource smart constructor.

Constructors

CreateControlMappingSource' 

Fields

Instances

Instances details
Eq CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Read CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Show CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Generic CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Associated Types

type Rep CreateControlMappingSource :: Type -> Type #

NFData CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Hashable CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

ToJSON CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

type Rep CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

type Rep CreateControlMappingSource = D1 ('MetaData "CreateControlMappingSource" "Amazonka.AuditManager.Types.CreateControlMappingSource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateControlMappingSource'" '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 "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))))))

newCreateControlMappingSource :: CreateControlMappingSource Source #

Create a value of CreateControlMappingSource 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:CreateControlMappingSource', createControlMappingSource_sourceName - The name of the control mapping data source.

$sel:sourceType:CreateControlMappingSource', createControlMappingSource_sourceType - Specifies one of the five types of data sources for evidence collection.

$sel:troubleshootingText:CreateControlMappingSource', createControlMappingSource_troubleshootingText - The instructions for troubleshooting the specified control.

$sel:sourceDescription:CreateControlMappingSource', createControlMappingSource_sourceDescription - The description of the data source that determines from where Audit Manager collects evidence for the control.

$sel:sourceFrequency:CreateControlMappingSource', createControlMappingSource_sourceFrequency - The frequency of evidence collection for the specified control mapping source.

$sel:sourceKeyword:CreateControlMappingSource', createControlMappingSource_sourceKeyword - Undocumented member.

$sel:sourceSetUpOption:CreateControlMappingSource', createControlMappingSource_sourceSetUpOption - The setup option for the data source, which reflects if the evidence collection is automated or manual.

createControlMappingSource_sourceType :: Lens' CreateControlMappingSource (Maybe SourceType) Source #

Specifies one of the five types of data sources for evidence collection.

createControlMappingSource_troubleshootingText :: Lens' CreateControlMappingSource (Maybe Text) Source #

The instructions for troubleshooting the specified control.

createControlMappingSource_sourceDescription :: Lens' CreateControlMappingSource (Maybe Text) Source #

The description of the data source that determines from where Audit Manager collects evidence for the control.

createControlMappingSource_sourceFrequency :: Lens' CreateControlMappingSource (Maybe SourceFrequency) Source #

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

createControlMappingSource_sourceSetUpOption :: Lens' CreateControlMappingSource (Maybe SourceSetUpOption) Source #

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