PipeTargetCloudWatchLogsParameters

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

Constructors

Link copied to clipboard
fun PipeTargetCloudWatchLogsParameters(logStreamName: String? = null, timestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logStreamName: String? = null
Link copied to clipboard
val timestamp: String? = null