DatadogMonitorResourceUpdateParameters interface
The parameters for a PATCH request to a monitor resource.
Properties
properties | The set of properties that can be update in a PATCH request to a monitor resource. |
sku | |
tags | The new tags of the monitor resource. |
Property Details
properties
The set of properties that can be update in a PATCH request to a monitor resource.
properties?: MonitorUpdateProperties
Property Value
sku
tags
The new tags of the monitor resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}