Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ContainerServiceLogEvent Source #
Describes the log events of a container of an Amazon Lightsail container service.
See: newContainerServiceLogEvent
smart constructor.
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.