Class DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionGetArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionGetArgs
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()
Namespace: Pulumi.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionGetArgs()
Declaration
public DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionGetArgs()
Properties
View SourceAlertId
Declaration
public Input<string> AlertId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Time
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTimeGetArgs> Time { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTimeGetArgs> |
Title
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TitleAlign
Declaration
public Input<string> TitleAlign { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TitleSize
Declaration
public Input<string> TitleSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VizType
Declaration
public Input<string> VizType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |