FirehoseDeliveryStreamMskSourceConfigurationArgs

data class FirehoseDeliveryStreamMskSourceConfigurationArgs(val authenticationConfiguration: Output<FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfigurationArgs>, val mskClusterArn: Output<String>, val topicName: Output<String>) : ConvertibleToJava<FirehoseDeliveryStreamMskSourceConfigurationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The authentication configuration of the Amazon MSK cluster. More details are given below.

Link copied to clipboard
val mskClusterArn: Output<String>

The ARN of the Amazon MSK cluster.

Link copied to clipboard
val topicName: Output<String>

The topic name within the Amazon MSK cluster.