GetConsumerGroupsPlainArgs

data class GetConsumerGroupsPlainArgs(val consumerIdRegex: String? = null, val ids: List<String>? = null, val instanceId: String, val outputFile: String? = null) : ConvertibleToJava<GetConsumerGroupsPlainArgs>

A collection of arguments for invoking getConsumerGroups.

Constructors

Link copied to clipboard
constructor(consumerIdRegex: String? = null, ids: List<String>? = null, instanceId: String, outputFile: String? = null)

Properties

Link copied to clipboard
val consumerIdRegex: String? = null

A regex string to filter results by the consumer group id.

Link copied to clipboard
val ids: List<String>? = null

A list of ALIKAFKA Consumer Groups IDs, It is formatted to <instance_id>:<consumer_id>.

Link copied to clipboard

ID of the ALIKAFKA Instance that owns the consumer groups.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Functions

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