PipeTargetParametersCloudwatchLogsParametersArgs

data class PipeTargetParametersCloudwatchLogsParametersArgs(val logStreamName: Output<String>? = null, val timestamp: Output<String>? = null) : ConvertibleToJava<PipeTargetParametersCloudwatchLogsParametersArgs>

Constructors

constructor(logStreamName: Output<String>? = null, timestamp: Output<String>? = null)

Properties

Link copied to clipboard
val logStreamName: Output<String>? = null

The name of the log stream.

Link copied to clipboard
val timestamp: Output<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

Functions

Link copied to clipboard
open override fun toJava(): PipeTargetParametersCloudwatchLogsParametersArgs