Firehose Delivery Stream Msk Source Configuration
data class FirehoseDeliveryStreamMskSourceConfiguration(val authenticationConfiguration: FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration, val mskClusterArn: String, val readFromTimestamp: String? = null, val topicName: String)
Constructors
Link copied to clipboard
constructor(authenticationConfiguration: FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration, mskClusterArn: String, readFromTimestamp: String? = null, topicName: String)
Properties
Link copied to clipboard
val authenticationConfiguration: FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster. See authentication_configuration
block below for details.
Link copied to clipboard
The ARN of the Amazon MSK cluster.
Link copied to clipboard
The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active. If you want to create a Firehose stream with Earliest start position set the read_from_timestamp
parameter to Epoch (1970-01-01T00:00:00Z).