FirehoseDeliveryStreamMskSourceConfigurationArgs

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

Constructors

constructor(authenticationConfiguration: Output<FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfigurationArgs>, mskClusterArn: Output<String>, readFromTimestamp: Output<String>? = null, topicName: Output<String>)

Properties

Link copied to clipboard

The authentication configuration of the Amazon MSK cluster. See authentication_configuration block below for details.

Link copied to clipboard
val mskClusterArn: Output<String>

The ARN of the Amazon MSK cluster.

Link copied to clipboard
val readFromTimestamp: Output<String>? = null

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).

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(): FirehoseDeliveryStreamMskSourceConfigurationArgs