@pulumi/mongodbatlas 3.4.0 → 3.6.0-alpha.1662645483
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/advancedCluster.d.ts +0 -8
- package/advancedCluster.js +0 -8
- package/advancedCluster.js.map +1 -1
- package/cloudBackupSchedule.d.ts +33 -6
- package/cloudBackupSchedule.js +10 -4
- package/cloudBackupSchedule.js.map +1 -1
- package/cloudBackupSnapshot.d.ts +0 -31
- package/cloudBackupSnapshot.js +0 -31
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +28 -4
- package/cloudBackupSnapshotRestoreJob.js +1 -1
- package/cloudBackupSnapshotRestoreJob.js.map +1 -1
- package/cloudProviderSnapshot.d.ts +0 -32
- package/cloudProviderSnapshot.js +0 -32
- package/cloudProviderSnapshot.js.map +1 -1
- package/cluster.d.ts +3 -3
- package/eventTrigger.d.ts +13 -0
- package/eventTrigger.js +3 -0
- package/eventTrigger.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +190 -0
- package/federatedSettingsIdentityProvider.js +120 -0
- package/federatedSettingsIdentityProvider.js.map +1 -0
- package/federatedSettingsOrgConfig.d.ts +54 -0
- package/federatedSettingsOrgConfig.js +71 -0
- package/federatedSettingsOrgConfig.js.map +1 -0
- package/federatedSettingsOrgRoleMapping.d.ts +140 -0
- package/federatedSettingsOrgRoleMapping.js +122 -0
- package/federatedSettingsOrgRoleMapping.js.map +1 -0
- package/getAdvancedCluster.d.ts +1 -1
- package/getAdvancedCluster.js +1 -1
- package/getAdvancedClusters.d.ts +0 -26
- package/getAdvancedClusters.js +0 -26
- package/getAdvancedClusters.js.map +1 -1
- package/getCloudBackupSchedule.d.ts +9 -0
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +3 -0
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudProviderSnapshotRestoreJob.d.ts +3 -0
- package/getCloudProviderSnapshotRestoreJob.js.map +1 -1
- package/getCloudProviderSnapshotRestoreJobs.d.ts +0 -32
- package/getCloudProviderSnapshotRestoreJobs.js +0 -32
- package/getCloudProviderSnapshotRestoreJobs.js.map +1 -1
- package/getEventTrigger.d.ts +4 -0
- package/getEventTrigger.js.map +1 -1
- package/getFederatedSettings.d.ts +61 -0
- package/getFederatedSettings.js +36 -0
- package/getFederatedSettings.js.map +1 -0
- package/getFederatedSettingsIdentityProvider.d.ts +122 -0
- package/getFederatedSettingsIdentityProvider.js +48 -0
- package/getFederatedSettingsIdentityProvider.js.map +1 -0
- package/getFederatedSettingsIdentityProviders.d.ts +79 -0
- package/getFederatedSettingsIdentityProviders.js +46 -0
- package/getFederatedSettingsIdentityProviders.js.map +1 -0
- package/getFederatedSettingsOrgConfig.d.ts +83 -0
- package/getFederatedSettingsOrgConfig.js +44 -0
- package/getFederatedSettingsOrgConfig.js.map +1 -0
- package/getFederatedSettingsOrgConfigs.d.ts +77 -0
- package/getFederatedSettingsOrgConfigs.js +44 -0
- package/getFederatedSettingsOrgConfigs.js.map +1 -0
- package/getFederatedSettingsOrgRoleMapping.d.ts +102 -0
- package/getFederatedSettingsOrgRoleMapping.js +74 -0
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -0
- package/getFederatedSettingsOrgRoleMappings.d.ts +66 -0
- package/getFederatedSettingsOrgRoleMappings.js +28 -0
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -0
- package/getPrivateEndpointRegionalMode.d.ts +45 -0
- package/getPrivateEndpointRegionalMode.js +28 -0
- package/getPrivateEndpointRegionalMode.js.map +1 -0
- package/getPrivatelinkEndpointServiceAdl.d.ts +0 -17
- package/getPrivatelinkEndpointServiceAdl.js +0 -17
- package/getPrivatelinkEndpointServiceAdl.js.map +1 -1
- package/getProject.d.ts +20 -0
- package/getProject.js.map +1 -1
- package/getServerlessInstance.d.ts +96 -0
- package/getServerlessInstance.js +44 -0
- package/getServerlessInstance.js.map +1 -0
- package/getServerlessInstances.d.ts +55 -0
- package/getServerlessInstances.js +41 -0
- package/getServerlessInstances.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +68 -0
- package/getThirdPartyIntegration.js +5 -0
- package/getThirdPartyIntegration.js.map +1 -1
- package/globalClusterConfig.d.ts +2 -2
- package/globalClusterConfig.js +2 -2
- package/index.d.ts +15 -0
- package/index.js +35 -0
- package/index.js.map +1 -1
- package/orgInvitation.d.ts +1 -13
- package/orgInvitation.js +1 -13
- package/orgInvitation.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/privateEndpointRegionalMode.d.ts +80 -0
- package/privateEndpointRegionalMode.js +65 -0
- package/privateEndpointRegionalMode.js.map +1 -0
- package/privateLinkEndpointService.d.ts +0 -32
- package/privateLinkEndpointService.js +0 -32
- package/privateLinkEndpointService.js.map +1 -1
- package/project.d.ts +65 -0
- package/project.js +15 -0
- package/project.js.map +1 -1
- package/projectInvitation.d.ts +1 -16
- package/projectInvitation.js +1 -16
- package/projectInvitation.js.map +1 -1
- package/provider.d.ts +5 -5
- package/provider.js +0 -6
- package/provider.js.map +1 -1
- package/searchIndex.d.ts +4 -4
- package/searchIndex.js +4 -4
- package/serverlessInstance.d.ts +166 -0
- package/serverlessInstance.js +109 -0
- package/serverlessInstance.js.map +1 -0
- package/thirdPartyIntegration.d.ts +78 -0
- package/thirdPartyIntegration.js +12 -0
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +60 -8
- package/types/output.d.ts +559 -5
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* `mongodbatlas.getFederatedSettingsOrgRoleMappings` provides an Federated Settings Org Role Mapping datasource. Atlas Cloud Federated Settings Org Role Mapping provides federated settings outputs for the configured Org Role Mapping.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFederatedSettingsOrgRoleMappings(args: GetFederatedSettingsOrgRoleMappingsArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedSettingsOrgRoleMappingsResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFederatedSettingsOrgRoleMappings.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFederatedSettingsOrgRoleMappingsArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Unique 24-hexadecimal digit string that identifies the federated authentication configuration.
|
|
13
|
+
*/
|
|
14
|
+
federationSettingsId: string;
|
|
15
|
+
/**
|
|
16
|
+
* Number of items to return per page, up to a maximum of 500. Defaults to `100`.
|
|
17
|
+
*/
|
|
18
|
+
itemsPerPage?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Unique 24-hexadecimal digit string that identifies the organization that contains your projects.
|
|
21
|
+
*/
|
|
22
|
+
orgId: string;
|
|
23
|
+
/**
|
|
24
|
+
* The page to return. Defaults to `1`.
|
|
25
|
+
*/
|
|
26
|
+
pageNum?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getFederatedSettingsOrgRoleMappings.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetFederatedSettingsOrgRoleMappingsResult {
|
|
32
|
+
readonly federationSettingsId: string;
|
|
33
|
+
/**
|
|
34
|
+
* The provider-assigned unique ID for this managed resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
readonly itemsPerPage?: number;
|
|
38
|
+
readonly orgId: string;
|
|
39
|
+
readonly pageNum?: number;
|
|
40
|
+
/**
|
|
41
|
+
* Includes cloudProviderSnapshot object for each item detailed in the results array section.
|
|
42
|
+
*/
|
|
43
|
+
readonly results: outputs.GetFederatedSettingsOrgRoleMappingsResult[];
|
|
44
|
+
}
|
|
45
|
+
export declare function getFederatedSettingsOrgRoleMappingsOutput(args: GetFederatedSettingsOrgRoleMappingsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedSettingsOrgRoleMappingsResult>;
|
|
46
|
+
/**
|
|
47
|
+
* A collection of arguments for invoking getFederatedSettingsOrgRoleMappings.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetFederatedSettingsOrgRoleMappingsOutputArgs {
|
|
50
|
+
/**
|
|
51
|
+
* Unique 24-hexadecimal digit string that identifies the federated authentication configuration.
|
|
52
|
+
*/
|
|
53
|
+
federationSettingsId: pulumi.Input<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Number of items to return per page, up to a maximum of 500. Defaults to `100`.
|
|
56
|
+
*/
|
|
57
|
+
itemsPerPage?: pulumi.Input<number>;
|
|
58
|
+
/**
|
|
59
|
+
* Unique 24-hexadecimal digit string that identifies the organization that contains your projects.
|
|
60
|
+
*/
|
|
61
|
+
orgId: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The page to return. Defaults to `1`.
|
|
64
|
+
*/
|
|
65
|
+
pageNum?: pulumi.Input<number>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFederatedSettingsOrgRoleMappingsOutput = exports.getFederatedSettingsOrgRoleMappings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* `mongodbatlas.getFederatedSettingsOrgRoleMappings` provides an Federated Settings Org Role Mapping datasource. Atlas Cloud Federated Settings Org Role Mapping provides federated settings outputs for the configured Org Role Mapping.
|
|
10
|
+
*/
|
|
11
|
+
function getFederatedSettingsOrgRoleMappings(args, opts) {
|
|
12
|
+
if (!opts) {
|
|
13
|
+
opts = {};
|
|
14
|
+
}
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
16
|
+
return pulumi.runtime.invoke("mongodbatlas:index/getFederatedSettingsOrgRoleMappings:getFederatedSettingsOrgRoleMappings", {
|
|
17
|
+
"federationSettingsId": args.federationSettingsId,
|
|
18
|
+
"itemsPerPage": args.itemsPerPage,
|
|
19
|
+
"orgId": args.orgId,
|
|
20
|
+
"pageNum": args.pageNum,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getFederatedSettingsOrgRoleMappings = getFederatedSettingsOrgRoleMappings;
|
|
24
|
+
function getFederatedSettingsOrgRoleMappingsOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply(a => getFederatedSettingsOrgRoleMappings(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getFederatedSettingsOrgRoleMappingsOutput = getFederatedSettingsOrgRoleMappingsOutput;
|
|
28
|
+
//# sourceMappingURL=getFederatedSettingsOrgRoleMappings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedSettingsOrgRoleMappings.js","sourceRoot":"","sources":["../getFederatedSettingsOrgRoleMappings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4FAA4F,EAAE;QACvH,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kFAYC;AA0CD,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAA2B;IACtI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mCAAmC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,8FAEC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `privateEndpointRegionalMode` describe a Private Endpoint Regional Mode. This represents a Private Endpoint Regional Mode Connection that wants to retrieve settings of an Atlas project.
|
|
4
|
+
*
|
|
5
|
+
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getPrivateEndpointRegionalMode(args: GetPrivateEndpointRegionalModeArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointRegionalModeResult>;
|
|
8
|
+
/**
|
|
9
|
+
* A collection of arguments for invoking getPrivateEndpointRegionalMode.
|
|
10
|
+
*/
|
|
11
|
+
export interface GetPrivateEndpointRegionalModeArgs {
|
|
12
|
+
/**
|
|
13
|
+
* Flag that indicates whether the regionalized private endpoitn setting is enabled for the project.
|
|
14
|
+
*/
|
|
15
|
+
enabled?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Unique identifier for the project.
|
|
18
|
+
*/
|
|
19
|
+
projectId: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A collection of values returned by getPrivateEndpointRegionalMode.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetPrivateEndpointRegionalModeResult {
|
|
25
|
+
readonly enabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The provider-assigned unique ID for this managed resource.
|
|
28
|
+
*/
|
|
29
|
+
readonly id: string;
|
|
30
|
+
readonly projectId: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function getPrivateEndpointRegionalModeOutput(args: GetPrivateEndpointRegionalModeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateEndpointRegionalModeResult>;
|
|
33
|
+
/**
|
|
34
|
+
* A collection of arguments for invoking getPrivateEndpointRegionalMode.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetPrivateEndpointRegionalModeOutputArgs {
|
|
37
|
+
/**
|
|
38
|
+
* Flag that indicates whether the regionalized private endpoitn setting is enabled for the project.
|
|
39
|
+
*/
|
|
40
|
+
enabled?: pulumi.Input<boolean>;
|
|
41
|
+
/**
|
|
42
|
+
* Unique identifier for the project.
|
|
43
|
+
*/
|
|
44
|
+
projectId: pulumi.Input<string>;
|
|
45
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPrivateEndpointRegionalModeOutput = exports.getPrivateEndpointRegionalMode = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* `privateEndpointRegionalMode` describe a Private Endpoint Regional Mode. This represents a Private Endpoint Regional Mode Connection that wants to retrieve settings of an Atlas project.
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
12
|
+
*/
|
|
13
|
+
function getPrivateEndpointRegionalMode(args, opts) {
|
|
14
|
+
if (!opts) {
|
|
15
|
+
opts = {};
|
|
16
|
+
}
|
|
17
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
18
|
+
return pulumi.runtime.invoke("mongodbatlas:index/getPrivateEndpointRegionalMode:getPrivateEndpointRegionalMode", {
|
|
19
|
+
"enabled": args.enabled,
|
|
20
|
+
"projectId": args.projectId,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getPrivateEndpointRegionalMode = getPrivateEndpointRegionalMode;
|
|
24
|
+
function getPrivateEndpointRegionalModeOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply(a => getPrivateEndpointRegionalMode(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getPrivateEndpointRegionalModeOutput = getPrivateEndpointRegionalModeOutput;
|
|
28
|
+
//# sourceMappingURL=getPrivateEndpointRegionalMode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPrivateEndpointRegionalMode.js","sourceRoot":"","sources":["../getPrivateEndpointRegionalMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wEAUC;AA4BD,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,8BAA8B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,oFAEC"}
|
|
@@ -5,23 +5,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
|
-
* ### Basic
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
12
|
-
*
|
|
13
|
-
* const adlTest = new mongodbatlas.PrivatelinkEndpointServiceAdl("adlTest", {
|
|
14
|
-
* projectId: "<PROJECT_ID>",
|
|
15
|
-
* endpointId: "<ENDPOINT_ID>",
|
|
16
|
-
* comment: "Comment for PrivateLink endpoint ADL",
|
|
17
|
-
* type: "DATA_LAKE",
|
|
18
|
-
* providerName: "AWS",
|
|
19
|
-
* });
|
|
20
|
-
* const test = mongodbatlas.getPrivatelinkEndpointServiceAdlOutput({
|
|
21
|
-
* projectId: adlTest.projectId,
|
|
22
|
-
* privateLinkId: adlTest.endpointId,
|
|
23
|
-
* });
|
|
24
|
-
* ```
|
|
25
8
|
*/
|
|
26
9
|
export declare function getPrivatelinkEndpointServiceAdl(args: GetPrivatelinkEndpointServiceAdlArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivatelinkEndpointServiceAdlResult>;
|
|
27
10
|
/**
|
|
@@ -11,23 +11,6 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
|
-
* ### Basic
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
18
|
-
*
|
|
19
|
-
* const adlTest = new mongodbatlas.PrivatelinkEndpointServiceAdl("adlTest", {
|
|
20
|
-
* projectId: "<PROJECT_ID>",
|
|
21
|
-
* endpointId: "<ENDPOINT_ID>",
|
|
22
|
-
* comment: "Comment for PrivateLink endpoint ADL",
|
|
23
|
-
* type: "DATA_LAKE",
|
|
24
|
-
* providerName: "AWS",
|
|
25
|
-
* });
|
|
26
|
-
* const test = mongodbatlas.getPrivatelinkEndpointServiceAdlOutput({
|
|
27
|
-
* projectId: adlTest.projectId,
|
|
28
|
-
* privateLinkId: adlTest.endpointId,
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
14
|
*/
|
|
32
15
|
function getPrivatelinkEndpointServiceAdl(args, opts) {
|
|
33
16
|
if (!opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivatelinkEndpointServiceAdl.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceAdl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivatelinkEndpointServiceAdl.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceAdl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4EAUC;AAwCD,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gCAAgC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,wFAEC"}
|
package/getProject.d.ts
CHANGED
|
@@ -57,6 +57,26 @@ export interface GetProjectResult {
|
|
|
57
57
|
* The provider-assigned unique ID for this managed resource.
|
|
58
58
|
*/
|
|
59
59
|
readonly id: string;
|
|
60
|
+
/**
|
|
61
|
+
* Flag that indicates whether to enable statistics in [cluster metrics](https://www.mongodb.com/docs/atlas/monitor-cluster-metrics/) collection for the project.
|
|
62
|
+
*/
|
|
63
|
+
readonly isCollectDatabaseSpecificsStatisticsEnabled: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Flag that indicates whether to enable Data Explorer for the project. If enabled, you can query your database with an easy to use interface.
|
|
66
|
+
*/
|
|
67
|
+
readonly isDataExplorerEnabled: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Flag that indicates whether to enable Performance Advisor and Profiler for the project. If enabled, you can analyze database logs to recommend performance improvements.
|
|
70
|
+
*/
|
|
71
|
+
readonly isPerformanceAdvisorEnabled: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Flag that indicates whether to enable Real Time Performance Panel for the project. If enabled, you can see real time metrics from your MongoDB database.
|
|
74
|
+
*/
|
|
75
|
+
readonly isRealtimePerformancePanelEnabled: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Flag that indicates whether to enable Schema Advisor for the project. If enabled, you receive customized recommendations to optimize your data model and enhance performance. Disable this setting to disable schema suggestions in the [Performance Advisor](https://www.mongodb.com/docs/atlas/performance-advisor/#std-label-performance-advisor) and the [Data Explorer](https://www.mongodb.com/docs/atlas/atlas-ui/#std-label-atlas-ui).
|
|
78
|
+
*/
|
|
79
|
+
readonly isSchemaAdvisorEnabled: boolean;
|
|
60
80
|
/**
|
|
61
81
|
* The name of the project you want to create. (Cannot be changed via this Provider after creation.)
|
|
62
82
|
*/
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AA+ED,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* `mongodbatlas.ServerlessInstance` describe a single serverless instance. This represents a single serverless instance that have been created.
|
|
5
|
+
* > **NOTE:** Serverless instances do not support some Atlas features at this time.
|
|
6
|
+
* For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/).
|
|
7
|
+
*
|
|
8
|
+
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
* ### Basic
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
15
|
+
*
|
|
16
|
+
* const testTwo = pulumi.output(mongodbatlas.getServerlessInstance({
|
|
17
|
+
* name: "<SERVERLESS_INSTANCE_NAME>",
|
|
18
|
+
* projectId: "<PROJECT_ID >",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getServerlessInstance(args: GetServerlessInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetServerlessInstanceResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getServerlessInstance.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetServerlessInstanceArgs {
|
|
27
|
+
links?: inputs.GetServerlessInstanceLink[];
|
|
28
|
+
/**
|
|
29
|
+
* Human-readable label that identifies your serverless instance.
|
|
30
|
+
*/
|
|
31
|
+
name: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique 24-hexadecimal digit string that identifies the project that contains your serverless instance.
|
|
34
|
+
*/
|
|
35
|
+
projectId: string;
|
|
36
|
+
/**
|
|
37
|
+
* Stage of deployment of this serverless instance when the resource made its request.
|
|
38
|
+
*/
|
|
39
|
+
stateName?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A collection of values returned by getServerlessInstance.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetServerlessInstanceResult {
|
|
45
|
+
/**
|
|
46
|
+
* Public `mongodb+srv://` connection string that you can use to connect to this serverless instance.
|
|
47
|
+
*/
|
|
48
|
+
readonly connectionStringsStandardSrv: string;
|
|
49
|
+
readonly createDate: string;
|
|
50
|
+
/**
|
|
51
|
+
* Unique 24-hexadecimal digit string that identifies the serverless instance.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly links: outputs.GetServerlessInstanceLink[];
|
|
55
|
+
/**
|
|
56
|
+
* Version of MongoDB that the serverless instance runs, in `<major version>`.`<minor version>` format.
|
|
57
|
+
*/
|
|
58
|
+
readonly mongoDbVersion: string;
|
|
59
|
+
readonly name: string;
|
|
60
|
+
readonly projectId: string;
|
|
61
|
+
/**
|
|
62
|
+
* Cloud service provider on which MongoDB Cloud provisioned the serverless instance.
|
|
63
|
+
*/
|
|
64
|
+
readonly providerSettingsBackingProviderName: string;
|
|
65
|
+
/**
|
|
66
|
+
* Cloud service provider that applies to the provisioned the serverless instance.
|
|
67
|
+
*/
|
|
68
|
+
readonly providerSettingsProviderName: string;
|
|
69
|
+
/**
|
|
70
|
+
* Human-readable label that identifies the physical location of your MongoDB serverless instance. The region you choose can affect network latency for clients accessing your databases.
|
|
71
|
+
*/
|
|
72
|
+
readonly providerSettingsRegionName: string;
|
|
73
|
+
/**
|
|
74
|
+
* Stage of deployment of this serverless instance when the resource made its request.
|
|
75
|
+
*/
|
|
76
|
+
readonly stateName: string;
|
|
77
|
+
}
|
|
78
|
+
export declare function getServerlessInstanceOutput(args: GetServerlessInstanceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerlessInstanceResult>;
|
|
79
|
+
/**
|
|
80
|
+
* A collection of arguments for invoking getServerlessInstance.
|
|
81
|
+
*/
|
|
82
|
+
export interface GetServerlessInstanceOutputArgs {
|
|
83
|
+
links?: pulumi.Input<pulumi.Input<inputs.GetServerlessInstanceLinkArgs>[]>;
|
|
84
|
+
/**
|
|
85
|
+
* Human-readable label that identifies your serverless instance.
|
|
86
|
+
*/
|
|
87
|
+
name: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Unique 24-hexadecimal digit string that identifies the project that contains your serverless instance.
|
|
90
|
+
*/
|
|
91
|
+
projectId: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Stage of deployment of this serverless instance when the resource made its request.
|
|
94
|
+
*/
|
|
95
|
+
stateName?: pulumi.Input<string>;
|
|
96
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getServerlessInstanceOutput = exports.getServerlessInstance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* `mongodbatlas.ServerlessInstance` describe a single serverless instance. This represents a single serverless instance that have been created.
|
|
10
|
+
* > **NOTE:** Serverless instances do not support some Atlas features at this time.
|
|
11
|
+
* For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/).
|
|
12
|
+
*
|
|
13
|
+
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
* ### Basic
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
20
|
+
*
|
|
21
|
+
* const testTwo = pulumi.output(mongodbatlas.getServerlessInstance({
|
|
22
|
+
* name: "<SERVERLESS_INSTANCE_NAME>",
|
|
23
|
+
* projectId: "<PROJECT_ID >",
|
|
24
|
+
* }));
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getServerlessInstance(args, opts) {
|
|
28
|
+
if (!opts) {
|
|
29
|
+
opts = {};
|
|
30
|
+
}
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
32
|
+
return pulumi.runtime.invoke("mongodbatlas:index/getServerlessInstance:getServerlessInstance", {
|
|
33
|
+
"links": args.links,
|
|
34
|
+
"name": args.name,
|
|
35
|
+
"projectId": args.projectId,
|
|
36
|
+
"stateName": args.stateName,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getServerlessInstance = getServerlessInstance;
|
|
40
|
+
function getServerlessInstanceOutput(args, opts) {
|
|
41
|
+
return pulumi.output(args).apply(a => getServerlessInstance(a, opts));
|
|
42
|
+
}
|
|
43
|
+
exports.getServerlessInstanceOutput = getServerlessInstanceOutput;
|
|
44
|
+
//# sourceMappingURL=getServerlessInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerlessInstance.js","sourceRoot":"","sources":["../getServerlessInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sDAYC;AA2DD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* `mongodbatlas.getServerlessInstances` describe all serverless instances. This represents serverless instances that have been created for the specified group id.
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Serverless instances do not support some Atlas features at this time.
|
|
7
|
+
* For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/).
|
|
8
|
+
*
|
|
9
|
+
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
16
|
+
*
|
|
17
|
+
* const dataServerless = pulumi.output(mongodbatlas.getServerlessInstances({
|
|
18
|
+
* projectId: "<PROJECT_ID",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getServerlessInstances(args: GetServerlessInstancesArgs, opts?: pulumi.InvokeOptions): Promise<GetServerlessInstancesResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getServerlessInstances.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetServerlessInstancesArgs {
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the [project](https://docs.atlas.mongodb.com/organizations-projects/#std-label-projects) that contains the specified cluster.
|
|
29
|
+
*/
|
|
30
|
+
projectId: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getServerlessInstances.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetServerlessInstancesResult {
|
|
36
|
+
/**
|
|
37
|
+
* The provider-assigned unique ID for this managed resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
readonly projectId: string;
|
|
41
|
+
/**
|
|
42
|
+
* A list where each represents a search index.
|
|
43
|
+
*/
|
|
44
|
+
readonly results: outputs.GetServerlessInstancesResult[];
|
|
45
|
+
}
|
|
46
|
+
export declare function getServerlessInstancesOutput(args: GetServerlessInstancesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerlessInstancesResult>;
|
|
47
|
+
/**
|
|
48
|
+
* A collection of arguments for invoking getServerlessInstances.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetServerlessInstancesOutputArgs {
|
|
51
|
+
/**
|
|
52
|
+
* Unique identifier for the [project](https://docs.atlas.mongodb.com/organizations-projects/#std-label-projects) that contains the specified cluster.
|
|
53
|
+
*/
|
|
54
|
+
projectId: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getServerlessInstancesOutput = exports.getServerlessInstances = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* `mongodbatlas.getServerlessInstances` describe all serverless instances. This represents serverless instances that have been created for the specified group id.
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Serverless instances do not support some Atlas features at this time.
|
|
12
|
+
* For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/).
|
|
13
|
+
*
|
|
14
|
+
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
21
|
+
*
|
|
22
|
+
* const dataServerless = pulumi.output(mongodbatlas.getServerlessInstances({
|
|
23
|
+
* projectId: "<PROJECT_ID",
|
|
24
|
+
* }));
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getServerlessInstances(args, opts) {
|
|
28
|
+
if (!opts) {
|
|
29
|
+
opts = {};
|
|
30
|
+
}
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
32
|
+
return pulumi.runtime.invoke("mongodbatlas:index/getServerlessInstances:getServerlessInstances", {
|
|
33
|
+
"projectId": args.projectId,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getServerlessInstances = getServerlessInstances;
|
|
37
|
+
function getServerlessInstancesOutput(args, opts) {
|
|
38
|
+
return pulumi.output(args).apply(a => getServerlessInstances(a, opts));
|
|
39
|
+
}
|
|
40
|
+
exports.getServerlessInstancesOutput = getServerlessInstancesOutput;
|
|
41
|
+
//# sourceMappingURL=getServerlessInstances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerlessInstances.js","sourceRoot":"","sources":["../getServerlessInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC;AA2BD,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
|
|
@@ -27,10 +27,27 @@ export declare function getThirdPartyIntegration(args: GetThirdPartyIntegrationA
|
|
|
27
27
|
* A collection of arguments for invoking getThirdPartyIntegration.
|
|
28
28
|
*/
|
|
29
29
|
export interface GetThirdPartyIntegrationArgs {
|
|
30
|
+
/**
|
|
31
|
+
* Whether your cluster has Prometheus enabled.
|
|
32
|
+
*/
|
|
33
|
+
enabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Your Microsoft Teams incoming webhook URL.
|
|
36
|
+
* * `PROMETHEUS`
|
|
37
|
+
*/
|
|
38
|
+
microsoftTeamsWebhookUrl?: string;
|
|
30
39
|
/**
|
|
31
40
|
* The unique ID for the project to get all Third-Party service integrations
|
|
32
41
|
*/
|
|
33
42
|
projectId: string;
|
|
43
|
+
/**
|
|
44
|
+
* Your Prometheus protocol scheme configured for requests.
|
|
45
|
+
*/
|
|
46
|
+
scheme?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Indicates which service discovery method is used, either file or http.
|
|
49
|
+
*/
|
|
50
|
+
serviceDiscovery?: string;
|
|
34
51
|
/**
|
|
35
52
|
* Third-Party service integration type
|
|
36
53
|
* * PAGER_DUTY
|
|
@@ -40,8 +57,14 @@ export interface GetThirdPartyIntegrationArgs {
|
|
|
40
57
|
* * VICTOR_OPS
|
|
41
58
|
* * FLOWDOCK
|
|
42
59
|
* * WEBHOOK
|
|
60
|
+
* * MICROSOFT_TEAMS
|
|
61
|
+
* * PROMETHEUS
|
|
43
62
|
*/
|
|
44
63
|
type: string;
|
|
64
|
+
/**
|
|
65
|
+
* Your Prometheus username.
|
|
66
|
+
*/
|
|
67
|
+
userName?: string;
|
|
45
68
|
}
|
|
46
69
|
/**
|
|
47
70
|
* A collection of values returned by getThirdPartyIntegration.
|
|
@@ -60,6 +83,10 @@ export interface GetThirdPartyIntegrationResult {
|
|
|
60
83
|
*/
|
|
61
84
|
readonly apiToken: string;
|
|
62
85
|
readonly channelName: string;
|
|
86
|
+
/**
|
|
87
|
+
* Whether your cluster has Prometheus enabled.
|
|
88
|
+
*/
|
|
89
|
+
readonly enabled?: boolean;
|
|
63
90
|
/**
|
|
64
91
|
* Your Flowdock Flow name.
|
|
65
92
|
*/
|
|
@@ -72,6 +99,11 @@ export interface GetThirdPartyIntegrationResult {
|
|
|
72
99
|
* Your License Key.
|
|
73
100
|
*/
|
|
74
101
|
readonly licenseKey: string;
|
|
102
|
+
/**
|
|
103
|
+
* Your Microsoft Teams incoming webhook URL.
|
|
104
|
+
* * `PROMETHEUS`
|
|
105
|
+
*/
|
|
106
|
+
readonly microsoftTeamsWebhookUrl?: string;
|
|
75
107
|
/**
|
|
76
108
|
* Your Flowdock organization name.
|
|
77
109
|
* * `WEBHOOK`
|
|
@@ -93,10 +125,19 @@ export interface GetThirdPartyIntegrationResult {
|
|
|
93
125
|
* * `FLOWDOCK`
|
|
94
126
|
*/
|
|
95
127
|
readonly routingKey: string;
|
|
128
|
+
/**
|
|
129
|
+
* Your Prometheus protocol scheme configured for requests.
|
|
130
|
+
*/
|
|
131
|
+
readonly scheme?: string;
|
|
96
132
|
/**
|
|
97
133
|
* An optional field for your webhook secret.
|
|
134
|
+
* * `MICROSOFT_TEAMS`
|
|
98
135
|
*/
|
|
99
136
|
readonly secret: string;
|
|
137
|
+
/**
|
|
138
|
+
* Indicates which service discovery method is used, either file or http.
|
|
139
|
+
*/
|
|
140
|
+
readonly serviceDiscovery?: string;
|
|
100
141
|
/**
|
|
101
142
|
* Your Service Key.
|
|
102
143
|
* * `DATADOG`
|
|
@@ -111,6 +152,10 @@ export interface GetThirdPartyIntegrationResult {
|
|
|
111
152
|
* Your webhook URL.
|
|
112
153
|
*/
|
|
113
154
|
readonly url: string;
|
|
155
|
+
/**
|
|
156
|
+
* Your Prometheus username.
|
|
157
|
+
*/
|
|
158
|
+
readonly userName?: string;
|
|
114
159
|
/**
|
|
115
160
|
* Your Insights Insert Key.
|
|
116
161
|
*/
|
|
@@ -121,10 +166,27 @@ export declare function getThirdPartyIntegrationOutput(args: GetThirdPartyIntegr
|
|
|
121
166
|
* A collection of arguments for invoking getThirdPartyIntegration.
|
|
122
167
|
*/
|
|
123
168
|
export interface GetThirdPartyIntegrationOutputArgs {
|
|
169
|
+
/**
|
|
170
|
+
* Whether your cluster has Prometheus enabled.
|
|
171
|
+
*/
|
|
172
|
+
enabled?: pulumi.Input<boolean>;
|
|
173
|
+
/**
|
|
174
|
+
* Your Microsoft Teams incoming webhook URL.
|
|
175
|
+
* * `PROMETHEUS`
|
|
176
|
+
*/
|
|
177
|
+
microsoftTeamsWebhookUrl?: pulumi.Input<string>;
|
|
124
178
|
/**
|
|
125
179
|
* The unique ID for the project to get all Third-Party service integrations
|
|
126
180
|
*/
|
|
127
181
|
projectId: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Your Prometheus protocol scheme configured for requests.
|
|
184
|
+
*/
|
|
185
|
+
scheme?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Indicates which service discovery method is used, either file or http.
|
|
188
|
+
*/
|
|
189
|
+
serviceDiscovery?: pulumi.Input<string>;
|
|
128
190
|
/**
|
|
129
191
|
* Third-Party service integration type
|
|
130
192
|
* * PAGER_DUTY
|
|
@@ -134,6 +196,12 @@ export interface GetThirdPartyIntegrationOutputArgs {
|
|
|
134
196
|
* * VICTOR_OPS
|
|
135
197
|
* * FLOWDOCK
|
|
136
198
|
* * WEBHOOK
|
|
199
|
+
* * MICROSOFT_TEAMS
|
|
200
|
+
* * PROMETHEUS
|
|
137
201
|
*/
|
|
138
202
|
type: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Your Prometheus username.
|
|
205
|
+
*/
|
|
206
|
+
userName?: pulumi.Input<string>;
|
|
139
207
|
}
|