63 lines
1.1 KiB
Python
63 lines
1.1 KiB
Python
# terrascript/data/newrelic/newrelic.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:33 UTC)
|
|
import terrascript
|
|
|
|
|
|
class newrelic_account(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_alert_channel(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_alert_policy(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_application(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_entity(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_key_transaction(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_plugin(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_plugin_component(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_synthetics_monitor(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_synthetics_monitor_location(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class newrelic_synthetics_secure_credential(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"newrelic_account",
|
|
"newrelic_alert_channel",
|
|
"newrelic_alert_policy",
|
|
"newrelic_application",
|
|
"newrelic_entity",
|
|
"newrelic_key_transaction",
|
|
"newrelic_plugin",
|
|
"newrelic_plugin_component",
|
|
"newrelic_synthetics_monitor",
|
|
"newrelic_synthetics_monitor_location",
|
|
"newrelic_synthetics_secure_credential",
|
|
]
|