<!-- short description of the feature you are proposing: --> Add ARN property to `IServerlessCluster`. ### Use Case <!-- why do you need this feature? --> When using the [Data API for Aurora Serverless](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html), the resource ARN must be passed in Data API calls. ### Proposed Solution <!-- Please include prototype/workaround/sketch/reference implementation: --> Add `clusterArn` property to `IServerlessCluster`. ### Other <!-- e.g. detailed explanation, stacktraces, related issues, suggestions on how to fix, links for us to have context, eg. associated pull-request, stackoverflow, slack, etc --> * [x] :wave: I may be able to implement this feature request * [ ] :warning: This feature might incur a breaking change --- This is a :rocket: Feature Request
Add ARN property to
IServerlessCluster.Use Case
When using the Data API for Aurora Serverless, the resource ARN must be passed in Data API calls.
Proposed Solution
Add
clusterArnproperty toIServerlessCluster.Other
This is a 🚀 Feature Request