Show / Hide Table of Contents

Class AlertConfigurationMatcherArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertConfigurationMatcherArgs
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.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class AlertConfigurationMatcherArgs : ResourceArgs

Constructors

View Source

AlertConfigurationMatcherArgs()

Declaration
public AlertConfigurationMatcherArgs()

Properties

View Source

FieldName

Name of the field in the target object to match on. Host alerts support these fields:

  • TYPE_NAME
  • HOSTNAME
  • PORT
  • HOSTNAME_AND_PORT
  • REPLICA_SET_NAME Replica set alerts support these fields:
  • REPLICA_SET_NAME
  • SHARD_NAME
  • CLUSTER_NAME Sharded cluster alerts support these fields:
  • CLUSTER_NAME
  • SHARD_NAME
Declaration
public Input<string> FieldName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Operator

Operator to apply when checking the current metric value against the threshold value. Accepted values are:

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

Value

Value to test with the specified operator. If field_name is set to TYPE_NAME, you can match on the following values:

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