Constructors

Link copied to clipboard
constructor(logGroupName: LogGroupName, unmask: Boolean = false, logStreamNames: List<LogStreamName>? = null, logStreamNamePrefix: String? = null, nextToken: NextToken? = null, startTime: TimestampMillis? = null, endTime: TimestampMillis? = null, filterPattern: String? = null, limit: Int? = null)
constructor(logGroupIdentifier: ARN, unmask: Boolean = false, logStreamNames: List<LogStreamName>? = null, logStreamNamePrefix: String? = null, nextToken: NextToken? = null, startTime: TimestampMillis? = null, endTime: TimestampMillis? = null, filterPattern: String? = null, limit: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val filterPattern: String? = null
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val logGroupIdentifier: ARN? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nextToken: NextToken? = null
Link copied to clipboard
Link copied to clipboard
val unmask: Boolean = false

Functions

Link copied to clipboard
open override fun next(token: NextToken): FilterLogEvents
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<FilteredLogEvents, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri