| 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.AssessmentMetadata
Description
Synopsis
- data AssessmentMetadata = AssessmentMetadata' {
- assessmentReportsDestination :: Maybe AssessmentReportsDestination
- complianceType :: Maybe Text
- creationTime :: Maybe POSIX
- delegations :: Maybe [Delegation]
- description :: Maybe Text
- id :: Maybe Text
- lastUpdated :: Maybe POSIX
- name :: Maybe Text
- roles :: Maybe [Role]
- scope :: Maybe Scope
- status :: Maybe AssessmentStatus
- newAssessmentMetadata :: AssessmentMetadata
- assessmentMetadata_assessmentReportsDestination :: Lens' AssessmentMetadata (Maybe AssessmentReportsDestination)
- assessmentMetadata_complianceType :: Lens' AssessmentMetadata (Maybe Text)
- assessmentMetadata_creationTime :: Lens' AssessmentMetadata (Maybe UTCTime)
- assessmentMetadata_delegations :: Lens' AssessmentMetadata (Maybe [Delegation])
- assessmentMetadata_description :: Lens' AssessmentMetadata (Maybe Text)
- assessmentMetadata_id :: Lens' AssessmentMetadata (Maybe Text)
- assessmentMetadata_lastUpdated :: Lens' AssessmentMetadata (Maybe UTCTime)
- assessmentMetadata_name :: Lens' AssessmentMetadata (Maybe Text)
- assessmentMetadata_roles :: Lens' AssessmentMetadata (Maybe [Role])
- assessmentMetadata_scope :: Lens' AssessmentMetadata (Maybe Scope)
- assessmentMetadata_status :: Lens' AssessmentMetadata (Maybe AssessmentStatus)
Documentation
data AssessmentMetadata Source #
The metadata that's associated with the specified assessment.
See: newAssessmentMetadata smart constructor.
Constructors
| AssessmentMetadata' | |
Fields
| |
Instances
newAssessmentMetadata :: AssessmentMetadata Source #
Create a value of AssessmentMetadata 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:assessmentReportsDestination:AssessmentMetadata', assessmentMetadata_assessmentReportsDestination - The destination that evidence reports are stored in for the assessment.
$sel:complianceType:AssessmentMetadata', assessmentMetadata_complianceType - The name of the compliance standard that's related to the assessment,
such as PCI-DSS.
AssessmentMetadata, assessmentMetadata_creationTime - Specifies when the assessment was created.
$sel:delegations:AssessmentMetadata', assessmentMetadata_delegations - The delegations that are associated with the assessment.
$sel:description:AssessmentMetadata', assessmentMetadata_description - The description of the assessment.
AssessmentMetadata, assessmentMetadata_id - The unique identifier for the assessment.
AssessmentMetadata, assessmentMetadata_lastUpdated - The time of the most recent update.
$sel:name:AssessmentMetadata', assessmentMetadata_name - The name of the assessment.
$sel:roles:AssessmentMetadata', assessmentMetadata_roles - The roles that are associated with the assessment.
$sel:scope:AssessmentMetadata', assessmentMetadata_scope - The wrapper of Amazon Web Services accounts and services that are in
scope for the assessment.
AssessmentMetadata, assessmentMetadata_status - The overall status of the assessment.
assessmentMetadata_assessmentReportsDestination :: Lens' AssessmentMetadata (Maybe AssessmentReportsDestination) Source #
The destination that evidence reports are stored in for the assessment.
assessmentMetadata_complianceType :: Lens' AssessmentMetadata (Maybe Text) Source #
The name of the compliance standard that's related to the assessment, such as PCI-DSS.
assessmentMetadata_creationTime :: Lens' AssessmentMetadata (Maybe UTCTime) Source #
Specifies when the assessment was created.
assessmentMetadata_delegations :: Lens' AssessmentMetadata (Maybe [Delegation]) Source #
The delegations that are associated with the assessment.
assessmentMetadata_description :: Lens' AssessmentMetadata (Maybe Text) Source #
The description of the assessment.
assessmentMetadata_id :: Lens' AssessmentMetadata (Maybe Text) Source #
The unique identifier for the assessment.
assessmentMetadata_lastUpdated :: Lens' AssessmentMetadata (Maybe UTCTime) Source #
The time of the most recent update.
assessmentMetadata_name :: Lens' AssessmentMetadata (Maybe Text) Source #
The name of the assessment.
assessmentMetadata_roles :: Lens' AssessmentMetadata (Maybe [Role]) Source #
The roles that are associated with the assessment.
assessmentMetadata_scope :: Lens' AssessmentMetadata (Maybe Scope) Source #
The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
assessmentMetadata_status :: Lens' AssessmentMetadata (Maybe AssessmentStatus) Source #
The overall status of the assessment.