Class AlertConfigurationMatcherGetArgs
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.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class AlertConfigurationMatcherGetArgs : ResourceArgs
Constructors
View SourceAlertConfigurationMatcherGetArgs()
Declaration
public AlertConfigurationMatcherGetArgs()
Properties
View SourceFieldName
Name of the field in the target object to match on. Host alerts support these fields:
TYPE_NAMEHOSTNAMEPORTHOSTNAME_AND_PORTREPLICA_SET_NAMEReplica set alerts support these fields:REPLICA_SET_NAMESHARD_NAMECLUSTER_NAMESharded cluster alerts support these fields:CLUSTER_NAMESHARD_NAME
Declaration
public Input<string> FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Operator
Operator to apply when checking the current metric value against the threshold value. Accepted values are:
GREATER_THANLESS_THAN
Declaration
public Input<string> Operator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Value to test with the specified operator. If field_name is set to TYPE_NAME, you can match on the following values:
PRIMARYSECONDARYSTANDALONECONFIGMONGOS
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |