| 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.ResourceState
Description
Synopsis
Documentation
data ResourceState Source #
Details the state of Amazon Inspector for each resource type Amazon Inspector scans.
See: newResourceState smart constructor.
Constructors
| ResourceState' | |
Instances
Arguments
| :: State | |
| -> State | |
| -> ResourceState |
Create a value of ResourceState 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:ResourceState', resourceState_lambda - Undocumented member.
$sel:ec2:ResourceState', resourceState_ec2 - An object detailing the state of Amazon Inspector scanning for Amazon
EC2 resources.
$sel:ecr:ResourceState', resourceState_ecr - An object detailing the state of Amazon Inspector scanning for Amazon
ECR resources.
resourceState_lambda :: Lens' ResourceState (Maybe State) Source #
Undocumented member.
resourceState_ec2 :: Lens' ResourceState State Source #
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
resourceState_ecr :: Lens' ResourceState State Source #
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.