steampipe-plugin-sdk icon indicating copy to clipboard operation
steampipe-plugin-sdk copied to clipboard

Can we add support for map/object in configSchema

Open bigdatasourav opened this issue 2 years ago • 2 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"
  }
}

bigdatasourav avatar Oct 25 '23 10:10 bigdatasourav

Reference - https://github.com/turbot/steampipe-plugin-aws/pull/1845

bigdatasourav avatar Oct 25 '23 10:10 bigdatasourav