Skip to content

Commit

Permalink
Add docstring to KinesisStreamInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hannigan committed Oct 19, 2024
1 parent 8551929 commit 8addf83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-dynamodb/lib/table-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export interface TableOptionsV2 {
/**
* Kinesis Data Stream to capture item level changes.
* can supply either a Stream or a KinesisStreamInput
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-kinesisstreamspecification.html
* @default - no Kinesis Data Stream
*/
readonly kinesisStream?: IStream | KinesisStreamInput;
Expand Down

0 comments on commit 8addf83

Please sign in to comment.