Commit f787bcc2 by Barbara Eckman Committed by Madhan Neethiraj

ATLAS-2708: added model for AWS types

parent 75da0390
{
"enumDefs": [],
"structDefs": [
{
"name": "aws_tag",
"description": "Atlas Type representing a tag/value pair associated with an AWS object, eg S3 bucket",
"typeVersion": "1.0",
"attributeDefs": [
{
"name": "key",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": false,
"isUnique": false
},
{
"name": "value",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": false,
"isOptional": false,
"isUnique": false
}
]
},
{
"name": "aws_cloud_watch_metric",
"description": "Atlas Type representing a metric provided by AWS Cloud Watch",
"typeVersion": "1.0",
"attributeDefs": [
{
"name": "metricName",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": false,
"isUnique": false
},
{
"name": "scope",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": false,
"isOptional": false,
"isUnique": false
}
]
}
],
"classificationDefs": [],
"entityDefs": []
}
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