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
Link copied to clipboard
val limit: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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