-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-cloudwatchRelated to Amazon CloudWatchRelated to Amazon CloudWatch@aws-cdk/aws-docdbRelated to Amazon DocumentDBRelated to Amazon DocumentDBeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsp1
Description
At present, DatabaseCluster/DatabaseClusterProps from "aws-docdb" doesn't have the support of cloudwatch.
Expecting props such as cloudwatchLogsExports, cloudwatchLogsRetention, cloudwatchLogsRetentionRole here
Use Case
To enable cloudwatch logging for DocumentDb cluster.
The CfnDBCluster has this support, however we would like to use DatabaseCluster, as the former one requires masterpassword to be set, which we do not want to set in the code logic.
Proposed Solution
Similar to RDS DatabaseCluster , bring these props to DocumentDB Cluster.
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-cloudwatchRelated to Amazon CloudWatchRelated to Amazon CloudWatch@aws-cdk/aws-docdbRelated to Amazon DocumentDBRelated to Amazon DocumentDBeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsp1