@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/connector.d.ts
CHANGED
|
@@ -12,28 +12,28 @@ import * as outputs from "./types/output";
|
|
|
12
12
|
*
|
|
13
13
|
* const source = new confluentcloud.Connector("source", {
|
|
14
14
|
* environment: {
|
|
15
|
-
* id:
|
|
15
|
+
* id: staging.id,
|
|
16
16
|
* },
|
|
17
17
|
* kafkaCluster: {
|
|
18
|
-
* id:
|
|
18
|
+
* id: basic.id,
|
|
19
19
|
* },
|
|
20
20
|
* configSensitive: {},
|
|
21
21
|
* configNonsensitive: {
|
|
22
22
|
* "connector.class": "DatagenSource",
|
|
23
23
|
* name: "DatagenSourceConnector_0",
|
|
24
24
|
* "kafka.auth.mode": "SERVICE_ACCOUNT",
|
|
25
|
-
* "kafka.service.account.id":
|
|
26
|
-
* "kafka.topic":
|
|
25
|
+
* "kafka.service.account.id": app_connector.id,
|
|
26
|
+
* "kafka.topic": orders.topicName,
|
|
27
27
|
* "output.data.format": "JSON",
|
|
28
28
|
* quickstart: "ORDERS",
|
|
29
29
|
* "tasks.max": "1",
|
|
30
30
|
* },
|
|
31
31
|
* }, {
|
|
32
32
|
* dependsOn: [
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
33
|
+
* app_connector_describe_on_cluster,
|
|
34
|
+
* app_connector_write_on_target_topic,
|
|
35
|
+
* app_connector_create_on_data_preview_topics,
|
|
36
|
+
* app_connector_write_on_data_preview_topics,
|
|
37
37
|
* ],
|
|
38
38
|
* });
|
|
39
39
|
* ```
|
|
@@ -47,22 +47,22 @@ import * as outputs from "./types/output";
|
|
|
47
47
|
*
|
|
48
48
|
* const sink = new confluentcloud.Connector("sink", {
|
|
49
49
|
* environment: {
|
|
50
|
-
* id:
|
|
50
|
+
* id: staging.id,
|
|
51
51
|
* },
|
|
52
52
|
* kafkaCluster: {
|
|
53
|
-
* id:
|
|
53
|
+
* id: basic.id,
|
|
54
54
|
* },
|
|
55
55
|
* configSensitive: {
|
|
56
56
|
* "aws.access.key.id": "***REDACTED***",
|
|
57
57
|
* "aws.secret.access.key": "***REDACTED***",
|
|
58
58
|
* },
|
|
59
59
|
* configNonsensitive: {
|
|
60
|
-
* topics:
|
|
60
|
+
* topics: orders.topicName,
|
|
61
61
|
* "input.data.format": "JSON",
|
|
62
62
|
* "connector.class": "S3_SINK",
|
|
63
63
|
* name: "S3_SINKConnector_0",
|
|
64
64
|
* "kafka.auth.mode": "SERVICE_ACCOUNT",
|
|
65
|
-
* "kafka.service.account.id":
|
|
65
|
+
* "kafka.service.account.id": app_connector.id,
|
|
66
66
|
* "s3.bucket.name": "<s3-bucket-name>",
|
|
67
67
|
* "output.data.format": "JSON",
|
|
68
68
|
* "time.interval": "DAILY",
|
|
@@ -71,15 +71,15 @@ import * as outputs from "./types/output";
|
|
|
71
71
|
* },
|
|
72
72
|
* }, {
|
|
73
73
|
* dependsOn: [
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
74
|
+
* app_connector_describe_on_cluster,
|
|
75
|
+
* app_connector_read_on_target_topic,
|
|
76
|
+
* app_connector_create_on_dlq_lcc_topics,
|
|
77
|
+
* app_connector_write_on_dlq_lcc_topics,
|
|
78
|
+
* app_connector_create_on_success_lcc_topics,
|
|
79
|
+
* app_connector_write_on_success_lcc_topics,
|
|
80
|
+
* app_connector_create_on_error_lcc_topics,
|
|
81
|
+
* app_connector_write_on_error_lcc_topics,
|
|
82
|
+
* app_connector_read_on_connect_lcc_group,
|
|
83
83
|
* ],
|
|
84
84
|
* });
|
|
85
85
|
* ```
|
|
@@ -93,37 +93,37 @@ import * as outputs from "./types/output";
|
|
|
93
93
|
*
|
|
94
94
|
* const sink = new confluentcloud.Connector("sink", {
|
|
95
95
|
* environment: {
|
|
96
|
-
* id:
|
|
96
|
+
* id: staging.id,
|
|
97
97
|
* },
|
|
98
98
|
* kafkaCluster: {
|
|
99
|
-
* id:
|
|
99
|
+
* id: basic.id,
|
|
100
100
|
* },
|
|
101
101
|
* configSensitive: {
|
|
102
102
|
* "aws.access.key.id": "***REDACTED***",
|
|
103
103
|
* "aws.secret.access.key": "***REDACTED***",
|
|
104
104
|
* },
|
|
105
105
|
* configNonsensitive: {
|
|
106
|
-
* topics:
|
|
106
|
+
* topics: orders.topicName,
|
|
107
107
|
* "input.data.format": "JSON",
|
|
108
108
|
* "connector.class": "DynamoDbSink",
|
|
109
109
|
* name: "DynamoDbSinkConnector_0",
|
|
110
110
|
* "kafka.auth.mode": "SERVICE_ACCOUNT",
|
|
111
|
-
* "kafka.service.account.id":
|
|
111
|
+
* "kafka.service.account.id": app_connector.id,
|
|
112
112
|
* "aws.dynamodb.pk.hash": "value.userid",
|
|
113
113
|
* "aws.dynamodb.pk.sort": "value.pageid",
|
|
114
114
|
* "tasks.max": "1",
|
|
115
115
|
* },
|
|
116
116
|
* }, {
|
|
117
117
|
* dependsOn: [
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
118
|
+
* app_connector_describe_on_cluster,
|
|
119
|
+
* app_connector_read_on_target_topic,
|
|
120
|
+
* app_connector_create_on_dlq_lcc_topics,
|
|
121
|
+
* app_connector_write_on_dlq_lcc_topics,
|
|
122
|
+
* app_connector_create_on_success_lcc_topics,
|
|
123
|
+
* app_connector_write_on_success_lcc_topics,
|
|
124
|
+
* app_connector_create_on_error_lcc_topics,
|
|
125
|
+
* app_connector_write_on_error_lcc_topics,
|
|
126
|
+
* app_connector_read_on_connect_lcc_group,
|
|
127
127
|
* ],
|
|
128
128
|
* });
|
|
129
129
|
* ```
|
|
@@ -138,10 +138,10 @@ import * as outputs from "./types/output";
|
|
|
138
138
|
*
|
|
139
139
|
* const source = new confluentcloud.Connector("source", {
|
|
140
140
|
* environment: {
|
|
141
|
-
* id:
|
|
141
|
+
* id: staging.id,
|
|
142
142
|
* },
|
|
143
143
|
* kafkaCluster: {
|
|
144
|
-
* id:
|
|
144
|
+
* id: basic.id,
|
|
145
145
|
* },
|
|
146
146
|
* configSensitive: {
|
|
147
147
|
* "kafka.api.key": "***REDACTED***",
|
|
@@ -149,19 +149,19 @@ import * as outputs from "./types/output";
|
|
|
149
149
|
* },
|
|
150
150
|
* configNonsensitive: {
|
|
151
151
|
* "confluent.connector.type": "CUSTOM",
|
|
152
|
-
* "connector.class":
|
|
152
|
+
* "connector.class": sourceConfluentCustomConnectorPlugin.connectorClass,
|
|
153
153
|
* name: "DatagenConnectorExampleName",
|
|
154
154
|
* "kafka.auth.mode": "KAFKA_API_KEY",
|
|
155
|
-
* "kafka.topic":
|
|
155
|
+
* "kafka.topic": orders.topicName,
|
|
156
156
|
* "output.data.format": "JSON",
|
|
157
157
|
* quickstart: "ORDERS",
|
|
158
|
-
* "confluent.custom.plugin.id":
|
|
158
|
+
* "confluent.custom.plugin.id": sourceConfluentCustomConnectorPlugin.id,
|
|
159
159
|
* "min.interval": "1000",
|
|
160
160
|
* "max.interval": "2000",
|
|
161
161
|
* "tasks.max": "1",
|
|
162
162
|
* },
|
|
163
163
|
* }, {
|
|
164
|
-
* dependsOn: [
|
|
164
|
+
* dependsOn: [app_manager_kafka_cluster_admin],
|
|
165
165
|
* });
|
|
166
166
|
* ```
|
|
167
167
|
* <!--End PulumiCodeChooser -->
|
package/connector.js
CHANGED
|
@@ -16,28 +16,28 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* const source = new confluentcloud.Connector("source", {
|
|
18
18
|
* environment: {
|
|
19
|
-
* id:
|
|
19
|
+
* id: staging.id,
|
|
20
20
|
* },
|
|
21
21
|
* kafkaCluster: {
|
|
22
|
-
* id:
|
|
22
|
+
* id: basic.id,
|
|
23
23
|
* },
|
|
24
24
|
* configSensitive: {},
|
|
25
25
|
* configNonsensitive: {
|
|
26
26
|
* "connector.class": "DatagenSource",
|
|
27
27
|
* name: "DatagenSourceConnector_0",
|
|
28
28
|
* "kafka.auth.mode": "SERVICE_ACCOUNT",
|
|
29
|
-
* "kafka.service.account.id":
|
|
30
|
-
* "kafka.topic":
|
|
29
|
+
* "kafka.service.account.id": app_connector.id,
|
|
30
|
+
* "kafka.topic": orders.topicName,
|
|
31
31
|
* "output.data.format": "JSON",
|
|
32
32
|
* quickstart: "ORDERS",
|
|
33
33
|
* "tasks.max": "1",
|
|
34
34
|
* },
|
|
35
35
|
* }, {
|
|
36
36
|
* dependsOn: [
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
37
|
+
* app_connector_describe_on_cluster,
|
|
38
|
+
* app_connector_write_on_target_topic,
|
|
39
|
+
* app_connector_create_on_data_preview_topics,
|
|
40
|
+
* app_connector_write_on_data_preview_topics,
|
|
41
41
|
* ],
|
|
42
42
|
* });
|
|
43
43
|
* ```
|
|
@@ -51,22 +51,22 @@ const utilities = require("./utilities");
|
|
|
51
51
|
*
|
|
52
52
|
* const sink = new confluentcloud.Connector("sink", {
|
|
53
53
|
* environment: {
|
|
54
|
-
* id:
|
|
54
|
+
* id: staging.id,
|
|
55
55
|
* },
|
|
56
56
|
* kafkaCluster: {
|
|
57
|
-
* id:
|
|
57
|
+
* id: basic.id,
|
|
58
58
|
* },
|
|
59
59
|
* configSensitive: {
|
|
60
60
|
* "aws.access.key.id": "***REDACTED***",
|
|
61
61
|
* "aws.secret.access.key": "***REDACTED***",
|
|
62
62
|
* },
|
|
63
63
|
* configNonsensitive: {
|
|
64
|
-
* topics:
|
|
64
|
+
* topics: orders.topicName,
|
|
65
65
|
* "input.data.format": "JSON",
|
|
66
66
|
* "connector.class": "S3_SINK",
|
|
67
67
|
* name: "S3_SINKConnector_0",
|
|
68
68
|
* "kafka.auth.mode": "SERVICE_ACCOUNT",
|
|
69
|
-
* "kafka.service.account.id":
|
|
69
|
+
* "kafka.service.account.id": app_connector.id,
|
|
70
70
|
* "s3.bucket.name": "<s3-bucket-name>",
|
|
71
71
|
* "output.data.format": "JSON",
|
|
72
72
|
* "time.interval": "DAILY",
|
|
@@ -75,15 +75,15 @@ const utilities = require("./utilities");
|
|
|
75
75
|
* },
|
|
76
76
|
* }, {
|
|
77
77
|
* dependsOn: [
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
78
|
+
* app_connector_describe_on_cluster,
|
|
79
|
+
* app_connector_read_on_target_topic,
|
|
80
|
+
* app_connector_create_on_dlq_lcc_topics,
|
|
81
|
+
* app_connector_write_on_dlq_lcc_topics,
|
|
82
|
+
* app_connector_create_on_success_lcc_topics,
|
|
83
|
+
* app_connector_write_on_success_lcc_topics,
|
|
84
|
+
* app_connector_create_on_error_lcc_topics,
|
|
85
|
+
* app_connector_write_on_error_lcc_topics,
|
|
86
|
+
* app_connector_read_on_connect_lcc_group,
|
|
87
87
|
* ],
|
|
88
88
|
* });
|
|
89
89
|
* ```
|
|
@@ -97,37 +97,37 @@ const utilities = require("./utilities");
|
|
|
97
97
|
*
|
|
98
98
|
* const sink = new confluentcloud.Connector("sink", {
|
|
99
99
|
* environment: {
|
|
100
|
-
* id:
|
|
100
|
+
* id: staging.id,
|
|
101
101
|
* },
|
|
102
102
|
* kafkaCluster: {
|
|
103
|
-
* id:
|
|
103
|
+
* id: basic.id,
|
|
104
104
|
* },
|
|
105
105
|
* configSensitive: {
|
|
106
106
|
* "aws.access.key.id": "***REDACTED***",
|
|
107
107
|
* "aws.secret.access.key": "***REDACTED***",
|
|
108
108
|
* },
|
|
109
109
|
* configNonsensitive: {
|
|
110
|
-
* topics:
|
|
110
|
+
* topics: orders.topicName,
|
|
111
111
|
* "input.data.format": "JSON",
|
|
112
112
|
* "connector.class": "DynamoDbSink",
|
|
113
113
|
* name: "DynamoDbSinkConnector_0",
|
|
114
114
|
* "kafka.auth.mode": "SERVICE_ACCOUNT",
|
|
115
|
-
* "kafka.service.account.id":
|
|
115
|
+
* "kafka.service.account.id": app_connector.id,
|
|
116
116
|
* "aws.dynamodb.pk.hash": "value.userid",
|
|
117
117
|
* "aws.dynamodb.pk.sort": "value.pageid",
|
|
118
118
|
* "tasks.max": "1",
|
|
119
119
|
* },
|
|
120
120
|
* }, {
|
|
121
121
|
* dependsOn: [
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
122
|
+
* app_connector_describe_on_cluster,
|
|
123
|
+
* app_connector_read_on_target_topic,
|
|
124
|
+
* app_connector_create_on_dlq_lcc_topics,
|
|
125
|
+
* app_connector_write_on_dlq_lcc_topics,
|
|
126
|
+
* app_connector_create_on_success_lcc_topics,
|
|
127
|
+
* app_connector_write_on_success_lcc_topics,
|
|
128
|
+
* app_connector_create_on_error_lcc_topics,
|
|
129
|
+
* app_connector_write_on_error_lcc_topics,
|
|
130
|
+
* app_connector_read_on_connect_lcc_group,
|
|
131
131
|
* ],
|
|
132
132
|
* });
|
|
133
133
|
* ```
|
|
@@ -142,10 +142,10 @@ const utilities = require("./utilities");
|
|
|
142
142
|
*
|
|
143
143
|
* const source = new confluentcloud.Connector("source", {
|
|
144
144
|
* environment: {
|
|
145
|
-
* id:
|
|
145
|
+
* id: staging.id,
|
|
146
146
|
* },
|
|
147
147
|
* kafkaCluster: {
|
|
148
|
-
* id:
|
|
148
|
+
* id: basic.id,
|
|
149
149
|
* },
|
|
150
150
|
* configSensitive: {
|
|
151
151
|
* "kafka.api.key": "***REDACTED***",
|
|
@@ -153,19 +153,19 @@ const utilities = require("./utilities");
|
|
|
153
153
|
* },
|
|
154
154
|
* configNonsensitive: {
|
|
155
155
|
* "confluent.connector.type": "CUSTOM",
|
|
156
|
-
* "connector.class":
|
|
156
|
+
* "connector.class": sourceConfluentCustomConnectorPlugin.connectorClass,
|
|
157
157
|
* name: "DatagenConnectorExampleName",
|
|
158
158
|
* "kafka.auth.mode": "KAFKA_API_KEY",
|
|
159
|
-
* "kafka.topic":
|
|
159
|
+
* "kafka.topic": orders.topicName,
|
|
160
160
|
* "output.data.format": "JSON",
|
|
161
161
|
* quickstart: "ORDERS",
|
|
162
|
-
* "confluent.custom.plugin.id":
|
|
162
|
+
* "confluent.custom.plugin.id": sourceConfluentCustomConnectorPlugin.id,
|
|
163
163
|
* "min.interval": "1000",
|
|
164
164
|
* "max.interval": "2000",
|
|
165
165
|
* "tasks.max": "1",
|
|
166
166
|
* },
|
|
167
167
|
* }, {
|
|
168
|
-
* dependsOn: [
|
|
168
|
+
* dependsOn: [app_manager_kafka_cluster_admin],
|
|
169
169
|
* });
|
|
170
170
|
* ```
|
|
171
171
|
* <!--End PulumiCodeChooser -->
|
|
@@ -8,12 +8,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
9
9
|
*
|
|
10
10
|
* const source = new confluentcloud.CustomConnectorPlugin("source", {
|
|
11
|
-
* connectorClass: "io.confluent.kafka.connect.datagen.DatagenConnector",
|
|
12
|
-
* connectorType: "SOURCE",
|
|
13
11
|
* displayName: "Datagen Source Connector Plugin",
|
|
14
12
|
* documentationLink: "https://www.confluent.io/hub/confluentinc/kafka-connect-datagen",
|
|
15
|
-
*
|
|
13
|
+
* connectorClass: "io.confluent.kafka.connect.datagen.DatagenConnector",
|
|
14
|
+
* connectorType: "SOURCE",
|
|
16
15
|
* sensitiveConfigProperties: [],
|
|
16
|
+
* filename: "confluentinc-kafka-connect-datagen-0.6.2.zip",
|
|
17
17
|
* });
|
|
18
18
|
* ```
|
|
19
19
|
* <!--End PulumiCodeChooser -->
|
package/customConnectorPlugin.js
CHANGED
|
@@ -14,12 +14,12 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
15
15
|
*
|
|
16
16
|
* const source = new confluentcloud.CustomConnectorPlugin("source", {
|
|
17
|
-
* connectorClass: "io.confluent.kafka.connect.datagen.DatagenConnector",
|
|
18
|
-
* connectorType: "SOURCE",
|
|
19
17
|
* displayName: "Datagen Source Connector Plugin",
|
|
20
18
|
* documentationLink: "https://www.confluent.io/hub/confluentinc/kafka-connect-datagen",
|
|
21
|
-
*
|
|
19
|
+
* connectorClass: "io.confluent.kafka.connect.datagen.DatagenConnector",
|
|
20
|
+
* connectorType: "SOURCE",
|
|
22
21
|
* sensitiveConfigProperties: [],
|
|
22
|
+
* filename: "confluentinc-kafka-connect-datagen-0.6.2.zip",
|
|
23
23
|
* });
|
|
24
24
|
* ```
|
|
25
25
|
* <!--End PulumiCodeChooser -->
|
package/dnsForwarder.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ 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.DnsForwarder("main", {
|
|
18
18
|
* displayName: "dns_forwarder",
|
|
19
19
|
* environment: {
|
|
@@ -24,7 +24,7 @@ import * as outputs from "./types/output";
|
|
|
24
24
|
* "domainname.com",
|
|
25
25
|
* ],
|
|
26
26
|
* gateway: {
|
|
27
|
-
* id:
|
|
27
|
+
* id: mainConfluentNetwork.gateway[0].id,
|
|
28
28
|
* },
|
|
29
29
|
* forwardViaIp: {
|
|
30
30
|
* dnsServerIps: [
|
package/dnsForwarder.js
CHANGED
|
@@ -17,7 +17,7 @@ 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.DnsForwarder("main", {
|
|
22
22
|
* displayName: "dns_forwarder",
|
|
23
23
|
* environment: {
|
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* "domainname.com",
|
|
29
29
|
* ],
|
|
30
30
|
* gateway: {
|
|
31
|
-
* id:
|
|
31
|
+
* id: mainConfluentNetwork.gateway[0].id,
|
|
32
32
|
* },
|
|
33
33
|
* forwardViaIp: {
|
|
34
34
|
* dnsServerIps: [
|
package/dnsRecord.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ 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.DnsRecord("main", {
|
|
18
18
|
* displayName: "dns_record",
|
|
19
19
|
* environment: {
|
|
@@ -21,10 +21,10 @@ import * as outputs from "./types/output";
|
|
|
21
21
|
* },
|
|
22
22
|
* domain: "example.com",
|
|
23
23
|
* gateway: {
|
|
24
|
-
* id:
|
|
24
|
+
* id: mainConfluentNetwork.gateway[0].id,
|
|
25
25
|
* },
|
|
26
26
|
* privateLinkAccessPoint: {
|
|
27
|
-
* id:
|
|
27
|
+
* id: mainConfluentAccessPoint.id,
|
|
28
28
|
* },
|
|
29
29
|
* });
|
|
30
30
|
* ```
|
package/dnsRecord.js
CHANGED
|
@@ -17,7 +17,7 @@ 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.DnsRecord("main", {
|
|
22
22
|
* displayName: "dns_record",
|
|
23
23
|
* environment: {
|
|
@@ -25,10 +25,10 @@ const utilities = require("./utilities");
|
|
|
25
25
|
* },
|
|
26
26
|
* domain: "example.com",
|
|
27
27
|
* gateway: {
|
|
28
|
-
* id:
|
|
28
|
+
* id: mainConfluentNetwork.gateway[0].id,
|
|
29
29
|
* },
|
|
30
30
|
* privateLinkAccessPoint: {
|
|
31
|
-
* id:
|
|
31
|
+
* id: mainConfluentAccessPoint.id,
|
|
32
32
|
* },
|
|
33
33
|
* });
|
|
34
34
|
* ```
|
package/environment.d.ts
CHANGED
|
@@ -4,6 +4,45 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
+
* <!--Start PulumiCodeChooser -->
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
11
|
+
*
|
|
12
|
+
* const prod = new confluentcloud.Environment("prod", {
|
|
13
|
+
* displayName: "Production",
|
|
14
|
+
* streamGovernance: {
|
|
15
|
+
* "package": "ESSENTIALS",
|
|
16
|
+
* },
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
* <!--End PulumiCodeChooser -->
|
|
20
|
+
*
|
|
21
|
+
* ## Getting Started
|
|
22
|
+
*
|
|
23
|
+
* The following end-to-end examples might help to get started with `confluentcloud.Environment` resource:
|
|
24
|
+
* * `basic-kafka-acls`: _Basic_ Kafka cluster with authorization using ACLs
|
|
25
|
+
* * `basic-kafka-acls-with-alias`: _Basic_ Kafka cluster with authorization using ACLs
|
|
26
|
+
* * `standard-kafka-acls`: _Standard_ Kafka cluster with authorization using ACLs
|
|
27
|
+
* * `standard-kafka-rbac`: _Standard_ Kafka cluster with authorization using RBAC
|
|
28
|
+
* * `dedicated-public-kafka-acls`: _Dedicated_ Kafka cluster that is accessible over the public internet with authorization using ACLs
|
|
29
|
+
* * `dedicated-public-kafka-rbac`: _Dedicated_ Kafka cluster that is accessible over the public internet with authorization using RBAC
|
|
30
|
+
* * `dedicated-privatelink-aws-kafka-acls`: _Dedicated_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
31
|
+
* * `dedicated-privatelink-aws-kafka-rbac`: _Dedicated_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using RBAC
|
|
32
|
+
* * `dedicated-privatelink-azure-kafka-rbac`: _Dedicated_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using RBAC
|
|
33
|
+
* * `dedicated-privatelink-azure-kafka-acls`: _Dedicated_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
|
|
34
|
+
* * `dedicated-private-service-connect-gcp-kafka-acls`: _Dedicated_ Kafka cluster on GCP that is accessible via Private Service Connect connections with authorization using ACLs
|
|
35
|
+
* * `dedicated-private-service-connect-gcp-kafka-rbac`: _Dedicated_ Kafka cluster on GCP that is accessible via Private Service Connect connections with authorization using RBAC
|
|
36
|
+
* * `dedicated-vnet-peering-azure-kafka-acls`: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using ACLs
|
|
37
|
+
* * `dedicated-vnet-peering-azure-kafka-rbac`: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using RBAC
|
|
38
|
+
* * `dedicated-vpc-peering-aws-kafka-acls`: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using ACLs
|
|
39
|
+
* * `dedicated-vpc-peering-aws-kafka-rbac`: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using RBAC
|
|
40
|
+
* * `dedicated-vpc-peering-gcp-kafka-acls`: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using ACLs
|
|
41
|
+
* * `dedicated-vpc-peering-gcp-kafka-rbac`: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using RBAC
|
|
42
|
+
* * `dedicated-transit-gateway-attachment-aws-kafka-acls`: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
43
|
+
* * `dedicated-transit-gateway-attachment-aws-kafka-rbac`: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using RBAC
|
|
44
|
+
* * `enterprise-privatelinkattachment-aws-kafka-acls`: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
45
|
+
*
|
|
7
46
|
* ## Import
|
|
8
47
|
*
|
|
9
48
|
* You can import an Environment by using Environment ID, for example:
|
package/environment.js
CHANGED
|
@@ -8,6 +8,45 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
+
* <!--Start PulumiCodeChooser -->
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
15
|
+
*
|
|
16
|
+
* const prod = new confluentcloud.Environment("prod", {
|
|
17
|
+
* displayName: "Production",
|
|
18
|
+
* streamGovernance: {
|
|
19
|
+
* "package": "ESSENTIALS",
|
|
20
|
+
* },
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
* <!--End PulumiCodeChooser -->
|
|
24
|
+
*
|
|
25
|
+
* ## Getting Started
|
|
26
|
+
*
|
|
27
|
+
* The following end-to-end examples might help to get started with `confluentcloud.Environment` resource:
|
|
28
|
+
* * `basic-kafka-acls`: _Basic_ Kafka cluster with authorization using ACLs
|
|
29
|
+
* * `basic-kafka-acls-with-alias`: _Basic_ Kafka cluster with authorization using ACLs
|
|
30
|
+
* * `standard-kafka-acls`: _Standard_ Kafka cluster with authorization using ACLs
|
|
31
|
+
* * `standard-kafka-rbac`: _Standard_ Kafka cluster with authorization using RBAC
|
|
32
|
+
* * `dedicated-public-kafka-acls`: _Dedicated_ Kafka cluster that is accessible over the public internet with authorization using ACLs
|
|
33
|
+
* * `dedicated-public-kafka-rbac`: _Dedicated_ Kafka cluster that is accessible over the public internet with authorization using RBAC
|
|
34
|
+
* * `dedicated-privatelink-aws-kafka-acls`: _Dedicated_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
35
|
+
* * `dedicated-privatelink-aws-kafka-rbac`: _Dedicated_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using RBAC
|
|
36
|
+
* * `dedicated-privatelink-azure-kafka-rbac`: _Dedicated_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using RBAC
|
|
37
|
+
* * `dedicated-privatelink-azure-kafka-acls`: _Dedicated_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
|
|
38
|
+
* * `dedicated-private-service-connect-gcp-kafka-acls`: _Dedicated_ Kafka cluster on GCP that is accessible via Private Service Connect connections with authorization using ACLs
|
|
39
|
+
* * `dedicated-private-service-connect-gcp-kafka-rbac`: _Dedicated_ Kafka cluster on GCP that is accessible via Private Service Connect connections with authorization using RBAC
|
|
40
|
+
* * `dedicated-vnet-peering-azure-kafka-acls`: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using ACLs
|
|
41
|
+
* * `dedicated-vnet-peering-azure-kafka-rbac`: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using RBAC
|
|
42
|
+
* * `dedicated-vpc-peering-aws-kafka-acls`: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using ACLs
|
|
43
|
+
* * `dedicated-vpc-peering-aws-kafka-rbac`: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using RBAC
|
|
44
|
+
* * `dedicated-vpc-peering-gcp-kafka-acls`: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using ACLs
|
|
45
|
+
* * `dedicated-vpc-peering-gcp-kafka-rbac`: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using RBAC
|
|
46
|
+
* * `dedicated-transit-gateway-attachment-aws-kafka-acls`: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
47
|
+
* * `dedicated-transit-gateway-attachment-aws-kafka-rbac`: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using RBAC
|
|
48
|
+
* * `enterprise-privatelinkattachment-aws-kafka-acls`: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
49
|
+
*
|
|
11
50
|
* ## Import
|
|
12
51
|
*
|
|
13
52
|
* You can import an Environment by using Environment ID, for example:
|
package/environment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../environment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../environment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAjEL,kCAkEC;AApDG,gBAAgB;AACO,wBAAY,GAAG,8CAA8C,CAAC"}
|
package/flinkComputePool.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
11
11
|
*
|
|
12
|
-
* const development = new confluentcloud.Environment("development", {});
|
|
12
|
+
* const development = new confluentcloud.Environment("development", {displayName: "Development"});
|
|
13
13
|
* const main = new confluentcloud.FlinkComputePool("main", {
|
|
14
14
|
* displayName: "standard_compute_pool",
|
|
15
15
|
* cloud: "AWS",
|
package/flinkComputePool.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
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.FlinkComputePool("main", {
|
|
18
18
|
* displayName: "standard_compute_pool",
|
|
19
19
|
* cloud: "AWS",
|