Skip to content

Add support for ConnectionType POSTGRESQL | AWS Glue Connections #3155

@j-baillie

Description

@j-baillie

Describe the feature

Please add support to programmatically create Connections in AWS Glue with the connection type POSTGRESQL. This functionality is available in the AWS GUI, but not through the API.
As such, such connections cannot be deployed with Terraform which relies on this SDK.

If these connection types are indeed supported on the backend (due to being able to ClickOps them together), why cannot they be supported in the public API?

Use Case

I need the function to be able to deploy POSTGRESQL connections in AWS Glue, with Terraform, for my Glue tasks.

Proposed Solution

I understand that the public API for AWS Glue does not currently support ConnectionType POSTGRESQL, due to its absence from the list of connection types noted here - ConnectionType.

Of course this functionality would need to be implemented on the public API, then into the SDK, then finally into the AWS Terraform provider.

Other Information

Such issues have also been posted on the AWS terraform provider - 41544

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2/service/glue v1.121.0

Go version used

1.24.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.service-apiThis issue is due to a problem in a service API, not the SDK implementation.workaround-available

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions