python-terrascript/terrascript/kibana/r.py

30 lines
487 B
Python

# terrascript/kibana/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class kibana_dashboard(terrascript.Resource):
pass
class kibana_role(terrascript.Resource):
pass
class kibana_search(terrascript.Resource):
pass
class kibana_space(terrascript.Resource):
pass
class kibana_visualization(terrascript.Resource):
pass