Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-lambda/lib/event-source-mapping.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun authored Mar 1, 2025
1 parent 17630f6 commit 71d61b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class SourceAccessConfigurationType {
* The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
*/
public static readonly SERVER_ROOT_CA_CERTIFICATE = new SourceAccessConfigurationType('SERVER_ROOT_CA_CERTIFICATE');

/**
* The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source.
*/
Expand Down

0 comments on commit 71d61b3

Please sign in to comment.