| 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.Inspector2.Types.ResourceStatus
Description
Documentation
data ResourceStatus Source #
Details the status of Amazon Inspector for each resource type Amazon Inspector scans.
See: newResourceStatus smart constructor.
Constructors
| ResourceStatus' | |
Instances
Create a value of ResourceStatus 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:lambda:ResourceStatus', resourceStatus_lambda - The status of Amazon Inspector scanning for AWS Lambda function
resources.
$sel:ec2:ResourceStatus', resourceStatus_ec2 - The status of Amazon Inspector scanning for Amazon EC2 resources.
$sel:ecr:ResourceStatus', resourceStatus_ecr - The status of Amazon Inspector scanning for Amazon ECR resources.
resourceStatus_lambda :: Lens' ResourceStatus (Maybe Status) Source #
The status of Amazon Inspector scanning for AWS Lambda function resources.
resourceStatus_ec2 :: Lens' ResourceStatus Status Source #
The status of Amazon Inspector scanning for Amazon EC2 resources.
resourceStatus_ecr :: Lens' ResourceStatus Status Source #
The status of Amazon Inspector scanning for Amazon ECR resources.