Show / Hide Table of Contents

Class DashboardWidgetQueryValueDefinitionRequestConditionalFormatGetArgs

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

Constructors

View Source

DashboardWidgetQueryValueDefinitionRequestConditionalFormatGetArgs()

Declaration
public DashboardWidgetQueryValueDefinitionRequestConditionalFormatGetArgs()

Properties

View Source

Comparator

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

CustomBgColor

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

CustomFgColor

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

HideValue

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

ImageUrl

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

Palette

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

Timeframe

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

Value

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