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