@pulumi/confluentcloud 2.9.0 → 2.9.1-alpha.1730411108

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.
Files changed (91) hide show
  1. package/businessMetadata.d.ts +59 -0
  2. package/businessMetadata.js +59 -0
  3. package/businessMetadata.js.map +1 -1
  4. package/businessMetadataBinding.d.ts +59 -0
  5. package/businessMetadataBinding.js +59 -0
  6. package/businessMetadataBinding.js.map +1 -1
  7. package/catalogEntityAttributes.d.ts +116 -0
  8. package/catalogEntityAttributes.js +116 -0
  9. package/catalogEntityAttributes.js.map +1 -1
  10. package/flinkStatement.d.ts +57 -2
  11. package/flinkStatement.js +57 -2
  12. package/flinkStatement.js.map +1 -1
  13. package/getBusinessMetadata.d.ts +74 -0
  14. package/getBusinessMetadata.js +74 -0
  15. package/getBusinessMetadata.js.map +1 -1
  16. package/getBusinessMetadataBinding.d.ts +82 -0
  17. package/getBusinessMetadataBinding.js +82 -0
  18. package/getBusinessMetadataBinding.js.map +1 -1
  19. package/getKafkaTopic.d.ts +78 -0
  20. package/getKafkaTopic.js +78 -0
  21. package/getKafkaTopic.js.map +1 -1
  22. package/getSchema.d.ts +82 -0
  23. package/getSchema.js +82 -0
  24. package/getSchema.js.map +1 -1
  25. package/getSchemaRegistryClusterConfig.d.ts +72 -0
  26. package/getSchemaRegistryClusterConfig.js +72 -0
  27. package/getSchemaRegistryClusterConfig.js.map +1 -1
  28. package/getSchemaRegistryClusterMode.d.ts +72 -0
  29. package/getSchemaRegistryClusterMode.js +72 -0
  30. package/getSchemaRegistryClusterMode.js.map +1 -1
  31. package/getSchemaRegistryDek.d.ts +78 -0
  32. package/getSchemaRegistryDek.js +78 -0
  33. package/getSchemaRegistryDek.js.map +1 -1
  34. package/getSchemaRegistryKek.d.ts +74 -0
  35. package/getSchemaRegistryKek.js +74 -0
  36. package/getSchemaRegistryKek.js.map +1 -1
  37. package/getSchemas.d.ts +94 -0
  38. package/getSchemas.js +94 -0
  39. package/getSchemas.js.map +1 -1
  40. package/getSubjectConfig.d.ts +14 -0
  41. package/getSubjectConfig.js +14 -0
  42. package/getSubjectConfig.js.map +1 -1
  43. package/getSubjectMode.d.ts +78 -0
  44. package/getSubjectMode.js +78 -0
  45. package/getSubjectMode.js.map +1 -1
  46. package/getTag.d.ts +74 -0
  47. package/getTag.js +74 -0
  48. package/getTag.js.map +1 -1
  49. package/getTagBinding.d.ts +82 -0
  50. package/getTagBinding.js +82 -0
  51. package/getTagBinding.js.map +1 -1
  52. package/kafkaAcl.d.ts +86 -2
  53. package/kafkaAcl.js +86 -2
  54. package/kafkaAcl.js.map +1 -1
  55. package/kafkaClusterConfig.d.ts +42 -2
  56. package/kafkaClusterConfig.js +42 -2
  57. package/kafkaClusterConfig.js.map +1 -1
  58. package/kafkaTopic.d.ts +57 -2
  59. package/kafkaTopic.js +57 -2
  60. package/kafkaTopic.js.map +1 -1
  61. package/package.json +2 -2
  62. package/schema.d.ts +2 -0
  63. package/schema.js +2 -0
  64. package/schema.js.map +1 -1
  65. package/schemaExporter.d.ts +52 -0
  66. package/schemaExporter.js +52 -0
  67. package/schemaExporter.js.map +1 -1
  68. package/schemaRegistryClusterConfig.d.ts +30 -0
  69. package/schemaRegistryClusterConfig.js +30 -0
  70. package/schemaRegistryClusterConfig.js.map +1 -1
  71. package/schemaRegistryClusterMode.d.ts +30 -0
  72. package/schemaRegistryClusterMode.js +30 -0
  73. package/schemaRegistryClusterMode.js.map +1 -1
  74. package/schemaRegistryDek.d.ts +45 -0
  75. package/schemaRegistryDek.js +45 -0
  76. package/schemaRegistryDek.js.map +1 -1
  77. package/schemaRegistryKek.d.ts +51 -0
  78. package/schemaRegistryKek.js +51 -0
  79. package/schemaRegistryKek.js.map +1 -1
  80. package/subjectConfig.d.ts +34 -0
  81. package/subjectConfig.js +34 -0
  82. package/subjectConfig.js.map +1 -1
  83. package/subjectMode.d.ts +34 -0
  84. package/subjectMode.js +34 -0
  85. package/subjectMode.js.map +1 -1
  86. package/tag.d.ts +43 -0
  87. package/tag.js +43 -0
  88. package/tag.js.map +1 -1
  89. package/tagBinding.d.ts +51 -0
  90. package/tagBinding.js +51 -0
  91. package/tagBinding.js.map +1 -1
