Skip to content

aws aurora dsql- API call to get the full endpoint #4577

@marcincuber

Description

@marcincuber

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

Metadata

Metadata

Assignees

Labels

databasesfeature-requestThis issue requests a feature.p3This is a minor priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions