MongoDB Atlas v3.7.2, Mar 31 23
MongoDB Atlas v3.7.2, Mar 31 23
mongodbatlas.ThirdPartyIntegration
Explore with Pulumi AI
Import
Third-Party Integration Settings can be imported using project ID and the integration type, in the format project_id
-type
, e.g.
$ pulumi import mongodbatlas:index/thirdPartyIntegration:ThirdPartyIntegration my_user 1112222b3bf99403840e8934-OPS_GENIE
See MongoDB Atlas API Documentation for more information.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Mongodbatlas = Pulumi.Mongodbatlas;
return await Deployment.RunAsync(() =>
{
var testFlowdock = new Mongodbatlas.ThirdPartyIntegration("testFlowdock", new()
{
ApiToken = "<API-TOKEN>",
FlowName = "<FLOW-NAME>",
OrgName = "<ORG-NAME>",
ProjectId = "<PROJECT-ID>",
Type = "FLOWDOCK",
});
});
package main
import (
"github.com/pulumi/pulumi-mongodbatlas/sdk/v3/go/mongodbatlas"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := mongodbatlas.NewThirdPartyIntegration(ctx, "testFlowdock", &mongodbatlas.ThirdPartyIntegrationArgs{
ApiToken: pulumi.String("<API-TOKEN>"),
FlowName: pulumi.String("<FLOW-NAME>"),
OrgName: pulumi.String("<ORG-NAME>"),
ProjectId: pulumi.String("<PROJECT-ID>"),
Type: pulumi.String("FLOWDOCK"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.mongodbatlas.ThirdPartyIntegration;
import com.pulumi.mongodbatlas.ThirdPartyIntegrationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var testFlowdock = new ThirdPartyIntegration("testFlowdock", ThirdPartyIntegrationArgs.builder()
.apiToken("<API-TOKEN>")
.flowName("<FLOW-NAME>")
.orgName("<ORG-NAME>")
.projectId("<PROJECT-ID>")
.type("FLOWDOCK")
.build());
}
}
import pulumi
import pulumi_mongodbatlas as mongodbatlas
test_flowdock = mongodbatlas.ThirdPartyIntegration("testFlowdock",
api_token="<API-TOKEN>",
flow_name="<FLOW-NAME>",
org_name="<ORG-NAME>",
project_id="<PROJECT-ID>",
type="FLOWDOCK")
import * as pulumi from "@pulumi/pulumi";
import * as mongodbatlas from "@pulumi/mongodbatlas";
const testFlowdock = new mongodbatlas.ThirdPartyIntegration("testFlowdock", {
apiToken: "<API-TOKEN>",
flowName: "<FLOW-NAME>",
orgName: "<ORG-NAME>",
projectId: "<PROJECT-ID>",
type: "FLOWDOCK",
});
resources:
testFlowdock:
type: mongodbatlas:ThirdPartyIntegration
properties:
apiToken: <API-TOKEN>
flowName: <FLOW-NAME>
orgName: <ORG-NAME>
projectId: <PROJECT-ID>
type: FLOWDOCK
Create ThirdPartyIntegration Resource
new ThirdPartyIntegration(name: string, args: ThirdPartyIntegrationArgs, opts?: CustomResourceOptions);
@overload
def ThirdPartyIntegration(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
api_key: Optional[str] = None,
api_token: Optional[str] = None,
channel_name: Optional[str] = None,
enabled: Optional[bool] = None,
flow_name: Optional[str] = None,
license_key: Optional[str] = None,
microsoft_teams_webhook_url: Optional[str] = None,
org_name: Optional[str] = None,
password: Optional[str] = None,
project_id: Optional[str] = None,
read_token: Optional[str] = None,
region: Optional[str] = None,
routing_key: Optional[str] = None,
scheme: Optional[str] = None,
secret: Optional[str] = None,
service_discovery: Optional[str] = None,
service_key: Optional[str] = None,
team_name: Optional[str] = None,
type: Optional[str] = None,
url: Optional[str] = None,
user_name: Optional[str] = None,
write_token: Optional[str] = None)
@overload
def ThirdPartyIntegration(resource_name: str,
args: ThirdPartyIntegrationArgs,
opts: Optional[ResourceOptions] = None)
func NewThirdPartyIntegration(ctx *Context, name string, args ThirdPartyIntegrationArgs, opts ...ResourceOption) (*ThirdPartyIntegration, error)
public ThirdPartyIntegration(string name, ThirdPartyIntegrationArgs args, CustomResourceOptions? opts = null)
public ThirdPartyIntegration(String name, ThirdPartyIntegrationArgs args)
public ThirdPartyIntegration(String name, ThirdPartyIntegrationArgs args, CustomResourceOptions options)
type: mongodbatlas:ThirdPartyIntegration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ThirdPartyIntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ThirdPartyIntegrationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ThirdPartyIntegrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ThirdPartyIntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ThirdPartyIntegrationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ThirdPartyIntegration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ThirdPartyIntegration resource accepts the following input properties:
- Project
Id string The unique ID for the project to get all Third-Party service integrations
- Type string
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- Account
Id string Unique identifier of your New Relic account.
- Api
Key string Your API Key.
- Api
Token string Your API Token.
- Channel
Name string - Enabled bool
Whether your cluster has Prometheus enabled.
- Flow
Name string Your Flowdock Flow name.
- License
Key string Your License Key.
- Microsoft
Teams stringWebhook Url Your Microsoft Teams incoming webhook URL.
- Org
Name string Your Flowdock organization name.
- Password string
Your Prometheus password.
- Read
Token string Your Insights Query Key.
- Region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- Routing
Key string An optional field for your Routing Key.
- Scheme string
Your Prometheus protocol scheme configured for requests.
- Secret string
An optional field for your webhook secret.
- Service
Discovery string Indicates which service discovery method is used, either file or http.
- Service
Key string Your Service Key.
- Team
Name string - Url string
Your webhook URL.
- User
Name string Your Prometheus username.
- Write
Token string Your Insights Insert Key.
- Project
Id string The unique ID for the project to get all Third-Party service integrations
- Type string
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- Account
Id string Unique identifier of your New Relic account.
- Api
Key string Your API Key.
- Api
Token string Your API Token.
- Channel
Name string - Enabled bool
Whether your cluster has Prometheus enabled.
- Flow
Name string Your Flowdock Flow name.
- License
Key string Your License Key.
- Microsoft
Teams stringWebhook Url Your Microsoft Teams incoming webhook URL.
- Org
Name string Your Flowdock organization name.
- Password string
Your Prometheus password.
- Read
Token string Your Insights Query Key.
- Region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- Routing
Key string An optional field for your Routing Key.
- Scheme string
Your Prometheus protocol scheme configured for requests.
- Secret string
An optional field for your webhook secret.
- Service
Discovery string Indicates which service discovery method is used, either file or http.
- Service
Key string Your Service Key.
- Team
Name string - Url string
Your webhook URL.
- User
Name string Your Prometheus username.
- Write
Token string Your Insights Insert Key.
- project
Id String The unique ID for the project to get all Third-Party service integrations
- type String
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- account
Id String Unique identifier of your New Relic account.
- api
Key String Your API Key.
- api
Token String Your API Token.
- channel
Name String - enabled Boolean
Whether your cluster has Prometheus enabled.
- flow
Name String Your Flowdock Flow name.
- license
Key String Your License Key.
- microsoft
Teams StringWebhook Url Your Microsoft Teams incoming webhook URL.
- org
Name String Your Flowdock organization name.
- password String
Your Prometheus password.
- read
Token String Your Insights Query Key.
- region String
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing
Key String An optional field for your Routing Key.
- scheme String
Your Prometheus protocol scheme configured for requests.
- secret String
An optional field for your webhook secret.
- service
Discovery String Indicates which service discovery method is used, either file or http.
- service
Key String Your Service Key.
- team
Name String - url String
Your webhook URL.
- user
Name String Your Prometheus username.
- write
Token String Your Insights Insert Key.
- project
Id string The unique ID for the project to get all Third-Party service integrations
- type string
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- account
Id string Unique identifier of your New Relic account.
- api
Key string Your API Key.
- api
Token string Your API Token.
- channel
Name string - enabled boolean
Whether your cluster has Prometheus enabled.
- flow
Name string Your Flowdock Flow name.
- license
Key string Your License Key.
- microsoft
Teams stringWebhook Url Your Microsoft Teams incoming webhook URL.
- org
Name string Your Flowdock organization name.
- password string
Your Prometheus password.
- read
Token string Your Insights Query Key.
- region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing
Key string An optional field for your Routing Key.
- scheme string
Your Prometheus protocol scheme configured for requests.
- secret string
An optional field for your webhook secret.
- service
Discovery string Indicates which service discovery method is used, either file or http.
- service
Key string Your Service Key.
- team
Name string - url string
Your webhook URL.
- user
Name string Your Prometheus username.
- write
Token string Your Insights Insert Key.
- project_
id str The unique ID for the project to get all Third-Party service integrations
- type str
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- account_
id str Unique identifier of your New Relic account.
- api_
key str Your API Key.
- api_
token str Your API Token.
- channel_
name str - enabled bool
Whether your cluster has Prometheus enabled.
- flow_
name str Your Flowdock Flow name.
- license_
key str Your License Key.
- microsoft_
teams_ strwebhook_ url Your Microsoft Teams incoming webhook URL.
- org_
name str Your Flowdock organization name.
- password str
Your Prometheus password.
- read_
token str Your Insights Query Key.
- region str
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing_
key str An optional field for your Routing Key.
- scheme str
Your Prometheus protocol scheme configured for requests.
- secret str
An optional field for your webhook secret.
- service_
discovery str Indicates which service discovery method is used, either file or http.
- service_
key str Your Service Key.
- team_
name str - url str
Your webhook URL.
- user_
name str Your Prometheus username.
- write_
token str Your Insights Insert Key.
- project
Id String The unique ID for the project to get all Third-Party service integrations
- type String
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- account
Id String Unique identifier of your New Relic account.
- api
Key String Your API Key.
- api
Token String Your API Token.
- channel
Name String - enabled Boolean
Whether your cluster has Prometheus enabled.
- flow
Name String Your Flowdock Flow name.
- license
Key String Your License Key.
- microsoft
Teams StringWebhook Url Your Microsoft Teams incoming webhook URL.
- org
Name String Your Flowdock organization name.
- password String
Your Prometheus password.
- read
Token String Your Insights Query Key.
- region String
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing
Key String An optional field for your Routing Key.
- scheme String
Your Prometheus protocol scheme configured for requests.
- secret String
An optional field for your webhook secret.
- service
Discovery String Indicates which service discovery method is used, either file or http.
- service
Key String Your Service Key.
- team
Name String - url String
Your webhook URL.
- user
Name String Your Prometheus username.
- write
Token String Your Insights Insert Key.
Outputs
All input properties are implicitly available as output properties. Additionally, the ThirdPartyIntegration resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing ThirdPartyIntegration Resource
Get an existing ThirdPartyIntegration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ThirdPartyIntegrationState, opts?: CustomResourceOptions): ThirdPartyIntegration
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
api_key: Optional[str] = None,
api_token: Optional[str] = None,
channel_name: Optional[str] = None,
enabled: Optional[bool] = None,
flow_name: Optional[str] = None,
license_key: Optional[str] = None,
microsoft_teams_webhook_url: Optional[str] = None,
org_name: Optional[str] = None,
password: Optional[str] = None,
project_id: Optional[str] = None,
read_token: Optional[str] = None,
region: Optional[str] = None,
routing_key: Optional[str] = None,
scheme: Optional[str] = None,
secret: Optional[str] = None,
service_discovery: Optional[str] = None,
service_key: Optional[str] = None,
team_name: Optional[str] = None,
type: Optional[str] = None,
url: Optional[str] = None,
user_name: Optional[str] = None,
write_token: Optional[str] = None) -> ThirdPartyIntegration
func GetThirdPartyIntegration(ctx *Context, name string, id IDInput, state *ThirdPartyIntegrationState, opts ...ResourceOption) (*ThirdPartyIntegration, error)
public static ThirdPartyIntegration Get(string name, Input<string> id, ThirdPartyIntegrationState? state, CustomResourceOptions? opts = null)
public static ThirdPartyIntegration get(String name, Output<String> id, ThirdPartyIntegrationState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string Unique identifier of your New Relic account.
- Api
Key string Your API Key.
- Api
Token string Your API Token.
- Channel
Name string - Enabled bool
Whether your cluster has Prometheus enabled.
- Flow
Name string Your Flowdock Flow name.
- License
Key string Your License Key.
- Microsoft
Teams stringWebhook Url Your Microsoft Teams incoming webhook URL.
- Org
Name string Your Flowdock organization name.
- Password string
Your Prometheus password.
- Project
Id string The unique ID for the project to get all Third-Party service integrations
- Read
Token string Your Insights Query Key.
- Region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- Routing
Key string An optional field for your Routing Key.
- Scheme string
Your Prometheus protocol scheme configured for requests.
- Secret string
An optional field for your webhook secret.
- Service
Discovery string Indicates which service discovery method is used, either file or http.
- Service
Key string Your Service Key.
- Team
Name string - Type string
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- Url string
Your webhook URL.
- User
Name string Your Prometheus username.
- Write
Token string Your Insights Insert Key.
- Account
Id string Unique identifier of your New Relic account.
- Api
Key string Your API Key.
- Api
Token string Your API Token.
- Channel
Name string - Enabled bool
Whether your cluster has Prometheus enabled.
- Flow
Name string Your Flowdock Flow name.
- License
Key string Your License Key.
- Microsoft
Teams stringWebhook Url Your Microsoft Teams incoming webhook URL.
- Org
Name string Your Flowdock organization name.
- Password string
Your Prometheus password.
- Project
Id string The unique ID for the project to get all Third-Party service integrations
- Read
Token string Your Insights Query Key.
- Region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- Routing
Key string An optional field for your Routing Key.
- Scheme string
Your Prometheus protocol scheme configured for requests.
- Secret string
An optional field for your webhook secret.
- Service
Discovery string Indicates which service discovery method is used, either file or http.
- Service
Key string Your Service Key.
- Team
Name string - Type string
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- Url string
Your webhook URL.
- User
Name string Your Prometheus username.
- Write
Token string Your Insights Insert Key.
- account
Id String Unique identifier of your New Relic account.
- api
Key String Your API Key.
- api
Token String Your API Token.
- channel
Name String - enabled Boolean
Whether your cluster has Prometheus enabled.
- flow
Name String Your Flowdock Flow name.
- license
Key String Your License Key.
- microsoft
Teams StringWebhook Url Your Microsoft Teams incoming webhook URL.
- org
Name String Your Flowdock organization name.
- password String
Your Prometheus password.
- project
Id String The unique ID for the project to get all Third-Party service integrations
- read
Token String Your Insights Query Key.
- region String
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing
Key String An optional field for your Routing Key.
- scheme String
Your Prometheus protocol scheme configured for requests.
- secret String
An optional field for your webhook secret.
- service
Discovery String Indicates which service discovery method is used, either file or http.
- service
Key String Your Service Key.
- team
Name String - type String
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- url String
Your webhook URL.
- user
Name String Your Prometheus username.
- write
Token String Your Insights Insert Key.
- account
Id string Unique identifier of your New Relic account.
- api
Key string Your API Key.
- api
Token string Your API Token.
- channel
Name string - enabled boolean
Whether your cluster has Prometheus enabled.
- flow
Name string Your Flowdock Flow name.
- license
Key string Your License Key.
- microsoft
Teams stringWebhook Url Your Microsoft Teams incoming webhook URL.
- org
Name string Your Flowdock organization name.
- password string
Your Prometheus password.
- project
Id string The unique ID for the project to get all Third-Party service integrations
- read
Token string Your Insights Query Key.
- region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing
Key string An optional field for your Routing Key.
- scheme string
Your Prometheus protocol scheme configured for requests.
- secret string
An optional field for your webhook secret.
- service
Discovery string Indicates which service discovery method is used, either file or http.
- service
Key string Your Service Key.
- team
Name string - type string
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- url string
Your webhook URL.
- user
Name string Your Prometheus username.
- write
Token string Your Insights Insert Key.
- account_
id str Unique identifier of your New Relic account.
- api_
key str Your API Key.
- api_
token str Your API Token.
- channel_
name str - enabled bool
Whether your cluster has Prometheus enabled.
- flow_
name str Your Flowdock Flow name.
- license_
key str Your License Key.
- microsoft_
teams_ strwebhook_ url Your Microsoft Teams incoming webhook URL.
- org_
name str Your Flowdock organization name.
- password str
Your Prometheus password.
- project_
id str The unique ID for the project to get all Third-Party service integrations
- read_
token str Your Insights Query Key.
- region str
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing_
key str An optional field for your Routing Key.
- scheme str
Your Prometheus protocol scheme configured for requests.
- secret str
An optional field for your webhook secret.
- service_
discovery str Indicates which service discovery method is used, either file or http.
- service_
key str Your Service Key.
- team_
name str - type str
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- url str
Your webhook URL.
- user_
name str Your Prometheus username.
- write_
token str Your Insights Insert Key.
- account
Id String Unique identifier of your New Relic account.
- api
Key String Your API Key.
- api
Token String Your API Token.
- channel
Name String - enabled Boolean
Whether your cluster has Prometheus enabled.
- flow
Name String Your Flowdock Flow name.
- license
Key String Your License Key.
- microsoft
Teams StringWebhook Url Your Microsoft Teams incoming webhook URL.
- org
Name String Your Flowdock organization name.
- password String
Your Prometheus password.
- project
Id String The unique ID for the project to get all Third-Party service integrations
- read
Token String Your Insights Query Key.
- region String
Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
- routing
Key String An optional field for your Routing Key.
- scheme String
Your Prometheus protocol scheme configured for requests.
- secret String
An optional field for your webhook secret.
- service
Discovery String Indicates which service discovery method is used, either file or http.
- service
Key String Your Service Key.
- team
Name String - type String
Third-Party Integration Settings type
- PAGER_DUTY
- DATADOG
- NEW_RELIC*
- OPS_GENIE
- VICTOR_OPS
- FLOWDOCK*
- WEBHOOK
- MICROSOFT_TEAMS
- PROMETHEUS
- url String
Your webhook URL.
- user
Name String Your Prometheus username.
- write
Token String Your Insights Insert Key.
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
mongodbatlas
Terraform Provider.