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 AssessmentTarget = AssessmentTarget' {}
- newAssessmentTarget :: Text -> Text -> UTCTime -> UTCTime -> AssessmentTarget
- assessmentTarget_resourceGroupArn :: Lens' AssessmentTarget (Maybe Text)
- assessmentTarget_arn :: Lens' AssessmentTarget Text
- assessmentTarget_name :: Lens' AssessmentTarget Text
- assessmentTarget_createdAt :: Lens' AssessmentTarget UTCTime
- assessmentTarget_updatedAt :: Lens' AssessmentTarget UTCTime
Documentation
data AssessmentTarget Source #
Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.
See: newAssessmentTarget
smart constructor.
AssessmentTarget' | |
|
Instances
:: Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> AssessmentTarget |
Create a value of AssessmentTarget
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:resourceGroupArn:AssessmentTarget'
, assessmentTarget_resourceGroupArn
- The ARN that specifies the resource group that is associated with the
assessment target.
$sel:arn:AssessmentTarget'
, assessmentTarget_arn
- The ARN that specifies the Amazon Inspector assessment target.
$sel:name:AssessmentTarget'
, assessmentTarget_name
- The name of the Amazon Inspector assessment target.
$sel:createdAt:AssessmentTarget'
, assessmentTarget_createdAt
- The time at which the assessment target is created.
$sel:updatedAt:AssessmentTarget'
, assessmentTarget_updatedAt
- The time at which UpdateAssessmentTarget is called.
assessmentTarget_resourceGroupArn :: Lens' AssessmentTarget (Maybe Text) Source #
The ARN that specifies the resource group that is associated with the assessment target.
assessmentTarget_arn :: Lens' AssessmentTarget Text Source #
The ARN that specifies the Amazon Inspector assessment target.
assessmentTarget_name :: Lens' AssessmentTarget Text Source #
The name of the Amazon Inspector assessment target.
assessmentTarget_createdAt :: Lens' AssessmentTarget UTCTime Source #
The time at which the assessment target is created.
assessmentTarget_updatedAt :: Lens' AssessmentTarget UTCTime Source #
The time at which UpdateAssessmentTarget is called.