@pulumi/confluentcloud 2.60.0-alpha.1773726568 → 2.60.0-alpha.1773806657
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/catalogIntegration.d.ts +12 -0
- package/catalogIntegration.js +2 -0
- package/catalogIntegration.js.map +1 -1
- package/getCatalogIntegration.d.ts +4 -0
- package/getCatalogIntegration.js.map +1 -1
- package/package.json +2 -2
- package/tableflowTopic.d.ts +1 -1
- package/tableflowTopic.js +1 -1
- package/types/input.d.ts +18 -0
- package/types/output.d.ts +28 -0
package/catalogIntegration.d.ts
CHANGED
|
@@ -117,6 +117,10 @@ export declare class CatalogIntegration extends pulumi.CustomResource {
|
|
|
117
117
|
* (Optional Boolean) Indicates whether the Catalog Integration should be suspended.
|
|
118
118
|
*/
|
|
119
119
|
readonly suspended: pulumi.Output<boolean>;
|
|
120
|
+
/**
|
|
121
|
+
* supports the following (see [Integrate Tableflow with Unity Catalog in Confluent Cloud](https://docs.confluent.io/cloud/current/topics/tableflow/how-to-guides/catalog-integration/integrate-with-unity-catalog.html) for more details):
|
|
122
|
+
*/
|
|
123
|
+
readonly unity: pulumi.Output<outputs.CatalogIntegrationUnity | undefined>;
|
|
120
124
|
/**
|
|
121
125
|
* Create a CatalogIntegration resource with the given unique name, arguments, and options.
|
|
122
126
|
*
|
|
@@ -155,6 +159,10 @@ export interface CatalogIntegrationState {
|
|
|
155
159
|
* (Optional Boolean) Indicates whether the Catalog Integration should be suspended.
|
|
156
160
|
*/
|
|
157
161
|
suspended?: pulumi.Input<boolean>;
|
|
162
|
+
/**
|
|
163
|
+
* supports the following (see [Integrate Tableflow with Unity Catalog in Confluent Cloud](https://docs.confluent.io/cloud/current/topics/tableflow/how-to-guides/catalog-integration/integrate-with-unity-catalog.html) for more details):
|
|
164
|
+
*/
|
|
165
|
+
unity?: pulumi.Input<inputs.CatalogIntegrationUnity>;
|
|
158
166
|
}
|
|
159
167
|
/**
|
|
160
168
|
* The set of arguments for constructing a CatalogIntegration resource.
|
|
@@ -181,4 +189,8 @@ export interface CatalogIntegrationArgs {
|
|
|
181
189
|
* supports the following (see [Integrate Tableflow with Snowflake Open Catalog or Apache Polaris in Confluent Cloud](https://docs.confluent.io/cloud/current/topics/tableflow/how-to-guides/catalog-integration/integrate-with-snowflake-open-catalog-or-apache-polaris.html) for more details):
|
|
182
190
|
*/
|
|
183
191
|
snowflake?: pulumi.Input<inputs.CatalogIntegrationSnowflake>;
|
|
192
|
+
/**
|
|
193
|
+
* supports the following (see [Integrate Tableflow with Unity Catalog in Confluent Cloud](https://docs.confluent.io/cloud/current/topics/tableflow/how-to-guides/catalog-integration/integrate-with-unity-catalog.html) for more details):
|
|
194
|
+
*/
|
|
195
|
+
unity?: pulumi.Input<inputs.CatalogIntegrationUnity>;
|
|
184
196
|
}
|
package/catalogIntegration.js
CHANGED
|
@@ -115,6 +115,7 @@ class CatalogIntegration extends pulumi.CustomResource {
|
|
|
115
115
|
resourceInputs["kafkaCluster"] = state?.kafkaCluster;
|
|
116
116
|
resourceInputs["snowflake"] = state?.snowflake;
|
|
117
117
|
resourceInputs["suspended"] = state?.suspended;
|
|
118
|
+
resourceInputs["unity"] = state?.unity;
|
|
118
119
|
}
|
|
119
120
|
else {
|
|
120
121
|
const args = argsOrState;
|
|
@@ -133,6 +134,7 @@ class CatalogIntegration extends pulumi.CustomResource {
|
|
|
133
134
|
resourceInputs["environment"] = args?.environment;
|
|
134
135
|
resourceInputs["kafkaCluster"] = args?.kafkaCluster;
|
|
135
136
|
resourceInputs["snowflake"] = args?.snowflake;
|
|
137
|
+
resourceInputs["unity"] = args?.unity;
|
|
136
138
|
resourceInputs["suspended"] = undefined /*out*/;
|
|
137
139
|
}
|
|
138
140
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalogIntegration.js","sourceRoot":"","sources":["../catalogIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"catalogIntegration.js","sourceRoot":"","sources":["../catalogIntegration.ts"],"names":[],"mappings":"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"}
|
|
@@ -87,6 +87,10 @@ export interface GetCatalogIntegrationResult {
|
|
|
87
87
|
* (Optional Boolean) Indicates whether the Catalog Integration should be suspended.
|
|
88
88
|
*/
|
|
89
89
|
readonly suspended: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* (Optional Configuration Block) supports the following:
|
|
92
|
+
*/
|
|
93
|
+
readonly unities: outputs.GetCatalogIntegrationUnity[];
|
|
90
94
|
}
|
|
91
95
|
/**
|
|
92
96
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalogIntegration.js","sourceRoot":"","sources":["../getCatalogIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;
|
|
1
|
+
{"version":3,"file":"getCatalogIntegration.js","sourceRoot":"","sources":["../getCatalogIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AA4CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "2.60.0-alpha.
|
|
3
|
+
"version": "2.60.0-alpha.1773806657",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Confluent cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "confluentcloud",
|
|
27
|
-
"version": "2.60.0-alpha.
|
|
27
|
+
"version": "2.60.0-alpha.1773806657"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/tableflowTopic.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* > **Note:** It is recommended to set `lifecycle { preventDestroy = true }` on production instances to prevent accidental tableflow topic deletion. This setting rejects plans that would destroy or recreate the tableflow topic, such as attempting to change uneditable attributes. Read more about it in the Terraform docs.
|
|
8
8
|
*
|
|
9
|
-
* > **Note:** Make sure to use `confluentcloud.CatalogIntegration` resource if you want to integrate Tableflow with AWS Glue Catalog
|
|
9
|
+
* > **Note:** Make sure to use `confluentcloud.CatalogIntegration` resource if you want to integrate Tableflow with AWS Glue Catalog, Snowflake Open Catalog, or Unity Catalog.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
package/tableflowTopic.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* > **Note:** It is recommended to set `lifecycle { preventDestroy = true }` on production instances to prevent accidental tableflow topic deletion. This setting rejects plans that would destroy or recreate the tableflow topic, such as attempting to change uneditable attributes. Read more about it in the Terraform docs.
|
|
12
12
|
*
|
|
13
|
-
* > **Note:** Make sure to use `confluentcloud.CatalogIntegration` resource if you want to integrate Tableflow with AWS Glue Catalog
|
|
13
|
+
* > **Note:** Make sure to use `confluentcloud.CatalogIntegration` resource if you want to integrate Tableflow with AWS Glue Catalog, Snowflake Open Catalog, or Unity Catalog.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
package/types/input.d.ts
CHANGED
|
@@ -311,6 +311,24 @@ export interface CatalogIntegrationSnowflake {
|
|
|
311
311
|
*/
|
|
312
312
|
warehouse: pulumi.Input<string>;
|
|
313
313
|
}
|
|
314
|
+
export interface CatalogIntegrationUnity {
|
|
315
|
+
/**
|
|
316
|
+
* The name of the catalog within Unity Catalog.
|
|
317
|
+
*/
|
|
318
|
+
catalogName: pulumi.Input<string>;
|
|
319
|
+
/**
|
|
320
|
+
* The OAuth client ID used to authenticate with the Unity Catalog.
|
|
321
|
+
*/
|
|
322
|
+
clientId: pulumi.Input<string>;
|
|
323
|
+
/**
|
|
324
|
+
* The OAuth client secret used for authentication with the Unity Catalog.
|
|
325
|
+
*/
|
|
326
|
+
clientSecret: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* The Databricks workspace URL associated with the Unity Catalog, for example, `https://user1.cloud.databricks.com`.
|
|
329
|
+
*/
|
|
330
|
+
workspaceEndpoint: pulumi.Input<string>;
|
|
331
|
+
}
|
|
314
332
|
export interface CertificatePoolCertificateAuthority {
|
|
315
333
|
/**
|
|
316
334
|
* The ID of the Certificate Authority for this Certificate Pool, for example, `op-123abc`.
|
package/types/output.d.ts
CHANGED
|
@@ -310,6 +310,24 @@ export interface CatalogIntegrationSnowflake {
|
|
|
310
310
|
*/
|
|
311
311
|
warehouse: string;
|
|
312
312
|
}
|
|
313
|
+
export interface CatalogIntegrationUnity {
|
|
314
|
+
/**
|
|
315
|
+
* The name of the catalog within Unity Catalog.
|
|
316
|
+
*/
|
|
317
|
+
catalogName: string;
|
|
318
|
+
/**
|
|
319
|
+
* The OAuth client ID used to authenticate with the Unity Catalog.
|
|
320
|
+
*/
|
|
321
|
+
clientId: string;
|
|
322
|
+
/**
|
|
323
|
+
* The OAuth client secret used for authentication with the Unity Catalog.
|
|
324
|
+
*/
|
|
325
|
+
clientSecret: string;
|
|
326
|
+
/**
|
|
327
|
+
* The Databricks workspace URL associated with the Unity Catalog, for example, `https://user1.cloud.databricks.com`.
|
|
328
|
+
*/
|
|
329
|
+
workspaceEndpoint: string;
|
|
330
|
+
}
|
|
313
331
|
export interface CertificatePoolCertificateAuthority {
|
|
314
332
|
/**
|
|
315
333
|
* The ID of the Certificate Authority for this Certificate Pool, for example, `op-123abc`.
|
|
@@ -906,6 +924,16 @@ export interface GetCatalogIntegrationSnowflake {
|
|
|
906
924
|
*/
|
|
907
925
|
warehouse: string;
|
|
908
926
|
}
|
|
927
|
+
export interface GetCatalogIntegrationUnity {
|
|
928
|
+
/**
|
|
929
|
+
* (Required String) The name of the catalog within Unity Catalog.
|
|
930
|
+
*/
|
|
931
|
+
catalogName: string;
|
|
932
|
+
/**
|
|
933
|
+
* (Required String) The Databricks workspace URL associated with the Unity Catalog.
|
|
934
|
+
*/
|
|
935
|
+
workspaceEndpoint: string;
|
|
936
|
+
}
|
|
909
937
|
export interface GetCertificatePoolCertificateAuthority {
|
|
910
938
|
/**
|
|
911
939
|
* The ID of the Certificate Authority for this Certificate Pool, for example, `op-123abc`.
|