mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
31 lines
475 B
JSON
31 lines
475 B
JSON
{
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"data_type": "int8"
|
|
},
|
|
{
|
|
"name": "string_column",
|
|
"data_type": "text"
|
|
},
|
|
{
|
|
"name": "json_column",
|
|
"data_type": "jsonb"
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 0,
|
|
"json_column": {
|
|
"Id": 0,
|
|
"Name": "stringValuesomething-0",
|
|
"Statement": {
|
|
"Action": "iam:GetContextKeysForCustomPolicy",
|
|
"Effect": "Allow"
|
|
}
|
|
},
|
|
"string_column": "stringValuesomething-0"
|
|
}
|
|
]
|
|
}
|
|
|