LogStream

class LogStream

Represents a log stream, which is a sequence of log events from a single emitter of logs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the log stream.

Link copied to clipboard

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but in rare situations might take longer.

Link copied to clipboard

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC The lastIngestionTime value updates on an eventual consistency basis. It typically updates in less than an hour after ingestion, but in rare situations might take longer.

Link copied to clipboard

The name of the log stream.

Link copied to clipboard

The number of bytes stored.

Link copied to clipboard

The sequence token.

Functions

Link copied to clipboard
inline fun copy(block: LogStream.Builder.() -> Unit = {}): LogStream
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String