Class DashboardWidgetGetArgs
Inheritance
System.Object
DashboardWidgetGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.NewRelic.dll
public sealed class DashboardWidgetGetArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetGetArgs()
Properties
View Source
Declaration
public Input<int> Column { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<DashboardWidgetCompareWithGetArgs> CompareWiths { get; set; }
Property Value
View Source
Declaration
public Input<int> DrilldownDashboardId { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> Duration { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> EndTime { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<int> EntityIds { get; set; }
Property Value
View Source
Declaration
public Input<string> Facet { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> Height { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> Limit { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<DashboardWidgetMetricGetArgs> Metrics { get; set; }
Property Value
View Source
Declaration
public Input<string> Notes { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Nrql { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> OrderBy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> RawMetricName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> Row { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> Source { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<double> ThresholdRed { get; set; }
Property Value
| Type |
Description |
| Input<System.Double> |
|
View Source
Declaration
public Input<double> ThresholdYellow { get; set; }
Property Value
| Type |
Description |
| Input<System.Double> |
|
View Source
The title of the dashboard.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Visualization { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> WidgetId { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> Width { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|