Show / Hide Table of Contents

Class DevOpsGuruNewAnomalyAssociation.ReferenceValue

(experimental) Type definition for ReferenceValue.

Inheritance
object
DevOpsGuruNewAnomalyAssociation.ReferenceValue
Implements
DevOpsGuruNewAnomalyAssociation.IReferenceValue
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.DevOpsGuru.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class DevOpsGuruNewAnomalyAssociation.ReferenceValue : DevOpsGuruNewAnomalyAssociation.IReferenceValue
Syntax (vb)
Public Class DevOpsGuruNewAnomalyAssociation.ReferenceValue Implements DevOpsGuruNewAnomalyAssociation.IReferenceValue
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.DevOpsGuru.Events;

             var referenceValue = new ReferenceValue {
                 ComparisonOperator = new [] { "comparisonOperator" },
                 DatapointsToAlarm = new [] { "datapointsToAlarm" },
                 EvaluationPeriod = new [] { "evaluationPeriod" },
                 Threshold = new [] { "threshold" }
             };

Synopsis

Constructors

ReferenceValue()

(experimental) Type definition for ReferenceValue.

Properties

ComparisonOperator

(experimental) comparisonOperator property.

DatapointsToAlarm

(experimental) datapointsToAlarm property.

EvaluationPeriod

(experimental) evaluationPeriod property.

Threshold

(experimental) threshold property.

Constructors

ReferenceValue()

(experimental) Type definition for ReferenceValue.

public ReferenceValue()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.DevOpsGuru.Events;

             var referenceValue = new ReferenceValue {
                 ComparisonOperator = new [] { "comparisonOperator" },
                 DatapointsToAlarm = new [] { "datapointsToAlarm" },
                 EvaluationPeriod = new [] { "evaluationPeriod" },
                 Threshold = new [] { "threshold" }
             };

Properties

ComparisonOperator

(experimental) comparisonOperator property.

public string[]? ComparisonOperator { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of comparisonOperator is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

DatapointsToAlarm

(experimental) datapointsToAlarm property.

public string[]? DatapointsToAlarm { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of datapointsToAlarm is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EvaluationPeriod

(experimental) evaluationPeriod property.

public string[]? EvaluationPeriod { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of evaluationPeriod is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Threshold

(experimental) threshold property.

public string[]? Threshold { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of threshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

DevOpsGuruNewAnomalyAssociation.IReferenceValue
Back to top Generated by DocFX