PipeTargetParametersCloudwatchLogsParameters

data class PipeTargetParametersCloudwatchLogsParameters(val logStreamName: String? = null, val timestamp: String? = null)

Constructors

constructor(logStreamName: String? = null, timestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logStreamName: String? = null

The name of the log stream.

Link copied to clipboard
val timestamp: String? = null

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. This is the JSON path to the field in the event e.g. $.detail.timestamp