ResourceMonitor
Manages the monitoring of resource usage within an account.
Examples
Python
YAML
Fields
name
(string, required) - The name of the resource monitor.credit_quota
(int) - The amount of credits that can be used by this monitor. Defaults to None.frequency
(string or ResourceMonitorFrequency) - The frequency of monitoring. Defaults to None.start_timestamp
(string) - The start time for the monitoring period. Defaults to None.end_timestamp
(string) - The end time for the monitoring period. Defaults to None.notify_users
(list) - A list of users to notify when thresholds are reached. Defaults to None.
Last updated