Class DashboardWidgetCheckStatusDefinitionArgs
Inheritance
System.Object
DashboardWidgetCheckStatusDefinitionArgs
Inherited Members
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()
Assembly: Pulumi.Datadog.dll
public sealed class DashboardWidgetCheckStatusDefinitionArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetCheckStatusDefinitionArgs()
Properties
View Source
Declaration
public Input<string> Check { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Group { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> GroupBies { get; set; }
Property Value
View Source
Declaration
public Input<string> Grouping { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> Tags { get; set; }
Property Value
View Source
Declaration
public Input<DashboardWidgetCheckStatusDefinitionTimeArgs> Time { get; set; }
Property Value
View Source
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleAlign { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleSize { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|