aws_cdk.aws_rds.CfnIntegration: L2 construct including additional steps #33052
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently, the aws_cdk.aws_rds.CfnIntegration resource can set up a Zero-ETL integration, but there are additional, manual steps required. Those steps are:
To address this, I propose adding an L2 construct that handles those steps together with the Zero-ETL integration itself.
Use Case
At the moment we have to set the authorized principal, authorized integration source, then we setup the integration with aws_cdk.aws_rds.CfnIntegration and finally we have to create the target database.
This could be simplified with a new construct combining those steps. This would ensure simplified deployment, reduced complexity and lower risk of errors.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.174.1
Environment details (OS name and version, etc.)
macOS Sequoia 15.2
The text was updated successfully, but these errors were encountered: