Show / Hide Table of Contents

Class DashboardWidgetGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardWidgetGetArgs
Inherited Members
ResourceArgs.Empty
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()
Namespace: Pulumi.NewRelic.Inputs
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class DashboardWidgetGetArgs : ResourceArgs

Constructors

View Source

DashboardWidgetGetArgs()

Declaration
public DashboardWidgetGetArgs()

Properties

View Source

Column

Declaration
public Input<int> Column { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CompareWiths

Declaration
public InputList<DashboardWidgetCompareWithGetArgs> CompareWiths { get; set; }
Property Value
Type Description
InputList<DashboardWidgetCompareWithGetArgs>
View Source

DrilldownDashboardId

Declaration
public Input<int> DrilldownDashboardId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Duration

Declaration
public Input<int> Duration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

EndTime

Declaration
public Input<int> EndTime { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

EntityIds

Declaration
public InputList<int> EntityIds { get; set; }
Property Value
Type Description
InputList<System.Int32>
View Source

Facet

Declaration
public Input<string> Facet { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Height

Declaration
public Input<int> Height { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Limit

Declaration
public Input<int> Limit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Metrics

Declaration
public InputList<DashboardWidgetMetricGetArgs> Metrics { get; set; }
Property Value
Type Description
InputList<DashboardWidgetMetricGetArgs>
View Source

Notes

Declaration
public Input<string> Notes { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Nrql

Declaration
public Input<string> Nrql { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OrderBy

Declaration
public Input<string> OrderBy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RawMetricName

Declaration
public Input<string> RawMetricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Row

Declaration
public Input<int> Row { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Source

Declaration
public Input<string> Source { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ThresholdRed

Declaration
public Input<double> ThresholdRed { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

ThresholdYellow

Declaration
public Input<double> ThresholdYellow { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Title

The title of the dashboard.

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Visualization

Declaration
public Input<string> Visualization { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WidgetId

Declaration
public Input<int> WidgetId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Width

Declaration
public Input<int> Width { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.