| 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.ControlMetadata
Description
Synopsis
- data ControlMetadata = ControlMetadata' {}
- newControlMetadata :: ControlMetadata
- controlMetadata_arn :: Lens' ControlMetadata (Maybe Text)
- controlMetadata_controlSources :: Lens' ControlMetadata (Maybe Text)
- controlMetadata_createdAt :: Lens' ControlMetadata (Maybe UTCTime)
- controlMetadata_id :: Lens' ControlMetadata (Maybe Text)
- controlMetadata_lastUpdatedAt :: Lens' ControlMetadata (Maybe UTCTime)
- controlMetadata_name :: Lens' ControlMetadata (Maybe Text)
Documentation
data ControlMetadata Source #
The metadata that's associated with the standard control or custom control.
See: newControlMetadata smart constructor.
Constructors
| ControlMetadata' | |
Fields
| |
Instances
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:arn:ControlMetadata', controlMetadata_arn - The Amazon Resource Name (ARN) of the control.
$sel:controlSources:ControlMetadata', controlMetadata_controlSources - The data source that determines where Audit Manager collects evidence
from for the control.
$sel:createdAt:ControlMetadata', controlMetadata_createdAt - The time when the control was created.
$sel:id:ControlMetadata', controlMetadata_id - The unique identifier for the control.
$sel:lastUpdatedAt:ControlMetadata', controlMetadata_lastUpdatedAt - The time when the control was most recently updated.
$sel:name:ControlMetadata', controlMetadata_name - The name of the control.
controlMetadata_arn :: Lens' ControlMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the control.
controlMetadata_controlSources :: Lens' ControlMetadata (Maybe Text) Source #
The data source that determines where Audit Manager collects evidence from for the control.
controlMetadata_createdAt :: Lens' ControlMetadata (Maybe UTCTime) Source #
The time when the control was created.
controlMetadata_id :: Lens' ControlMetadata (Maybe Text) Source #
The unique identifier for the control.
controlMetadata_lastUpdatedAt :: Lens' ControlMetadata (Maybe UTCTime) Source #
The time when the control was most recently updated.
controlMetadata_name :: Lens' ControlMetadata (Maybe Text) Source #
The name of the control.