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

Use this parameter to limit the results to only those log groups in the specified log group class. If you omit this parameter, log groups of all classes can be returned.

Link copied to clipboard

Use this array to filter the list of log groups returned. If you specify this parameter, the only other filter that you can choose to specify is includeLinkedAccounts.

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 DataLogs, log groups named DataLogs, aws/DataLogs, and GroupDataLogs would match, but datalogs, Data/log/s and Groupdata 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