@pulumi/mongodbatlas 3.37.0-alpha.1762410787 → 3.37.0-alpha.1763072353
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/dataLakePipeline.d.ts +54 -0
- package/dataLakePipeline.js +54 -0
- package/dataLakePipeline.js.map +1 -1
- package/eventTrigger.d.ts +2 -2
- package/eventTrigger.js +2 -2
- package/flexCluster.d.ts +26 -0
- package/flexCluster.js +26 -0
- package/flexCluster.js.map +1 -1
- package/get509AuthenticationDatabaseUser.d.ts +58 -2
- package/get509AuthenticationDatabaseUser.js +58 -2
- package/get509AuthenticationDatabaseUser.js.map +1 -1
- package/getAccessListApiKey.d.ts +30 -0
- package/getAccessListApiKey.js +30 -0
- package/getAccessListApiKey.js.map +1 -1
- package/getAccessListApiKeys.d.ts +30 -0
- package/getAccessListApiKeys.js +30 -0
- package/getAccessListApiKeys.js.map +1 -1
- package/getCloudBackupSchedule.d.ts +108 -0
- package/getCloudBackupSchedule.js +108 -0
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +54 -0
- package/getCloudBackupSnapshotRestoreJob.js +54 -0
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCustomDbRoles.d.ts +50 -0
- package/getCustomDbRoles.js +50 -0
- package/getCustomDbRoles.js.map +1 -1
- package/getDataLakePipeline.d.ts +116 -0
- package/getDataLakePipeline.js +116 -0
- package/getDataLakePipeline.js.map +1 -1
- package/getDataLakePipelineRuns.d.ts +74 -0
- package/getDataLakePipelineRuns.js +74 -0
- package/getDataLakePipelineRuns.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +68 -0
- package/getFederatedSettingsOrgRoleMappings.js +68 -0
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getFlexCluster.d.ts +50 -0
- package/getFlexCluster.js +50 -0
- package/getFlexCluster.js.map +1 -1
- package/getFlexClusters.d.ts +50 -0
- package/getFlexClusters.js +50 -0
- package/getFlexClusters.js.map +1 -1
- package/getSearchDeployment.d.ts +78 -0
- package/getSearchDeployment.js +78 -0
- package/getSearchDeployment.js.map +1 -1
- package/getStreamPrivatelinkEndpoint.d.ts +140 -0
- package/getStreamPrivatelinkEndpoint.js +140 -0
- package/getStreamPrivatelinkEndpoint.js.map +1 -1
- package/getStreamPrivatelinkEndpoints.d.ts +140 -0
- package/getStreamPrivatelinkEndpoints.js +140 -0
- package/getStreamPrivatelinkEndpoints.js.map +1 -1
- package/getStreamProcessor.d.ts +264 -0
- package/getStreamProcessor.js +264 -0
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +264 -0
- package/getStreamProcessors.js +264 -0
- package/getStreamProcessors.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +58 -2
- package/getX509AuthenticationDatabaseUser.js +58 -2
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/package.json +2 -2
- package/searchDeployment.d.ts +40 -0
- package/searchDeployment.js +40 -0
- package/searchDeployment.js.map +1 -1
- package/searchIndex.d.ts +39 -39
- package/searchIndex.js +39 -39
- package/streamConnection.d.ts +40 -0
- package/streamConnection.js +40 -0
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +14 -0
- package/streamInstance.js +14 -0
- package/streamInstance.js.map +1 -1
- package/streamPrivatelinkEndpoint.d.ts +70 -0
- package/streamPrivatelinkEndpoint.js +70 -0
- package/streamPrivatelinkEndpoint.js.map +1 -1
- package/streamProcessor.d.ts +133 -0
- package/streamProcessor.js +133 -0
- package/streamProcessor.js.map +1 -1
- package/x509authenticationDatabaseUser.d.ts +63 -0
- package/x509authenticationDatabaseUser.js +63 -0
- package/x509authenticationDatabaseUser.js.map +1 -1
package/getStreamProcessors.js
CHANGED
|
@@ -13,6 +13,138 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
15
15
|
* ### S
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
19
|
+
*
|
|
20
|
+
* const example = new mongodbatlas.StreamInstance("example", {
|
|
21
|
+
* projectId: projectId,
|
|
22
|
+
* instanceName: "InstanceName",
|
|
23
|
+
* dataProcessRegion: {
|
|
24
|
+
* region: "VIRGINIA_USA",
|
|
25
|
+
* cloudProvider: "AWS",
|
|
26
|
+
* },
|
|
27
|
+
* });
|
|
28
|
+
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
29
|
+
* projectId: projectId,
|
|
30
|
+
* instanceName: example.instanceName,
|
|
31
|
+
* connectionName: "sample_stream_solar",
|
|
32
|
+
* type: "Sample",
|
|
33
|
+
* });
|
|
34
|
+
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
35
|
+
* projectId: projectId,
|
|
36
|
+
* instanceName: example.instanceName,
|
|
37
|
+
* connectionName: "ClusterConnection",
|
|
38
|
+
* type: "Cluster",
|
|
39
|
+
* clusterName: clusterName,
|
|
40
|
+
* dbRoleToExecute: {
|
|
41
|
+
* role: "atlasAdmin",
|
|
42
|
+
* type: "BUILT_IN",
|
|
43
|
+
* },
|
|
44
|
+
* });
|
|
45
|
+
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
46
|
+
* projectId: projectId,
|
|
47
|
+
* instanceName: example.instanceName,
|
|
48
|
+
* connectionName: "KafkaPlaintextConnection",
|
|
49
|
+
* type: "Kafka",
|
|
50
|
+
* authentication: {
|
|
51
|
+
* mechanism: "PLAIN",
|
|
52
|
+
* username: kafkaUsername,
|
|
53
|
+
* password: kafkaPassword,
|
|
54
|
+
* },
|
|
55
|
+
* bootstrapServers: "localhost:9092,localhost:9092",
|
|
56
|
+
* config: {
|
|
57
|
+
* "auto.offset.reset": "earliest",
|
|
58
|
+
* },
|
|
59
|
+
* security: {
|
|
60
|
+
* protocol: "SASL_PLAINTEXT",
|
|
61
|
+
* },
|
|
62
|
+
* });
|
|
63
|
+
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
64
|
+
* projectId: projectId,
|
|
65
|
+
* instanceName: example.instanceName,
|
|
66
|
+
* processorName: "sampleProcessorName",
|
|
67
|
+
* pipeline: JSON.stringify([
|
|
68
|
+
* {
|
|
69
|
+
* $source: {
|
|
70
|
+
* connectionName: mongodbatlasStreamConnection["example-sample"].connectionName,
|
|
71
|
+
* },
|
|
72
|
+
* },
|
|
73
|
+
* {
|
|
74
|
+
* $emit: {
|
|
75
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
76
|
+
* db: "sample",
|
|
77
|
+
* coll: "solar",
|
|
78
|
+
* timeseries: {
|
|
79
|
+
* timeField: "_ts",
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
82
|
+
* },
|
|
83
|
+
* ]),
|
|
84
|
+
* state: "STARTED",
|
|
85
|
+
* });
|
|
86
|
+
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
87
|
+
* projectId: projectId,
|
|
88
|
+
* instanceName: example.instanceName,
|
|
89
|
+
* processorName: "clusterProcessorName",
|
|
90
|
+
* pipeline: JSON.stringify([
|
|
91
|
+
* {
|
|
92
|
+
* $source: {
|
|
93
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
94
|
+
* },
|
|
95
|
+
* },
|
|
96
|
+
* {
|
|
97
|
+
* $emit: {
|
|
98
|
+
* connectionName: mongodbatlasStreamConnection["example-kafka"].connectionName,
|
|
99
|
+
* topic: "topic_from_cluster",
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* ]),
|
|
103
|
+
* state: "CREATED",
|
|
104
|
+
* });
|
|
105
|
+
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
106
|
+
* projectId: projectId,
|
|
107
|
+
* instanceName: example.instanceName,
|
|
108
|
+
* processorName: "kafkaProcessorName",
|
|
109
|
+
* pipeline: JSON.stringify([
|
|
110
|
+
* {
|
|
111
|
+
* $source: {
|
|
112
|
+
* connectionName: mongodbatlasStreamConnection["example-kafka"].connectionName,
|
|
113
|
+
* topic: "topic_source",
|
|
114
|
+
* },
|
|
115
|
+
* },
|
|
116
|
+
* {
|
|
117
|
+
* $emit: {
|
|
118
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
119
|
+
* db: "kafka",
|
|
120
|
+
* coll: "topic_source",
|
|
121
|
+
* timeseries: {
|
|
122
|
+
* timeField: "ts",
|
|
123
|
+
* },
|
|
124
|
+
* },
|
|
125
|
+
* },
|
|
126
|
+
* ]),
|
|
127
|
+
* state: "CREATED",
|
|
128
|
+
* options: {
|
|
129
|
+
* dlq: {
|
|
130
|
+
* coll: "exampleColumn",
|
|
131
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
132
|
+
* db: "exampleDb",
|
|
133
|
+
* },
|
|
134
|
+
* },
|
|
135
|
+
* });
|
|
136
|
+
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
137
|
+
* projectId: projectId,
|
|
138
|
+
* instanceName: instanceName,
|
|
139
|
+
* }));
|
|
140
|
+
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
141
|
+
* projectId: projectId,
|
|
142
|
+
* instanceName: instanceName,
|
|
143
|
+
* processorName: processorName,
|
|
144
|
+
* }));
|
|
145
|
+
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
146
|
+
* export const streamProcessorsResults = example_stream_processors.apply(example_stream_processors => example_stream_processors.results);
|
|
147
|
+
* ```
|
|
16
148
|
*/
|
|
17
149
|
function getStreamProcessors(args, opts) {
|
|
18
150
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -30,6 +162,138 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
30
162
|
* ## Example Usage
|
|
31
163
|
*
|
|
32
164
|
* ### S
|
|
165
|
+
* ```typescript
|
|
166
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
167
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
168
|
+
*
|
|
169
|
+
* const example = new mongodbatlas.StreamInstance("example", {
|
|
170
|
+
* projectId: projectId,
|
|
171
|
+
* instanceName: "InstanceName",
|
|
172
|
+
* dataProcessRegion: {
|
|
173
|
+
* region: "VIRGINIA_USA",
|
|
174
|
+
* cloudProvider: "AWS",
|
|
175
|
+
* },
|
|
176
|
+
* });
|
|
177
|
+
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
178
|
+
* projectId: projectId,
|
|
179
|
+
* instanceName: example.instanceName,
|
|
180
|
+
* connectionName: "sample_stream_solar",
|
|
181
|
+
* type: "Sample",
|
|
182
|
+
* });
|
|
183
|
+
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
184
|
+
* projectId: projectId,
|
|
185
|
+
* instanceName: example.instanceName,
|
|
186
|
+
* connectionName: "ClusterConnection",
|
|
187
|
+
* type: "Cluster",
|
|
188
|
+
* clusterName: clusterName,
|
|
189
|
+
* dbRoleToExecute: {
|
|
190
|
+
* role: "atlasAdmin",
|
|
191
|
+
* type: "BUILT_IN",
|
|
192
|
+
* },
|
|
193
|
+
* });
|
|
194
|
+
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
195
|
+
* projectId: projectId,
|
|
196
|
+
* instanceName: example.instanceName,
|
|
197
|
+
* connectionName: "KafkaPlaintextConnection",
|
|
198
|
+
* type: "Kafka",
|
|
199
|
+
* authentication: {
|
|
200
|
+
* mechanism: "PLAIN",
|
|
201
|
+
* username: kafkaUsername,
|
|
202
|
+
* password: kafkaPassword,
|
|
203
|
+
* },
|
|
204
|
+
* bootstrapServers: "localhost:9092,localhost:9092",
|
|
205
|
+
* config: {
|
|
206
|
+
* "auto.offset.reset": "earliest",
|
|
207
|
+
* },
|
|
208
|
+
* security: {
|
|
209
|
+
* protocol: "SASL_PLAINTEXT",
|
|
210
|
+
* },
|
|
211
|
+
* });
|
|
212
|
+
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
213
|
+
* projectId: projectId,
|
|
214
|
+
* instanceName: example.instanceName,
|
|
215
|
+
* processorName: "sampleProcessorName",
|
|
216
|
+
* pipeline: JSON.stringify([
|
|
217
|
+
* {
|
|
218
|
+
* $source: {
|
|
219
|
+
* connectionName: mongodbatlasStreamConnection["example-sample"].connectionName,
|
|
220
|
+
* },
|
|
221
|
+
* },
|
|
222
|
+
* {
|
|
223
|
+
* $emit: {
|
|
224
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
225
|
+
* db: "sample",
|
|
226
|
+
* coll: "solar",
|
|
227
|
+
* timeseries: {
|
|
228
|
+
* timeField: "_ts",
|
|
229
|
+
* },
|
|
230
|
+
* },
|
|
231
|
+
* },
|
|
232
|
+
* ]),
|
|
233
|
+
* state: "STARTED",
|
|
234
|
+
* });
|
|
235
|
+
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
236
|
+
* projectId: projectId,
|
|
237
|
+
* instanceName: example.instanceName,
|
|
238
|
+
* processorName: "clusterProcessorName",
|
|
239
|
+
* pipeline: JSON.stringify([
|
|
240
|
+
* {
|
|
241
|
+
* $source: {
|
|
242
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
243
|
+
* },
|
|
244
|
+
* },
|
|
245
|
+
* {
|
|
246
|
+
* $emit: {
|
|
247
|
+
* connectionName: mongodbatlasStreamConnection["example-kafka"].connectionName,
|
|
248
|
+
* topic: "topic_from_cluster",
|
|
249
|
+
* },
|
|
250
|
+
* },
|
|
251
|
+
* ]),
|
|
252
|
+
* state: "CREATED",
|
|
253
|
+
* });
|
|
254
|
+
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
255
|
+
* projectId: projectId,
|
|
256
|
+
* instanceName: example.instanceName,
|
|
257
|
+
* processorName: "kafkaProcessorName",
|
|
258
|
+
* pipeline: JSON.stringify([
|
|
259
|
+
* {
|
|
260
|
+
* $source: {
|
|
261
|
+
* connectionName: mongodbatlasStreamConnection["example-kafka"].connectionName,
|
|
262
|
+
* topic: "topic_source",
|
|
263
|
+
* },
|
|
264
|
+
* },
|
|
265
|
+
* {
|
|
266
|
+
* $emit: {
|
|
267
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
268
|
+
* db: "kafka",
|
|
269
|
+
* coll: "topic_source",
|
|
270
|
+
* timeseries: {
|
|
271
|
+
* timeField: "ts",
|
|
272
|
+
* },
|
|
273
|
+
* },
|
|
274
|
+
* },
|
|
275
|
+
* ]),
|
|
276
|
+
* state: "CREATED",
|
|
277
|
+
* options: {
|
|
278
|
+
* dlq: {
|
|
279
|
+
* coll: "exampleColumn",
|
|
280
|
+
* connectionName: mongodbatlasStreamConnection["example-cluster"].connectionName,
|
|
281
|
+
* db: "exampleDb",
|
|
282
|
+
* },
|
|
283
|
+
* },
|
|
284
|
+
* });
|
|
285
|
+
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
286
|
+
* projectId: projectId,
|
|
287
|
+
* instanceName: instanceName,
|
|
288
|
+
* }));
|
|
289
|
+
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
290
|
+
* projectId: projectId,
|
|
291
|
+
* instanceName: instanceName,
|
|
292
|
+
* processorName: processorName,
|
|
293
|
+
* }));
|
|
294
|
+
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
295
|
+
* export const streamProcessorsResults = example_stream_processors.apply(example_stream_processors => example_stream_processors.results);
|
|
296
|
+
* ```
|
|
33
297
|
*/
|
|
34
298
|
function getStreamProcessorsOutput(args, opts) {
|
|
35
299
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamProcessors.js","sourceRoot":"","sources":["../getStreamProcessors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamProcessors.js","sourceRoot":"","sources":["../getStreamProcessors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4IG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAkCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4IG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
|
@@ -12,6 +12,34 @@ import * as outputs from "./types/output";
|
|
|
12
12
|
* ### S
|
|
13
13
|
*
|
|
14
14
|
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
18
|
+
*
|
|
19
|
+
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
20
|
+
* projectId: "<PROJECT-ID>",
|
|
21
|
+
* username: "myUsername",
|
|
22
|
+
* x509Type: "MANAGED",
|
|
23
|
+
* databaseName: "$external",
|
|
24
|
+
* roles: [{
|
|
25
|
+
* roleName: "atlasAdmin",
|
|
26
|
+
* databaseName: "admin",
|
|
27
|
+
* }],
|
|
28
|
+
* labels: [{
|
|
29
|
+
* key: "My Key",
|
|
30
|
+
* value: "My Value",
|
|
31
|
+
* }],
|
|
32
|
+
* });
|
|
33
|
+
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
34
|
+
* projectId: user.projectId,
|
|
35
|
+
* username: user.username,
|
|
36
|
+
* monthsUntilExpiration: 2,
|
|
37
|
+
* });
|
|
38
|
+
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
39
|
+
* projectId: projectId,
|
|
40
|
+
* username: username,
|
|
41
|
+
* }));
|
|
42
|
+
* ```
|
|
15
43
|
*
|
|
16
44
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
17
45
|
* ```typescript
|
|
@@ -35,7 +63,7 @@ import * as outputs from "./types/output";
|
|
|
35
63
|
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
36
64
|
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
37
65
|
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
38
|
-
* -----END CERTIFICATE
|
|
66
|
+
* -----END CERTIFICATE-----\\"
|
|
39
67
|
* `,
|
|
40
68
|
* });
|
|
41
69
|
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
@@ -85,6 +113,34 @@ export interface GetX509AuthenticationDatabaseUserResult {
|
|
|
85
113
|
* ### S
|
|
86
114
|
*
|
|
87
115
|
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
116
|
+
* ```typescript
|
|
117
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
118
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
119
|
+
*
|
|
120
|
+
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
121
|
+
* projectId: "<PROJECT-ID>",
|
|
122
|
+
* username: "myUsername",
|
|
123
|
+
* x509Type: "MANAGED",
|
|
124
|
+
* databaseName: "$external",
|
|
125
|
+
* roles: [{
|
|
126
|
+
* roleName: "atlasAdmin",
|
|
127
|
+
* databaseName: "admin",
|
|
128
|
+
* }],
|
|
129
|
+
* labels: [{
|
|
130
|
+
* key: "My Key",
|
|
131
|
+
* value: "My Value",
|
|
132
|
+
* }],
|
|
133
|
+
* });
|
|
134
|
+
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
135
|
+
* projectId: user.projectId,
|
|
136
|
+
* username: user.username,
|
|
137
|
+
* monthsUntilExpiration: 2,
|
|
138
|
+
* });
|
|
139
|
+
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
140
|
+
* projectId: projectId,
|
|
141
|
+
* username: username,
|
|
142
|
+
* }));
|
|
143
|
+
* ```
|
|
88
144
|
*
|
|
89
145
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
90
146
|
* ```typescript
|
|
@@ -108,7 +164,7 @@ export interface GetX509AuthenticationDatabaseUserResult {
|
|
|
108
164
|
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
109
165
|
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
110
166
|
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
111
|
-
* -----END CERTIFICATE
|
|
167
|
+
* -----END CERTIFICATE-----\\"
|
|
112
168
|
* `,
|
|
113
169
|
* });
|
|
114
170
|
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
@@ -17,6 +17,34 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* ### S
|
|
18
18
|
*
|
|
19
19
|
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
20
|
+
* ```typescript
|
|
21
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
23
|
+
*
|
|
24
|
+
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
25
|
+
* projectId: "<PROJECT-ID>",
|
|
26
|
+
* username: "myUsername",
|
|
27
|
+
* x509Type: "MANAGED",
|
|
28
|
+
* databaseName: "$external",
|
|
29
|
+
* roles: [{
|
|
30
|
+
* roleName: "atlasAdmin",
|
|
31
|
+
* databaseName: "admin",
|
|
32
|
+
* }],
|
|
33
|
+
* labels: [{
|
|
34
|
+
* key: "My Key",
|
|
35
|
+
* value: "My Value",
|
|
36
|
+
* }],
|
|
37
|
+
* });
|
|
38
|
+
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
39
|
+
* projectId: user.projectId,
|
|
40
|
+
* username: user.username,
|
|
41
|
+
* monthsUntilExpiration: 2,
|
|
42
|
+
* });
|
|
43
|
+
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
44
|
+
* projectId: projectId,
|
|
45
|
+
* username: username,
|
|
46
|
+
* }));
|
|
47
|
+
* ```
|
|
20
48
|
*
|
|
21
49
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
22
50
|
* ```typescript
|
|
@@ -40,7 +68,7 @@ const utilities = require("./utilities");
|
|
|
40
68
|
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
41
69
|
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
42
70
|
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
43
|
-
* -----END CERTIFICATE
|
|
71
|
+
* -----END CERTIFICATE-----\\"
|
|
44
72
|
* `,
|
|
45
73
|
* });
|
|
46
74
|
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
@@ -68,6 +96,34 @@ exports.getX509AuthenticationDatabaseUser = getX509AuthenticationDatabaseUser;
|
|
|
68
96
|
* ### S
|
|
69
97
|
*
|
|
70
98
|
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
99
|
+
* ```typescript
|
|
100
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
102
|
+
*
|
|
103
|
+
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
104
|
+
* projectId: "<PROJECT-ID>",
|
|
105
|
+
* username: "myUsername",
|
|
106
|
+
* x509Type: "MANAGED",
|
|
107
|
+
* databaseName: "$external",
|
|
108
|
+
* roles: [{
|
|
109
|
+
* roleName: "atlasAdmin",
|
|
110
|
+
* databaseName: "admin",
|
|
111
|
+
* }],
|
|
112
|
+
* labels: [{
|
|
113
|
+
* key: "My Key",
|
|
114
|
+
* value: "My Value",
|
|
115
|
+
* }],
|
|
116
|
+
* });
|
|
117
|
+
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
118
|
+
* projectId: user.projectId,
|
|
119
|
+
* username: user.username,
|
|
120
|
+
* monthsUntilExpiration: 2,
|
|
121
|
+
* });
|
|
122
|
+
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
123
|
+
* projectId: projectId,
|
|
124
|
+
* username: username,
|
|
125
|
+
* }));
|
|
126
|
+
* ```
|
|
71
127
|
*
|
|
72
128
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
73
129
|
* ```typescript
|
|
@@ -91,7 +147,7 @@ exports.getX509AuthenticationDatabaseUser = getX509AuthenticationDatabaseUser;
|
|
|
91
147
|
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
92
148
|
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
93
149
|
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
94
|
-
* -----END CERTIFICATE
|
|
150
|
+
* -----END CERTIFICATE-----\\"
|
|
95
151
|
* `,
|
|
96
152
|
* });
|
|
97
153
|
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getX509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../getX509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getX509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../getX509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wFAAwF,EAAE;QACnH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC;AAgCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wFAAwF,EAAE;QACzH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/mongodbatlas",
|
|
3
|
-
"version": "3.37.0-alpha.
|
|
3
|
+
"version": "3.37.0-alpha.1763072353",
|
|
4
4
|
"description": "A Pulumi package for creating and managing mongodbatlas cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "mongodbatlas",
|
|
26
|
-
"version": "3.37.0-alpha.
|
|
26
|
+
"version": "3.37.0-alpha.1763072353"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/searchDeployment.d.ts
CHANGED
|
@@ -14,6 +14,46 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* ### S
|
|
16
16
|
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
20
|
+
*
|
|
21
|
+
* const exampleProject = new mongodbatlas.Project("example", {
|
|
22
|
+
* name: "project-name",
|
|
23
|
+
* orgId: orgId,
|
|
24
|
+
* });
|
|
25
|
+
* const exampleAdvancedCluster = new mongodbatlas.AdvancedCluster("example", {
|
|
26
|
+
* projectId: exampleProject.id,
|
|
27
|
+
* name: "ClusterExample",
|
|
28
|
+
* clusterType: "REPLICASET",
|
|
29
|
+
* replicationSpecs: [{
|
|
30
|
+
* regionConfigs: [{
|
|
31
|
+
* electableSpecs: {
|
|
32
|
+
* instanceSize: "M10",
|
|
33
|
+
* nodeCount: 3,
|
|
34
|
+
* },
|
|
35
|
+
* providerName: "AWS",
|
|
36
|
+
* priority: 7,
|
|
37
|
+
* regionName: "US_EAST_1",
|
|
38
|
+
* }],
|
|
39
|
+
* }],
|
|
40
|
+
* });
|
|
41
|
+
* const exampleSearchDeployment = new mongodbatlas.SearchDeployment("example", {
|
|
42
|
+
* projectId: exampleProject.id,
|
|
43
|
+
* clusterName: exampleAdvancedCluster.name,
|
|
44
|
+
* specs: [{
|
|
45
|
+
* instanceSize: "S20_HIGHCPU_NVME",
|
|
46
|
+
* nodeCount: 2,
|
|
47
|
+
* }],
|
|
48
|
+
* });
|
|
49
|
+
* const example = mongodbatlas.getSearchDeploymentOutput({
|
|
50
|
+
* projectId: exampleSearchDeployment.projectId,
|
|
51
|
+
* clusterName: exampleSearchDeployment.clusterName,
|
|
52
|
+
* });
|
|
53
|
+
* export const mongodbatlasSearchDeploymentId = example.apply(example => example.id);
|
|
54
|
+
* export const mongodbatlasSearchDeploymentEncryptionAtRestProvider = example.apply(example => example.encryptionAtRestProvider);
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
17
57
|
* ## Import
|
|
18
58
|
*
|
|
19
59
|
* Search node resource can be imported using the project ID and cluster name, in the format `PROJECT_ID-CLUSTER_NAME`, e.g.
|
package/searchDeployment.js
CHANGED
|
@@ -18,6 +18,46 @@ const utilities = require("./utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* ### S
|
|
20
20
|
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
24
|
+
*
|
|
25
|
+
* const exampleProject = new mongodbatlas.Project("example", {
|
|
26
|
+
* name: "project-name",
|
|
27
|
+
* orgId: orgId,
|
|
28
|
+
* });
|
|
29
|
+
* const exampleAdvancedCluster = new mongodbatlas.AdvancedCluster("example", {
|
|
30
|
+
* projectId: exampleProject.id,
|
|
31
|
+
* name: "ClusterExample",
|
|
32
|
+
* clusterType: "REPLICASET",
|
|
33
|
+
* replicationSpecs: [{
|
|
34
|
+
* regionConfigs: [{
|
|
35
|
+
* electableSpecs: {
|
|
36
|
+
* instanceSize: "M10",
|
|
37
|
+
* nodeCount: 3,
|
|
38
|
+
* },
|
|
39
|
+
* providerName: "AWS",
|
|
40
|
+
* priority: 7,
|
|
41
|
+
* regionName: "US_EAST_1",
|
|
42
|
+
* }],
|
|
43
|
+
* }],
|
|
44
|
+
* });
|
|
45
|
+
* const exampleSearchDeployment = new mongodbatlas.SearchDeployment("example", {
|
|
46
|
+
* projectId: exampleProject.id,
|
|
47
|
+
* clusterName: exampleAdvancedCluster.name,
|
|
48
|
+
* specs: [{
|
|
49
|
+
* instanceSize: "S20_HIGHCPU_NVME",
|
|
50
|
+
* nodeCount: 2,
|
|
51
|
+
* }],
|
|
52
|
+
* });
|
|
53
|
+
* const example = mongodbatlas.getSearchDeploymentOutput({
|
|
54
|
+
* projectId: exampleSearchDeployment.projectId,
|
|
55
|
+
* clusterName: exampleSearchDeployment.clusterName,
|
|
56
|
+
* });
|
|
57
|
+
* export const mongodbatlasSearchDeploymentId = example.apply(example => example.id);
|
|
58
|
+
* export const mongodbatlasSearchDeploymentEncryptionAtRestProvider = example.apply(example => example.encryptionAtRestProvider);
|
|
59
|
+
* ```
|
|
60
|
+
*
|
|
21
61
|
* ## Import
|
|
22
62
|
*
|
|
23
63
|
* Search node resource can be imported using the project ID and cluster name, in the format `PROJECT_ID-CLUSTER_NAME`, e.g.
|
package/searchDeployment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchDeployment.js","sourceRoot":"","sources":["../searchDeployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"searchDeployment.js","sourceRoot":"","sources":["../searchDeployment.ts"],"names":[],"mappings":"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"}
|