Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lambda): backfill missing enums for lambda #33651

Merged
merged 7 commits into from
Mar 4, 2025
Prev Previous commit
Next Next commit
Update packages/aws-cdk-lib/aws-lambda/lib/event-source-mapping.ts
  • Loading branch information
paulhcsun authored Mar 1, 2025
commit a6171eb651bbcd308a623610b644e2ac53b23094
Original file line number Diff line number Diff line change
@@ -48,6 +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.
*/
Loading
Oops, something went wrong.