DeliveryStreamMskSourceConfiguration

data class DeliveryStreamMskSourceConfiguration(val authenticationConfiguration: DeliveryStreamAuthenticationConfiguration, val mskClusterArn: String, val topicName: String)

Constructors

Link copied to clipboard
constructor(authenticationConfiguration: DeliveryStreamAuthenticationConfiguration, mskClusterArn: String, topicName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication configuration of the Amazon MSK cluster.

Link copied to clipboard

The ARN of the Amazon MSK cluster.

Link copied to clipboard

The topic name within the Amazon MSK cluster.