GetStreamConsumerPlainArgs

data class GetStreamConsumerPlainArgs(val arn: String? = null, val name: String? = null, val streamArn: String) : ConvertibleToJava<GetStreamConsumerPlainArgs>

A collection of arguments for invoking getStreamConsumer.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null, streamArn: String)

Properties

Link copied to clipboard
val arn: String? = null

ARN of the stream consumer.

Link copied to clipboard
val name: String? = null

Name of the stream consumer.

Link copied to clipboard

ARN of the data stream the consumer is registered with.

Functions

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