Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ControlMetadata = ControlMetadata' {}
- newControlMetadata :: ControlMetadata
- controlMetadata_lastUpdatedAt :: Lens' ControlMetadata (Maybe UTCTime)
- controlMetadata_arn :: Lens' ControlMetadata (Maybe Text)
- controlMetadata_createdAt :: Lens' ControlMetadata (Maybe UTCTime)
- controlMetadata_controlSources :: Lens' ControlMetadata (Maybe Text)
- controlMetadata_name :: Lens' ControlMetadata (Maybe Text)
- controlMetadata_id :: Lens' ControlMetadata (Maybe Text)
Documentation
data ControlMetadata Source #
The metadata associated with the specified standard or custom control.
See: newControlMetadata
smart constructor.
ControlMetadata' | |
|
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: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.