DescribeLogGroupsRequest

Types

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

Properties

Link copied to clipboard

When includeLinkedAccounts is set to True, use this parameter to specify the list of accounts to search. You can specify as many as 20 account IDs in the array.

Link copied to clipboard

If you are using a monitoring account, set this to True to have the operation return log groups in the accounts listed in accountIdentifiers.

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

Specifies the log group class for this log group. There are two classes:

Link copied to clipboard

If you specify a string for this parameter, the operation returns only log groups that have names that match the string based on a case-sensitive substring search. For example, if you specify Foo, log groups named FooBar, aws/Foo, and GroupFoo would match, but foo, F/o/o and Froo would not match.

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.)

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