Show / Hide Table of Contents

Class ScreenBoardWidgetTileDefRequestArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScreenBoardWidgetTileDefRequestArgs
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 ScreenBoardWidgetTileDefRequestArgs : ResourceArgs

Constructors

View Source

ScreenBoardWidgetTileDefRequestArgs()

Declaration
public ScreenBoardWidgetTileDefRequestArgs()

Properties

View Source

Aggregator

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

ApmQuery

Declaration
public Input<ScreenBoardWidgetTileDefRequestApmQueryArgs> ApmQuery { get; set; }
Property Value
Type Description
Input<ScreenBoardWidgetTileDefRequestApmQueryArgs>
View Source

ChangeType

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

CompareTo

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

ConditionalFormats

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

ExtraCol

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

IncreaseGood

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

Limit

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

LogQuery

Declaration
public Input<ScreenBoardWidgetTileDefRequestLogQueryArgs> LogQuery { get; set; }
Property Value
Type Description
Input<ScreenBoardWidgetTileDefRequestLogQueryArgs>
View Source

MetadataJson

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

Metric

Declaration
public Input<string> Metric { 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

OrderDir

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

ProcessQuery

Declaration
public Input<ScreenBoardWidgetTileDefRequestProcessQueryArgs> ProcessQuery { get; set; }
Property Value
Type Description
Input<ScreenBoardWidgetTileDefRequestProcessQueryArgs>
View Source

Q

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

QueryType

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

Style

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

TagFilters

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

TextFilter

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

Type

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