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

Description

 
Synopsis

Documentation

data Control Source #

A control in Audit Manager.

See: newControl smart constructor.

Constructors

Control' 

Fields

Instances

Instances details
Eq Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

(==) :: Control -> Control -> Bool #

(/=) :: Control -> Control -> Bool #

Read Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Show Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Generic Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Associated Types

type Rep Control :: Type -> Type #

Methods

from :: Control -> Rep Control x #

to :: Rep Control x -> Control #

NFData Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

rnf :: Control -> () #

Hashable Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

hashWithSalt :: Int -> Control -> Int #

hash :: Control -> Int #

FromJSON Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

type Rep Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

type Rep Control = D1 ('MetaData "Control" "Amazonka.AuditManager.Types.Control" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Control'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "controlMappingSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ControlMappingSource))) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "actionPlanInstructions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionPlanTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlType))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

newControl :: Control Source #

Create a value of Control 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:lastUpdatedBy:Control', control_lastUpdatedBy - The IAM user or role that most recently updated the control.

$sel:testingInformation:Control', control_testingInformation - The steps to follow to determine if the control has been satisfied.

$sel:lastUpdatedAt:Control', control_lastUpdatedAt - Specifies when the control was most recently updated.

$sel:arn:Control', control_arn - The Amazon Resource Name (ARN) of the specified control.

$sel:createdAt:Control', control_createdAt - Specifies when the control was created.

$sel:controlMappingSources:Control', control_controlMappingSources - The data mapping sources for the specified control.

$sel:createdBy:Control', control_createdBy - The IAM user or role that created the control.

$sel:actionPlanInstructions:Control', control_actionPlanInstructions - The recommended actions to carry out if the control is not fulfilled.

$sel:controlSources:Control', control_controlSources - The data source that determines from where Audit Manager collects evidence for the control.

$sel:name:Control', control_name - The name of the specified control.

$sel:actionPlanTitle:Control', control_actionPlanTitle - The title of the action plan for remediating the control.

$sel:id:Control', control_id - The unique identifier for the control.

$sel:type':Control', control_type - The type of control, such as custom or standard.

$sel:description:Control', control_description - The description of the specified control.

$sel:tags:Control', control_tags - The tags associated with the control.

control_lastUpdatedBy :: Lens' Control (Maybe Text) Source #

The IAM user or role that most recently updated the control.

control_testingInformation :: Lens' Control (Maybe Text) Source #

The steps to follow to determine if the control has been satisfied.

control_lastUpdatedAt :: Lens' Control (Maybe UTCTime) Source #

Specifies when the control was most recently updated.

control_arn :: Lens' Control (Maybe Text) Source #

The Amazon Resource Name (ARN) of the specified control.

control_createdAt :: Lens' Control (Maybe UTCTime) Source #

Specifies when the control was created.

control_controlMappingSources :: Lens' Control (Maybe (NonEmpty ControlMappingSource)) Source #

The data mapping sources for the specified control.

control_createdBy :: Lens' Control (Maybe Text) Source #

The IAM user or role that created the control.

control_actionPlanInstructions :: Lens' Control (Maybe Text) Source #

The recommended actions to carry out if the control is not fulfilled.

control_controlSources :: Lens' Control (Maybe Text) Source #

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

control_name :: Lens' Control (Maybe Text) Source #

The name of the specified control.

control_actionPlanTitle :: Lens' Control (Maybe Text) Source #

The title of the action plan for remediating the control.

control_id :: Lens' Control (Maybe Text) Source #

The unique identifier for the control.

control_type :: Lens' Control (Maybe ControlType) Source #

The type of control, such as custom or standard.

control_description :: Lens' Control (Maybe Text) Source #

The description of the specified control.

control_tags :: Lens' Control (Maybe (HashMap Text Text)) Source #

The tags associated with the control.