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 Assessment = Assessment' {}
- newAssessment :: Assessment
- assessment_framework :: Lens' Assessment (Maybe AssessmentFramework)
- assessment_arn :: Lens' Assessment (Maybe Text)
- assessment_awsAccount :: Lens' Assessment (Maybe AWSAccount)
- assessment_metadata :: Lens' Assessment (Maybe AssessmentMetadata)
- assessment_tags :: Lens' Assessment (Maybe (HashMap Text Text))
Documentation
data Assessment Source #
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
See: newAssessment
smart constructor.
Assessment' | |
|
Instances
newAssessment :: Assessment Source #
Create a value of Assessment
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:framework:Assessment'
, assessment_framework
- The framework from which the assessment was created.
$sel:arn:Assessment'
, assessment_arn
- The Amazon Resource Name (ARN) of the assessment.
$sel:awsAccount:Assessment'
, assessment_awsAccount
- The Amazon Web Services account associated with the assessment.
$sel:metadata:Assessment'
, assessment_metadata
- The metadata for the specified assessment.
$sel:tags:Assessment'
, assessment_tags
- The tags associated with the assessment.
assessment_framework :: Lens' Assessment (Maybe AssessmentFramework) Source #
The framework from which the assessment was created.
assessment_arn :: Lens' Assessment (Maybe Text) Source #
The Amazon Resource Name (ARN) of the assessment.
assessment_awsAccount :: Lens' Assessment (Maybe AWSAccount) Source #
The Amazon Web Services account associated with the assessment.
assessment_metadata :: Lens' Assessment (Maybe AssessmentMetadata) Source #
The metadata for the specified assessment.
assessment_tags :: Lens' Assessment (Maybe (HashMap Text Text)) Source #
The tags associated with the assessment.