package/getSchema.d.ts CHANGED
@@ -1,6 +1,47 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
+ /**
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
+ *
7
+ * `confluentcloud.Schema` describes a Schema data source.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as confluentcloud from "@pulumi/confluentcloud";
16
+ *
17
+ * const purchase-v1 = confluentcloud.getSchema({
18
+ * schemaRegistryCluster: {
19
+ * id: essentials.id,
20
+ * },
21
+ * restEndpoint: essentials.restEndpoint,
22
+ * subjectName: "proto-purchase-value",
23
+ * schemaIdentifier: 10001,
24
+ * credentials: {
25
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
26
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
27
+ * },
28
+ * });
29
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
30
+ * ```
31
+ *
32
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as confluentcloud from "@pulumi/confluentcloud";
37
+ *
38
+ * const purchase-v1 = confluentcloud.getSchema({
39
+ * subjectName: "proto-purchase-value",
40
+ * schemaIdentifier: 10001,
41
+ * });
42
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
43
+ * ```
44
+ */
4
45
  export declare function getSchema(args: GetSchemaArgs, opts?: pulumi.InvokeOptions): Promise<GetSchemaResult>;
5
46
  /**
6
47
  * A collection of arguments for invoking getSchema.
@@ -75,6 +116,47 @@ export interface GetSchemaResult {
75
116
  */
76
117
  readonly version: number;
77
118
  }
