@pulumi/confluentcloud 2.78.0-alpha.1786427482 → 2.78.0
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/customConnectorPluginVersion.d.ts +1 -1
- package/customConnectorPluginVersion.js +1 -1
- package/dnsForwarder.d.ts +2 -2
- package/dnsForwarder.js +2 -2
- package/dnsRecord.d.ts +10 -1
- package/dnsRecord.d.ts.map +1 -1
- package/dnsRecord.js.map +1 -1
- package/getKsqlCluster.d.ts +0 -4
- package/getKsqlCluster.d.ts.map +1 -1
- package/getKsqlCluster.js +0 -4
- package/getKsqlCluster.js.map +1 -1
- package/getNetworkLinkService.d.ts +0 -8
- package/getNetworkLinkService.d.ts.map +1 -1
- package/getNetworkLinkService.js +0 -2
- package/getNetworkLinkService.js.map +1 -1
- package/getSchemaRegistryCluster.d.ts +30 -4
- package/getSchemaRegistryCluster.d.ts.map +1 -1
- package/getSchemaRegistryCluster.js +30 -4
- package/getSchemaRegistryCluster.js.map +1 -1
- package/getSubjectConfig.d.ts +22 -22
- package/getSubjectConfig.js +22 -22
- package/getTableflowTopic.d.ts +4 -0
- package/getTableflowTopic.d.ts.map +1 -1
- package/getTableflowTopic.js.map +1 -1
- package/identityPool.d.ts +3 -3
- package/kafkaClientQuota.d.ts +13 -4
- package/kafkaClientQuota.d.ts.map +1 -1
- package/kafkaClientQuota.js.map +1 -1
- package/networkLinkEndpoint.d.ts +9 -0
- package/networkLinkEndpoint.d.ts.map +1 -1
- package/networkLinkEndpoint.js.map +1 -1
- package/networkLinkService.d.ts +9 -0
- package/networkLinkService.d.ts.map +1 -1
- package/networkLinkService.js.map +1 -1
- package/package.json +2 -2
- package/serviceAccount.d.ts +3 -3
- package/subjectConfig.d.ts +7 -2
- package/subjectConfig.d.ts.map +1 -1
- package/subjectConfig.js +7 -2
- package/subjectConfig.js.map +1 -1
- package/tableflowTopic.d.ts +12 -0
- package/tableflowTopic.d.ts.map +1 -1
- package/tableflowTopic.js +2 -0
- package/tableflowTopic.js.map +1 -1
- package/types/input.d.ts +1 -21
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +2 -2
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
|
-
* `confluentcloud.
|
|
7
|
+
* `confluentcloud.CustomConnectorPluginVersion` provides a Custom Connector Plugin Version resource that enables creating and deleting Custom Connector Plugin Versions on Confluent Cloud.
|
|
8
8
|
*
|
|
9
9
|
* > **Note:** It is recommended to set `lifecycle { preventDestroy = true }` on production instances to prevent accidental Custom Connector Plugin Version deletion. This setting rejects plans that would destroy or recreate the Custom Connector Plugin Version, such as attempting to change uneditable attributes. Read more about it in the Terraform docs.
|
|
10
10
|
*
|
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
33
33
|
*
|
|
34
|
-
* `confluentcloud.
|
|
34
|
+
* `confluentcloud.CustomConnectorPluginVersion` provides a Custom Connector Plugin Version resource that enables creating and deleting Custom Connector Plugin Versions on Confluent Cloud.
|
|
35
35
|
*
|
|
36
36
|
* > **Note:** It is recommended to set `lifecycle { preventDestroy = true }` on production instances to prevent accidental Custom Connector Plugin Version deletion. This setting rejects plans that would destroy or recreate the Custom Connector Plugin Version, such as attempting to change uneditable attributes. Read more about it in the Terraform docs.
|
|
37
37
|
*
|
package/dnsForwarder.d.ts
CHANGED
|
@@ -55,11 +55,11 @@ import * as outputs from "./types/output";
|
|
|
55
55
|
* gateway: {
|
|
56
56
|
* id: mainConfluentNetwork.gateway[0].id,
|
|
57
57
|
* },
|
|
58
|
-
*
|
|
58
|
+
* forwardViaGcpDnsZones: {
|
|
59
59
|
* domainMappings: {
|
|
60
60
|
* "example.com": "zone-1,project-1",
|
|
61
61
|
* },
|
|
62
|
-
* }
|
|
62
|
+
* },
|
|
63
63
|
* });
|
|
64
64
|
* ```
|
|
65
65
|
*
|
package/dnsForwarder.js
CHANGED
|
@@ -82,11 +82,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
82
82
|
* gateway: {
|
|
83
83
|
* id: mainConfluentNetwork.gateway[0].id,
|
|
84
84
|
* },
|
|
85
|
-
*
|
|
85
|
+
* forwardViaGcpDnsZones: {
|
|
86
86
|
* domainMappings: {
|
|
87
87
|
* "example.com": "zone-1,project-1",
|
|
88
88
|
* },
|
|
89
|
-
* }
|
|
89
|
+
* },
|
|
90
90
|
* });
|
|
91
91
|
* ```
|
|
92
92
|
*
|
package/dnsRecord.d.ts
CHANGED
|
@@ -70,8 +70,11 @@ export declare class DnsRecord extends pulumi.CustomResource {
|
|
|
70
70
|
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
71
71
|
*/
|
|
72
72
|
readonly environment: pulumi.Output<outputs.DnsRecordEnvironment>;
|
|
73
|
+
/**
|
|
74
|
+
* The gateway to which this belongs.
|
|
75
|
+
*/
|
|
73
76
|
readonly gateway: pulumi.Output<outputs.DnsRecordGateway>;
|
|
74
|
-
readonly privateLinkAccessPoint: pulumi.Output<outputs.DnsRecordPrivateLinkAccessPoint
|
|
77
|
+
readonly privateLinkAccessPoint: pulumi.Output<outputs.DnsRecordPrivateLinkAccessPoint>;
|
|
75
78
|
/**
|
|
76
79
|
* Create a DnsRecord resource with the given unique name, arguments, and options.
|
|
77
80
|
*
|
|
@@ -97,6 +100,9 @@ export interface DnsRecordState {
|
|
|
97
100
|
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
98
101
|
*/
|
|
99
102
|
environment?: pulumi.Input<inputs.DnsRecordEnvironment | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* The gateway to which this belongs.
|
|
105
|
+
*/
|
|
100
106
|
gateway?: pulumi.Input<inputs.DnsRecordGateway | undefined>;
|
|
101
107
|
privateLinkAccessPoint?: pulumi.Input<inputs.DnsRecordPrivateLinkAccessPoint | undefined>;
|
|
102
108
|
}
|
|
@@ -116,6 +122,9 @@ export interface DnsRecordArgs {
|
|
|
116
122
|
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
117
123
|
*/
|
|
118
124
|
environment: pulumi.Input<inputs.DnsRecordEnvironment>;
|
|
125
|
+
/**
|
|
126
|
+
* The gateway to which this belongs.
|
|
127
|
+
*/
|
|
119
128
|
gateway: pulumi.Input<inputs.DnsRecordGateway>;
|
|
120
129
|
privateLinkAccessPoint?: pulumi.Input<inputs.DnsRecordPrivateLinkAccessPoint | undefined>;
|
|
121
130
|
}
|
package/dnsRecord.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dnsRecord.d.ts","sourceRoot":"","sources":["../dnsRecord.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,qBAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,SAAS;IAOpI;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,SAAS;IAOpD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjF,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IACzE,SAAwB,sBAAsB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,+BAA+B,
|
|
1
|
+
{"version":3,"file":"dnsRecord.d.ts","sourceRoot":"","sources":["../dnsRecord.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,qBAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,SAAS;IAOpI;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,SAAS;IAOpD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjF;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IACzE,SAAwB,sBAAsB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAEvG;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA+BrF;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACpE;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IAC5D,sBAAsB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;CAC7F;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IACvD;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;IAC/C,sBAAsB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;CAC7F"}
|
package/dnsRecord.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dnsRecord.js","sourceRoot":"","sources":["../dnsRecord.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,0CAA0C,CAAC;IAEjF;;;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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"dnsRecord.js","sourceRoot":"","sources":["../dnsRecord.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,0CAA0C,CAAC;IAEjF;;;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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA4BD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;SAC5E;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAnFL,8BAoFC"}
|
package/getKsqlCluster.d.ts
CHANGED
|
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # confluentcloud.KsqlCluster Data Source
|
|
6
|
-
*
|
|
7
5
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
8
6
|
*
|
|
9
7
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
|
@@ -101,8 +99,6 @@ export interface GetKsqlClusterResult {
|
|
|
101
99
|
readonly useDetailedProcessingLog: boolean;
|
|
102
100
|
}
|
|
103
101
|
/**
|
|
104
|
-
* ## # confluentcloud.KsqlCluster Data Source
|
|
105
|
-
*
|
|
106
102
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
107
103
|
*
|
|
108
104
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
package/getKsqlCluster.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKsqlCluster.d.ts","sourceRoot":"","sources":["../getKsqlCluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C
|
|
1
|
+
{"version":3,"file":"getKsqlCluster.d.ts","sourceRoot":"","sources":["../getKsqlCluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAOnH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC,yBAAyB,CAAC;IAC9C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC,gCAAgC,EAAE,CAAC;IAC1E;;OAEG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,yBAAyB,CAAC;IACxD;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC,0BAA0B,EAAE,CAAC;IAC7D;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,wBAAwB,EAAE,OAAO,CAAC;CAC9C;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAO3I;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;IAChE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CACzC"}
|
package/getKsqlCluster.js
CHANGED
|
@@ -29,8 +29,6 @@ exports.getKsqlClusterOutput = exports.getKsqlCluster = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
* ## # confluentcloud.KsqlCluster Data Source
|
|
33
|
-
*
|
|
34
32
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
35
33
|
*
|
|
36
34
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
|
@@ -71,8 +69,6 @@ function getKsqlCluster(args, opts) {
|
|
|
71
69
|
}
|
|
72
70
|
exports.getKsqlCluster = getKsqlCluster;
|
|
73
71
|
/**
|
|
74
|
-
* ## # confluentcloud.KsqlCluster Data Source
|
|
75
|
-
*
|
|
76
72
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
77
73
|
*
|
|
78
74
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
package/getKsqlCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKsqlCluster.js","sourceRoot":"","sources":["../getKsqlCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getKsqlCluster.js","sourceRoot":"","sources":["../getKsqlCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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;AAPD,wCAOC;AAoED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,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;AAPD,oDAOC"}
|
|
@@ -26,10 +26,6 @@ export declare function getNetworkLinkService(args: GetNetworkLinkServiceArgs, o
|
|
|
26
26
|
* A collection of arguments for invoking getNetworkLinkService.
|
|
27
27
|
*/
|
|
28
28
|
export interface GetNetworkLinkServiceArgs {
|
|
29
|
-
/**
|
|
30
|
-
* (Optional Configuration Block) supports the following:
|
|
31
|
-
*/
|
|
32
|
-
accept?: inputs.GetNetworkLinkServiceAccept;
|
|
33
29
|
/**
|
|
34
30
|
* The Display Name of the Network Link Service, for example, `DR Link`
|
|
35
31
|
*/
|
|
@@ -95,10 +91,6 @@ export declare function getNetworkLinkServiceOutput(args: GetNetworkLinkServiceO
|
|
|
95
91
|
* A collection of arguments for invoking getNetworkLinkService.
|
|
96
92
|
*/
|
|
97
93
|
export interface GetNetworkLinkServiceOutputArgs {
|
|
98
|
-
/**
|
|
99
|
-
* (Optional Configuration Block) supports the following:
|
|
100
|
-
*/
|
|
101
|
-
accept?: pulumi.Input<inputs.GetNetworkLinkServiceAcceptArgs | undefined>;
|
|
102
94
|
/**
|
|
103
95
|
* The Display Name of the Network Link Service, for example, `DR Link`
|
|
104
96
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkLinkService.d.ts","sourceRoot":"","sources":["../getNetworkLinkService.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,yBAAyB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,2BAA2B,CAAC,
|
|
1
|
+
{"version":3,"file":"getNetworkLinkService.d.ts","sourceRoot":"","sources":["../getNetworkLinkService.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,yBAAyB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAOxI;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC,gCAAgC,CAAC;IACrD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC,2BAA2B,CAAC;IACrD;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,gCAAgC,CAAC;IAC/D;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC,4BAA4B,EAAE,CAAC;IAC1D;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CACjC;AACD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,+BAA+B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAOhK;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;IACvE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CACzC"}
|
package/getNetworkLinkService.js
CHANGED
|
@@ -51,7 +51,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
51
51
|
function getNetworkLinkService(args, opts) {
|
|
52
52
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
53
|
return pulumi.runtime.invoke("confluentcloud:index/getNetworkLinkService:getNetworkLinkService", {
|
|
54
|
-
"accept": args.accept,
|
|
55
54
|
"displayName": args.displayName,
|
|
56
55
|
"environment": args.environment,
|
|
57
56
|
"id": args.id,
|
|
@@ -81,7 +80,6 @@ exports.getNetworkLinkService = getNetworkLinkService;
|
|
|
81
80
|
function getNetworkLinkServiceOutput(args, opts) {
|
|
82
81
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
83
82
|
return pulumi.runtime.invokeOutput("confluentcloud:index/getNetworkLinkService:getNetworkLinkService", {
|
|
84
|
-
"accept": args.accept,
|
|
85
83
|
"displayName": args.displayName,
|
|
86
84
|
"environment": args.environment,
|
|
87
85
|
"id": args.id,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkLinkService.js","sourceRoot":"","sources":["../getNetworkLinkService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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,
|
|
1
|
+
{"version":3,"file":"getNetworkLinkService.js","sourceRoot":"","sources":["../getNetworkLinkService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA+CD;;;;;;;;;;;;;;;;;;;GAmBG;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;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
|
@@ -6,6 +6,8 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* `data.confluent_schema_registry_cluster` describes a Schema Registry cluster data source.
|
|
8
8
|
*
|
|
9
|
+
* > **Warning:** A Schema Registry cluster is provisioned automatically when a `confluentcloud.Environment` resource has a `streamGovernance` block configured. If you're provisioning the `confluentcloud.Environment` resource and referencing `data.confluent_schema_registry_cluster` in the same pulumi up command, add the `confluentcloud.Environment` resource to the `dependsOn` argument of the data source. This ensures the Schema Registry cluster exists before the data source is queried.
|
|
10
|
+
*
|
|
9
11
|
* ## Example Usage
|
|
10
12
|
*
|
|
11
13
|
* ```typescript
|
|
@@ -13,10 +15,21 @@ import * as outputs from "./types/output";
|
|
|
13
15
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
14
16
|
*
|
|
15
17
|
* export = async () => {
|
|
18
|
+
* // If the environment (and its Schema Registry cluster) is provisioned in the
|
|
19
|
+
* // same pulumi up command, add it to the data source's depends_on. This
|
|
20
|
+
* // ensures the Schema Registry cluster has finished provisioning before the
|
|
21
|
+
* // data source is queried, even though the environment.id reference below
|
|
22
|
+
* // already creates an implicit ordering dependency.
|
|
23
|
+
* const staging = new confluentcloud.Environment("staging", {
|
|
24
|
+
* displayName: "staging",
|
|
25
|
+
* streamGovernance: {
|
|
26
|
+
* "package": "ESSENTIALS",
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
16
29
|
* // Loads the only Schema Registry cluster in the target environment
|
|
17
|
-
* const exampleUsingEnvId =
|
|
30
|
+
* const exampleUsingEnvId = confluentcloud.getSchemaRegistryClusterOutput({
|
|
18
31
|
* environment: {
|
|
19
|
-
* id:
|
|
32
|
+
* id: staging.id,
|
|
20
33
|
* },
|
|
21
34
|
* });
|
|
22
35
|
* const exampleUsingId = await confluentcloud.getSchemaRegistryCluster({
|
|
@@ -117,6 +130,8 @@ export interface GetSchemaRegistryClusterResult {
|
|
|
117
130
|
*
|
|
118
131
|
* `data.confluent_schema_registry_cluster` describes a Schema Registry cluster data source.
|
|
119
132
|
*
|
|
133
|
+
* > **Warning:** A Schema Registry cluster is provisioned automatically when a `confluentcloud.Environment` resource has a `streamGovernance` block configured. If you're provisioning the `confluentcloud.Environment` resource and referencing `data.confluent_schema_registry_cluster` in the same pulumi up command, add the `confluentcloud.Environment` resource to the `dependsOn` argument of the data source. This ensures the Schema Registry cluster exists before the data source is queried.
|
|
134
|
+
*
|
|
120
135
|
* ## Example Usage
|
|
121
136
|
*
|
|
122
137
|
* ```typescript
|
|
@@ -124,10 +139,21 @@ export interface GetSchemaRegistryClusterResult {
|
|
|
124
139
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
125
140
|
*
|
|
126
141
|
* export = async () => {
|
|
142
|
+
* // If the environment (and its Schema Registry cluster) is provisioned in the
|
|
143
|
+
* // same pulumi up command, add it to the data source's depends_on. This
|
|
144
|
+
* // ensures the Schema Registry cluster has finished provisioning before the
|
|
145
|
+
* // data source is queried, even though the environment.id reference below
|
|
146
|
+
* // already creates an implicit ordering dependency.
|
|
147
|
+
* const staging = new confluentcloud.Environment("staging", {
|
|
148
|
+
* displayName: "staging",
|
|
149
|
+
* streamGovernance: {
|
|
150
|
+
* "package": "ESSENTIALS",
|
|
151
|
+
* },
|
|
152
|
+
* });
|
|
127
153
|
* // Loads the only Schema Registry cluster in the target environment
|
|
128
|
-
* const exampleUsingEnvId =
|
|
154
|
+
* const exampleUsingEnvId = confluentcloud.getSchemaRegistryClusterOutput({
|
|
129
155
|
* environment: {
|
|
130
|
-
* id:
|
|
156
|
+
* id: staging.id,
|
|
131
157
|
* },
|
|
132
158
|
* });
|
|
133
159
|
* const exampleUsingId = await confluentcloud.getSchemaRegistryCluster({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSchemaRegistryCluster.d.ts","sourceRoot":"","sources":["../getSchemaRegistryCluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C
|
|
1
|
+
{"version":3,"file":"getSchemaRegistryCluster.d.ts","sourceRoot":"","sources":["../getSchemaRegistryCluster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAOjJ;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC,mCAAmC,CAAC;IACxD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,mCAAmC,CAAC;IAClE;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,4BAA4B,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IAC/D;;;;OAIG;IACH,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACrC;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CACjC;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,kCAAkC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAOzK;AAED;;GAEG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,uCAAuC,CAAC,CAAC;IAC1E;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CACzC"}
|
|
@@ -33,6 +33,8 @@ const utilities = __importStar(require("./utilities"));
|
|
|
33
33
|
*
|
|
34
34
|
* `data.confluent_schema_registry_cluster` describes a Schema Registry cluster data source.
|
|
35
35
|
*
|
|
36
|
+
* > **Warning:** A Schema Registry cluster is provisioned automatically when a `confluentcloud.Environment` resource has a `streamGovernance` block configured. If you're provisioning the `confluentcloud.Environment` resource and referencing `data.confluent_schema_registry_cluster` in the same pulumi up command, add the `confluentcloud.Environment` resource to the `dependsOn` argument of the data source. This ensures the Schema Registry cluster exists before the data source is queried.
|
|
37
|
+
*
|
|
36
38
|
* ## Example Usage
|
|
37
39
|
*
|
|
38
40
|
* ```typescript
|
|
@@ -40,10 +42,21 @@ const utilities = __importStar(require("./utilities"));
|
|
|
40
42
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
41
43
|
*
|
|
42
44
|
* export = async () => {
|
|
45
|
+
* // If the environment (and its Schema Registry cluster) is provisioned in the
|
|
46
|
+
* // same pulumi up command, add it to the data source's depends_on. This
|
|
47
|
+
* // ensures the Schema Registry cluster has finished provisioning before the
|
|
48
|
+
* // data source is queried, even though the environment.id reference below
|
|
49
|
+
* // already creates an implicit ordering dependency.
|
|
50
|
+
* const staging = new confluentcloud.Environment("staging", {
|
|
51
|
+
* displayName: "staging",
|
|
52
|
+
* streamGovernance: {
|
|
53
|
+
* "package": "ESSENTIALS",
|
|
54
|
+
* },
|
|
55
|
+
* });
|
|
43
56
|
* // Loads the only Schema Registry cluster in the target environment
|
|
44
|
-
* const exampleUsingEnvId =
|
|
57
|
+
* const exampleUsingEnvId = confluentcloud.getSchemaRegistryClusterOutput({
|
|
45
58
|
* environment: {
|
|
46
|
-
* id:
|
|
59
|
+
* id: staging.id,
|
|
47
60
|
* },
|
|
48
61
|
* });
|
|
49
62
|
* const exampleUsingId = await confluentcloud.getSchemaRegistryCluster({
|
|
@@ -80,6 +93,8 @@ exports.getSchemaRegistryCluster = getSchemaRegistryCluster;
|
|
|
80
93
|
*
|
|
81
94
|
* `data.confluent_schema_registry_cluster` describes a Schema Registry cluster data source.
|
|
82
95
|
*
|
|
96
|
+
* > **Warning:** A Schema Registry cluster is provisioned automatically when a `confluentcloud.Environment` resource has a `streamGovernance` block configured. If you're provisioning the `confluentcloud.Environment` resource and referencing `data.confluent_schema_registry_cluster` in the same pulumi up command, add the `confluentcloud.Environment` resource to the `dependsOn` argument of the data source. This ensures the Schema Registry cluster exists before the data source is queried.
|
|
97
|
+
*
|
|
83
98
|
* ## Example Usage
|
|
84
99
|
*
|
|
85
100
|
* ```typescript
|
|
@@ -87,10 +102,21 @@ exports.getSchemaRegistryCluster = getSchemaRegistryCluster;
|
|
|
87
102
|
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
88
103
|
*
|
|
89
104
|
* export = async () => {
|
|
105
|
+
* // If the environment (and its Schema Registry cluster) is provisioned in the
|
|
106
|
+
* // same pulumi up command, add it to the data source's depends_on. This
|
|
107
|
+
* // ensures the Schema Registry cluster has finished provisioning before the
|
|
108
|
+
* // data source is queried, even though the environment.id reference below
|
|
109
|
+
* // already creates an implicit ordering dependency.
|
|
110
|
+
* const staging = new confluentcloud.Environment("staging", {
|
|
111
|
+
* displayName: "staging",
|
|
112
|
+
* streamGovernance: {
|
|
113
|
+
* "package": "ESSENTIALS",
|
|
114
|
+
* },
|
|
115
|
+
* });
|
|
90
116
|
* // Loads the only Schema Registry cluster in the target environment
|
|
91
|
-
* const exampleUsingEnvId =
|
|
117
|
+
* const exampleUsingEnvId = confluentcloud.getSchemaRegistryClusterOutput({
|
|
92
118
|
* environment: {
|
|
93
|
-
* id:
|
|
119
|
+
* id: staging.id,
|
|
94
120
|
* },
|
|
95
121
|
* });
|
|
96
122
|
* const exampleUsingId = await confluentcloud.getSchemaRegistryCluster({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSchemaRegistryCluster.js","sourceRoot":"","sources":["../getSchemaRegistryCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSchemaRegistryCluster.js","sourceRoot":"","sources":["../getSchemaRegistryCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,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;AAPD,4DAOC;AAyED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,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;AAPD,wEAOC"}
|
package/getSubjectConfig.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
|
-
* `
|
|
7
|
+
* `confluentcloud.SubjectConfig` describes a Subject Config data source.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -12,32 +12,32 @@ import * as outputs from "./types/output";
|
|
|
12
12
|
*
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as
|
|
15
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
16
16
|
*
|
|
17
|
-
* const example =
|
|
18
|
-
* schemaRegistryCluster:
|
|
17
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
18
|
+
* schemaRegistryCluster: {
|
|
19
19
|
* id: essentials.id,
|
|
20
|
-
* }
|
|
20
|
+
* },
|
|
21
21
|
* restEndpoint: essentials.restEndpoint,
|
|
22
22
|
* subjectName: "proto-purchase-value",
|
|
23
|
-
* credentials:
|
|
23
|
+
* credentials: {
|
|
24
24
|
* key: "<Schema Registry API Key for confluent_schema_registry_region.essentials>",
|
|
25
25
|
* secret: "<Schema Registry API Secret for confluent_schema_registry_region.essentials>",
|
|
26
|
-
* }
|
|
26
|
+
* },
|
|
27
27
|
* });
|
|
28
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
28
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
29
29
|
* ```
|
|
30
30
|
*
|
|
31
31
|
* ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
|
|
32
32
|
*
|
|
33
33
|
* ```typescript
|
|
34
34
|
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
-
* import * as
|
|
35
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
36
36
|
*
|
|
37
|
-
* const example =
|
|
37
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
38
38
|
* subjectName: "proto-purchase-value",
|
|
39
39
|
* });
|
|
40
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
40
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
export declare function getSubjectConfig(args: GetSubjectConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetSubjectConfigResult>;
|
|
@@ -88,7 +88,7 @@ export interface GetSubjectConfigResult {
|
|
|
88
88
|
/**
|
|
89
89
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
90
90
|
*
|
|
91
|
-
* `
|
|
91
|
+
* `confluentcloud.SubjectConfig` describes a Subject Config data source.
|
|
92
92
|
*
|
|
93
93
|
* ## Example Usage
|
|
94
94
|
*
|
|
@@ -96,32 +96,32 @@ export interface GetSubjectConfigResult {
|
|
|
96
96
|
*
|
|
97
97
|
* ```typescript
|
|
98
98
|
* import * as pulumi from "@pulumi/pulumi";
|
|
99
|
-
* import * as
|
|
99
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
100
100
|
*
|
|
101
|
-
* const example =
|
|
102
|
-
* schemaRegistryCluster:
|
|
101
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
102
|
+
* schemaRegistryCluster: {
|
|
103
103
|
* id: essentials.id,
|
|
104
|
-
* }
|
|
104
|
+
* },
|
|
105
105
|
* restEndpoint: essentials.restEndpoint,
|
|
106
106
|
* subjectName: "proto-purchase-value",
|
|
107
|
-
* credentials:
|
|
107
|
+
* credentials: {
|
|
108
108
|
* key: "<Schema Registry API Key for confluent_schema_registry_region.essentials>",
|
|
109
109
|
* secret: "<Schema Registry API Secret for confluent_schema_registry_region.essentials>",
|
|
110
|
-
* }
|
|
110
|
+
* },
|
|
111
111
|
* });
|
|
112
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
112
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
113
113
|
* ```
|
|
114
114
|
*
|
|
115
115
|
* ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
|
|
116
116
|
*
|
|
117
117
|
* ```typescript
|
|
118
118
|
* import * as pulumi from "@pulumi/pulumi";
|
|
119
|
-
* import * as
|
|
119
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
120
120
|
*
|
|
121
|
-
* const example =
|
|
121
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
122
122
|
* subjectName: "proto-purchase-value",
|
|
123
123
|
* });
|
|
124
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
124
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
125
125
|
* ```
|
|
126
126
|
*/
|
|
127
127
|
export declare function getSubjectConfigOutput(args: GetSubjectConfigOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSubjectConfigResult>;
|
package/getSubjectConfig.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
33
33
|
*
|
|
34
|
-
* `
|
|
34
|
+
* `confluentcloud.SubjectConfig` describes a Subject Config data source.
|
|
35
35
|
*
|
|
36
36
|
* ## Example Usage
|
|
37
37
|
*
|
|
@@ -39,32 +39,32 @@ const utilities = __importStar(require("./utilities"));
|
|
|
39
39
|
*
|
|
40
40
|
* ```typescript
|
|
41
41
|
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
-
* import * as
|
|
42
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
43
43
|
*
|
|
44
|
-
* const example =
|
|
45
|
-
* schemaRegistryCluster:
|
|
44
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
45
|
+
* schemaRegistryCluster: {
|
|
46
46
|
* id: essentials.id,
|
|
47
|
-
* }
|
|
47
|
+
* },
|
|
48
48
|
* restEndpoint: essentials.restEndpoint,
|
|
49
49
|
* subjectName: "proto-purchase-value",
|
|
50
|
-
* credentials:
|
|
50
|
+
* credentials: {
|
|
51
51
|
* key: "<Schema Registry API Key for confluent_schema_registry_region.essentials>",
|
|
52
52
|
* secret: "<Schema Registry API Secret for confluent_schema_registry_region.essentials>",
|
|
53
|
-
* }
|
|
53
|
+
* },
|
|
54
54
|
* });
|
|
55
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
55
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
56
56
|
* ```
|
|
57
57
|
*
|
|
58
58
|
* ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
|
|
59
59
|
*
|
|
60
60
|
* ```typescript
|
|
61
61
|
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
-
* import * as
|
|
62
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
63
63
|
*
|
|
64
|
-
* const example =
|
|
64
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
65
65
|
* subjectName: "proto-purchase-value",
|
|
66
66
|
* });
|
|
67
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
67
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
68
68
|
* ```
|
|
69
69
|
*/
|
|
70
70
|
function getSubjectConfig(args, opts) {
|
|
@@ -80,7 +80,7 @@ exports.getSubjectConfig = getSubjectConfig;
|
|
|
80
80
|
/**
|
|
81
81
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
82
82
|
*
|
|
83
|
-
* `
|
|
83
|
+
* `confluentcloud.SubjectConfig` describes a Subject Config data source.
|
|
84
84
|
*
|
|
85
85
|
* ## Example Usage
|
|
86
86
|
*
|
|
@@ -88,32 +88,32 @@ exports.getSubjectConfig = getSubjectConfig;
|
|
|
88
88
|
*
|
|
89
89
|
* ```typescript
|
|
90
90
|
* import * as pulumi from "@pulumi/pulumi";
|
|
91
|
-
* import * as
|
|
91
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
92
92
|
*
|
|
93
|
-
* const example =
|
|
94
|
-
* schemaRegistryCluster:
|
|
93
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
94
|
+
* schemaRegistryCluster: {
|
|
95
95
|
* id: essentials.id,
|
|
96
|
-
* }
|
|
96
|
+
* },
|
|
97
97
|
* restEndpoint: essentials.restEndpoint,
|
|
98
98
|
* subjectName: "proto-purchase-value",
|
|
99
|
-
* credentials:
|
|
99
|
+
* credentials: {
|
|
100
100
|
* key: "<Schema Registry API Key for confluent_schema_registry_region.essentials>",
|
|
101
101
|
* secret: "<Schema Registry API Secret for confluent_schema_registry_region.essentials>",
|
|
102
|
-
* }
|
|
102
|
+
* },
|
|
103
103
|
* });
|
|
104
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
104
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
105
105
|
* ```
|
|
106
106
|
*
|
|
107
107
|
* ### Option #2: Manage a single Schema Registry cluster in the same Pulumi Stack
|
|
108
108
|
*
|
|
109
109
|
* ```typescript
|
|
110
110
|
* import * as pulumi from "@pulumi/pulumi";
|
|
111
|
-
* import * as
|
|
111
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
112
112
|
*
|
|
113
|
-
* const example =
|
|
113
|
+
* const example = confluentcloud.getSubjectConfig({
|
|
114
114
|
* subjectName: "proto-purchase-value",
|
|
115
115
|
* });
|
|
116
|
-
* export const compatibilityLevel = example.compatibilityLevel;
|
|
116
|
+
* export const compatibilityLevel = example.then(example => example.compatibilityLevel);
|
|
117
117
|
* ```
|
|
118
118
|
*/
|
|
119
119
|
function getSubjectConfigOutput(args, opts) {
|
package/getTableflowTopic.d.ts
CHANGED
|
@@ -103,6 +103,10 @@ export interface GetTableflowTopicResult {
|
|
|
103
103
|
* (Optional Configuration Block) The configuration of the Confluent managed bucket.
|
|
104
104
|
*/
|
|
105
105
|
readonly managedStorages: outputs.GetTableflowTopicManagedStorage[];
|
|
106
|
+
/**
|
|
107
|
+
* (Optional String) The naming scheme for the Tableflow-enabled topic's internal metadata columns in the materialized table. For `DEFAULT`, the metadata columns keep their `$$`-prefixed names. For `PORTABLE`, the metadata columns use `cflt_metadata_`-prefixed names that are queryable by engines such as Google BigQuery.
|
|
108
|
+
*/
|
|
109
|
+
readonly metadataColumnNamingScheme: string;
|
|
106
110
|
/**
|
|
107
111
|
* (Optional String, **Deprecated**) The strategy to handle record failures in the Tableflow enabled topic during materialization. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
|
|
108
112
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTableflowTopic.d.ts","sourceRoot":"","sources":["../getTableflowTopic.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAQ5H;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC,4BAA4B,CAAC;IAClD;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC,4BAA4B,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC,6BAA6B,CAAC;CACtD;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,QAAQ,CAAC,yBAAyB,EAAE,OAAO,CAAC,yCAAyC,EAAE,CAAC;IACxF;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,uBAAuB,EAAE,CAAC;IACpD,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,4BAA4B,CAAC;IAC5D;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,kBAAkB,EAAE,OAAO,CAAC;IACrC,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,4BAA4B,CAAC;IAC3D;;OAEG;IACH,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC,8BAA8B,EAAE,CAAC;IAClE;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,6BAA6B,CAAC;IAC7D;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC,+BAA+B,EAAE,CAAC;IACpE;;OAEG;IACH,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,CAAC;IAChC;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC9B;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,2BAA2B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAQpJ;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IAChF;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;IACnE,YAAY,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,iCAAiC,CAAC,CAAC;CACxE"}
|
|
1
|
+
{"version":3,"file":"getTableflowTopic.d.ts","sourceRoot":"","sources":["../getTableflowTopic.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAQ5H;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC,4BAA4B,CAAC;IAClD;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC,4BAA4B,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC,6BAA6B,CAAC;CACtD;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,QAAQ,CAAC,yBAAyB,EAAE,OAAO,CAAC,yCAAyC,EAAE,CAAC;IACxF;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,uBAAuB,EAAE,CAAC;IACpD,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,4BAA4B,CAAC;IAC5D;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,kBAAkB,EAAE,OAAO,CAAC;IACrC,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,4BAA4B,CAAC;IAC3D;;OAEG;IACH,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC,8BAA8B,EAAE,CAAC;IAClE;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,6BAA6B,CAAC;IAC7D;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC,+BAA+B,EAAE,CAAC;IACpE;;OAEG;IACH,QAAQ,CAAC,0BAA0B,EAAE,MAAM,CAAC;IAC5C;;OAEG;IACH,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,CAAC;IAChC;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC9B;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,2BAA2B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAQpJ;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IAChF;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;IACnE,YAAY,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,iCAAiC,CAAC,CAAC;CACxE"}
|
package/getTableflowTopic.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTableflowTopic.js","sourceRoot":"","sources":["../getTableflowTopic.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;
|
|
1
|
+
{"version":3,"file":"getTableflowTopic.js","sourceRoot":"","sources":["../getTableflowTopic.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;AAoFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC"}
|