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

Description

 
Synopsis

Documentation

data ControlMetadata Source #

The metadata associated with the specified standard or custom control.

See: newControlMetadata smart constructor.

Constructors

ControlMetadata' 

Fields

Instances

Instances details
Eq ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Read ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Show ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Generic ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Associated Types

type Rep ControlMetadata :: Type -> Type #

NFData ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Methods

rnf :: ControlMetadata -> () #

Hashable ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

FromJSON ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

type Rep ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

type Rep ControlMetadata = D1 ('MetaData "ControlMetadata" "Amazonka.AuditManager.Types.ControlMetadata" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ControlMetadata'" 'PrefixI 'True) ((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 "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newControlMetadata :: ControlMetadata Source #

Create a value of ControlMetadata 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:lastUpdatedAt:ControlMetadata', controlMetadata_lastUpdatedAt - Specifies when the control was most recently updated.

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

$sel:createdAt:ControlMetadata', controlMetadata_createdAt - Specifies when the control was created.

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

$sel:name:ControlMetadata', controlMetadata_name - The name of the specified control.

$sel:id:ControlMetadata', controlMetadata_id - The unique identifier for the specified control.

controlMetadata_lastUpdatedAt :: Lens' ControlMetadata (Maybe UTCTime) Source #

Specifies when the control was most recently updated.

controlMetadata_arn :: Lens' ControlMetadata (Maybe Text) Source #

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

controlMetadata_createdAt :: Lens' ControlMetadata (Maybe UTCTime) Source #

Specifies when the control was created.

controlMetadata_controlSources :: Lens' ControlMetadata (Maybe Text) Source #

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

controlMetadata_name :: Lens' ControlMetadata (Maybe Text) Source #

The name of the specified control.

controlMetadata_id :: Lens' ControlMetadata (Maybe Text) Source #

The unique identifier for the specified control.