@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/getIdentityPool.js
CHANGED
|
@@ -17,20 +17,24 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
19
19
|
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
20
|
+
* export = async () => {
|
|
21
|
+
* const exampleUsingId = await confluentcloud.getIdentityPool({
|
|
22
|
+
* id: "pool-xyz456",
|
|
23
|
+
* identityProvider: {
|
|
24
|
+
* id: "op-abc123",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* const exampleUsingName = await confluentcloud.getIdentityPool({
|
|
28
|
+
* displayName: "My Identity Pool",
|
|
29
|
+
* identityProvider: {
|
|
30
|
+
* id: "op-abc123",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* return {
|
|
34
|
+
* exampleUsingId: exampleUsingId,
|
|
35
|
+
* exampleUsingName: exampleUsingName,
|
|
36
|
+
* };
|
|
37
|
+
* }
|
|
34
38
|
* ```
|
|
35
39
|
* <!--End PulumiCodeChooser -->
|
|
36
40
|
*/
|
|
@@ -55,20 +59,24 @@ exports.getIdentityPool = getIdentityPool;
|
|
|
55
59
|
* import * as pulumi from "@pulumi/pulumi";
|
|
56
60
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
57
61
|
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
62
|
+
* export = async () => {
|
|
63
|
+
* const exampleUsingId = await confluentcloud.getIdentityPool({
|
|
64
|
+
* id: "pool-xyz456",
|
|
65
|
+
* identityProvider: {
|
|
66
|
+
* id: "op-abc123",
|
|
67
|
+
* },
|
|
68
|
+
* });
|
|
69
|
+
* const exampleUsingName = await confluentcloud.getIdentityPool({
|
|
70
|
+
* displayName: "My Identity Pool",
|
|
71
|
+
* identityProvider: {
|
|
72
|
+
* id: "op-abc123",
|
|
73
|
+
* },
|
|
74
|
+
* });
|
|
75
|
+
* return {
|
|
76
|
+
* exampleUsingId: exampleUsingId,
|
|
77
|
+
* exampleUsingName: exampleUsingName,
|
|
78
|
+
* };
|
|
79
|
+
* }
|
|
72
80
|
* ```
|
|
73
81
|
* <!--End PulumiCodeChooser -->
|
|
74
82
|
*/
|
package/getIdentityPool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdentityPool.js","sourceRoot":"","sources":["../getIdentityPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getIdentityPool.js","sourceRoot":"","sources":["../getIdentityPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC;AAmDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getIdentityProvider.d.ts
CHANGED
|
@@ -11,14 +11,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
12
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
13
13
|
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
14
|
+
* export = async () => {
|
|
15
|
+
* const exampleUsingId = await confluentcloud.getIdentityProvider({
|
|
16
|
+
* id: "op-abc123",
|
|
17
|
+
* });
|
|
18
|
+
* const exampleUsingName = await confluentcloud.getIdentityProvider({
|
|
19
|
+
* displayName: "My OIDC Provider: Azure AD",
|
|
20
|
+
* });
|
|
21
|
+
* return {
|
|
22
|
+
* exampleUsingId: exampleUsingId,
|
|
23
|
+
* exampleUsingName: exampleUsingName,
|
|
24
|
+
* };
|
|
25
|
+
* }
|
|
22
26
|
* ```
|
|
23
27
|
* <!--End PulumiCodeChooser -->
|
|
24
28
|
*/
|
|
@@ -75,14 +79,18 @@ export interface GetIdentityProviderResult {
|
|
|
75
79
|
* import * as pulumi from "@pulumi/pulumi";
|
|
76
80
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
77
81
|
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
82
|
+
* export = async () => {
|
|
83
|
+
* const exampleUsingId = await confluentcloud.getIdentityProvider({
|
|
84
|
+
* id: "op-abc123",
|
|
85
|
+
* });
|
|
86
|
+
* const exampleUsingName = await confluentcloud.getIdentityProvider({
|
|
87
|
+
* displayName: "My OIDC Provider: Azure AD",
|
|
88
|
+
* });
|
|
89
|
+
* return {
|
|
90
|
+
* exampleUsingId: exampleUsingId,
|
|
91
|
+
* exampleUsingName: exampleUsingName,
|
|
92
|
+
* };
|
|
93
|
+
* }
|
|
86
94
|
* ```
|
|
87
95
|
* <!--End PulumiCodeChooser -->
|
|
88
96
|
*/
|
package/getIdentityProvider.js
CHANGED
|
@@ -17,14 +17,18 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
19
19
|
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
20
|
+
* export = async () => {
|
|
21
|
+
* const exampleUsingId = await confluentcloud.getIdentityProvider({
|
|
22
|
+
* id: "op-abc123",
|
|
23
|
+
* });
|
|
24
|
+
* const exampleUsingName = await confluentcloud.getIdentityProvider({
|
|
25
|
+
* displayName: "My OIDC Provider: Azure AD",
|
|
26
|
+
* });
|
|
27
|
+
* return {
|
|
28
|
+
* exampleUsingId: exampleUsingId,
|
|
29
|
+
* exampleUsingName: exampleUsingName,
|
|
30
|
+
* };
|
|
31
|
+
* }
|
|
28
32
|
* ```
|
|
29
33
|
* <!--End PulumiCodeChooser -->
|
|
30
34
|
*/
|
|
@@ -49,14 +53,18 @@ exports.getIdentityProvider = getIdentityProvider;
|
|
|
49
53
|
* import * as pulumi from "@pulumi/pulumi";
|
|
50
54
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
51
55
|
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
56
|
+
* export = async () => {
|
|
57
|
+
* const exampleUsingId = await confluentcloud.getIdentityProvider({
|
|
58
|
+
* id: "op-abc123",
|
|
59
|
+
* });
|
|
60
|
+
* const exampleUsingName = await confluentcloud.getIdentityProvider({
|
|
61
|
+
* displayName: "My OIDC Provider: Azure AD",
|
|
62
|
+
* });
|
|
63
|
+
* return {
|
|
64
|
+
* exampleUsingId: exampleUsingId,
|
|
65
|
+
* exampleUsingName: exampleUsingName,
|
|
66
|
+
* };
|
|
67
|
+
* }
|
|
60
68
|
* ```
|
|
61
69
|
* <!--End PulumiCodeChooser -->
|
|
62
70
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdentityProvider.js","sourceRoot":"","sources":["../getIdentityProvider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getIdentityProvider.js","sourceRoot":"","sources":["../getIdentityProvider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
package/getKafkaClientQuota.d.ts
CHANGED
|
@@ -14,10 +14,14 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
17
|
+
* export = async () => {
|
|
18
|
+
* const example = await confluentcloud.getKafkaClientQuota({
|
|
19
|
+
* id: "cq-abc123",
|
|
20
|
+
* });
|
|
21
|
+
* return {
|
|
22
|
+
* example: example,
|
|
23
|
+
* };
|
|
24
|
+
* }
|
|
21
25
|
* ```
|
|
22
26
|
* <!--End PulumiCodeChooser -->
|
|
23
27
|
*/
|
|
@@ -78,10 +82,14 @@ export interface GetKafkaClientQuotaResult {
|
|
|
78
82
|
* import * as pulumi from "@pulumi/pulumi";
|
|
79
83
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
80
84
|
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
+
* export = async () => {
|
|
86
|
+
* const example = await confluentcloud.getKafkaClientQuota({
|
|
87
|
+
* id: "cq-abc123",
|
|
88
|
+
* });
|
|
89
|
+
* return {
|
|
90
|
+
* example: example,
|
|
91
|
+
* };
|
|
92
|
+
* }
|
|
85
93
|
* ```
|
|
86
94
|
* <!--End PulumiCodeChooser -->
|
|
87
95
|
*/
|
package/getKafkaClientQuota.js
CHANGED
|
@@ -19,10 +19,14 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* import * as pulumi from "@pulumi/pulumi";
|
|
20
20
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
21
21
|
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
22
|
+
* export = async () => {
|
|
23
|
+
* const example = await confluentcloud.getKafkaClientQuota({
|
|
24
|
+
* id: "cq-abc123",
|
|
25
|
+
* });
|
|
26
|
+
* return {
|
|
27
|
+
* example: example,
|
|
28
|
+
* };
|
|
29
|
+
* }
|
|
26
30
|
* ```
|
|
27
31
|
* <!--End PulumiCodeChooser -->
|
|
28
32
|
*/
|
|
@@ -47,10 +51,14 @@ exports.getKafkaClientQuota = getKafkaClientQuota;
|
|
|
47
51
|
* import * as pulumi from "@pulumi/pulumi";
|
|
48
52
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
49
53
|
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
+
* export = async () => {
|
|
55
|
+
* const example = await confluentcloud.getKafkaClientQuota({
|
|
56
|
+
* id: "cq-abc123",
|
|
57
|
+
* });
|
|
58
|
+
* return {
|
|
59
|
+
* example: example,
|
|
60
|
+
* };
|
|
61
|
+
* }
|
|
54
62
|
* ```
|
|
55
63
|
* <!--End PulumiCodeChooser -->
|
|
56
64
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKafkaClientQuota.js","sourceRoot":"","sources":["../getKafkaClientQuota.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getKafkaClientQuota.js","sourceRoot":"","sources":["../getKafkaClientQuota.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
package/getKafkaCluster.d.ts
CHANGED
|
@@ -13,20 +13,27 @@ 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
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
16
|
+
* export = async () => {
|
|
17
|
+
* const exampleUsingId = await confluentcloud.getKafkaCluster({
|
|
18
|
+
* id: "lkc-abc123",
|
|
19
|
+
* environment: {
|
|
20
|
+
* id: "env-xyz456",
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* const test_sa = new confluentcloud.ServiceAccount("test-sa", {
|
|
24
|
+
* displayName: "app_mgr",
|
|
25
|
+
* description: `app_mgr for ${exampleUsingId.displayName}`,
|
|
26
|
+
* });
|
|
27
|
+
* const exampleUsingName = await confluentcloud.getKafkaCluster({
|
|
28
|
+
* displayName: "basic_kafka_cluster",
|
|
29
|
+
* environment: {
|
|
30
|
+
* id: "env-xyz456",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* return {
|
|
34
|
+
* exampleUsingName: exampleUsingName,
|
|
35
|
+
* };
|
|
36
|
+
* }
|
|
30
37
|
* ```
|
|
31
38
|
* <!--End PulumiCodeChooser -->
|
|
32
39
|
*/
|
|
@@ -145,20 +152,27 @@ export interface GetKafkaClusterResult {
|
|
|
145
152
|
* import * as pulumi from "@pulumi/pulumi";
|
|
146
153
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
147
154
|
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
155
|
+
* export = async () => {
|
|
156
|
+
* const exampleUsingId = await confluentcloud.getKafkaCluster({
|
|
157
|
+
* id: "lkc-abc123",
|
|
158
|
+
* environment: {
|
|
159
|
+
* id: "env-xyz456",
|
|
160
|
+
* },
|
|
161
|
+
* });
|
|
162
|
+
* const test_sa = new confluentcloud.ServiceAccount("test-sa", {
|
|
163
|
+
* displayName: "app_mgr",
|
|
164
|
+
* description: `app_mgr for ${exampleUsingId.displayName}`,
|
|
165
|
+
* });
|
|
166
|
+
* const exampleUsingName = await confluentcloud.getKafkaCluster({
|
|
167
|
+
* displayName: "basic_kafka_cluster",
|
|
168
|
+
* environment: {
|
|
169
|
+
* id: "env-xyz456",
|
|
170
|
+
* },
|
|
171
|
+
* });
|
|
172
|
+
* return {
|
|
173
|
+
* exampleUsingName: exampleUsingName,
|
|
174
|
+
* };
|
|
175
|
+
* }
|
|
162
176
|
* ```
|
|
163
177
|
* <!--End PulumiCodeChooser -->
|
|
164
178
|
*/
|
package/getKafkaCluster.js
CHANGED
|
@@ -17,20 +17,27 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
19
19
|
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
20
|
+
* export = async () => {
|
|
21
|
+
* const exampleUsingId = await confluentcloud.getKafkaCluster({
|
|
22
|
+
* id: "lkc-abc123",
|
|
23
|
+
* environment: {
|
|
24
|
+
* id: "env-xyz456",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* const test_sa = new confluentcloud.ServiceAccount("test-sa", {
|
|
28
|
+
* displayName: "app_mgr",
|
|
29
|
+
* description: `app_mgr for ${exampleUsingId.displayName}`,
|
|
30
|
+
* });
|
|
31
|
+
* const exampleUsingName = await confluentcloud.getKafkaCluster({
|
|
32
|
+
* displayName: "basic_kafka_cluster",
|
|
33
|
+
* environment: {
|
|
34
|
+
* id: "env-xyz456",
|
|
35
|
+
* },
|
|
36
|
+
* });
|
|
37
|
+
* return {
|
|
38
|
+
* exampleUsingName: exampleUsingName,
|
|
39
|
+
* };
|
|
40
|
+
* }
|
|
34
41
|
* ```
|
|
35
42
|
* <!--End PulumiCodeChooser -->
|
|
36
43
|
*/
|
|
@@ -59,20 +66,27 @@ exports.getKafkaCluster = getKafkaCluster;
|
|
|
59
66
|
* import * as pulumi from "@pulumi/pulumi";
|
|
60
67
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
61
68
|
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
69
|
+
* export = async () => {
|
|
70
|
+
* const exampleUsingId = await confluentcloud.getKafkaCluster({
|
|
71
|
+
* id: "lkc-abc123",
|
|
72
|
+
* environment: {
|
|
73
|
+
* id: "env-xyz456",
|
|
74
|
+
* },
|
|
75
|
+
* });
|
|
76
|
+
* const test_sa = new confluentcloud.ServiceAccount("test-sa", {
|
|
77
|
+
* displayName: "app_mgr",
|
|
78
|
+
* description: `app_mgr for ${exampleUsingId.displayName}`,
|
|
79
|
+
* });
|
|
80
|
+
* const exampleUsingName = await confluentcloud.getKafkaCluster({
|
|
81
|
+
* displayName: "basic_kafka_cluster",
|
|
82
|
+
* environment: {
|
|
83
|
+
* id: "env-xyz456",
|
|
84
|
+
* },
|
|
85
|
+
* });
|
|
86
|
+
* return {
|
|
87
|
+
* exampleUsingName: exampleUsingName,
|
|
88
|
+
* };
|
|
89
|
+
* }
|
|
76
90
|
* ```
|
|
77
91
|
* <!--End PulumiCodeChooser -->
|
|
78
92
|
*/
|
package/getKafkaCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKafkaCluster.js","sourceRoot":"","sources":["../getKafkaCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getKafkaCluster.js","sourceRoot":"","sources":["../getKafkaCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0CAYC;AAyGD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getKsqlCluster.d.ts
CHANGED
|
@@ -15,20 +15,24 @@ 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
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
18
|
+
* export = async () => {
|
|
19
|
+
* const exampleUsingId = await confluentcloud.getKsqlCluster({
|
|
20
|
+
* id: "lksqlc-abc123",
|
|
21
|
+
* environment: {
|
|
22
|
+
* id: "env-xyz456",
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* const exampleUsingName = await confluentcloud.getKsqlCluster({
|
|
26
|
+
* displayName: "ksqldb_cluster",
|
|
27
|
+
* environment: {
|
|
28
|
+
* id: "env-xyz456",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* return {
|
|
32
|
+
* exampleUsingId: exampleUsingId,
|
|
33
|
+
* exampleUsingName: exampleUsingName,
|
|
34
|
+
* };
|
|
35
|
+
* }
|
|
32
36
|
* ```
|
|
33
37
|
* <!--End PulumiCodeChooser -->
|
|
34
38
|
*/
|
|
@@ -114,20 +118,24 @@ export interface GetKsqlClusterResult {
|
|
|
114
118
|
* import * as pulumi from "@pulumi/pulumi";
|
|
115
119
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
116
120
|
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
121
|
+
* export = async () => {
|
|
122
|
+
* const exampleUsingId = await confluentcloud.getKsqlCluster({
|
|
123
|
+
* id: "lksqlc-abc123",
|
|
124
|
+
* environment: {
|
|
125
|
+
* id: "env-xyz456",
|
|
126
|
+
* },
|
|
127
|
+
* });
|
|
128
|
+
* const exampleUsingName = await confluentcloud.getKsqlCluster({
|
|
129
|
+
* displayName: "ksqldb_cluster",
|
|
130
|
+
* environment: {
|
|
131
|
+
* id: "env-xyz456",
|
|
132
|
+
* },
|
|
133
|
+
* });
|
|
134
|
+
* return {
|
|
135
|
+
* exampleUsingId: exampleUsingId,
|
|
136
|
+
* exampleUsingName: exampleUsingName,
|
|
137
|
+
* };
|
|
138
|
+
* }
|
|
131
139
|
* ```
|
|
132
140
|
* <!--End PulumiCodeChooser -->
|
|
133
141
|
*/
|
package/getKsqlCluster.js
CHANGED
|
@@ -19,20 +19,24 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* import * as pulumi from "@pulumi/pulumi";
|
|
20
20
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
21
21
|
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
22
|
+
* export = async () => {
|
|
23
|
+
* const exampleUsingId = await confluentcloud.getKsqlCluster({
|
|
24
|
+
* id: "lksqlc-abc123",
|
|
25
|
+
* environment: {
|
|
26
|
+
* id: "env-xyz456",
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* const exampleUsingName = await confluentcloud.getKsqlCluster({
|
|
30
|
+
* displayName: "ksqldb_cluster",
|
|
31
|
+
* environment: {
|
|
32
|
+
* id: "env-xyz456",
|
|
33
|
+
* },
|
|
34
|
+
* });
|
|
35
|
+
* return {
|
|
36
|
+
* exampleUsingId: exampleUsingId,
|
|
37
|
+
* exampleUsingName: exampleUsingName,
|
|
38
|
+
* };
|
|
39
|
+
* }
|
|
36
40
|
* ```
|
|
37
41
|
* <!--End PulumiCodeChooser -->
|
|
38
42
|
*/
|
|
@@ -59,20 +63,24 @@ exports.getKsqlCluster = getKsqlCluster;
|
|
|
59
63
|
* import * as pulumi from "@pulumi/pulumi";
|
|
60
64
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
61
65
|
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
66
|
+
* export = async () => {
|
|
67
|
+
* const exampleUsingId = await confluentcloud.getKsqlCluster({
|
|
68
|
+
* id: "lksqlc-abc123",
|
|
69
|
+
* environment: {
|
|
70
|
+
* id: "env-xyz456",
|
|
71
|
+
* },
|
|
72
|
+
* });
|
|
73
|
+
* const exampleUsingName = await confluentcloud.getKsqlCluster({
|
|
74
|
+
* displayName: "ksqldb_cluster",
|
|
75
|
+
* environment: {
|
|
76
|
+
* id: "env-xyz456",
|
|
77
|
+
* },
|
|
78
|
+
* });
|
|
79
|
+
* return {
|
|
80
|
+
* exampleUsingId: exampleUsingId,
|
|
81
|
+
* exampleUsingName: exampleUsingName,
|
|
82
|
+
* };
|
|
83
|
+
* }
|
|
76
84
|
* ```
|
|
77
85
|
* <!--End PulumiCodeChooser -->
|
|
78
86
|
*/
|
package/getKsqlCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKsqlCluster.js","sourceRoot":"","sources":["../getKsqlCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getKsqlCluster.js","sourceRoot":"","sources":["../getKsqlCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAsED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|