feat(rds): support CA certificate for cluster instances by lpizzinidev · Pull Request #27138 · aws/aws-cdk

Exposes the caCertificate property for an RDS cluster instance to allow specifying a custom CA identifier using the CaCertificate class. Usage: new DatabaseCluster(this, 'Database', { eng...