Skip to main content

kinesis-stream

Overview of the kinesis-stream module in the sst/node package.

import { ... } from "sst/node/kinesis-stream"

The kinesis-stream module has the following exports.


Properties

The properties let you access the resources that are bound to the function.


KinesisStream

This module helps with accessing KinesisStream constructs.

import { KinesisStream } from "sst/node/kinesis-stream";

streamName

Type : string

The name of the Kinesis Stream.

console.log(KinesisStream.myStream.streamName);