| 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.Inspector.Types.AgentPreview
Description
Synopsis
- data AgentPreview = AgentPreview' {}
- newAgentPreview :: Text -> AgentPreview
- agentPreview_agentHealth :: Lens' AgentPreview (Maybe AgentHealth)
- agentPreview_agentVersion :: Lens' AgentPreview (Maybe Text)
- agentPreview_autoScalingGroup :: Lens' AgentPreview (Maybe Text)
- agentPreview_hostname :: Lens' AgentPreview (Maybe Text)
- agentPreview_ipv4Address :: Lens' AgentPreview (Maybe Text)
- agentPreview_kernelVersion :: Lens' AgentPreview (Maybe Text)
- agentPreview_operatingSystem :: Lens' AgentPreview (Maybe Text)
- agentPreview_agentId :: Lens' AgentPreview Text
Documentation
data AgentPreview Source #
Used as a response element in the PreviewAgents action.
See: newAgentPreview smart constructor.
Constructors
| AgentPreview' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> AgentPreview |
Create a value of AgentPreview 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:agentHealth:AgentPreview', agentPreview_agentHealth - The health status of the Amazon Inspector Agent.
$sel:agentVersion:AgentPreview', agentPreview_agentVersion - The version of the Amazon Inspector Agent.
$sel:autoScalingGroup:AgentPreview', agentPreview_autoScalingGroup - The Auto Scaling group for the EC2 instance where the agent is
installed.
$sel:hostname:AgentPreview', agentPreview_hostname - The hostname of the EC2 instance on which the Amazon Inspector Agent is
installed.
$sel:ipv4Address:AgentPreview', agentPreview_ipv4Address - The IP address of the EC2 instance on which the Amazon Inspector Agent
is installed.
$sel:kernelVersion:AgentPreview', agentPreview_kernelVersion - The kernel version of the operating system running on the EC2 instance
on which the Amazon Inspector Agent is installed.
$sel:operatingSystem:AgentPreview', agentPreview_operatingSystem - The operating system running on the EC2 instance on which the Amazon
Inspector Agent is installed.
$sel:agentId:AgentPreview', agentPreview_agentId - The ID of the EC2 instance where the agent is installed.
agentPreview_agentHealth :: Lens' AgentPreview (Maybe AgentHealth) Source #
The health status of the Amazon Inspector Agent.
agentPreview_agentVersion :: Lens' AgentPreview (Maybe Text) Source #
The version of the Amazon Inspector Agent.
agentPreview_autoScalingGroup :: Lens' AgentPreview (Maybe Text) Source #
The Auto Scaling group for the EC2 instance where the agent is installed.
agentPreview_hostname :: Lens' AgentPreview (Maybe Text) Source #
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
agentPreview_ipv4Address :: Lens' AgentPreview (Maybe Text) Source #
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
agentPreview_kernelVersion :: Lens' AgentPreview (Maybe Text) Source #
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
agentPreview_operatingSystem :: Lens' AgentPreview (Maybe Text) Source #
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
agentPreview_agentId :: Lens' AgentPreview Text Source #
The ID of the EC2 instance where the agent is installed.