@pulumi/confluentcloud 2.24.0-alpha.1744781406 → 2.24.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/certificateAuthority.d.ts +6 -6
- package/config/vars.d.ts +5 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +5 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/tableflowTopic.d.ts +2 -0
- package/tableflowTopic.js +2 -0
- package/tableflowTopic.js.map +1 -1
- package/types/input.d.ts +42 -6
- package/types/output.d.ts +40 -4
|
@@ -49,7 +49,7 @@ export declare class CertificateAuthority extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
static isInstance(obj: any): obj is CertificateAuthority;
|
|
51
51
|
/**
|
|
52
|
-
* A
|
|
52
|
+
* A PEM encoded string containing the signing certificate chain.
|
|
53
53
|
*/
|
|
54
54
|
readonly certificateChain: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
@@ -57,7 +57,7 @@ export declare class CertificateAuthority extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly certificateChainFilename: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
60
|
-
* A
|
|
60
|
+
* A PEM encoded string containing the CRL for this certificate authority.
|
|
61
61
|
*/
|
|
62
62
|
readonly crlChain: pulumi.Output<string | undefined>;
|
|
63
63
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class CertificateAuthority extends pulumi.CustomResource {
|
|
|
106
106
|
*/
|
|
107
107
|
export interface CertificateAuthorityState {
|
|
108
108
|
/**
|
|
109
|
-
* A
|
|
109
|
+
* A PEM encoded string containing the signing certificate chain.
|
|
110
110
|
*/
|
|
111
111
|
certificateChain?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
@@ -114,7 +114,7 @@ export interface CertificateAuthorityState {
|
|
|
114
114
|
*/
|
|
115
115
|
certificateChainFilename?: pulumi.Input<string>;
|
|
116
116
|
/**
|
|
117
|
-
* A
|
|
117
|
+
* A PEM encoded string containing the CRL for this certificate authority.
|
|
118
118
|
*/
|
|
119
119
|
crlChain?: pulumi.Input<string>;
|
|
120
120
|
/**
|
|
@@ -155,7 +155,7 @@ export interface CertificateAuthorityState {
|
|
|
155
155
|
*/
|
|
156
156
|
export interface CertificateAuthorityArgs {
|
|
157
157
|
/**
|
|
158
|
-
* A
|
|
158
|
+
* A PEM encoded string containing the signing certificate chain.
|
|
159
159
|
*/
|
|
160
160
|
certificateChain: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
@@ -163,7 +163,7 @@ export interface CertificateAuthorityArgs {
|
|
|
163
163
|
*/
|
|
164
164
|
certificateChainFilename: pulumi.Input<string>;
|
|
165
165
|
/**
|
|
166
|
-
* A
|
|
166
|
+
* A PEM encoded string containing the CRL for this certificate authority.
|
|
167
167
|
*/
|
|
168
168
|
crlChain?: pulumi.Input<string>;
|
|
169
169
|
/**
|
package/config/vars.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as outputs from "../types/output";
|
|
1
2
|
/**
|
|
2
3
|
* The Stream Catalog REST Endpoint.
|
|
3
4
|
*/
|
|
@@ -58,6 +59,10 @@ export declare const kafkaRestEndpoint: string | undefined;
|
|
|
58
59
|
* Maximum number of retries of HTTP client. Defaults to 4.
|
|
59
60
|
*/
|
|
60
61
|
export declare const maxRetries: number | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* OAuth config settings
|
|
64
|
+
*/
|
|
65
|
+
export declare const oauth: outputs.config.Oauth | undefined;
|
|
61
66
|
/**
|
|
62
67
|
* The Flink Organization ID.
|
|
63
68
|
*/
|
package/config/vars.js
CHANGED
|
@@ -94,6 +94,12 @@ Object.defineProperty(exports, "maxRetries", {
|
|
|
94
94
|
},
|
|
95
95
|
enumerable: true,
|
|
96
96
|
});
|
|
97
|
+
Object.defineProperty(exports, "oauth", {
|
|
98
|
+
get() {
|
|
99
|
+
return __config.getObject("oauth");
|
|
100
|
+
},
|
|
101
|
+
enumerable: true,
|
|
102
|
+
});
|
|
97
103
|
Object.defineProperty(exports, "organizationId", {
|
|
98
104
|
get() {
|
|
99
105
|
return __config.get("organizationId");
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "2.24.0
|
|
3
|
+
"version": "2.24.0",
|
|
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.24.0
|
|
27
|
+
"version": "2.24.0"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/provider.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
/**
|
|
3
4
|
* The provider type for the confluent package. By default, resources use package-wide configuration
|
|
4
5
|
* settings, however an explicit `Provider` instance may be created and passed during resource
|
|
@@ -168,6 +169,10 @@ export interface ProviderArgs {
|
|
|
168
169
|
* Maximum number of retries of HTTP client. Defaults to 4.
|
|
169
170
|
*/
|
|
170
171
|
maxRetries?: pulumi.Input<number>;
|
|
172
|
+
/**
|
|
173
|
+
* OAuth config settings
|
|
174
|
+
*/
|
|
175
|
+
oauth?: pulumi.Input<inputs.ProviderOauth>;
|
|
171
176
|
/**
|
|
172
177
|
* The Flink Organization ID.
|
|
173
178
|
*/
|
package/provider.js
CHANGED
|
@@ -48,6 +48,7 @@ class Provider extends pulumi.ProviderResource {
|
|
|
48
48
|
resourceInputs["kafkaId"] = args ? args.kafkaId : undefined;
|
|
49
49
|
resourceInputs["kafkaRestEndpoint"] = args ? args.kafkaRestEndpoint : undefined;
|
|
50
50
|
resourceInputs["maxRetries"] = pulumi.output(args ? args.maxRetries : undefined).apply(JSON.stringify);
|
|
51
|
+
resourceInputs["oauth"] = pulumi.output(args ? args.oauth : undefined).apply(JSON.stringify);
|
|
51
52
|
resourceInputs["organizationId"] = args ? args.organizationId : undefined;
|
|
52
53
|
resourceInputs["schemaRegistryApiKey"] = (args === null || args === void 0 ? void 0 : args.schemaRegistryApiKey) ? pulumi.secret(args.schemaRegistryApiKey) : undefined;
|
|
53
54
|
resourceInputs["schemaRegistryApiSecret"] = (args === null || args === void 0 ? void 0 : args.schemaRegistryApiSecret) ? pulumi.secret(args.schemaRegistryApiSecret) : undefined;
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;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,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAuFD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,aAAa,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,gBAAgB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,cAAc,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACzG,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,gBAAgB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,cAAc,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACzG,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,gBAAgB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,cAAc,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACzG,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvG,cAAc,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC7F,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,oBAAoB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC3H,cAAc,CAAC,yBAAyB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,uBAAuB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACpI,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,iBAAiB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,eAAe,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5G,cAAc,CAAC,oBAAoB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,kBAAkB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SACxH;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,oBAAoB,CAAC,EAAE,CAAC;QAChP,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AA3IL,4BA4IC;AA3IG,gBAAgB;AACO,qBAAY,GAAG,gBAAgB,CAAC"}
|
package/tableflowTopic.d.ts
CHANGED
|
@@ -56,6 +56,8 @@ import * as outputs from "./types/output";
|
|
|
56
56
|
* The following end-to-end examples might help to get started with `confluentcloud.TableflowTopic` resource:
|
|
57
57
|
* * `confluent-managed-storage`: Tableflow topic with Confluent-managed storage.
|
|
58
58
|
* * `byob-aws-storage`: Tableflow topic with custom (BYOB AWS) storage.
|
|
59
|
+
* * `datagen-connector-byob-aws-storage`: Datagen Source connector with a Tableflow topic with custom (BYOB AWS) storage.
|
|
60
|
+
* * `datagen-connector-confluent-managed-storage`: Datagen Source connector with a Tableflow topic with Confluent-managed storage.
|
|
59
61
|
*
|
|
60
62
|
* ## Import
|
|
61
63
|
*
|
package/tableflowTopic.js
CHANGED
|
@@ -60,6 +60,8 @@ const utilities = require("./utilities");
|
|
|
60
60
|
* The following end-to-end examples might help to get started with `confluentcloud.TableflowTopic` resource:
|
|
61
61
|
* * `confluent-managed-storage`: Tableflow topic with Confluent-managed storage.
|
|
62
62
|
* * `byob-aws-storage`: Tableflow topic with custom (BYOB AWS) storage.
|
|
63
|
+
* * `datagen-connector-byob-aws-storage`: Datagen Source connector with a Tableflow topic with custom (BYOB AWS) storage.
|
|
64
|
+
* * `datagen-connector-confluent-managed-storage`: Datagen Source connector with a Tableflow topic with Confluent-managed storage.
|
|
63
65
|
*
|
|
64
66
|
* ## Import
|
|
65
67
|
*
|
package/tableflowTopic.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableflowTopic.js","sourceRoot":"","sources":["../tableflowTopic.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"tableflowTopic.js","sourceRoot":"","sources":["../tableflowTopic.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -1529,7 +1529,7 @@ export interface GetSchemaRulesetDomainRule {
|
|
|
1529
1529
|
*/
|
|
1530
1530
|
onFailure?: string;
|
|
1531
1531
|
/**
|
|
1532
|
-
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
1532
|
+
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`.
|
|
1533
1533
|
*/
|
|
1534
1534
|
onSuccess?: string;
|
|
1535
1535
|
/**
|
|
@@ -1577,7 +1577,7 @@ export interface GetSchemaRulesetDomainRuleArgs {
|
|
|
1577
1577
|
*/
|
|
1578
1578
|
onFailure?: pulumi.Input<string>;
|
|
1579
1579
|
/**
|
|
1580
|
-
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
1580
|
+
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`.
|
|
1581
1581
|
*/
|
|
1582
1582
|
onSuccess?: pulumi.Input<string>;
|
|
1583
1583
|
/**
|
|
@@ -1625,7 +1625,7 @@ export interface GetSchemaRulesetMigrationRule {
|
|
|
1625
1625
|
*/
|
|
1626
1626
|
onFailure?: string;
|
|
1627
1627
|
/**
|
|
1628
|
-
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
1628
|
+
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`.
|
|
1629
1629
|
*/
|
|
1630
1630
|
onSuccess?: string;
|
|
1631
1631
|
/**
|
|
@@ -1673,7 +1673,7 @@ export interface GetSchemaRulesetMigrationRuleArgs {
|
|
|
1673
1673
|
*/
|
|
1674
1674
|
onFailure?: pulumi.Input<string>;
|
|
1675
1675
|
/**
|
|
1676
|
-
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
1676
|
+
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`.
|
|
1677
1677
|
*/
|
|
1678
1678
|
onSuccess?: pulumi.Input<string>;
|
|
1679
1679
|
/**
|
|
@@ -2454,6 +2454,36 @@ export interface ProviderIntegrationEnvironment {
|
|
|
2454
2454
|
*/
|
|
2455
2455
|
id: pulumi.Input<string>;
|
|
2456
2456
|
}
|
|
2457
|
+
export interface ProviderOauth {
|
|
2458
|
+
/**
|
|
2459
|
+
* OAuth existing access token already fetched from external IDP
|
|
2460
|
+
*/
|
|
2461
|
+
oauthExternalAccessToken?: pulumi.Input<string>;
|
|
2462
|
+
/**
|
|
2463
|
+
* OAuth client id from external token source
|
|
2464
|
+
*/
|
|
2465
|
+
oauthExternalClientId?: pulumi.Input<string>;
|
|
2466
|
+
/**
|
|
2467
|
+
* OAuth client secret from external token source
|
|
2468
|
+
*/
|
|
2469
|
+
oauthExternalClientSecret?: pulumi.Input<string>;
|
|
2470
|
+
/**
|
|
2471
|
+
* OAuth access token scope
|
|
2472
|
+
*/
|
|
2473
|
+
oauthExternalTokenScope?: pulumi.Input<string>;
|
|
2474
|
+
/**
|
|
2475
|
+
* OAuth token URL to fetch access token from external IDP
|
|
2476
|
+
*/
|
|
2477
|
+
oauthExternalTokenUrl?: pulumi.Input<string>;
|
|
2478
|
+
/**
|
|
2479
|
+
* OAuth identity pool id used for processing external token and exchange STS token
|
|
2480
|
+
*/
|
|
2481
|
+
oauthIdentityPoolId: pulumi.Input<string>;
|
|
2482
|
+
/**
|
|
2483
|
+
* OAuth STS access token expired in second from Confluent Cloud
|
|
2484
|
+
*/
|
|
2485
|
+
oauthStsTokenExpiredInSeconds?: pulumi.Input<string>;
|
|
2486
|
+
}
|
|
2457
2487
|
export interface SchemaCredentials {
|
|
2458
2488
|
/**
|
|
2459
2489
|
* The Schema Registry API Key.
|
|
@@ -2621,13 +2651,15 @@ export interface SchemaRulesetDomainRule {
|
|
|
2621
2651
|
*/
|
|
2622
2652
|
onFailure?: pulumi.Input<string>;
|
|
2623
2653
|
/**
|
|
2624
|
-
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
2654
|
+
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`. Defaults to `NONE,NONE`.
|
|
2625
2655
|
*/
|
|
2626
2656
|
onSuccess?: pulumi.Input<string>;
|
|
2627
2657
|
/**
|
|
2628
2658
|
* A set of static parameters for the rule, which is optional. These are key-value pairs that are passed to the rule.
|
|
2629
2659
|
*
|
|
2630
2660
|
* > **Note:** Schema rules (`ruleset`) are only available with the [Stream Governance Advanced package](https://docs.confluent.io/cloud/current/stream-governance/packages.html#packages).
|
|
2661
|
+
*
|
|
2662
|
+
* > **Note:** The Confluent Cloud Console uses the following default values: `onSuccess = "NONE"` and `onFailure = "ERROR"`. However, the TF Provider sets its defaults to `onSuccess = "NONE,NONE"` and `onFailure = "ERROR,ERROR"`.
|
|
2631
2663
|
*/
|
|
2632
2664
|
params?: pulumi.Input<{
|
|
2633
2665
|
[key: string]: pulumi.Input<string>;
|
|
@@ -2668,13 +2700,15 @@ export interface SchemaRulesetMigrationRule {
|
|
|
2668
2700
|
*/
|
|
2669
2701
|
onFailure?: pulumi.Input<string>;
|
|
2670
2702
|
/**
|
|
2671
|
-
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
2703
|
+
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`. Defaults to `NONE,NONE`.
|
|
2672
2704
|
*/
|
|
2673
2705
|
onSuccess?: pulumi.Input<string>;
|
|
2674
2706
|
/**
|
|
2675
2707
|
* A set of static parameters for the rule, which is optional. These are key-value pairs that are passed to the rule.
|
|
2676
2708
|
*
|
|
2677
2709
|
* > **Note:** Schema rules (`ruleset`) are only available with the [Stream Governance Advanced package](https://docs.confluent.io/cloud/current/stream-governance/packages.html#packages).
|
|
2710
|
+
*
|
|
2711
|
+
* > **Note:** The Confluent Cloud Console uses the following default values: `onSuccess = "NONE"` and `onFailure = "ERROR"`. However, the TF Provider sets its defaults to `onSuccess = "NONE,NONE"` and `onFailure = "ERROR,ERROR"`.
|
|
2678
2712
|
*/
|
|
2679
2713
|
params?: pulumi.Input<{
|
|
2680
2714
|
[key: string]: pulumi.Input<string>;
|
|
@@ -2842,3 +2876,5 @@ export interface TransitGatewayAttachmentNetwork {
|
|
|
2842
2876
|
*/
|
|
2843
2877
|
id: pulumi.Input<string>;
|
|
2844
2878
|
}
|
|
2879
|
+
export declare namespace config {
|
|
2880
|
+
}
|
package/types/output.d.ts
CHANGED
|
@@ -1625,7 +1625,7 @@ export interface GetSchemaRulesetDomainRule {
|
|
|
1625
1625
|
*/
|
|
1626
1626
|
onFailure?: string;
|
|
1627
1627
|
/**
|
|
1628
|
-
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
1628
|
+
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`.
|
|
1629
1629
|
*/
|
|
1630
1630
|
onSuccess?: string;
|
|
1631
1631
|
/**
|
|
@@ -1673,7 +1673,7 @@ export interface GetSchemaRulesetMigrationRule {
|
|
|
1673
1673
|
*/
|
|
1674
1674
|
onFailure?: string;
|
|
1675
1675
|
/**
|
|
1676
|
-
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
1676
|
+
* (Optional String) An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`.
|
|
1677
1677
|
*/
|
|
1678
1678
|
onSuccess?: string;
|
|
1679
1679
|
/**
|
|
@@ -2585,13 +2585,15 @@ export interface SchemaRulesetDomainRule {
|
|
|
2585
2585
|
*/
|
|
2586
2586
|
onFailure?: string;
|
|
2587
2587
|
/**
|
|
2588
|
-
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
2588
|
+
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`. Defaults to `NONE,NONE`.
|
|
2589
2589
|
*/
|
|
2590
2590
|
onSuccess?: string;
|
|
2591
2591
|
/**
|
|
2592
2592
|
* A set of static parameters for the rule, which is optional. These are key-value pairs that are passed to the rule.
|
|
2593
2593
|
*
|
|
2594
2594
|
* > **Note:** Schema rules (`ruleset`) are only available with the [Stream Governance Advanced package](https://docs.confluent.io/cloud/current/stream-governance/packages.html#packages).
|
|
2595
|
+
*
|
|
2596
|
+
* > **Note:** The Confluent Cloud Console uses the following default values: `onSuccess = "NONE"` and `onFailure = "ERROR"`. However, the TF Provider sets its defaults to `onSuccess = "NONE,NONE"` and `onFailure = "ERROR,ERROR"`.
|
|
2595
2597
|
*/
|
|
2596
2598
|
params: {
|
|
2597
2599
|
[key: string]: string;
|
|
@@ -2632,13 +2634,15 @@ export interface SchemaRulesetMigrationRule {
|
|
|
2632
2634
|
*/
|
|
2633
2635
|
onFailure?: string;
|
|
2634
2636
|
/**
|
|
2635
|
-
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as
|
|
2637
|
+
* An optional action to execute if the rule succeeds, otherwise the built-in action type `NONE` is used. For `UPDOWN` and `WRITEREAD` rules, one can specify two actions separated by commas, such as `NONE,ERROR` for a `WRITEREAD` rule. In this case `NONE` applies to `WRITE` and `ERROR` applies to `READ`. Defaults to `NONE,NONE`.
|
|
2636
2638
|
*/
|
|
2637
2639
|
onSuccess?: string;
|
|
2638
2640
|
/**
|
|
2639
2641
|
* A set of static parameters for the rule, which is optional. These are key-value pairs that are passed to the rule.
|
|
2640
2642
|
*
|
|
2641
2643
|
* > **Note:** Schema rules (`ruleset`) are only available with the [Stream Governance Advanced package](https://docs.confluent.io/cloud/current/stream-governance/packages.html#packages).
|
|
2644
|
+
*
|
|
2645
|
+
* > **Note:** The Confluent Cloud Console uses the following default values: `onSuccess = "NONE"` and `onFailure = "ERROR"`. However, the TF Provider sets its defaults to `onSuccess = "NONE,NONE"` and `onFailure = "ERROR,ERROR"`.
|
|
2642
2646
|
*/
|
|
2643
2647
|
params: {
|
|
2644
2648
|
[key: string]: string;
|
|
@@ -2806,3 +2810,35 @@ export interface TransitGatewayAttachmentNetwork {
|
|
|
2806
2810
|
*/
|
|
2807
2811
|
id: string;
|
|
2808
2812
|
}
|
|
2813
|
+
export declare namespace config {
|
|
2814
|
+
interface Oauth {
|
|
2815
|
+
/**
|
|
2816
|
+
* OAuth existing access token already fetched from external IDP
|
|
2817
|
+
*/
|
|
2818
|
+
oauthExternalAccessToken?: string;
|
|
2819
|
+
/**
|
|
2820
|
+
* OAuth client id from external token source
|
|
2821
|
+
*/
|
|
2822
|
+
oauthExternalClientId?: string;
|
|
2823
|
+
/**
|
|
2824
|
+
* OAuth client secret from external token source
|
|
2825
|
+
*/
|
|
2826
|
+
oauthExternalClientSecret?: string;
|
|
2827
|
+
/**
|
|
2828
|
+
* OAuth access token scope
|
|
2829
|
+
*/
|
|
2830
|
+
oauthExternalTokenScope?: string;
|
|
2831
|
+
/**
|
|
2832
|
+
* OAuth token URL to fetch access token from external IDP
|
|
2833
|
+
*/
|
|
2834
|
+
oauthExternalTokenUrl?: string;
|
|
2835
|
+
/**
|
|
2836
|
+
* OAuth identity pool id used for processing external token and exchange STS token
|
|
2837
|
+
*/
|
|
2838
|
+
oauthIdentityPoolId: string;
|
|
2839
|
+
/**
|
|
2840
|
+
* OAuth STS access token expired in second from Confluent Cloud
|
|
2841
|
+
*/
|
|
2842
|
+
oauthStsTokenExpiredInSeconds?: string;
|
|
2843
|
+
}
|
|
2844
|
+
}
|