@pulumi/confluentcloud 2.32.0-alpha.1750479930 → 2.32.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/customConnectorPlugin.d.ts +3 -3
- package/package.json +2 -2
- package/types/input.d.ts +0 -2
- package/types/output.d.ts +0 -2
|
@@ -47,7 +47,7 @@ export declare class CustomConnectorPlugin extends pulumi.CustomResource {
|
|
|
47
47
|
*/
|
|
48
48
|
static isInstance(obj: any): obj is CustomConnectorPlugin;
|
|
49
49
|
/**
|
|
50
|
-
* Cloud provider where the Custom Connector Plugin archive is uploaded. Defaults to `AWS`. Accepted values are: `AWS`, `AZURE`.
|
|
50
|
+
* Cloud provider where the Custom Connector Plugin archive is uploaded. Defaults to `AWS`. Accepted values are: `AWS`, `AZURE`, `GCP`.
|
|
51
51
|
*/
|
|
52
52
|
readonly cloud: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class CustomConnectorPlugin extends pulumi.CustomResource {
|
|
|
92
92
|
*/
|
|
93
93
|
export interface CustomConnectorPluginState {
|
|
94
94
|
/**
|
|
95
|
-
* Cloud provider where the Custom Connector Plugin archive is uploaded. Defaults to `AWS`. Accepted values are: `AWS`, `AZURE`.
|
|
95
|
+
* Cloud provider where the Custom Connector Plugin archive is uploaded. Defaults to `AWS`. Accepted values are: `AWS`, `AZURE`, `GCP`.
|
|
96
96
|
*/
|
|
97
97
|
cloud?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
@@ -129,7 +129,7 @@ export interface CustomConnectorPluginState {
|
|
|
129
129
|
*/
|
|
130
130
|
export interface CustomConnectorPluginArgs {
|
|
131
131
|
/**
|
|
132
|
-
* Cloud provider where the Custom Connector Plugin archive is uploaded. Defaults to `AWS`. Accepted values are: `AWS`, `AZURE`.
|
|
132
|
+
* Cloud provider where the Custom Connector Plugin archive is uploaded. Defaults to `AWS`. Accepted values are: `AWS`, `AZURE`, `GCP`.
|
|
133
133
|
*/
|
|
134
134
|
cloud?: pulumi.Input<string>;
|
|
135
135
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "2.32.0
|
|
3
|
+
"version": "2.32.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.32.0
|
|
27
|
+
"version": "2.32.0"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2169,8 +2169,6 @@ export interface KafkaClusterDedicated {
|
|
|
2169
2169
|
*
|
|
2170
2170
|
* > **Note:** The `freight` Kafka cluster type is currently available only on AWS.
|
|
2171
2171
|
*
|
|
2172
|
-
* > **Note:** The `enterprise` Kafka cluster type is currently available only on AWS and Azure.
|
|
2173
|
-
*
|
|
2174
2172
|
* !> **Warning:** You can only upgrade clusters from `basic` to `standard`.
|
|
2175
2173
|
*
|
|
2176
2174
|
* > **Note:** Currently, provisioning of a Dedicated Kafka cluster takes around 25 minutes on average but might take up to 24 hours. If you can't wait for the `pulumi up` step to finish, you can exit it and import the cluster by using the `pulumi import` command once it has been provisioned. When the cluster is provisioned, you will receive an email notification, and you can also follow updates on the Target Environment web page of the Confluent Cloud website.
|
package/types/output.d.ts
CHANGED
|
@@ -2086,8 +2086,6 @@ export interface KafkaClusterDedicated {
|
|
|
2086
2086
|
*
|
|
2087
2087
|
* > **Note:** The `freight` Kafka cluster type is currently available only on AWS.
|
|
2088
2088
|
*
|
|
2089
|
-
* > **Note:** The `enterprise` Kafka cluster type is currently available only on AWS and Azure.
|
|
2090
|
-
*
|
|
2091
2089
|
* !> **Warning:** You can only upgrade clusters from `basic` to `standard`.
|
|
2092
2090
|
*
|
|
2093
2091
|
* > **Note:** Currently, provisioning of a Dedicated Kafka cluster takes around 25 minutes on average but might take up to 24 hours. If you can't wait for the `pulumi up` step to finish, you can exit it and import the cluster by using the `pulumi import` command once it has been provisioned. When the cluster is provisioned, you will receive an email notification, and you can also follow updates on the Target Environment web page of the Confluent Cloud website.
|