GetLogGroupsPlainArgs

data class GetLogGroupsPlainArgs(val logGroupNamePrefix: String? = null) : ConvertibleToJava<GetLogGroupsPlainArgs>

A collection of arguments for invoking getLogGroups.

Constructors

Link copied to clipboard
constructor(logGroupNamePrefix: String? = null)

Properties

Link copied to clipboard

Group prefix of the Cloudwatch log groups to list

Functions

Link copied to clipboard
open override fun toJava(): GetLogGroupsPlainArgs