Skip to content

Commit

Permalink
Document default value
Browse files Browse the repository at this point in the history
  • Loading branch information
bracki committed Jan 18, 2021
1 parent 5812f92 commit e7c1eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/lib/event-source-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface EventSourceMappingOptions {
* The Amazon Resource Name (ARN) of the event source. Any record added to
* this stream can invoke the Lambda function.
*
* @default - not set
* @default - not set if using a self managed Kafka cluster
*/
readonly eventSourceArn?: string;

Expand Down

0 comments on commit e7c1eb6

Please sign in to comment.