Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionArgs()

Properties

View Source

AlertId

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

Precision

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

TextAlign

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

Unit

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