kinesis Source Configuration
suspend fun kinesisSourceConfiguration(value: Output<FirehoseDeliveryStreamKinesisSourceConfigurationArgs>)
suspend fun kinesisSourceConfiguration(value: FirehoseDeliveryStreamKinesisSourceConfigurationArgs?)
Parameters
value
Allows the ability to specify the kinesis stream that is used as the source of the firehose delivery stream.
suspend fun kinesisSourceConfiguration(argument: suspend FirehoseDeliveryStreamKinesisSourceConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Allows the ability to specify the kinesis stream that is used as the source of the firehose delivery stream.