Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
f787bcc2
Commit
f787bcc2
authored
7 years ago
by
Barbara Eckman
Committed by
Madhan Neethiraj
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2708: added model for AWS types
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
75da0390
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
0 deletions
+53
-0
3010-aws_common_typedefs.json
addons/models/3000-Cloud/3010-aws_common_typedefs.json
+53
-0
3020-aws_s3_typedefs.json
addons/models/3000-Cloud/3020-aws_s3_typedefs.json
+0
-0
No files found.
addons/models/3000-Cloud/3010-aws_common_typedefs.json
0 → 100644
View file @
f787bcc2
{
"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"
:
[]
}
This diff is collapsed.
Click to expand it.
addons/models/3000-Cloud/3020-aws_s3_typedefs.json
0 → 100644
View file @
f787bcc2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment