@pulumi/confluentcloud 2.15.0-alpha.1738387619 → 2.15.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/getSchema.d.ts CHANGED
@@ -95,7 +95,7 @@ export interface GetSchemaResult {
95
95
  /**
96
96
  * (Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
97
97
  */
98
- readonly ruleset?: outputs.GetSchemaRuleset;
98
+ readonly ruleset: outputs.GetSchemaRuleset;
99
99
  /**
100
100
  * (Required String) The schema string, for example, `file("./schema_version_1.avsc")`.
101
101
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/confluentcloud",
3
- "version": "2.15.0-alpha.1738387619",
3
+ "version": "2.15.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.15.0-alpha.1738387619"
27
+ "version": "2.15.0"
28
28
  }
29
29
  }
package/schema.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class Schema extends pulumi.CustomResource {
77
77
  /**
78
78
  * The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
79
79
  */
80
- readonly ruleset: pulumi.Output<outputs.SchemaRuleset | undefined>;
80
+ readonly ruleset: pulumi.Output<outputs.SchemaRuleset>;
81
81
  /**
82
82
  * The schema string, for example, `file("./schema_version_1.avsc")`.
83
83
  */