-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
databasesfeature-requestThis issue requests a feature.This issue requests a feature.p3This is a minor priority issueThis is a minor priority issue
Description
Describe the feature
Extend the sdk to support getting the full endpoint for dsql database. Currently you can only get the Identifier
.
Use Case
When it comes to terraform, the way to output full dsql endpoint is to build it e.g.
DB_URI = "${aws_dsql_cluster.main.identifier}.dsql.${data.aws_region.current.region}.on.aws"
It would be nice to simply reference it and get the endpoint directly from the resource. e.g.
${aws_dsql_cluster.main.public_endpoint}
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
n/a
Environment details (OS name and version, etc.)
linux
peterjgrainger
Metadata
Metadata
Assignees
Labels
databasesfeature-requestThis issue requests a feature.This issue requests a feature.p3This is a minor priority issueThis is a minor priority issue