Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionArgs()

Properties

View Source

ColorPreference

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

Count

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

DisplayFormat

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

HideZeroCounts

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

Query

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

ShowLastTriggered

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

Sort

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

Start

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

SummaryType

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

Title

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

TitleAlign

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

TitleSize

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