Show / Hide Table of Contents

Class ScreenBoardWidgetTileDefArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScreenBoardWidgetTileDefArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class ScreenBoardWidgetTileDefArgs : ResourceArgs

Constructors

View Source

ScreenBoardWidgetTileDefArgs()

Declaration
public ScreenBoardWidgetTileDefArgs()

Properties

View Source

Autoscale

Declaration
public Input<bool> Autoscale { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CustomUnit

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

Events

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

Groups

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

Markers

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

NodeType

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

NoGroupHosts

Declaration
public Input<bool> NoGroupHosts { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

NoMetricHosts

Declaration
public Input<bool> NoMetricHosts { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Precision

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

Requests

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

Scopes

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

Style

Declaration
public InputMap<object> Style { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TextAlign

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

Viz

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