steampipe-plugin-sdk
steampipe-plugin-sdk copied to clipboard
Can we add support for map/object in configSchema
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"
}
}
Reference - https://github.com/turbot/steampipe-plugin-aws/pull/1845