Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionArgs()

Properties

View Source

ShowErrorBudget

Declaration
public Input<bool> ShowErrorBudget { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SloId

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

TimeWindows

Declaration
public InputList<string> TimeWindows { get; set; }
Property Value
Type Description
InputList<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

ViewMode

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

ViewType

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