KinesisFunctions

Functions

Link copied to clipboard

Use this data source to get information about a Kinesis Firehose Delivery Stream for use in other resources. For more details, see the Amazon Kinesis Firehose Documentation.

Link copied to clipboard

Use this data source to get information about a Kinesis Stream for use in other resources. For more details, see the Amazon Kinesis Documentation.

suspend fun getStream(argument: suspend GetStreamPlainArgsBuilder.() -> Unit): GetStreamResult
suspend fun getStream(name: String, tags: Map<String, String>? = null): GetStreamResult
Link copied to clipboard

Provides details about a Kinesis Stream Consumer. For more details, see the Amazon Kinesis Stream Consumer Documentation.

suspend fun getStreamConsumer(arn: String? = null, name: String? = null, streamArn: String): GetStreamConsumerResult