| 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.MigrationHubStrategy.Types.Collector
Description
Synopsis
- data Collector = Collector' {}
- newCollector :: Collector
- collector_collectorHealth :: Lens' Collector (Maybe CollectorHealth)
- collector_collectorId :: Lens' Collector (Maybe Text)
- collector_collectorVersion :: Lens' Collector (Maybe Text)
- collector_configurationSummary :: Lens' Collector (Maybe ConfigurationSummary)
- collector_hostName :: Lens' Collector (Maybe Text)
- collector_ipAddress :: Lens' Collector (Maybe Text)
- collector_lastActivityTimeStamp :: Lens' Collector (Maybe Text)
- collector_registeredTimeStamp :: Lens' Collector (Maybe Text)
Documentation
Process data collector that runs in the environment that you specify.
See: newCollector smart constructor.
Constructors
| Collector' | |
Fields
| |
Instances
newCollector :: Collector Source #
Create a value of Collector 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:collectorHealth:Collector', collector_collectorHealth - Indicates the health of a collector.
$sel:collectorId:Collector', collector_collectorId - The ID of the collector.
$sel:collectorVersion:Collector', collector_collectorVersion - Current version of the collector that is running in the environment that
you specify.
$sel:configurationSummary:Collector', collector_configurationSummary - Summary of the collector configuration.
$sel:hostName:Collector', collector_hostName - Hostname of the server that is hosting the collector.
$sel:ipAddress:Collector', collector_ipAddress - IP address of the server that is hosting the collector.
$sel:lastActivityTimeStamp:Collector', collector_lastActivityTimeStamp - Time when the collector last pinged the service.
$sel:registeredTimeStamp:Collector', collector_registeredTimeStamp - Time when the collector registered with the service.
collector_collectorHealth :: Lens' Collector (Maybe CollectorHealth) Source #
Indicates the health of a collector.
collector_collectorVersion :: Lens' Collector (Maybe Text) Source #
Current version of the collector that is running in the environment that you specify.
collector_configurationSummary :: Lens' Collector (Maybe ConfigurationSummary) Source #
Summary of the collector configuration.
collector_hostName :: Lens' Collector (Maybe Text) Source #
Hostname of the server that is hosting the collector.
collector_ipAddress :: Lens' Collector (Maybe Text) Source #
IP address of the server that is hosting the collector.