PipeTargetCloudWatchLogsParametersArgs

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

Constructors

Link copied to clipboard
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

A dynamic path parameter to a field in the payload containing the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The value cannot be a static timestamp as the provided timestamp would be applied to all events delivered by the Pipe, regardless of when they are actually delivered. If no dynamic path parameter is provided, the default value is the time the invocation is processed by the Pipe.

Functions

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