turbot / steampipe-plugin-aws

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/aws
Apache License 2.0
176 stars 89 forks source link

aws_elasticache_cluster - configuration_endpoint not returned as JSON #2213

Closed shaicoleman closed 1 week ago

shaicoleman commented 1 week ago

The following query:

SELECT configuration_endpoint FROM aws_elasticache_cluster

Returns:

{Address:0xc0013b6690 Port:0xc00062bb5c noSmithyDocumentSerde:{}}

Instead of a JSON

{ "Address": "cluster1.zqck3t.cfg.euw1.cache.amazonaws.com", "Port": 11211 }

Steampipe v0.23.2 aws@latest, 0.139.0