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 SourceAlertConfigurationId
Declaration
public readonly string AlertConfigurationId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
EventType
The type of event that will trigger an alert. Alert type. Possible values:
- Host
OUTSIDE_METRIC_THRESHOLDHOST_RESTARTEDHOST_UPGRADEDHOST_NOW_SECONDARYHOST_NOW_PRIMARY- Replica set
NO_PRIMARYTOO_MANY_ELECTIONSSharded clusterCLUSTER_MONGOS_IS_MISSINGUserJOINED_GROUPREMOVED_FROM_GROUPUSER_ROLES_CHANGED_AUDIT- Project
USERS_AWAITING_APPROVALUSERS_WITHOUT_MULTI_FACTOR_AUTHGROUP_CREATED- Team
JOINED_TEAMREMOVED_FROM_TEAM- Organization
INVITED_TO_ORGJOINED_ORG- Data Explorer
DATA_EXPLORERDATA_EXPLORER_CRUD- Billing
CREDIT_CARD_ABOUT_TO_EXPIRECHARGE_SUCCEEDEDINVOICE_CLOSED
Declaration
public readonly string EventType
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Matchers
Declaration
public readonly ImmutableArray<GetAlertConfigurationMatcherResult> Matchers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAlertConfigurationMatcherResult> |
MetricThreshold
Declaration
public readonly GetAlertConfigurationMetricThresholdResult MetricThreshold
Field Value
| Type | Description |
|---|---|
| GetAlertConfigurationMetricThresholdResult |
Notifications
Declaration
public readonly ImmutableArray<GetAlertConfigurationNotificationResult> Notifications
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAlertConfigurationNotificationResult> |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |