turbot / steampipe-plugin-sdk

Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.

Home Page:https://hub.steampipe.io/plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we add support for map/object in configSchema

bigdatasourav opened this issue · comments

https://github.com/turbot/steampipe-plugin-sdk/blob/main/plugin/schema/schema.go#L10

Sample connection -

connection "aws" {
assume_role = {
   #role_arn = "arn:aws:iam::123455666:role/testAssume"
    #duration = "300s"
    #external_id = "123456"
    #session_name = "testSession"
  }
}