119
+ /**
120
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
121
+ *
122
+ * `confluentcloud.Schema` describes a Schema data source.
123
+ *
124
+ * ## Example Usage
125
+ *
126
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
127
+ *
128
+ * ```typescript
129
+ * import * as pulumi from "@pulumi/pulumi";
130
+ * import * as confluentcloud from "@pulumi/confluentcloud";
131
+ *
132
+ * const purchase-v1 = confluentcloud.getSchema({
133
+ * schemaRegistryCluster: {
134
+ * id: essentials.id,
135
+ * },
136
+ * restEndpoint: essentials.restEndpoint,
137
+ * subjectName: "proto-purchase-value",
138
+ * schemaIdentifier: 10001,
139
+ * credentials: {
140
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
141
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
142
+ * },
143
+ * });
144
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
145
+ * ```
146
+ *
147
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
148
+ *
149
+ * ```typescript
150
+ * import * as pulumi from "@pulumi/pulumi";
151
+ * import * as confluentcloud from "@pulumi/confluentcloud";
152
+ *
153
+ * const purchase-v1 = confluentcloud.getSchema({
154
+ * subjectName: "proto-purchase-value",
155
+ * schemaIdentifier: 10001,
156
+ * });
157
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
158
+ * ```
159
+ */
78
160
  export declare function getSchemaOutput(args: GetSchemaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSchemaResult>;
79
161
  /**
80
162
  * A collection of arguments for invoking getSchema.
package/getSchema.js CHANGED
@@ -5,6 +5,47 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getSchemaOutput = exports.getSchema = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
+ *
11
+ * `confluentcloud.Schema` describes a Schema data source.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as confluentcloud from "@pulumi/confluentcloud";
20
+ *
21
+ * const purchase-v1 = confluentcloud.getSchema({
22
+ * schemaRegistryCluster: {
23
+ * id: essentials.id,
24
+ * },
25
+ * restEndpoint: essentials.restEndpoint,
26
+ * subjectName: "proto-purchase-value",
27
+ * schemaIdentifier: 10001,
28
+ * credentials: {
29
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
30
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
31
+ * },
32
+ * });
33
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
34
+ * ```
35
+ *
36
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as confluentcloud from "@pulumi/confluentcloud";
41
+ *
42
+ * const purchase-v1 = confluentcloud.getSchema({
43
+ * subjectName: "proto-purchase-value",
44
+ * schemaIdentifier: 10001,
45
+ * });
46
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
47
+ * ```
48
+ */
8
49
  function getSchema(args, opts) {
9
50
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
51
  return pulumi.runtime.invoke("confluentcloud:index/getSchema:getSchema", {
@@ -18,6 +59,47 @@ function getSchema(args, opts) {
18
59
  }, opts);
19
60
  }
20
61
  exports.getSchema = getSchema;
62
+ /**
63
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
64
+ *
65
+ * `confluentcloud.Schema` describes a Schema data source.
66
+ *
67
+ * ## Example Usage
68
+ *
69
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
70
+ *
71
+ * ```typescript
72
+ * import * as pulumi from "@pulumi/pulumi";
73
+ * import * as confluentcloud from "@pulumi/confluentcloud";
74
+ *
75
+ * const purchase-v1 = confluentcloud.getSchema({
76
+ * schemaRegistryCluster: {
77
+ * id: essentials.id,
78
+ * },
79
+ * restEndpoint: essentials.restEndpoint,
80
+ * subjectName: "proto-purchase-value",
81
+ * schemaIdentifier: 10001,
82
+ * credentials: {
83
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
84
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
85
+ * },
86
+ * });
87
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
88
+ * ```
89
+ *
90
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
91
+ *
92
+ * ```typescript
93
+ * import * as pulumi from "@pulumi/pulumi";
94
+ * import * as confluentcloud from "@pulumi/confluentcloud";
95
+ *
96
+ * const purchase-v1 = confluentcloud.getSchema({
97
+ * subjectName: "proto-purchase-value",
98
+ * schemaIdentifier: 10001,
99
+ * });
100
+ * export const schema = purchase_v1.then(purchase_v1 => purchase_v1.schema);
101
+ * ```
102
+ */
21
103
  function getSchemaOutput(args, opts) {
22
104
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
105
  return pulumi.runtime.invokeOutput("confluentcloud:index/getSchema:getSchema", {
package/getSchema.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSchema.js","sourceRoot":"","sources":["../getSchema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC;AA4ED,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC"}
1
+ {"version":3,"file":"getSchema.js","sourceRoot":"","sources":["../getSchema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC;AA4ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC"}
@@ -1,6 +1,42 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
+ /**
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
+ *
7
+ * `confluentcloud.SchemaRegistryClusterConfig` describes a Schema Registry Cluster Config data source.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as confluentcloud from "@pulumi/confluentcloud";
16
+ *
17
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({
18
+ * schemaRegistryCluster: {
19
+ * id: essentials.id,
20
+ * },
21
+ * restEndpoint: essentials.restEndpoint,
22
+ * credentials: {
23
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
24
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
25
+ * },
26
+ * });
27
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
28
+ * ```
29
+ *
30
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
31
+ *
32
+ * ```typescript
33
+ * import * as pulumi from "@pulumi/pulumi";
34
+ * import * as confluentcloud from "@pulumi/confluentcloud";
35
+ *
36
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({});
37
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
38
+ * ```
39
+ */
4
40
  export declare function getSchemaRegistryClusterConfig(args?: GetSchemaRegistryClusterConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetSchemaRegistryClusterConfigResult>;
5
41
  /**
6
42
  * A collection of arguments for invoking getSchemaRegistryClusterConfig.
@@ -29,6 +65,42 @@ export interface GetSchemaRegistryClusterConfigResult {
29
65
  readonly restEndpoint?: string;
30
66
  readonly schemaRegistryCluster?: outputs.GetSchemaRegistryClusterConfigSchemaRegistryCluster;
31
67
  }
68
+ /**
69
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
70
+ *
71
+ * `confluentcloud.SchemaRegistryClusterConfig` describes a Schema Registry Cluster Config data source.
72
+ *
73
+ * ## Example Usage
74
+ *
75
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
76
+ *
77
+ * ```typescript
78
+ * import * as pulumi from "@pulumi/pulumi";
79
+ * import * as confluentcloud from "@pulumi/confluentcloud";
80
+ *
81
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({
82
+ * schemaRegistryCluster: {
83
+ * id: essentials.id,
84
+ * },
85
+ * restEndpoint: essentials.restEndpoint,
86
+ * credentials: {
87
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
88
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
89
+ * },
90
+ * });
91
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
92
+ * ```
93
+ *
94
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
95
+ *
96
+ * ```typescript
97
+ * import * as pulumi from "@pulumi/pulumi";
98
+ * import * as confluentcloud from "@pulumi/confluentcloud";
99
+ *
100
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({});
101
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
102
+ * ```
103
+ */
32
104
  export declare function getSchemaRegistryClusterConfigOutput(args?: GetSchemaRegistryClusterConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSchemaRegistryClusterConfigResult>;
33
105
  /**
34
106
  * A collection of arguments for invoking getSchemaRegistryClusterConfig.
@@ -5,6 +5,42 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getSchemaRegistryClusterConfigOutput = exports.getSchemaRegistryClusterConfig = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
+ *
11
+ * `confluentcloud.SchemaRegistryClusterConfig` describes a Schema Registry Cluster Config data source.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as confluentcloud from "@pulumi/confluentcloud";
20
+ *
21
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({
22
+ * schemaRegistryCluster: {
23
+ * id: essentials.id,
24
+ * },
25
+ * restEndpoint: essentials.restEndpoint,
26
+ * credentials: {
27
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
28
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
29
+ * },
30
+ * });
31
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
32
+ * ```
33
+ *
34
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as confluentcloud from "@pulumi/confluentcloud";
39
+ *
40
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({});
41
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
42
+ * ```
43
+ */
8
44
  function getSchemaRegistryClusterConfig(args, opts) {
9
45
  args = args || {};
10
46
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -15,6 +51,42 @@ function getSchemaRegistryClusterConfig(args, opts) {
15
51
  }, opts);
16
52
  }
17
53
  exports.getSchemaRegistryClusterConfig = getSchemaRegistryClusterConfig;
54
+ /**
55
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
56
+ *
57
+ * `confluentcloud.SchemaRegistryClusterConfig` describes a Schema Registry Cluster Config data source.
58
+ *
59
+ * ## Example Usage
60
+ *
61
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
62
+ *
63
+ * ```typescript
64
+ * import * as pulumi from "@pulumi/pulumi";
65
+ * import * as confluentcloud from "@pulumi/confluentcloud";
66
+ *
67
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({
68
+ * schemaRegistryCluster: {
69
+ * id: essentials.id,
70
+ * },
71
+ * restEndpoint: essentials.restEndpoint,
72
+ * credentials: {
73
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
74
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
75
+ * },
76
+ * });
77
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
78
+ * ```
79
+ *
80
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
81
+ *
82
+ * ```typescript
83
+ * import * as pulumi from "@pulumi/pulumi";
84
+ * import * as confluentcloud from "@pulumi/confluentcloud";
85
+ *
86
+ * const example = confluentcloud.getSchemaRegistryClusterConfig({});
87
+ * export const compatibilityLevel = example.then(example => example.compatibilityLevel);
88
+ * ```
89
+ */
18
90
  function getSchemaRegistryClusterConfigOutput(args, opts) {
19
91
  args = args || {};
20
92
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getSchemaRegistryClusterConfig.js","sourceRoot":"","sources":["../getSchemaRegistryClusterConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wEAQC;AA8BD,SAAgB,oCAAoC,CAAC,IAA+C,EAAE,IAA2B;IAC7H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oFAQC"}
1
+ {"version":3,"file":"getSchemaRegistryClusterConfig.js","sourceRoot":"","sources":["../getSchemaRegistryClusterConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wEAQC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,oCAAoC,CAAC,IAA+C,EAAE,IAA2B;IAC7H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oFAQC"}
@@ -1,6 +1,42 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
+ /**
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
+ *
7
+ * `confluentcloud.SchemaRegistryClusterMode` describes a Mode data source.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as confluentcloud from "@pulumi/confluentcloud";
16
+ *
17
+ * const example = confluentcloud.getSchemaRegistryClusterMode({
18
+ * schemaRegistryCluster: {
19
+ * id: essentials.id,
20
+ * },
21
+ * restEndpoint: essentials.restEndpoint,
22
+ * credentials: {
23
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
24
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
25
+ * },
26
+ * });
27
+ * export const mode = example.then(example => example.mode);
28
+ * ```
29
+ *
30
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
31
+ *
32
+ * ```typescript
33
+ * import * as pulumi from "@pulumi/pulumi";
34
+ * import * as confluentcloud from "@pulumi/confluentcloud";
35
+ *
36
+ * const example = confluentcloud.getSchemaRegistryClusterMode({});
37
+ * export const mode = example.then(example => example.mode);
38
+ * ```
39
+ */
4
40
  export declare function getSchemaRegistryClusterMode(args?: GetSchemaRegistryClusterModeArgs, opts?: pulumi.InvokeOptions): Promise<GetSchemaRegistryClusterModeResult>;
5
41
  /**
6
42
  * A collection of arguments for invoking getSchemaRegistryClusterMode.
@@ -29,6 +65,42 @@ export interface GetSchemaRegistryClusterModeResult {
29
65
  readonly restEndpoint?: string;
30
66
  readonly schemaRegistryCluster?: outputs.GetSchemaRegistryClusterModeSchemaRegistryCluster;
31
67
  }
68
+ /**
69
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
70
+ *
71
+ * `confluentcloud.SchemaRegistryClusterMode` describes a Mode data source.
72
+ *
73
+ * ## Example Usage
74
+ *
75
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
76
+ *
77
+ * ```typescript
78
+ * import * as pulumi from "@pulumi/pulumi";
79
+ * import * as confluentcloud from "@pulumi/confluentcloud";
80
+ *
81
+ * const example = confluentcloud.getSchemaRegistryClusterMode({
82
+ * schemaRegistryCluster: {
83
+ * id: essentials.id,
84
+ * },
85
+ * restEndpoint: essentials.restEndpoint,
86
+ * credentials: {
87
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
88
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
89
+ * },
90
+ * });
91
+ * export const mode = example.then(example => example.mode);
92
+ * ```
93
+ *
94
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
95
+ *
96
+ * ```typescript
97
+ * import * as pulumi from "@pulumi/pulumi";
98
+ * import * as confluentcloud from "@pulumi/confluentcloud";
99
+ *
100
+ * const example = confluentcloud.getSchemaRegistryClusterMode({});
101
+ * export const mode = example.then(example => example.mode);
102
+ * ```
103
+ */
32
104
  export declare function getSchemaRegistryClusterModeOutput(args?: GetSchemaRegistryClusterModeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSchemaRegistryClusterModeResult>;
33
105
  /**
34
106
  * A collection of arguments for invoking getSchemaRegistryClusterMode.
@@ -5,6 +5,42 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getSchemaRegistryClusterModeOutput = exports.getSchemaRegistryClusterMode = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
+ *
11
+ * `confluentcloud.SchemaRegistryClusterMode` describes a Mode data source.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as confluentcloud from "@pulumi/confluentcloud";
20
+ *
21
+ * const example = confluentcloud.getSchemaRegistryClusterMode({
22
+ * schemaRegistryCluster: {
23
+ * id: essentials.id,
24
+ * },
25
+ * restEndpoint: essentials.restEndpoint,
26
+ * credentials: {
27
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
28
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
29
+ * },
30
+ * });
31
+ * export const mode = example.then(example => example.mode);
32
+ * ```
33
+ *
34
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as confluentcloud from "@pulumi/confluentcloud";
39
+ *
40
+ * const example = confluentcloud.getSchemaRegistryClusterMode({});
41
+ * export const mode = example.then(example => example.mode);
42
+ * ```
43
+ */
8
44
  function getSchemaRegistryClusterMode(args, opts) {
9
45
  args = args || {};
10
46
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -15,6 +51,42 @@ function getSchemaRegistryClusterMode(args, opts) {
15
51
  }, opts);
16
52
  }
17
53
  exports.getSchemaRegistryClusterMode = getSchemaRegistryClusterMode;
54
+ /**
55
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
56
+ *
57
+ * `confluentcloud.SchemaRegistryClusterMode` describes a Mode data source.
58
+ *
59
+ * ## Example Usage
60
+ *
61
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
62
+ *
63
+ * ```typescript
64
+ * import * as pulumi from "@pulumi/pulumi";
65
+ * import * as confluentcloud from "@pulumi/confluentcloud";
66
+ *
67
+ * const example = confluentcloud.getSchemaRegistryClusterMode({
68
+ * schemaRegistryCluster: {
69
+ * id: essentials.id,
70
+ * },
71
+ * restEndpoint: essentials.restEndpoint,
72
+ * credentials: {
73
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
74
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
75
+ * },
76
+ * });
77
+ * export const mode = example.then(example => example.mode);
78
+ * ```
79
+ *
80
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
81
+ *
82
+ * ```typescript
83
+ * import * as pulumi from "@pulumi/pulumi";
84
+ * import * as confluentcloud from "@pulumi/confluentcloud";
85
+ *
86
+ * const example = confluentcloud.getSchemaRegistryClusterMode({});
87
+ * export const mode = example.then(example => example.mode);
88
+ * ```
89
+ */
18
90
  function getSchemaRegistryClusterModeOutput(args, opts) {
19
91
  args = args || {};
20
92
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getSchemaRegistryClusterMode.js","sourceRoot":"","sources":["../getSchemaRegistryClusterMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oEAQC;AA8BD,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAA2B;IACzH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gFAQC"}
1
+ {"version":3,"file":"getSchemaRegistryClusterMode.js","sourceRoot":"","sources":["../getSchemaRegistryClusterMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oEAQC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAA2B;IACzH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gFAQC"}
@@ -1,6 +1,45 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
+ /**
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
+ *
7
+ * `confluentcloud.SchemaRegistryDek` describes a Schema Registry Data Encryption Key (DEK) data source.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as confluentcloud from "@pulumi/confluentcloud";
16
+ *
17
+ * const myKey = confluentcloud.getSchemaRegistryDek({
18
+ * schemaRegistryCluster: {
19
+ * id: essentials.id,
20
+ * },
21
+ * restEndpoint: essentials.restEndpoint,
22
+ * credentials: {
23
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
24
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
25
+ * },
26
+ * kekName: "my_kek",
27
+ * subjectName: "my_subject",
28
+ * });
29
+ * ```
30
+ *
31
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
32
+ *
33
+ * ```typescript
34
+ * import * as pulumi from "@pulumi/pulumi";
35
+ * import * as confluentcloud from "@pulumi/confluentcloud";
36
+ *
37
+ * const myKey = confluentcloud.getSchemaRegistryDek({
38
+ * kekName: "my_kek",
39
+ * subjectName: "my_subject",
40
+ * });
41
+ * ```
42
+ */
4
43
  export declare function getSchemaRegistryDek(args: GetSchemaRegistryDekArgs, opts?: pulumi.InvokeOptions): Promise<GetSchemaRegistryDekResult>;
5
44
  /**
6
45
  * A collection of arguments for invoking getSchemaRegistryDek.
@@ -59,6 +98,45 @@ export interface GetSchemaRegistryDekResult {
59
98
  readonly subjectName: string;
60
99
  readonly version?: number;
61
100
  }
101
+ /**
102
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
103
+ *
104
+ * `confluentcloud.SchemaRegistryDek` describes a Schema Registry Data Encryption Key (DEK) data source.
105
+ *
106
+ * ## Example Usage
107
+ *
108
+ * ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
109
+ *
110
+ * ```typescript
111
+ * import * as pulumi from "@pulumi/pulumi";
112
+ * import * as confluentcloud from "@pulumi/confluentcloud";
113
+ *
114
+ * const myKey = confluentcloud.getSchemaRegistryDek({
115
+ * schemaRegistryCluster: {
116
+ * id: essentials.id,
117
+ * },
118
+ * restEndpoint: essentials.restEndpoint,
119
+ * credentials: {
120
+ * key: "<Schema Registry API Key for data.confluent_schema_registry_cluster.essentials>",
121
+ * secret: "<Schema Registry API Secret for data.confluent_schema_registry_cluster.essentials>",
122
+ * },
123
+ * kekName: "my_kek",
124
+ * subjectName: "my_subject",
125
+ * });
126
+ * ```
127
+ *
128
+ * ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
129
+ *
130
+ * ```typescript
131
+ * import * as pulumi from "@pulumi/pulumi";
132
+ * import * as confluentcloud from "@pulumi/confluentcloud";
133
+ *
134
+ * const myKey = confluentcloud.getSchemaRegistryDek({
135
+ * kekName: "my_kek",
136
+ * subjectName: "my_subject",
137
+ * });
138
+ * ```
139
+ */
62
140
  export declare function getSchemaRegistryDekOutput(args: GetSchemaRegistryDekOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSchemaRegistryDekResult>;
63
141
  /**
64
142
  * A collection of arguments for invoking getSchemaRegistryDek.