GetAlertConfiguration
mongodbatlas..AlertConfiguration describes an Alert Configuration.
NOTE: Groups and projects are synonymous terms. You may find group_id in the official documentation.
Example Usage
Coming soon!
Coming soon!
Coming soon!
import * as pulumi from "@pulumi/pulumi";
import * as mongodbatlas from "@pulumi/mongodbatlas";
const testMongodbatlasAlertConfiguration = new mongodbatlas.AlertConfiguration("test", {
enabled: true,
eventType: "OUTSIDE_METRIC_THRESHOLD",
matchers: [{
fieldName: "HOSTNAME_AND_PORT",
operator: "EQUALS",
value: "SECONDARY",
}],
metricThreshold: {
metric_name: "ASSERT_REGULAR",
mode: "AVERAGE",
operator: "LESS_THAN",
threshold: 99,
units: "RAW",
},
notifications: [{
delayMin: 0,
emailEnabled: true,
intervalMin: 5,
smsEnabled: false,
typeName: "GROUP",
}],
projectId: "<PROJECT-ID>",
});
const testAlertConfiguration = pulumi.all([testMongodbatlasAlertConfiguration.alertConfigurationId, testMongodbatlasAlertConfiguration.projectId]).apply(([alertConfigurationId, projectId]) => mongodbatlas.getAlertConfiguration({
alertConfigurationId: alertConfigurationId,
projectId: projectId,
}, { async: true }));Using GetAlertConfiguration
function getAlertConfiguration(args: GetAlertConfigurationArgs, opts?: InvokeOptions): Promise<GetAlertConfigurationResult>function get_alert_configuration(alert_configuration_id=None, project_id=None, opts=None)func LookupAlertConfiguration(ctx *Context, args *LookupAlertConfigurationArgs, opts ...InvokeOption) (*LookupAlertConfigurationResult, error)Note: This function is named
LookupAlertConfigurationin the Go SDK.
public static class GetAlertConfiguration {
public static Task<GetAlertConfigurationResult> InvokeAsync(GetAlertConfigurationArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Alert
Configuration stringId Unique identifier for the alert configuration.
- Project
Id string The ID of the project where the alert configuration will create.
- Alert
Configuration stringId Unique identifier for the alert configuration.
- Project
Id string The ID of the project where the alert configuration will create.
- alert
Configuration stringId Unique identifier for the alert configuration.
- project
Id string The ID of the project where the alert configuration will create.
- alert_
configuration_ strid Unique identifier for the alert configuration.
- project_
id str The ID of the project where the alert configuration will create.
GetAlertConfiguration Result
The following output properties are available:
- Alert
Configuration stringId - Created string
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was created.
- Enabled bool
If set to true, the alert configuration is enabled. If enabled is not exported it is set to false.
- Event
Type string 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_ELECTIONSSharded 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- Id string
The provider-assigned unique ID for this managed resource.
- Matchers
List<Get
Alert Configuration Matcher> - Metric
Threshold GetAlert Configuration Metric Threshold - Notifications
List<Get
Alert Configuration Notification> - Project
Id string - Updated string
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was last updated.
- Alert
Configuration stringId - Created string
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was created.
- Enabled bool
If set to true, the alert configuration is enabled. If enabled is not exported it is set to false.
- Event
Type string 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_ELECTIONSSharded 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- Id string
The provider-assigned unique ID for this managed resource.
- Matchers
[]Get
Alert Configuration Matcher - Metric
Threshold GetAlert Configuration Metric Threshold - Notifications
[]Get
Alert Configuration Notification - Project
Id string - Updated string
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was last updated.
- alert
Configuration stringId - created string
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was created.
- enabled boolean
If set to true, the alert configuration is enabled. If enabled is not exported it is set to false.
- event
Type string 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_ELECTIONSSharded 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- id string
The provider-assigned unique ID for this managed resource.
- matchers
Get
Alert Configuration Matcher[] - metric
Threshold GetAlert Configuration Metric Threshold - notifications
Get
Alert Configuration Notification[] - project
Id string - updated string
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was last updated.
- alert_
configuration_ strid - created str
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was created.
- enabled bool
If set to true, the alert configuration is enabled. If enabled is not exported it is set to false.
- event_
type str 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_ELECTIONSSharded 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- id str
The provider-assigned unique ID for this managed resource.
- matchers
List[Get
Alert Configuration Matcher] - metric_
threshold Dict[GetAlert Configuration Metric Threshold] - notifications
List[Get
Alert Configuration Notification] - project_
id str - updated str
Timestamp in ISO 8601 date and time format in UTC when this alert configuration was last updated.
Supporting Types
GetAlertConfigurationMatcher
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Field
Name string 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_NAMEReplica set alerts support these fields: -REPLICA_SET_NAME-SHARD_NAME-CLUSTER_NAMESharded cluster alerts support these fields: -CLUSTER_NAME-SHARD_NAME- Operator string
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- Value string
Value to test with the specified operator. If
field_nameis set to TYPE_NAME, you can match on the following values: -PRIMARY-SECONDARY-STANDALONE-CONFIG-MONGOS
- Field
Name string 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_NAMEReplica set alerts support these fields: -REPLICA_SET_NAME-SHARD_NAME-CLUSTER_NAMESharded cluster alerts support these fields: -CLUSTER_NAME-SHARD_NAME- Operator string
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- Value string
Value to test with the specified operator. If
field_nameis set to TYPE_NAME, you can match on the following values: -PRIMARY-SECONDARY-STANDALONE-CONFIG-MONGOS
- field
Name string 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_NAMEReplica set alerts support these fields: -REPLICA_SET_NAME-SHARD_NAME-CLUSTER_NAMESharded cluster alerts support these fields: -CLUSTER_NAME-SHARD_NAME- operator string
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- value string
Value to test with the specified operator. If
field_nameis set to TYPE_NAME, you can match on the following values: -PRIMARY-SECONDARY-STANDALONE-CONFIG-MONGOS
- field
Name str 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_NAMEReplica set alerts support these fields: -REPLICA_SET_NAME-SHARD_NAME-CLUSTER_NAMESharded cluster alerts support these fields: -CLUSTER_NAME-SHARD_NAME- operator str
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- value str
Value to test with the specified operator. If
field_nameis set to TYPE_NAME, you can match on the following values: -PRIMARY-SECONDARY-STANDALONE-CONFIG-MONGOS
GetAlertConfigurationMetricThreshold
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Metric
Name string Name of the metric to check.
- Mode string
This must be set to AVERAGE. Atlas computes the current metric value as an average.
- Operator string
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- Threshold double
Threshold value outside of which an alert will be triggered.
- Units string
The units for the threshold value. Depends on the type of metric. Accepted values are: -
RAW-BITS-BYTES-KILOBITS-KILOBYTES-MEGABITS-MEGABYTES-GIGABITS-GIGABYTES-TERABYTES-PETABYTES-MILLISECONDS-SECONDS-MINUTES-HOURS-DAYS
- Metric
Name string Name of the metric to check.
- Mode string
This must be set to AVERAGE. Atlas computes the current metric value as an average.
- Operator string
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- Threshold float64
Threshold value outside of which an alert will be triggered.
- Units string
The units for the threshold value. Depends on the type of metric. Accepted values are: -
RAW-BITS-BYTES-KILOBITS-KILOBYTES-MEGABITS-MEGABYTES-GIGABITS-GIGABYTES-TERABYTES-PETABYTES-MILLISECONDS-SECONDS-MINUTES-HOURS-DAYS
- metric
Name string Name of the metric to check.
- mode string
This must be set to AVERAGE. Atlas computes the current metric value as an average.
- operator string
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- threshold number
Threshold value outside of which an alert will be triggered.
- units string
The units for the threshold value. Depends on the type of metric. Accepted values are: -
RAW-BITS-BYTES-KILOBITS-KILOBYTES-MEGABITS-MEGABYTES-GIGABITS-GIGABYTES-TERABYTES-PETABYTES-MILLISECONDS-SECONDS-MINUTES-HOURS-DAYS
- metric_
name str Name of the metric to check.
- mode str
This must be set to AVERAGE. Atlas computes the current metric value as an average.
- operator str
Operator to apply when checking the current metric value against the threshold value. Accepted values are: -
GREATER_THAN-LESS_THAN- threshold float
Threshold value outside of which an alert will be triggered.
- units str
The units for the threshold value. Depends on the type of metric. Accepted values are: -
RAW-BITS-BYTES-KILOBITS-KILOBYTES-MEGABITS-MEGABYTES-GIGABITS-GIGABYTES-TERABYTES-PETABYTES-MILLISECONDS-SECONDS-MINUTES-HOURS-DAYS
GetAlertConfigurationNotification
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Api
Token string Slack API token. Required for the SLACK notifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.
- Channel
Name string Slack channel name. Required for the SLACK notifications type.
- Datadog
Api stringKey Datadog API Key. Found in the Datadog dashboard. Required for the DATADOG notifications type.
- Datadog
Region string Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Datadog region is US.- Delay
Min int Number of minutes to wait after an alert condition is detected before sending out the first notification.
- Email
Address string Email address to which alert notifications are sent. Required for the EMAIL notifications type.
- Email
Enabled bool Flag indicating if email notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- Flow
Name string Flowdock flow name in lower-case letters. Required for the
FLOWDOCKnotifications type- Flowdock
Api stringToken The Flowdock personal API token. Required for the
FLOWDOCKnotifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- Interval
Min int Number of minutes to wait between successive notifications for unacknowledged alerts that are not resolved. The minimum value is 5.
- Mobile
Number string Mobile number to which alert notifications are sent. Required for the SMS notifications type.
- Ops
Genie stringApi Key Opsgenie API Key. Required for the
OPS_GENIEnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- Ops
Genie stringRegion Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Opsgenie region is US.- Org
Name string Flowdock organization name in lower-case letters. This is the name that appears after www.flowdock.com/app/ in the URL string. Required for the FLOWDOCK notifications type.
- Service
Key string PagerDuty service key. Required for the PAGER_DUTY notifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- Sms
Enabled bool Flag indicating if text message notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- Team
Id string Unique identifier of a team.
- Type
Name string Type of alert notification. Accepted values are: -
DATADOG-EMAIL-FLOWDOCK-GROUP(Project) -OPS_GENIE-ORG-PAGER_DUTY-SLACK-SMS-TEAM-USER-VICTOR_OPS-WEBHOOK- Username string
Name of the Atlas user to which to send notifications. Only a user in the project that owns the alert configuration is allowed here. Required for the
USERnotifications type.- Victor
Ops stringApi Key VictorOps API key. Required for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.- Victor
Ops stringRouting Key VictorOps routing key. Optional for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- Api
Token string Slack API token. Required for the SLACK notifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.
- Channel
Name string Slack channel name. Required for the SLACK notifications type.
- Datadog
Api stringKey Datadog API Key. Found in the Datadog dashboard. Required for the DATADOG notifications type.
- Datadog
Region string Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Datadog region is US.- Delay
Min int Number of minutes to wait after an alert condition is detected before sending out the first notification.
- Email
Address string Email address to which alert notifications are sent. Required for the EMAIL notifications type.
- Email
Enabled bool Flag indicating if email notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- Flow
Name string Flowdock flow name in lower-case letters. Required for the
FLOWDOCKnotifications type- Flowdock
Api stringToken The Flowdock personal API token. Required for the
FLOWDOCKnotifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- Interval
Min int Number of minutes to wait between successive notifications for unacknowledged alerts that are not resolved. The minimum value is 5.
- Mobile
Number string Mobile number to which alert notifications are sent. Required for the SMS notifications type.
- Ops
Genie stringApi Key Opsgenie API Key. Required for the
OPS_GENIEnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- Ops
Genie stringRegion Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Opsgenie region is US.- Org
Name string Flowdock organization name in lower-case letters. This is the name that appears after www.flowdock.com/app/ in the URL string. Required for the FLOWDOCK notifications type.
- Service
Key string PagerDuty service key. Required for the PAGER_DUTY notifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- Sms
Enabled bool Flag indicating if text message notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- Team
Id string Unique identifier of a team.
- Type
Name string Type of alert notification. Accepted values are: -
DATADOG-EMAIL-FLOWDOCK-GROUP(Project) -OPS_GENIE-ORG-PAGER_DUTY-SLACK-SMS-TEAM-USER-VICTOR_OPS-WEBHOOK- Username string
Name of the Atlas user to which to send notifications. Only a user in the project that owns the alert configuration is allowed here. Required for the
USERnotifications type.- Victor
Ops stringApi Key VictorOps API key. Required for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.- Victor
Ops stringRouting Key VictorOps routing key. Optional for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- api
Token string Slack API token. Required for the SLACK notifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.
- channel
Name string Slack channel name. Required for the SLACK notifications type.
- datadog
Api stringKey Datadog API Key. Found in the Datadog dashboard. Required for the DATADOG notifications type.
- datadog
Region string Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Datadog region is US.- delay
Min number Number of minutes to wait after an alert condition is detected before sending out the first notification.
- email
Address string Email address to which alert notifications are sent. Required for the EMAIL notifications type.
- email
Enabled boolean Flag indicating if email notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- flow
Name string Flowdock flow name in lower-case letters. Required for the
FLOWDOCKnotifications type- flowdock
Api stringToken The Flowdock personal API token. Required for the
FLOWDOCKnotifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- interval
Min number Number of minutes to wait between successive notifications for unacknowledged alerts that are not resolved. The minimum value is 5.
- mobile
Number string Mobile number to which alert notifications are sent. Required for the SMS notifications type.
- ops
Genie stringApi Key Opsgenie API Key. Required for the
OPS_GENIEnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- ops
Genie stringRegion Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Opsgenie region is US.- org
Name string Flowdock organization name in lower-case letters. This is the name that appears after www.flowdock.com/app/ in the URL string. Required for the FLOWDOCK notifications type.
- service
Key string PagerDuty service key. Required for the PAGER_DUTY notifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- sms
Enabled boolean Flag indicating if text message notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- team
Id string Unique identifier of a team.
- type
Name string Type of alert notification. Accepted values are: -
DATADOG-EMAIL-FLOWDOCK-GROUP(Project) -OPS_GENIE-ORG-PAGER_DUTY-SLACK-SMS-TEAM-USER-VICTOR_OPS-WEBHOOK- username string
Name of the Atlas user to which to send notifications. Only a user in the project that owns the alert configuration is allowed here. Required for the
USERnotifications type.- victor
Ops stringApi Key VictorOps API key. Required for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.- victor
Ops stringRouting Key VictorOps routing key. Optional for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- api
Token str Slack API token. Required for the SLACK notifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.
- channel
Name str Slack channel name. Required for the SLACK notifications type.
- datadog
Api strKey Datadog API Key. Found in the Datadog dashboard. Required for the DATADOG notifications type.
- datadog
Region str Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Datadog region is US.- delay
Min float Number of minutes to wait after an alert condition is detected before sending out the first notification.
- email
Address str Email address to which alert notifications are sent. Required for the EMAIL notifications type.
- email
Enabled bool Flag indicating if email notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- flow
Name str Flowdock flow name in lower-case letters. Required for the
FLOWDOCKnotifications type- flowdock
Api strToken The Flowdock personal API token. Required for the
FLOWDOCKnotifications type. If the token later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- interval
Min float Number of minutes to wait between successive notifications for unacknowledged alerts that are not resolved. The minimum value is 5.
- mobile
Number str Mobile number to which alert notifications are sent. Required for the SMS notifications type.
- ops
Genie strApi Key Opsgenie API Key. Required for the
OPS_GENIEnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the token.- ops
Genie strRegion Region that indicates which API URL to use. Accepted regions are:
US,EU. The default Opsgenie region is US.- org
Name str Flowdock organization name in lower-case letters. This is the name that appears after www.flowdock.com/app/ in the URL string. Required for the FLOWDOCK notifications type.
- service
Key str PagerDuty service key. Required for the PAGER_DUTY notifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
- sms
Enabled bool Flag indicating if text message notifications should be sent. Configurable for
ORG,GROUP, andUSERnotifications types.- team_
id str Unique identifier of a team.
- type
Name str Type of alert notification. Accepted values are: -
DATADOG-EMAIL-FLOWDOCK-GROUP(Project) -OPS_GENIE-ORG-PAGER_DUTY-SLACK-SMS-TEAM-USER-VICTOR_OPS-WEBHOOK- username str
Name of the Atlas user to which to send notifications. Only a user in the project that owns the alert configuration is allowed here. Required for the
USERnotifications type.- victor
Ops strApi Key VictorOps API key. Required for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.- victor
Ops strRouting Key VictorOps routing key. Optional for the
VICTOR_OPSnotifications type. If the key later becomes invalid, Atlas sends an email to the project owner and eventually removes the key.
Package Details
- Repository
- https://github.com/pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlasTerraform Provider.