| 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.SecurityLake.Types.LogsStatus
Description
Synopsis
Documentation
data LogsStatus Source #
Retrieves the Logs status for the Amazon Security Lake account.
See: newLogsStatus smart constructor.
Constructors
| LogsStatus' | |
Fields
| |
Instances
Arguments
| :: SourceStatus | |
| -> Text | |
| -> LogsStatus |
Create a value of LogsStatus 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:healthStatus:LogsStatus', logsStatus_healthStatus - The health status of services, including error codes and patterns.
$sel:pathToLogs:LogsStatus', logsStatus_pathToLogs - Defines path the stored logs are available which has information on your
systems, applications, and services.
logsStatus_healthStatus :: Lens' LogsStatus SourceStatus Source #
The health status of services, including error codes and patterns.
logsStatus_pathToLogs :: Lens' LogsStatus Text Source #
Defines path the stored logs are available which has information on your systems, applications, and services.