DescribeLogStreamsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

Link copied to clipboard
val limit: Int?

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

Link copied to clipboard

Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN.

Link copied to clipboard

The name of the log group.

Link copied to clipboard

The prefix to match.

Link copied to clipboard

The token for the next set of items to return. (You received this token from a previous call.)

Link copied to clipboard

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String