Used to provide information about an existing Kinesis stream to the [[GuKinesisLambda]] pattern.

Specify an externalKinesisStreamName to link the lambda to a Kinesis stream owned by a different stack (or created outside of version control).

interface ExistingKinesisStream {
    externalKinesisStreamName: string;
}

Properties

externalKinesisStreamName: string

Generated using TypeDoc