38 lines
601 B
Python
38 lines
601 B
Python
# terrascript/resource/jianyuan/sentry.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:49 UTC)
|
|
import terrascript
|
|
|
|
|
|
class sentry_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sentry_organization(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sentry_plugin(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sentry_project(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sentry_rule(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sentry_team(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"sentry_key",
|
|
"sentry_organization",
|
|
"sentry_plugin",
|
|
"sentry_project",
|
|
"sentry_rule",
|
|
"sentry_team",
|
|
]
|