@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/searchIndex.d.ts
CHANGED
|
@@ -37,10 +37,10 @@ import * as outputs from "./types/output";
|
|
|
37
37
|
* database: "database_test",
|
|
38
38
|
* type: "vectorSearch",
|
|
39
39
|
* fields: `[{
|
|
40
|
-
* "type": "vector",
|
|
41
|
-
* "path": "plot_embedding",
|
|
42
|
-
* "numDimensions": 1536,
|
|
43
|
-
* "similarity": "euclidean"
|
|
40
|
+
* \\"type\\": \\"vector\\",
|
|
41
|
+
* \\"path\\": \\"plot_embedding\\",
|
|
42
|
+
* \\"numDimensions\\": 1536,
|
|
43
|
+
* \\"similarity\\": \\"euclidean\\"
|
|
44
44
|
* }]
|
|
45
45
|
* `,
|
|
46
46
|
* });
|
|
@@ -59,54 +59,54 @@ import * as outputs from "./types/output";
|
|
|
59
59
|
* database: "database_test",
|
|
60
60
|
* mappingsDynamic: false,
|
|
61
61
|
* mappingsFields: `{
|
|
62
|
-
* "address": {
|
|
63
|
-
* "type": "document",
|
|
64
|
-
* "fields": {
|
|
65
|
-
* "city": {
|
|
66
|
-
* "type": "string",
|
|
67
|
-
* "analyzer": "lucene.simple",
|
|
68
|
-
* "ignoreAbove": 255
|
|
62
|
+
* \\"address\\": {
|
|
63
|
+
* \\"type\\": \\"document\\",
|
|
64
|
+
* \\"fields\\": {
|
|
65
|
+
* \\"city\\": {
|
|
66
|
+
* \\"type\\": \\"string\\",
|
|
67
|
+
* \\"analyzer\\": \\"lucene.simple\\",
|
|
68
|
+
* \\"ignoreAbove\\": 255
|
|
69
69
|
* },
|
|
70
|
-
* "state": {
|
|
71
|
-
* "type": "string",
|
|
72
|
-
* "analyzer": "lucene.english"
|
|
70
|
+
* \\"state\\": {
|
|
71
|
+
* \\"type\\": \\"string\\",
|
|
72
|
+
* \\"analyzer\\": \\"lucene.english\\"
|
|
73
73
|
* }
|
|
74
74
|
* }
|
|
75
75
|
* },
|
|
76
|
-
* "company": {
|
|
77
|
-
* "type": "string",
|
|
78
|
-
* "analyzer": "lucene.whitespace",
|
|
79
|
-
* "multi": {
|
|
80
|
-
* "mySecondaryAnalyzer": {
|
|
81
|
-
* "type": "string",
|
|
82
|
-
* "analyzer": "lucene.french"
|
|
76
|
+
* \\"company\\": {
|
|
77
|
+
* \\"type\\": \\"string\\",
|
|
78
|
+
* \\"analyzer\\": \\"lucene.whitespace\\",
|
|
79
|
+
* \\"multi\\": {
|
|
80
|
+
* \\"mySecondaryAnalyzer\\": {
|
|
81
|
+
* \\"type\\": \\"string\\",
|
|
82
|
+
* \\"analyzer\\": \\"lucene.french\\"
|
|
83
83
|
* }
|
|
84
84
|
* }
|
|
85
85
|
* },
|
|
86
|
-
* "employees": {
|
|
87
|
-
* "type": "string",
|
|
88
|
-
* "analyzer": "lucene.standard"
|
|
86
|
+
* \\"employees\\": {
|
|
87
|
+
* \\"type\\": \\"string\\",
|
|
88
|
+
* \\"analyzer\\": \\"lucene.standard\\"
|
|
89
89
|
* }
|
|
90
90
|
* }
|
|
91
91
|
* `,
|
|
92
92
|
* name: "test-advanced-search-index",
|
|
93
93
|
* searchAnalyzer: "lucene.standard",
|
|
94
94
|
* analyzers: ` [{
|
|
95
|
-
* "name": "index_analyzer_test_name",
|
|
96
|
-
* "charFilters": [{
|
|
97
|
-
* "type": "mapping",
|
|
98
|
-
* "mappings": {"
|
|
99
|
-
*
|
|
100
|
-
* "tokenizer": {
|
|
101
|
-
* "type": "nGram",
|
|
102
|
-
* "minGram": 2,
|
|
103
|
-
* "maxGram": 5
|
|
104
|
-
*
|
|
105
|
-
* "tokenFilters": [{
|
|
106
|
-
* "type": "length",
|
|
107
|
-
* "min": 20,
|
|
108
|
-
* "max": 33
|
|
109
|
-
*
|
|
95
|
+
* \\"name\\": \\"index_analyzer_test_name\\",
|
|
96
|
+
* \\"charFilters\\": [{
|
|
97
|
+
* \\"type\\": \\"mapping\\",
|
|
98
|
+
* \\"mappings\\": {\\"\\\\\\\\\\" : \\"/\\"}
|
|
99
|
+
* \\t}],
|
|
100
|
+
* \\"tokenizer\\": {
|
|
101
|
+
* \\"type\\": \\"nGram\\",
|
|
102
|
+
* \\"minGram\\": 2,
|
|
103
|
+
* \\"maxGram\\": 5
|
|
104
|
+
* \\t},
|
|
105
|
+
* \\"tokenFilters\\": [{
|
|
106
|
+
* \\"type\\": \\"length\\",
|
|
107
|
+
* \\"min\\": 20,
|
|
108
|
+
* \\"max\\": 33
|
|
109
|
+
* \\t}]
|
|
110
110
|
* }]
|
|
111
111
|
* `,
|
|
112
112
|
* synonyms: [{
|
package/searchIndex.js
CHANGED
|
@@ -41,10 +41,10 @@ const utilities = require("./utilities");
|
|
|
41
41
|
* database: "database_test",
|
|
42
42
|
* type: "vectorSearch",
|
|
43
43
|
* fields: `[{
|
|
44
|
-
* "type": "vector",
|
|
45
|
-
* "path": "plot_embedding",
|
|
46
|
-
* "numDimensions": 1536,
|
|
47
|
-
* "similarity": "euclidean"
|
|
44
|
+
* \\"type\\": \\"vector\\",
|
|
45
|
+
* \\"path\\": \\"plot_embedding\\",
|
|
46
|
+
* \\"numDimensions\\": 1536,
|
|
47
|
+
* \\"similarity\\": \\"euclidean\\"
|
|
48
48
|
* }]
|
|
49
49
|
* `,
|
|
50
50
|
* });
|
|
@@ -63,54 +63,54 @@ const utilities = require("./utilities");
|
|
|
63
63
|
* database: "database_test",
|
|
64
64
|
* mappingsDynamic: false,
|
|
65
65
|
* mappingsFields: `{
|
|
66
|
-
* "address": {
|
|
67
|
-
* "type": "document",
|
|
68
|
-
* "fields": {
|
|
69
|
-
* "city": {
|
|
70
|
-
* "type": "string",
|
|
71
|
-
* "analyzer": "lucene.simple",
|
|
72
|
-
* "ignoreAbove": 255
|
|
66
|
+
* \\"address\\": {
|
|
67
|
+
* \\"type\\": \\"document\\",
|
|
68
|
+
* \\"fields\\": {
|
|
69
|
+
* \\"city\\": {
|
|
70
|
+
* \\"type\\": \\"string\\",
|
|
71
|
+
* \\"analyzer\\": \\"lucene.simple\\",
|
|
72
|
+
* \\"ignoreAbove\\": 255
|
|
73
73
|
* },
|
|
74
|
-
* "state": {
|
|
75
|
-
* "type": "string",
|
|
76
|
-
* "analyzer": "lucene.english"
|
|
74
|
+
* \\"state\\": {
|
|
75
|
+
* \\"type\\": \\"string\\",
|
|
76
|
+
* \\"analyzer\\": \\"lucene.english\\"
|
|
77
77
|
* }
|
|
78
78
|
* }
|
|
79
79
|
* },
|
|
80
|
-
* "company": {
|
|
81
|
-
* "type": "string",
|
|
82
|
-
* "analyzer": "lucene.whitespace",
|
|
83
|
-
* "multi": {
|
|
84
|
-
* "mySecondaryAnalyzer": {
|
|
85
|
-
* "type": "string",
|
|
86
|
-
* "analyzer": "lucene.french"
|
|
80
|
+
* \\"company\\": {
|
|
81
|
+
* \\"type\\": \\"string\\",
|
|
82
|
+
* \\"analyzer\\": \\"lucene.whitespace\\",
|
|
83
|
+
* \\"multi\\": {
|
|
84
|
+
* \\"mySecondaryAnalyzer\\": {
|
|
85
|
+
* \\"type\\": \\"string\\",
|
|
86
|
+
* \\"analyzer\\": \\"lucene.french\\"
|
|
87
87
|
* }
|
|
88
88
|
* }
|
|
89
89
|
* },
|
|
90
|
-
* "employees": {
|
|
91
|
-
* "type": "string",
|
|
92
|
-
* "analyzer": "lucene.standard"
|
|
90
|
+
* \\"employees\\": {
|
|
91
|
+
* \\"type\\": \\"string\\",
|
|
92
|
+
* \\"analyzer\\": \\"lucene.standard\\"
|
|
93
93
|
* }
|
|
94
94
|
* }
|
|
95
95
|
* `,
|
|
96
96
|
* name: "test-advanced-search-index",
|
|
97
97
|
* searchAnalyzer: "lucene.standard",
|
|
98
98
|
* analyzers: ` [{
|
|
99
|
-
* "name": "index_analyzer_test_name",
|
|
100
|
-
* "charFilters": [{
|
|
101
|
-
* "type": "mapping",
|
|
102
|
-
* "mappings": {"
|
|
103
|
-
*
|
|
104
|
-
* "tokenizer": {
|
|
105
|
-
* "type": "nGram",
|
|
106
|
-
* "minGram": 2,
|
|
107
|
-
* "maxGram": 5
|
|
108
|
-
*
|
|
109
|
-
* "tokenFilters": [{
|
|
110
|
-
* "type": "length",
|
|
111
|
-
* "min": 20,
|
|
112
|
-
* "max": 33
|
|
113
|
-
*
|
|
99
|
+
* \\"name\\": \\"index_analyzer_test_name\\",
|
|
100
|
+
* \\"charFilters\\": [{
|
|
101
|
+
* \\"type\\": \\"mapping\\",
|
|
102
|
+
* \\"mappings\\": {\\"\\\\\\\\\\" : \\"/\\"}
|
|
103
|
+
* \\t}],
|
|
104
|
+
* \\"tokenizer\\": {
|
|
105
|
+
* \\"type\\": \\"nGram\\",
|
|
106
|
+
* \\"minGram\\": 2,
|
|
107
|
+
* \\"maxGram\\": 5
|
|
108
|
+
* \\t},
|
|
109
|
+
* \\"tokenFilters\\": [{
|
|
110
|
+
* \\"type\\": \\"length\\",
|
|
111
|
+
* \\"min\\": 20,
|
|
112
|
+
* \\"max\\": 33
|
|
113
|
+
* \\t}]
|
|
114
114
|
* }]
|
|
115
115
|
* `,
|
|
116
116
|
* synonyms: [{
|
package/streamConnection.d.ts
CHANGED
|
@@ -69,8 +69,48 @@ import * as outputs from "./types/output";
|
|
|
69
69
|
*
|
|
70
70
|
* ### Example Kafka SASL SSL Connection
|
|
71
71
|
*
|
|
72
|
+
* ```typescript
|
|
73
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
74
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
75
|
+
*
|
|
76
|
+
* const test = new mongodbatlas.StreamConnection("test", {
|
|
77
|
+
* projectId: projectId,
|
|
78
|
+
* instanceName: "NewInstance",
|
|
79
|
+
* connectionName: "KafkaConnection",
|
|
80
|
+
* type: "Kafka",
|
|
81
|
+
* authentication: {
|
|
82
|
+
* mechanism: "PLAIN",
|
|
83
|
+
* username: "user",
|
|
84
|
+
* password: "somepassword",
|
|
85
|
+
* },
|
|
86
|
+
* security: {
|
|
87
|
+
* protocol: "SASL_SSL",
|
|
88
|
+
* brokerPublicCertificate: "-----BEGIN CERTIFICATE-----<CONTENT>-----END CERTIFICATE-----",
|
|
89
|
+
* },
|
|
90
|
+
* config: {
|
|
91
|
+
* "auto.offset.reset": "latest",
|
|
92
|
+
* },
|
|
93
|
+
* bootstrapServers: "localhost:9091,localhost:9092",
|
|
94
|
+
* });
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
72
97
|
* ### Example AWSLambda Connection
|
|
73
98
|
*
|
|
99
|
+
* ```typescript
|
|
100
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
102
|
+
*
|
|
103
|
+
* const test = new mongodbatlas.StreamConnection("test", {
|
|
104
|
+
* projectId: projectId,
|
|
105
|
+
* instanceName: "NewInstance",
|
|
106
|
+
* connectionName: "AWSLambdaConnection",
|
|
107
|
+
* type: "AWSLambda",
|
|
108
|
+
* aws: {
|
|
109
|
+
* roleArn: "arn:aws:iam::<AWS_ACCOUNT_ID>:role/lambdaRole",
|
|
110
|
+
* },
|
|
111
|
+
* });
|
|
112
|
+
* ```
|
|
113
|
+
*
|
|
74
114
|
* ### Example Https Connection
|
|
75
115
|
*
|
|
76
116
|
* ```typescript
|
package/streamConnection.js
CHANGED
|
@@ -73,8 +73,48 @@ const utilities = require("./utilities");
|
|
|
73
73
|
*
|
|
74
74
|
* ### Example Kafka SASL SSL Connection
|
|
75
75
|
*
|
|
76
|
+
* ```typescript
|
|
77
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
78
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
79
|
+
*
|
|
80
|
+
* const test = new mongodbatlas.StreamConnection("test", {
|
|
81
|
+
* projectId: projectId,
|
|
82
|
+
* instanceName: "NewInstance",
|
|
83
|
+
* connectionName: "KafkaConnection",
|
|
84
|
+
* type: "Kafka",
|
|
85
|
+
* authentication: {
|
|
86
|
+
* mechanism: "PLAIN",
|
|
87
|
+
* username: "user",
|
|
88
|
+
* password: "somepassword",
|
|
89
|
+
* },
|
|
90
|
+
* security: {
|
|
91
|
+
* protocol: "SASL_SSL",
|
|
92
|
+
* brokerPublicCertificate: "-----BEGIN CERTIFICATE-----<CONTENT>-----END CERTIFICATE-----",
|
|
93
|
+
* },
|
|
94
|
+
* config: {
|
|
95
|
+
* "auto.offset.reset": "latest",
|
|
96
|
+
* },
|
|
97
|
+
* bootstrapServers: "localhost:9091,localhost:9092",
|
|
98
|
+
* });
|
|
99
|
+
* ```
|
|
100
|
+
*
|
|
76
101
|
* ### Example AWSLambda Connection
|
|
77
102
|
*
|
|
103
|
+
* ```typescript
|
|
104
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
105
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
106
|
+
*
|
|
107
|
+
* const test = new mongodbatlas.StreamConnection("test", {
|
|
108
|
+
* projectId: projectId,
|
|
109
|
+
* instanceName: "NewInstance",
|
|
110
|
+
* connectionName: "AWSLambdaConnection",
|
|
111
|
+
* type: "AWSLambda",
|
|
112
|
+
* aws: {
|
|
113
|
+
* roleArn: "arn:aws:iam::<AWS_ACCOUNT_ID>:role/lambdaRole",
|
|
114
|
+
* },
|
|
115
|
+
* });
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
78
118
|
* ### Example Https Connection
|
|
79
119
|
*
|
|
80
120
|
* ```typescript
|
package/streamConnection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamConnection.js","sourceRoot":"","sources":["../streamConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"streamConnection.js","sourceRoot":"","sources":["../streamConnection.ts"],"names":[],"mappings":"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"}
|
package/streamInstance.d.ts
CHANGED
|
@@ -8,6 +8,20 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
14
|
+
*
|
|
15
|
+
* const test = new mongodbatlas.StreamInstance("test", {
|
|
16
|
+
* projectId: projectId,
|
|
17
|
+
* instanceName: "InstanceName",
|
|
18
|
+
* dataProcessRegion: {
|
|
19
|
+
* region: "VIRGINIA_USA",
|
|
20
|
+
* cloudProvider: "AWS",
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
11
25
|
* ## Import
|
|
12
26
|
*
|
|
13
27
|
* You can import stream instance resource using the project ID and instance name, in the format `PROJECT_ID-INSTANCE_NAME`. For example:
|
package/streamInstance.js
CHANGED
|
@@ -12,6 +12,20 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
18
|
+
*
|
|
19
|
+
* const test = new mongodbatlas.StreamInstance("test", {
|
|
20
|
+
* projectId: projectId,
|
|
21
|
+
* instanceName: "InstanceName",
|
|
22
|
+
* dataProcessRegion: {
|
|
23
|
+
* region: "VIRGINIA_USA",
|
|
24
|
+
* cloudProvider: "AWS",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
15
29
|
* ## Import
|
|
16
30
|
*
|
|
17
31
|
* You can import stream instance resource using the project ID and instance name, in the format `PROJECT_ID-INSTANCE_NAME`. For example:
|
package/streamInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamInstance.js","sourceRoot":"","sources":["../streamInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"streamInstance.js","sourceRoot":"","sources":["../streamInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;SACxD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAtFL,wCAuFC;AAzEG,gBAAgB;AACO,2BAAY,GAAG,kDAAkD,CAAC"}
|
|
@@ -8,6 +8,76 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
*
|
|
9
9
|
* ### S
|
|
10
10
|
*
|
|
11
|
+
* ### AWS Confluent Privatelink
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as confluent from "@pulumi/confluent";
|
|
15
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
16
|
+
* import * as std from "@pulumi/std";
|
|
17
|
+
*
|
|
18
|
+
* const staging = new confluent.index.Environment("staging", {displayName: "Staging"});
|
|
19
|
+
* const privateLink = new confluent.index.Network("private_link", {
|
|
20
|
+
* displayName: "terraform-test-private-link-network-manual",
|
|
21
|
+
* cloud: "AWS",
|
|
22
|
+
* region: awsRegion,
|
|
23
|
+
* connectionTypes: ["PRIVATELINK"],
|
|
24
|
+
* zones: std.index.keys({
|
|
25
|
+
* input: subnetsToPrivatelink,
|
|
26
|
+
* }).result,
|
|
27
|
+
* environment: [{
|
|
28
|
+
* id: staging.id,
|
|
29
|
+
* }],
|
|
30
|
+
* dnsConfig: [{
|
|
31
|
+
* resolution: "PRIVATE",
|
|
32
|
+
* }],
|
|
33
|
+
* });
|
|
34
|
+
* const aws = new confluent.index.PrivateLinkAccess("aws", {
|
|
35
|
+
* displayName: "example-private-link-access",
|
|
36
|
+
* aws: [{
|
|
37
|
+
* account: awsAccountId,
|
|
38
|
+
* }],
|
|
39
|
+
* environment: [{
|
|
40
|
+
* id: staging.id,
|
|
41
|
+
* }],
|
|
42
|
+
* network: [{
|
|
43
|
+
* id: privateLink.id,
|
|
44
|
+
* }],
|
|
45
|
+
* });
|
|
46
|
+
* const dedicated = new confluent.index.KafkaCluster("dedicated", {
|
|
47
|
+
* displayName: "example-dedicated-cluster",
|
|
48
|
+
* availability: "MULTI_ZONE",
|
|
49
|
+
* cloud: privateLink.cloud,
|
|
50
|
+
* region: privateLink.region,
|
|
51
|
+
* dedicated: [{
|
|
52
|
+
* cku: 2,
|
|
53
|
+
* }],
|
|
54
|
+
* environment: [{
|
|
55
|
+
* id: staging.id,
|
|
56
|
+
* }],
|
|
57
|
+
* network: [{
|
|
58
|
+
* id: privateLink.id,
|
|
59
|
+
* }],
|
|
60
|
+
* });
|
|
61
|
+
* const test = new mongodbatlas.StreamPrivatelinkEndpoint("test", {
|
|
62
|
+
* projectId: projectId,
|
|
63
|
+
* dnsDomain: privateLink.dnsDomain,
|
|
64
|
+
* providerName: "AWS",
|
|
65
|
+
* region: awsRegion,
|
|
66
|
+
* vendor: "CONFLUENT",
|
|
67
|
+
* serviceEndpointId: privateLink.aws[0].privateLinkEndpointService,
|
|
68
|
+
* dnsSubDomains: privateLink.zonalSubdomains,
|
|
69
|
+
* });
|
|
70
|
+
* const singularDatasource = test.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
71
|
+
* projectId: projectId,
|
|
72
|
+
* id: id,
|
|
73
|
+
* }));
|
|
74
|
+
* const pluralDatasource = mongodbatlas.getStreamPrivatelinkEndpoints({
|
|
75
|
+
* projectId: projectId,
|
|
76
|
+
* });
|
|
77
|
+
* export const interfaceEndpointId = singularDatasource.apply(singularDatasource => singularDatasource.interfaceEndpointId);
|
|
78
|
+
* export const interfaceEndpointIds = pluralDatasource.then(pluralDatasource => pluralDatasource.results.map(__item => __item.interfaceEndpointId));
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
11
81
|
* ### AWS S3 Privatelink
|
|
12
82
|
* ```typescript
|
|
13
83
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -14,6 +14,76 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ### S
|
|
16
16
|
*
|
|
17
|
+
* ### AWS Confluent Privatelink
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as confluent from "@pulumi/confluent";
|
|
21
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
22
|
+
* import * as std from "@pulumi/std";
|
|
23
|
+
*
|
|
24
|
+
* const staging = new confluent.index.Environment("staging", {displayName: "Staging"});
|
|
25
|
+
* const privateLink = new confluent.index.Network("private_link", {
|
|
26
|
+
* displayName: "terraform-test-private-link-network-manual",
|
|
27
|
+
* cloud: "AWS",
|
|
28
|
+
* region: awsRegion,
|
|
29
|
+
* connectionTypes: ["PRIVATELINK"],
|
|
30
|
+
* zones: std.index.keys({
|
|
31
|
+
* input: subnetsToPrivatelink,
|
|
32
|
+
* }).result,
|
|
33
|
+
* environment: [{
|
|
34
|
+
* id: staging.id,
|
|
35
|
+
* }],
|
|
36
|
+
* dnsConfig: [{
|
|
37
|
+
* resolution: "PRIVATE",
|
|
38
|
+
* }],
|
|
39
|
+
* });
|
|
40
|
+
* const aws = new confluent.index.PrivateLinkAccess("aws", {
|
|
41
|
+
* displayName: "example-private-link-access",
|
|
42
|
+
* aws: [{
|
|
43
|
+
* account: awsAccountId,
|
|
44
|
+
* }],
|
|
45
|
+
* environment: [{
|
|
46
|
+
* id: staging.id,
|
|
47
|
+
* }],
|
|
48
|
+
* network: [{
|
|
49
|
+
* id: privateLink.id,
|
|
50
|
+
* }],
|
|
51
|
+
* });
|
|
52
|
+
* const dedicated = new confluent.index.KafkaCluster("dedicated", {
|
|
53
|
+
* displayName: "example-dedicated-cluster",
|
|
54
|
+
* availability: "MULTI_ZONE",
|
|
55
|
+
* cloud: privateLink.cloud,
|
|
56
|
+
* region: privateLink.region,
|
|
57
|
+
* dedicated: [{
|
|
58
|
+
* cku: 2,
|
|
59
|
+
* }],
|
|
60
|
+
* environment: [{
|
|
61
|
+
* id: staging.id,
|
|
62
|
+
* }],
|
|
63
|
+
* network: [{
|
|
64
|
+
* id: privateLink.id,
|
|
65
|
+
* }],
|
|
66
|
+
* });
|
|
67
|
+
* const test = new mongodbatlas.StreamPrivatelinkEndpoint("test", {
|
|
68
|
+
* projectId: projectId,
|
|
69
|
+
* dnsDomain: privateLink.dnsDomain,
|
|
70
|
+
* providerName: "AWS",
|
|
71
|
+
* region: awsRegion,
|
|
72
|
+
* vendor: "CONFLUENT",
|
|
73
|
+
* serviceEndpointId: privateLink.aws[0].privateLinkEndpointService,
|
|
74
|
+
* dnsSubDomains: privateLink.zonalSubdomains,
|
|
75
|
+
* });
|
|
76
|
+
* const singularDatasource = test.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
77
|
+
* projectId: projectId,
|
|
78
|
+
* id: id,
|
|
79
|
+
* }));
|
|
80
|
+
* const pluralDatasource = mongodbatlas.getStreamPrivatelinkEndpoints({
|
|
81
|
+
* projectId: projectId,
|
|
82
|
+
* });
|
|
83
|
+
* export const interfaceEndpointId = singularDatasource.apply(singularDatasource => singularDatasource.interfaceEndpointId);
|
|
84
|
+
* export const interfaceEndpointIds = pluralDatasource.then(pluralDatasource => pluralDatasource.results.map(__item => __item.interfaceEndpointId));
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
17
87
|
* ### AWS S3 Privatelink
|
|
18
88
|
* ```typescript
|
|
19
89
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamPrivatelinkEndpoint.js","sourceRoot":"","sources":["../streamPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"streamPrivatelinkEndpoint.js","sourceRoot":"","sources":["../streamPrivatelinkEndpoint.ts"],"names":[],"mappings":"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"}
|