Show / Hide Table of Contents

Class ScreenBoardWidgetTileDefRequestGetArgs

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

Constructors

View Source

ScreenBoardWidgetTileDefRequestGetArgs()

Declaration
public ScreenBoardWidgetTileDefRequestGetArgs()

Properties

View Source

Aggregator

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

ApmQuery

Declaration
public Input<ScreenBoardWidgetTileDefRequestApmQueryGetArgs> ApmQuery { get; set; }
Property Value
Type Description
Input<ScreenBoardWidgetTileDefRequestApmQueryGetArgs>
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<ScreenBoardWidgetTileDefRequestConditionalFormatGetArgs> ConditionalFormats { get; set; }
Property Value
Type Description
InputList<ScreenBoardWidgetTileDefRequestConditionalFormatGetArgs>
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<ScreenBoardWidgetTileDefRequestLogQueryGetArgs> LogQuery { get; set; }
Property Value
Type Description
Input<ScreenBoardWidgetTileDefRequestLogQueryGetArgs>
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<ScreenBoardWidgetTileDefRequestProcessQueryGetArgs> ProcessQuery { get; set; }
Property Value
Type Description
Input<ScreenBoardWidgetTileDefRequestProcessQueryGetArgs>
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.