@pulumi/confluentcloud 2.4.0-alpha.1727846318 → 2.4.0-alpha.1727966829
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/getKafkaClientQuota.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export interface GetKafkaClientQuotaResult {
|
|
|
58
58
|
*/
|
|
59
59
|
readonly kafkaClusters: outputs.GetKafkaClientQuotaKafkaCluster[];
|
|
60
60
|
/**
|
|
61
|
-
* (Required Set of Strings) The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, "<default>"
|
|
61
|
+
* (Required Set of Strings) The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, `"<default>"`, to represent the default quota for all users and service accounts.
|
|
62
62
|
*/
|
|
63
63
|
readonly principals: string[];
|
|
64
64
|
/**
|
package/kafkaClientQuota.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export declare class KafkaClientQuota extends pulumi.CustomResource {
|
|
|
72
72
|
readonly environment: pulumi.Output<outputs.KafkaClientQuotaEnvironment>;
|
|
73
73
|
readonly kafkaCluster: pulumi.Output<outputs.KafkaClientQuotaKafkaCluster>;
|
|
74
74
|
/**
|
|
75
|
-
* The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, "<default>"
|
|
75
|
+
* The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, `"<default>"`, to represent the default quota for all users and service accounts.
|
|
76
76
|
*/
|
|
77
77
|
readonly principals: pulumi.Output<string[]>;
|
|
78
78
|
/**
|
|
@@ -106,7 +106,7 @@ export interface KafkaClientQuotaState {
|
|
|
106
106
|
environment?: pulumi.Input<inputs.KafkaClientQuotaEnvironment>;
|
|
107
107
|
kafkaCluster?: pulumi.Input<inputs.KafkaClientQuotaKafkaCluster>;
|
|
108
108
|
/**
|
|
109
|
-
* The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, "<default>"
|
|
109
|
+
* The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, `"<default>"`, to represent the default quota for all users and service accounts.
|
|
110
110
|
*/
|
|
111
111
|
principals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
112
112
|
/**
|
|
@@ -132,7 +132,7 @@ export interface KafkaClientQuotaArgs {
|
|
|
132
132
|
environment: pulumi.Input<inputs.KafkaClientQuotaEnvironment>;
|
|
133
133
|
kafkaCluster: pulumi.Input<inputs.KafkaClientQuotaKafkaCluster>;
|
|
134
134
|
/**
|
|
135
|
-
* The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, "<default>"
|
|
135
|
+
* The list of principals (i.e., service accounts or identity pools) to apply the Kafka Client Quota to. Use the special name, `"<default>"`, to represent the default quota for all users and service accounts.
|
|
136
136
|
*/
|
|
137
137
|
principals: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
138
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "2.4.0-alpha.
|
|
3
|
+
"version": "2.4.0-alpha.1727966829",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Confluent cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build": "tsc"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pulumi/pulumi": "^3.
|
|
17
|
+
"@pulumi/pulumi": "^3.42.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/mime": "^2.0.0",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "confluentcloud",
|
|
27
|
-
"version": "2.4.0-alpha.
|
|
27
|
+
"version": "2.4.0-alpha.1727966829"
|
|
28
28
|
}
|
|
29
29
|
}
|