@pulumi/confluentcloud 2.28.0-alpha.1746768619 → 2.28.0-alpha.1747193577
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/flinkArtifact.d.ts +3 -3
- package/package.json +2 -2
package/flinkArtifact.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ export declare class FlinkArtifact extends pulumi.CustomResource {
|
|
|
65
65
|
*/
|
|
66
66
|
readonly class: pulumi.Output<string | undefined>;
|
|
67
67
|
/**
|
|
68
|
-
* The cloud service provider that runs the Flink Artifact.
|
|
68
|
+
* The cloud service provider that runs the Flink Artifact. Accepted values are: `AWS`, `AZURE`.
|
|
69
69
|
*/
|
|
70
70
|
readonly cloud: pulumi.Output<string>;
|
|
71
71
|
/**
|
|
@@ -132,7 +132,7 @@ export interface FlinkArtifactState {
|
|
|
132
132
|
*/
|
|
133
133
|
class?: pulumi.Input<string>;
|
|
134
134
|
/**
|
|
135
|
-
* The cloud service provider that runs the Flink Artifact.
|
|
135
|
+
* The cloud service provider that runs the Flink Artifact. Accepted values are: `AWS`, `AZURE`.
|
|
136
136
|
*/
|
|
137
137
|
cloud?: pulumi.Input<string>;
|
|
138
138
|
/**
|
|
@@ -187,7 +187,7 @@ export interface FlinkArtifactArgs {
|
|
|
187
187
|
*/
|
|
188
188
|
class?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
190
|
-
* The cloud service provider that runs the Flink Artifact.
|
|
190
|
+
* The cloud service provider that runs the Flink Artifact. Accepted values are: `AWS`, `AZURE`.
|
|
191
191
|
*/
|
|
192
192
|
cloud: pulumi.Input<string>;
|
|
193
193
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "2.28.0-alpha.
|
|
3
|
+
"version": "2.28.0-alpha.1747193577",
|
|
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.28.0-alpha.
|
|
27
|
+
"version": "2.28.0-alpha.1747193577"
|
|
28
28
|
}
|
|
29
29
|
}
|