Commit d8cb94ac by Ameer Assi Committed by Sarath Subramanian

ATLAS-3800: Add 'accountId' attribute for AWS S3 v2 bucket model (aws_s3_v2_bucket)

parent c08c9f38
......@@ -251,6 +251,15 @@
"isIndexable": false,
"isOptional": true,
"isUnique": false
},
{
"name": "accountId",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false,
"searchWeight" : 10
}
]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment