Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we add support for map/object in configSchema #691

Open
bigdatasourav opened this issue Oct 25, 2023 · 1 comment
Open

Can we add support for map/object in configSchema #691

bigdatasourav opened this issue Oct 25, 2023 · 1 comment
Assignees

Comments

@bigdatasourav
Copy link

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants