Show / Hide Table of Contents

Class GetAlertConfigurationResult

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

Fields

View Source

AlertConfigurationId

Declaration
public readonly string AlertConfigurationId
Field Value
Type Description
System.String
View Source

Created

Timestamp in ISO 8601 date and time format in UTC when this alert configuration was created.

Declaration
public readonly string Created
Field Value
Type Description
System.String
View Source

Enabled

If set to true, the alert configuration is enabled. If enabled is not exported it is set to false.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

EventType

The type of event that will trigger an alert. Alert type. Possible values:

  • Host
  • OUTSIDE_METRIC_THRESHOLD
  • HOST_RESTARTED
  • HOST_UPGRADED
  • HOST_NOW_SECONDARY
  • HOST_NOW_PRIMARY
  • Replica set
  • NO_PRIMARY
  • TOO_MANY_ELECTIONS Sharded cluster
  • CLUSTER_MONGOS_IS_MISSING
  • User
  • JOINED_GROUP
  • REMOVED_FROM_GROUP
  • USER_ROLES_CHANGED_AUDIT
  • Project
  • USERS_AWAITING_APPROVAL
  • USERS_WITHOUT_MULTI_FACTOR_AUTH
  • GROUP_CREATED
  • Team
  • JOINED_TEAM
  • REMOVED_FROM_TEAM
  • Organization
  • INVITED_TO_ORG
  • JOINED_ORG
  • Data Explorer
  • DATA_EXPLORER
  • DATA_EXPLORER_CRUD
  • Billing
  • CREDIT_CARD_ABOUT_TO_EXPIRE
  • CHARGE_SUCCEEDED
  • INVOICE_CLOSED
Declaration
public readonly string EventType
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Matchers

Declaration
public readonly ImmutableArray<GetAlertConfigurationMatcherResult> Matchers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAlertConfigurationMatcherResult>
View Source

MetricThreshold

Declaration
public readonly GetAlertConfigurationMetricThresholdResult MetricThreshold
Field Value
Type Description
GetAlertConfigurationMetricThresholdResult
View Source

Notifications

Declaration
public readonly ImmutableArray<GetAlertConfigurationNotificationResult> Notifications
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAlertConfigurationNotificationResult>
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

Updated

Timestamp in ISO 8601 date and time format in UTC when this alert configuration was last updated.

Declaration
public readonly string Updated
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.