@pulumi/confluentcloud 1.41.0 → 1.42.0-alpha.1713461132
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/accessPoint.d.ts +2 -2
- package/accessPoint.js +2 -2
- package/apiKey.d.ts +36 -31
- package/apiKey.js +36 -31
- package/apiKey.js.map +1 -1
- package/byokKey.d.ts +4 -4
- package/byokKey.js +4 -4
- package/clusterLink.d.ts +18 -16
- package/clusterLink.js +18 -16
- package/clusterLink.js.map +1 -1
- package/connector.d.ts +40 -40
- package/connector.js +40 -40
- package/customConnectorPlugin.d.ts +3 -3
- package/customConnectorPlugin.js +3 -3
- package/dnsForwarder.d.ts +2 -2
- package/dnsForwarder.js +2 -2
- package/dnsRecord.d.ts +3 -3
- package/dnsRecord.js +3 -3
- package/environment.d.ts +39 -0
- package/environment.js +39 -0
- package/environment.js.map +1 -1
- package/flinkComputePool.d.ts +1 -1
- package/flinkComputePool.js +1 -1
- package/getEnvironment.d.ts +38 -30
- package/getEnvironment.js +38 -30
- package/getEnvironment.js.map +1 -1
- package/getFlinkComputePool.d.ts +36 -28
- package/getFlinkComputePool.js +36 -28
- package/getFlinkComputePool.js.map +1 -1
- package/getFlinkRegion.d.ts +18 -10
- package/getFlinkRegion.js +18 -10
- package/getFlinkRegion.js.map +1 -1
- package/getGroupMapping.d.ts +22 -14
- package/getGroupMapping.js +22 -14
- package/getGroupMapping.js.map +1 -1
- package/getIdentityPool.d.ts +36 -28
- package/getIdentityPool.js +36 -28
- package/getIdentityPool.js.map +1 -1
- package/getIdentityProvider.d.ts +24 -16
- package/getIdentityProvider.js +24 -16
- package/getIdentityProvider.js.map +1 -1
- package/getKafkaClientQuota.d.ts +16 -8
- package/getKafkaClientQuota.js +16 -8
- package/getKafkaClientQuota.js.map +1 -1
- package/getKafkaCluster.d.ts +42 -28
- package/getKafkaCluster.js +42 -28
- package/getKafkaCluster.js.map +1 -1
- package/getKsqlCluster.d.ts +36 -28
- package/getKsqlCluster.js +36 -28
- package/getKsqlCluster.js.map +1 -1
- package/getNetwork.d.ts +42 -28
- package/getNetwork.js +42 -28
- package/getNetwork.js.map +1 -1
- package/getOrganization.d.ts +12 -4
- package/getOrganization.js +12 -4
- package/getOrganization.js.map +1 -1
- package/getPeering.d.ts +36 -28
- package/getPeering.js +36 -28
- package/getPeering.js.map +1 -1
- package/getPrivateLinkAccess.d.ts +36 -28
- package/getPrivateLinkAccess.js +36 -28
- package/getPrivateLinkAccess.js.map +1 -1
- package/getRoleBinding.d.ts +16 -8
- package/getRoleBinding.js +16 -8
- package/getRoleBinding.js.map +1 -1
- package/getSchemaRegistryCluster.d.ts +36 -28
- package/getSchemaRegistryCluster.js +36 -28
- package/getSchemaRegistryCluster.js.map +1 -1
- package/getSchemaRegistryRegion.d.ts +20 -12
- package/getSchemaRegistryRegion.js +20 -12
- package/getSchemaRegistryRegion.js.map +1 -1
- package/getServiceAccount.d.ts +24 -16
- package/getServiceAccount.js +24 -16
- package/getServiceAccount.js.map +1 -1
- package/getTransitGatewayAttachment.d.ts +36 -28
- package/getTransitGatewayAttachment.js +36 -28
- package/getTransitGatewayAttachment.js.map +1 -1
- package/getUser.d.ts +60 -50
- package/getUser.js +60 -50
- package/getUser.js.map +1 -1
- package/groupMapping.d.ts +1 -1
- package/groupMapping.js +1 -1
- package/identityProvider.d.ts +2 -2
- package/identityProvider.js +2 -2
- package/invitation.d.ts +1 -1
- package/invitation.js +1 -1
- package/kafkaClientQuota.d.ts +4 -4
- package/kafkaClientQuota.js +4 -4
- package/kafkaCluster.d.ts +12 -3
- package/kafkaCluster.js +12 -3
- package/kafkaCluster.js.map +1 -1
- package/kafkaMirrorTopic.d.ts +5 -5
- package/kafkaMirrorTopic.js +5 -5
- package/network.d.ts +4 -4
- package/network.js +4 -4
- package/networkLinkService.d.ts +2 -2
- package/networkLinkService.js +2 -2
- package/package.json +1 -1
- package/peering.d.ts +2 -2
- package/peering.js +2 -2
- package/privateLinkAccess.d.ts +3 -3
- package/privateLinkAccess.js +3 -3
- package/schemaRegistryCluster.d.ts +1 -1
- package/schemaRegistryCluster.js +1 -1
- package/serviceAccount.d.ts +4 -1
- package/serviceAccount.js +4 -1
- package/serviceAccount.js.map +1 -1
- package/transitGatewayAttachment.d.ts +1 -1
- package/transitGatewayAttachment.js +1 -1
package/accessPoint.d.ts
CHANGED
|
@@ -13,14 +13,14 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
15
15
|
*
|
|
16
|
-
* const development = new confluentcloud.Environment("development", {});
|
|
16
|
+
* const development = new confluentcloud.Environment("development", {displayName: "Development"});
|
|
17
17
|
* const main = new confluentcloud.AccessPoint("main", {
|
|
18
18
|
* displayName: "access_point",
|
|
19
19
|
* environment: {
|
|
20
20
|
* id: development.id,
|
|
21
21
|
* },
|
|
22
22
|
* gateway: {
|
|
23
|
-
* id:
|
|
23
|
+
* id: mainConfluentNetwork.gateway[0].id,
|
|
24
24
|
* },
|
|
25
25
|
* awsEgressPrivateLinkEndpoint: {
|
|
26
26
|
* vpcEndpointServiceName: "com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000",
|
package/accessPoint.js
CHANGED
|
@@ -17,14 +17,14 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
19
19
|
*
|
|
20
|
-
* const development = new confluentcloud.Environment("development", {});
|
|
20
|
+
* const development = new confluentcloud.Environment("development", {displayName: "Development"});
|
|
21
21
|
* const main = new confluentcloud.AccessPoint("main", {
|
|
22
22
|
* displayName: "access_point",
|
|
23
23
|
* environment: {
|
|
24
24
|
* id: development.id,
|
|
25
25
|
* },
|
|
26
26
|
* gateway: {
|
|
27
|
-
* id:
|
|
27
|
+
* id: mainConfluentNetwork.gateway[0].id,
|
|
28
28
|
* },
|
|
29
29
|
* awsEgressPrivateLinkEndpoint: {
|
|
30
30
|
* vpcEndpointServiceName: "com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000",
|
package/apiKey.d.ts
CHANGED
|
@@ -11,18 +11,19 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
12
12
|
*
|
|
13
13
|
* const app_manager_kafka_api_key = new confluentcloud.ApiKey("app-manager-kafka-api-key", {
|
|
14
|
+
* displayName: "app-manager-kafka-api-key",
|
|
14
15
|
* description: "Kafka API Key that is owned by 'app-manager' service account",
|
|
15
16
|
* owner: {
|
|
16
|
-
* id:
|
|
17
|
-
* apiVersion:
|
|
18
|
-
* kind:
|
|
17
|
+
* id: app_manager.id,
|
|
18
|
+
* apiVersion: app_manager.apiVersion,
|
|
19
|
+
* kind: app_manager.kind,
|
|
19
20
|
* },
|
|
20
21
|
* managedResource: {
|
|
21
|
-
* id:
|
|
22
|
-
* apiVersion:
|
|
23
|
-
* kind:
|
|
22
|
+
* id: basic.id,
|
|
23
|
+
* apiVersion: basic.apiVersion,
|
|
24
|
+
* kind: basic.kind,
|
|
24
25
|
* environment: {
|
|
25
|
-
* id:
|
|
26
|
+
* id: staging.id,
|
|
26
27
|
* },
|
|
27
28
|
* },
|
|
28
29
|
* });
|
|
@@ -36,18 +37,19 @@ import * as outputs from "./types/output";
|
|
|
36
37
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
37
38
|
*
|
|
38
39
|
* const ksqldb_api_key = new confluentcloud.ApiKey("ksqldb-api-key", {
|
|
40
|
+
* displayName: "ksqldb-api-key",
|
|
39
41
|
* description: "KsqlDB API Key that is owned by 'app-manager' service account",
|
|
40
42
|
* owner: {
|
|
41
|
-
* id:
|
|
42
|
-
* apiVersion:
|
|
43
|
-
* kind:
|
|
43
|
+
* id: app_manager.id,
|
|
44
|
+
* apiVersion: app_manager.apiVersion,
|
|
45
|
+
* kind: app_manager.kind,
|
|
44
46
|
* },
|
|
45
47
|
* managedResource: {
|
|
46
|
-
* id:
|
|
47
|
-
* apiVersion:
|
|
48
|
-
* kind:
|
|
48
|
+
* id: main.id,
|
|
49
|
+
* apiVersion: main.apiVersion,
|
|
50
|
+
* kind: main.kind,
|
|
49
51
|
* environment: {
|
|
50
|
-
* id:
|
|
52
|
+
* id: staging.id,
|
|
51
53
|
* },
|
|
52
54
|
* },
|
|
53
55
|
* });
|
|
@@ -61,18 +63,19 @@ import * as outputs from "./types/output";
|
|
|
61
63
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
62
64
|
*
|
|
63
65
|
* const env_manager_schema_registry_api_key = new confluentcloud.ApiKey("env-manager-schema-registry-api-key", {
|
|
66
|
+
* displayName: "env-manager-schema-registry-api-key",
|
|
64
67
|
* description: "Schema Registry API Key that is owned by 'env-manager' service account",
|
|
65
68
|
* owner: {
|
|
66
|
-
* id:
|
|
67
|
-
* apiVersion:
|
|
68
|
-
* kind:
|
|
69
|
+
* id: env_manager.id,
|
|
70
|
+
* apiVersion: env_manager.apiVersion,
|
|
71
|
+
* kind: env_manager.kind,
|
|
69
72
|
* },
|
|
70
73
|
* managedResource: {
|
|
71
|
-
* id:
|
|
72
|
-
* apiVersion:
|
|
73
|
-
* kind:
|
|
74
|
+
* id: essentials.id,
|
|
75
|
+
* apiVersion: essentials.apiVersion,
|
|
76
|
+
* kind: essentials.kind,
|
|
74
77
|
* environment: {
|
|
75
|
-
* id:
|
|
78
|
+
* id: staging.id,
|
|
76
79
|
* },
|
|
77
80
|
* },
|
|
78
81
|
* });
|
|
@@ -86,18 +89,19 @@ import * as outputs from "./types/output";
|
|
|
86
89
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
87
90
|
*
|
|
88
91
|
* const env_manager_flink_api_key = new confluentcloud.ApiKey("env-manager-flink-api-key", {
|
|
92
|
+
* displayName: "env-manager-flink-api-key",
|
|
89
93
|
* description: "Flink API Key that is owned by 'env-manager' service account",
|
|
90
94
|
* owner: {
|
|
91
|
-
* id:
|
|
92
|
-
* apiVersion:
|
|
93
|
-
* kind:
|
|
95
|
+
* id: env_manager.id,
|
|
96
|
+
* apiVersion: env_manager.apiVersion,
|
|
97
|
+
* kind: env_manager.kind,
|
|
94
98
|
* },
|
|
95
99
|
* managedResource: {
|
|
96
|
-
* id:
|
|
97
|
-
* apiVersion:
|
|
98
|
-
* kind:
|
|
100
|
+
* id: example.id,
|
|
101
|
+
* apiVersion: example.apiVersion,
|
|
102
|
+
* kind: example.kind,
|
|
99
103
|
* environment: {
|
|
100
|
-
* id:
|
|
104
|
+
* id: staging.id,
|
|
101
105
|
* },
|
|
102
106
|
* },
|
|
103
107
|
* });
|
|
@@ -111,11 +115,12 @@ import * as outputs from "./types/output";
|
|
|
111
115
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
112
116
|
*
|
|
113
117
|
* const env_manager_cloud_api_key = new confluentcloud.ApiKey("env-manager-cloud-api-key", {
|
|
118
|
+
* displayName: "env-manager-cloud-api-key",
|
|
114
119
|
* description: "Cloud API Key that is owned by 'env-manager' service account",
|
|
115
120
|
* owner: {
|
|
116
|
-
* id:
|
|
117
|
-
* apiVersion:
|
|
118
|
-
* kind:
|
|
121
|
+
* id: env_manager.id,
|
|
122
|
+
* apiVersion: env_manager.apiVersion,
|
|
123
|
+
* kind: env_manager.kind,
|
|
119
124
|
* },
|
|
120
125
|
* });
|
|
121
126
|
* ```
|
package/apiKey.js
CHANGED
|
@@ -15,18 +15,19 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
16
16
|
*
|
|
17
17
|
* const app_manager_kafka_api_key = new confluentcloud.ApiKey("app-manager-kafka-api-key", {
|
|
18
|
+
* displayName: "app-manager-kafka-api-key",
|
|
18
19
|
* description: "Kafka API Key that is owned by 'app-manager' service account",
|
|
19
20
|
* owner: {
|
|
20
|
-
* id:
|
|
21
|
-
* apiVersion:
|
|
22
|
-
* kind:
|
|
21
|
+
* id: app_manager.id,
|
|
22
|
+
* apiVersion: app_manager.apiVersion,
|
|
23
|
+
* kind: app_manager.kind,
|
|
23
24
|
* },
|
|
24
25
|
* managedResource: {
|
|
25
|
-
* id:
|
|
26
|
-
* apiVersion:
|
|
27
|
-
* kind:
|
|
26
|
+
* id: basic.id,
|
|
27
|
+
* apiVersion: basic.apiVersion,
|
|
28
|
+
* kind: basic.kind,
|
|
28
29
|
* environment: {
|
|
29
|
-
* id:
|
|
30
|
+
* id: staging.id,
|
|
30
31
|
* },
|
|
31
32
|
* },
|
|
32
33
|
* });
|
|
@@ -40,18 +41,19 @@ const utilities = require("./utilities");
|
|
|
40
41
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
41
42
|
*
|
|
42
43
|
* const ksqldb_api_key = new confluentcloud.ApiKey("ksqldb-api-key", {
|
|
44
|
+
* displayName: "ksqldb-api-key",
|
|
43
45
|
* description: "KsqlDB API Key that is owned by 'app-manager' service account",
|
|
44
46
|
* owner: {
|
|
45
|
-
* id:
|
|
46
|
-
* apiVersion:
|
|
47
|
-
* kind:
|
|
47
|
+
* id: app_manager.id,
|
|
48
|
+
* apiVersion: app_manager.apiVersion,
|
|
49
|
+
* kind: app_manager.kind,
|
|
48
50
|
* },
|
|
49
51
|
* managedResource: {
|
|
50
|
-
* id:
|
|
51
|
-
* apiVersion:
|
|
52
|
-
* kind:
|
|
52
|
+
* id: main.id,
|
|
53
|
+
* apiVersion: main.apiVersion,
|
|
54
|
+
* kind: main.kind,
|
|
53
55
|
* environment: {
|
|
54
|
-
* id:
|
|
56
|
+
* id: staging.id,
|
|
55
57
|
* },
|
|
56
58
|
* },
|
|
57
59
|
* });
|
|
@@ -65,18 +67,19 @@ const utilities = require("./utilities");
|
|
|
65
67
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
66
68
|
*
|
|
67
69
|
* const env_manager_schema_registry_api_key = new confluentcloud.ApiKey("env-manager-schema-registry-api-key", {
|
|
70
|
+
* displayName: "env-manager-schema-registry-api-key",
|
|
68
71
|
* description: "Schema Registry API Key that is owned by 'env-manager' service account",
|
|
69
72
|
* owner: {
|
|
70
|
-
* id:
|
|
71
|
-
* apiVersion:
|
|
72
|
-
* kind:
|
|
73
|
+
* id: env_manager.id,
|
|
74
|
+
* apiVersion: env_manager.apiVersion,
|
|
75
|
+
* kind: env_manager.kind,
|
|
73
76
|
* },
|
|
74
77
|
* managedResource: {
|
|
75
|
-
* id:
|
|
76
|
-
* apiVersion:
|
|
77
|
-
* kind:
|
|
78
|
+
* id: essentials.id,
|
|
79
|
+
* apiVersion: essentials.apiVersion,
|
|
80
|
+
* kind: essentials.kind,
|
|
78
81
|
* environment: {
|
|
79
|
-
* id:
|
|
82
|
+
* id: staging.id,
|
|
80
83
|
* },
|
|
81
84
|
* },
|
|
82
85
|
* });
|
|
@@ -90,18 +93,19 @@ const utilities = require("./utilities");
|
|
|
90
93
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
91
94
|
*
|
|
92
95
|
* const env_manager_flink_api_key = new confluentcloud.ApiKey("env-manager-flink-api-key", {
|
|
96
|
+
* displayName: "env-manager-flink-api-key",
|
|
93
97
|
* description: "Flink API Key that is owned by 'env-manager' service account",
|
|
94
98
|
* owner: {
|
|
95
|
-
* id:
|
|
96
|
-
* apiVersion:
|
|
97
|
-
* kind:
|
|
99
|
+
* id: env_manager.id,
|
|
100
|
+
* apiVersion: env_manager.apiVersion,
|
|
101
|
+
* kind: env_manager.kind,
|
|
98
102
|
* },
|
|
99
103
|
* managedResource: {
|
|
100
|
-
* id:
|
|
101
|
-
* apiVersion:
|
|
102
|
-
* kind:
|
|
104
|
+
* id: example.id,
|
|
105
|
+
* apiVersion: example.apiVersion,
|
|
106
|
+
* kind: example.kind,
|
|
103
107
|
* environment: {
|
|
104
|
-
* id:
|
|
108
|
+
* id: staging.id,
|
|
105
109
|
* },
|
|
106
110
|
* },
|
|
107
111
|
* });
|
|
@@ -115,11 +119,12 @@ const utilities = require("./utilities");
|
|
|
115
119
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
116
120
|
*
|
|
117
121
|
* const env_manager_cloud_api_key = new confluentcloud.ApiKey("env-manager-cloud-api-key", {
|
|
122
|
+
* displayName: "env-manager-cloud-api-key",
|
|
118
123
|
* description: "Cloud API Key that is owned by 'env-manager' service account",
|
|
119
124
|
* owner: {
|
|
120
|
-
* id:
|
|
121
|
-
* apiVersion:
|
|
122
|
-
* kind:
|
|
125
|
+
* id: env_manager.id,
|
|
126
|
+
* apiVersion: env_manager.apiVersion,
|
|
127
|
+
* kind: env_manager.kind,
|
|
123
128
|
* },
|
|
124
129
|
* });
|
|
125
130
|
* ```
|
package/apiKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiKey.js","sourceRoot":"","sources":["../apiKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"apiKey.js","sourceRoot":"","sources":["../apiKey.ts"],"names":[],"mappings":"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"}
|
package/byokKey.d.ts
CHANGED
|
@@ -15,10 +15,10 @@ import * as outputs from "./types/output";
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
17
17
|
*
|
|
18
|
-
* const azureKey = new confluentcloud.ByokKey("
|
|
19
|
-
* keyIdentifier: "https://test-vault.vault.azure.net/keys/test-key",
|
|
20
|
-
* keyVaultId: "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/test-vault/providers/Microsoft.KeyVault/vaults/test-vault",
|
|
18
|
+
* const azureKey = new confluentcloud.ByokKey("azure_key", {azure: {
|
|
21
19
|
* tenantId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
+
* keyVaultId: "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/test-vault/providers/Microsoft.KeyVault/vaults/test-vault",
|
|
21
|
+
* keyIdentifier: "https://test-vault.vault.azure.net/keys/test-key",
|
|
22
22
|
* }});
|
|
23
23
|
* ```
|
|
24
24
|
* <!--End PulumiCodeChooser -->
|
|
@@ -30,7 +30,7 @@ import * as outputs from "./types/output";
|
|
|
30
30
|
* import * as pulumi from "@pulumi/pulumi";
|
|
31
31
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
32
32
|
*
|
|
33
|
-
* const gcpKey = new confluentcloud.ByokKey("
|
|
33
|
+
* const gcpKey = new confluentcloud.ByokKey("gcp_key", {gcp: {
|
|
34
34
|
* keyId: "projects/temp-gear-123456/locations/us-central1/keyRings/byok-test/cryptoKeys/byok-test",
|
|
35
35
|
* }});
|
|
36
36
|
* ```
|
package/byokKey.js
CHANGED
|
@@ -19,10 +19,10 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* import * as pulumi from "@pulumi/pulumi";
|
|
20
20
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
21
21
|
*
|
|
22
|
-
* const azureKey = new confluentcloud.ByokKey("
|
|
23
|
-
* keyIdentifier: "https://test-vault.vault.azure.net/keys/test-key",
|
|
24
|
-
* keyVaultId: "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/test-vault/providers/Microsoft.KeyVault/vaults/test-vault",
|
|
22
|
+
* const azureKey = new confluentcloud.ByokKey("azure_key", {azure: {
|
|
25
23
|
* tenantId: "11111111-1111-1111-1111-111111111111",
|
|
24
|
+
* keyVaultId: "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/test-vault/providers/Microsoft.KeyVault/vaults/test-vault",
|
|
25
|
+
* keyIdentifier: "https://test-vault.vault.azure.net/keys/test-key",
|
|
26
26
|
* }});
|
|
27
27
|
* ```
|
|
28
28
|
* <!--End PulumiCodeChooser -->
|
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
* import * as pulumi from "@pulumi/pulumi";
|
|
35
35
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
36
36
|
*
|
|
37
|
-
* const gcpKey = new confluentcloud.ByokKey("
|
|
37
|
+
* const gcpKey = new confluentcloud.ByokKey("gcp_key", {gcp: {
|
|
38
38
|
* keyId: "projects/temp-gear-123456/locations/us-central1/keyRings/byok-test/cryptoKeys/byok-test",
|
|
39
39
|
* }});
|
|
40
40
|
* ```
|
package/clusterLink.d.ts
CHANGED
|
@@ -11,40 +11,42 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
*
|
|
12
12
|
* // https://docs.confluent.io/cloud/current/multi-cloud/cluster-linking/cluster-links-cc.html#create-a-cluster-link-in-bidirectional-mode
|
|
13
13
|
* const east_to_west = new confluentcloud.ClusterLink("east-to-west", {
|
|
14
|
+
* link: "bidirectional-link",
|
|
14
15
|
* linkMode: "BIDIRECTIONAL",
|
|
15
16
|
* localKafkaCluster: {
|
|
16
|
-
* id:
|
|
17
|
-
* restEndpoint:
|
|
17
|
+
* id: east.id,
|
|
18
|
+
* restEndpoint: east.restEndpoint,
|
|
18
19
|
* credentials: {
|
|
19
|
-
* key:
|
|
20
|
-
* secret:
|
|
20
|
+
* key: app_manager_east_cluster_api_key.id,
|
|
21
|
+
* secret: app_manager_east_cluster_api_key.secret,
|
|
21
22
|
* },
|
|
22
23
|
* },
|
|
23
24
|
* remoteKafkaCluster: {
|
|
24
|
-
* id:
|
|
25
|
-
* bootstrapEndpoint:
|
|
25
|
+
* id: west.id,
|
|
26
|
+
* bootstrapEndpoint: west.bootstrapEndpoint,
|
|
26
27
|
* credentials: {
|
|
27
|
-
* key:
|
|
28
|
-
* secret:
|
|
28
|
+
* key: app_manager_west_cluster_api_key.id,
|
|
29
|
+
* secret: app_manager_west_cluster_api_key.secret,
|
|
29
30
|
* },
|
|
30
31
|
* },
|
|
31
32
|
* });
|
|
32
33
|
* const west_to_east = new confluentcloud.ClusterLink("west-to-east", {
|
|
34
|
+
* link: "bidirectional-link",
|
|
33
35
|
* linkMode: "BIDIRECTIONAL",
|
|
34
36
|
* localKafkaCluster: {
|
|
35
|
-
* id:
|
|
36
|
-
* restEndpoint:
|
|
37
|
+
* id: west.id,
|
|
38
|
+
* restEndpoint: west.restEndpoint,
|
|
37
39
|
* credentials: {
|
|
38
|
-
* key:
|
|
39
|
-
* secret:
|
|
40
|
+
* key: app_manager_west_cluster_api_key.id,
|
|
41
|
+
* secret: app_manager_west_cluster_api_key.secret,
|
|
40
42
|
* },
|
|
41
43
|
* },
|
|
42
44
|
* remoteKafkaCluster: {
|
|
43
|
-
* id:
|
|
44
|
-
* bootstrapEndpoint:
|
|
45
|
+
* id: east.id,
|
|
46
|
+
* bootstrapEndpoint: east.bootstrapEndpoint,
|
|
45
47
|
* credentials: {
|
|
46
|
-
* key:
|
|
47
|
-
* secret:
|
|
48
|
+
* key: app_manager_east_cluster_api_key.id,
|
|
49
|
+
* secret: app_manager_east_cluster_api_key.secret,
|
|
48
50
|
* },
|
|
49
51
|
* },
|
|
50
52
|
* });
|
package/clusterLink.js
CHANGED
|
@@ -15,40 +15,42 @@ const utilities = require("./utilities");
|
|
|
15
15
|
*
|
|
16
16
|
* // https://docs.confluent.io/cloud/current/multi-cloud/cluster-linking/cluster-links-cc.html#create-a-cluster-link-in-bidirectional-mode
|
|
17
17
|
* const east_to_west = new confluentcloud.ClusterLink("east-to-west", {
|
|
18
|
+
* link: "bidirectional-link",
|
|
18
19
|
* linkMode: "BIDIRECTIONAL",
|
|
19
20
|
* localKafkaCluster: {
|
|
20
|
-
* id:
|
|
21
|
-
* restEndpoint:
|
|
21
|
+
* id: east.id,
|
|
22
|
+
* restEndpoint: east.restEndpoint,
|
|
22
23
|
* credentials: {
|
|
23
|
-
* key:
|
|
24
|
-
* secret:
|
|
24
|
+
* key: app_manager_east_cluster_api_key.id,
|
|
25
|
+
* secret: app_manager_east_cluster_api_key.secret,
|
|
25
26
|
* },
|
|
26
27
|
* },
|
|
27
28
|
* remoteKafkaCluster: {
|
|
28
|
-
* id:
|
|
29
|
-
* bootstrapEndpoint:
|
|
29
|
+
* id: west.id,
|
|
30
|
+
* bootstrapEndpoint: west.bootstrapEndpoint,
|
|
30
31
|
* credentials: {
|
|
31
|
-
* key:
|
|
32
|
-
* secret:
|
|
32
|
+
* key: app_manager_west_cluster_api_key.id,
|
|
33
|
+
* secret: app_manager_west_cluster_api_key.secret,
|
|
33
34
|
* },
|
|
34
35
|
* },
|
|
35
36
|
* });
|
|
36
37
|
* const west_to_east = new confluentcloud.ClusterLink("west-to-east", {
|
|
38
|
+
* link: "bidirectional-link",
|
|
37
39
|
* linkMode: "BIDIRECTIONAL",
|
|
38
40
|
* localKafkaCluster: {
|
|
39
|
-
* id:
|
|
40
|
-
* restEndpoint:
|
|
41
|
+
* id: west.id,
|
|
42
|
+
* restEndpoint: west.restEndpoint,
|
|
41
43
|
* credentials: {
|
|
42
|
-
* key:
|
|
43
|
-
* secret:
|
|
44
|
+
* key: app_manager_west_cluster_api_key.id,
|
|
45
|
+
* secret: app_manager_west_cluster_api_key.secret,
|
|
44
46
|
* },
|
|
45
47
|
* },
|
|
46
48
|
* remoteKafkaCluster: {
|
|
47
|
-
* id:
|
|
48
|
-
* bootstrapEndpoint:
|
|
49
|
+
* id: east.id,
|
|
50
|
+
* bootstrapEndpoint: east.bootstrapEndpoint,
|
|
49
51
|
* credentials: {
|
|
50
|
-
* key:
|
|
51
|
-
* secret:
|
|
52
|
+
* key: app_manager_east_cluster_api_key.id,
|
|
53
|
+
* secret: app_manager_east_cluster_api_key.secret,
|
|
52
54
|
* },
|
|
53
55
|
* },
|
|
54
56
|
* });
|
package/clusterLink.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clusterLink.js","sourceRoot":"","sources":["../clusterLink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"clusterLink.js","sourceRoot":"","sources":["../clusterLink.ts"],"names":[],"mappings":"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"}
|