| 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.Lightsail.Types.ContainerServiceLogEvent
Description
Documentation
data ContainerServiceLogEvent Source #
Describes the log events of a container of an Amazon Lightsail container service.
See: newContainerServiceLogEvent smart constructor.
Constructors
| ContainerServiceLogEvent' | |
Instances
newContainerServiceLogEvent :: ContainerServiceLogEvent Source #
Create a value of ContainerServiceLogEvent 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:createdAt:ContainerServiceLogEvent', containerServiceLogEvent_createdAt - The timestamp when the container service log event was created.
$sel:message:ContainerServiceLogEvent', containerServiceLogEvent_message - The message of the container service log event.
containerServiceLogEvent_createdAt :: Lens' ContainerServiceLogEvent (Maybe UTCTime) Source #
The timestamp when the container service log event was created.
containerServiceLogEvent_message :: Lens' ContainerServiceLogEvent (Maybe Text) Source #
The message of the container service log event.