Class ServiceLevelObjectiveThresholdArgs
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 ServiceLevelObjectiveThresholdArgs : ResourceArgs
Constructors
View SourceServiceLevelObjectiveThresholdArgs()
Declaration
public ServiceLevelObjectiveThresholdArgs()
Properties
View SourceTarget
the objective's target [0,100]
Declaration
public Input<double> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
TargetDisplay
the string version to specify additional digits in the case of 99 but want 3 digits like 99.000 to display.
Declaration
public Input<string> TargetDisplay { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeframe
the time frame for the objective. The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Available options to choose from are:
7d30d90d
Declaration
public Input<string> Timeframe { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Warning
the objective's warning value [0,100]. This must be > target value.
Declaration
public Input<double> Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
WarningDisplay
the string version to specify additional digits in the case of 99 but want 3 digits like 99.000 to display.
Declaration
public Input<string> WarningDisplay { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |