AwsLogsLogStreamPropertiesResponse

data class AwsLogsLogStreamPropertiesResponse(val logGroupName: String? = null, val logStreamName: String? = null)

Definition of awsLogsLogStream

Constructors

Link copied to clipboard
constructor(logGroupName: String? = null, logStreamName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logGroupName: String? = null

The name of the log group where the log stream is created.

Link copied to clipboard
val logStreamName: String? = null

The name of the log stream. The name must be unique wihtin the log group.