Class DashboardWidgetServiceLevelObjectiveDefinitionArgs
Inheritance
System.Object
DashboardWidgetServiceLevelObjectiveDefinitionArgs
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 DashboardWidgetServiceLevelObjectiveDefinitionArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetServiceLevelObjectiveDefinitionArgs()
Properties
View Source
Declaration
public Input<bool> ShowErrorBudget { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> SloId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> TimeWindows { 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> |
|
View Source
Declaration
public Input<string> ViewMode { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ViewType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|