DeliveryStreamMskSourceConfigurationArgs

data class DeliveryStreamMskSourceConfigurationArgs(val authenticationConfiguration: Output<DeliveryStreamAuthenticationConfigurationArgs>, val mskClusterArn: Output<String>, val topicName: Output<String>) : ConvertibleToJava<DeliveryStreamMskSourceConfigurationArgs>

Constructors

Link copied to clipboard
constructor(authenticationConfiguration: Output<DeliveryStreamAuthenticationConfigurationArgs>, mskClusterArn: Output<String>, topicName: Output<String>)

Properties

Link copied to clipboard

The authentication configuration of the Amazon MSK cluster.

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.

Functions

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