@pulumi/confluentcloud 1.50.0-alpha.1720762191 → 1.50.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.
@@ -52,6 +52,10 @@ export interface GetFlinkRegionResult {
52
52
  * (Required String) A kind of the Flink region, for example, `Region`.
53
53
  */
54
54
  readonly kind: string;
55
+ /**
56
+ * (Required String) The private HTTP endpoint of the Flink region, for example, `https://flink.us-east-1.aws.private.confluent.cloud`.
57
+ */
58
+ readonly privateRestEndpoint: string;
55
59
  readonly region: string;
56
60
  /**
57
61
  * (Required String) The HTTP endpoint of the Flink region, for example, `https://flink.us-east-1.aws.confluent.cloud`.
@@ -1 +1 @@
1
- {"version":3,"file":"getFlinkRegion.js","sourceRoot":"","sources":["../getFlinkRegion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,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,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAuCD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"getFlinkRegion.js","sourceRoot":"","sources":["../getFlinkRegion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,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,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AA2CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
@@ -30,7 +30,7 @@ export declare function getServiceAccount(args?: GetServiceAccountArgs, opts?: p
30
30
  */
31
31
  export interface GetServiceAccountArgs {
32
32
  /**
33
- * A human-readable name for the Service Account.
33
+ * A human-readable name for the Service Account. Limited to 64 characters in length.
34
34
  *
35
35
  * > **Note:** Exactly one from the `id` and `displayName` attributes must be specified.
36
36
  */
@@ -53,7 +53,7 @@ export interface GetServiceAccountResult {
53
53
  */
54
54
  readonly description: string;
55
55
  /**
56
- * (Required String) A human-readable name for the Service Account.
56
+ * (Required String) A human-readable name for the Service Account. Limited to 64 characters in length.
57
57
  */
58
58
  readonly displayName: string;
59
59
  /**
@@ -96,7 +96,7 @@ export declare function getServiceAccountOutput(args?: GetServiceAccountOutputAr
96
96
  */
97
97
  export interface GetServiceAccountOutputArgs {
98
98
  /**
99
- * A human-readable name for the Service Account.
99
+ * A human-readable name for the Service Account. Limited to 64 characters in length.
100
100
  *
101
101
  * > **Note:** Exactly one from the `id` and `displayName` attributes must be specified.
102
102
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/confluentcloud",
3
- "version": "1.50.0-alpha.1720762191",
3
+ "version": "1.50.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": "1.50.0-alpha.1720762191"
27
+ "version": "1.50.0"
28
28
  }
29
29
  }