@pulumi/confluentcloud 2.64.0-alpha.1775365340 → 2.64.0-alpha.1775837355

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.
@@ -14,7 +14,7 @@ import * as outputs from "./types/output";
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as confluent from "@pulumi/confluent";
16
16
  *
17
- * const example = confluent.index.SubjectCompatibilityLevel({
17
+ * const example = confluent.SubjectCompatibilityLevel({
18
18
  * schemaRegistryCluster: [{
19
19
  * id: essentials.id,
20
20
  * }],
@@ -34,7 +34,7 @@ import * as outputs from "./types/output";
34
34
  * import * as pulumi from "@pulumi/pulumi";
35
35
  * import * as confluent from "@pulumi/confluent";
36
36
  *
37
- * const example = confluent.index.SubjectCompatibilityLevel({
37
+ * const example = confluent.SubjectCompatibilityLevel({
38
38
  * subjectName: "proto-purchase-value",
39
39
  * });
40
40
  * export const compatibilityLevel = example.compatibilityLevel;
@@ -98,7 +98,7 @@ export interface GetSubjectConfigResult {
98
98
  * import * as pulumi from "@pulumi/pulumi";
99
99
  * import * as confluent from "@pulumi/confluent";
100
100
  *
101
- * const example = confluent.index.SubjectCompatibilityLevel({
101
+ * const example = confluent.SubjectCompatibilityLevel({
102
102
  * schemaRegistryCluster: [{
103
103
  * id: essentials.id,
104
104
  * }],
@@ -118,7 +118,7 @@ export interface GetSubjectConfigResult {
118
118
  * import * as pulumi from "@pulumi/pulumi";
119
119
  * import * as confluent from "@pulumi/confluent";
120
120
  *
121
- * const example = confluent.index.SubjectCompatibilityLevel({
121
+ * const example = confluent.SubjectCompatibilityLevel({
122
122
  * subjectName: "proto-purchase-value",
123
123
  * });
124
124
  * export const compatibilityLevel = example.compatibilityLevel;
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
18
18
  * import * as pulumi from "@pulumi/pulumi";
19
19
  * import * as confluent from "@pulumi/confluent";
20
20
  *
21
- * const example = confluent.index.SubjectCompatibilityLevel({
21
+ * const example = confluent.SubjectCompatibilityLevel({
22
22
  * schemaRegistryCluster: [{
23
23
  * id: essentials.id,
24
24
  * }],
@@ -38,7 +38,7 @@ const utilities = require("./utilities");
38
38
  * import * as pulumi from "@pulumi/pulumi";
39
39
  * import * as confluent from "@pulumi/confluent";
40
40
  *
41
- * const example = confluent.index.SubjectCompatibilityLevel({
41
+ * const example = confluent.SubjectCompatibilityLevel({
42
42
  * subjectName: "proto-purchase-value",
43
43
  * });
44
44
  * export const compatibilityLevel = example.compatibilityLevel;
@@ -67,7 +67,7 @@ exports.getSubjectConfig = getSubjectConfig;
67
67
  * import * as pulumi from "@pulumi/pulumi";
68
68
  * import * as confluent from "@pulumi/confluent";
69
69
  *
70
- * const example = confluent.index.SubjectCompatibilityLevel({
70
+ * const example = confluent.SubjectCompatibilityLevel({
71
71
  * schemaRegistryCluster: [{
72
72
  * id: essentials.id,
73
73
  * }],
@@ -87,7 +87,7 @@ exports.getSubjectConfig = getSubjectConfig;
87
87
  * import * as pulumi from "@pulumi/pulumi";
88
88
  * import * as confluent from "@pulumi/confluent";
89
89
  *
90
- * const example = confluent.index.SubjectCompatibilityLevel({
90
+ * const example = confluent.SubjectCompatibilityLevel({
91
91
  * subjectName: "proto-purchase-value",
92
92
  * });
93
93
  * export const compatibilityLevel = example.compatibilityLevel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/confluentcloud",
3
- "version": "2.64.0-alpha.1775365340",
3
+ "version": "2.64.0-alpha.1775837355",
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.64.0-alpha.1775365340"
27
+ "version": "2.64.0-alpha.1775837355"
28
28
  }
29
29
  }
package/roleBinding.d.ts CHANGED
@@ -74,7 +74,7 @@ import * as pulumi from "@pulumi/pulumi";
74
74
  * roleName: "DeveloperRead",
75
75
  * crnPattern: `${basic.rbacCrn}/kafka=${standard.id}/transactional-id=my_transaction`,
76
76
  * });
77
- * const connectorName = std.index.lookup({
77
+ * const connectorName = std.lookup({
78
78
  * map: testConfluentConnector.configNonsensitive,
79
79
  * key: "name",
80
80
  * "default": "\"name\" attribute is missing",
package/roleBinding.js CHANGED
@@ -80,7 +80,7 @@ const utilities = require("./utilities");
80
80
  * roleName: "DeveloperRead",
81
81
  * crnPattern: `${basic.rbacCrn}/kafka=${standard.id}/transactional-id=my_transaction`,
82
82
  * });
83
- * const connectorName = std.index.lookup({
83
+ * const connectorName = std.lookup({
84
84
  * map: testConfluentConnector.configNonsensitive,
85
85
  * key: "name",
86
86
  * "default": "\"name\" attribute is missing",
package/schema.d.ts CHANGED
@@ -26,7 +26,7 @@ import * as outputs from "./types/output";
26
26
  * restEndpoint: essentials.restEndpoint,
27
27
  * subjectName: "avro-purchase-value",
28
28
  * format: "AVRO",
29
- * schema: std.index.file({
29
+ * schema: std.file({
30
30
  * input: "./schemas/avro/purchase.avsc",
31
31
  * }).result,
32
32
  * credentials: {
@@ -46,7 +46,7 @@ import * as outputs from "./types/output";
46
46
  * const avro_purchase = new confluentcloud.Schema("avro-purchase", {
47
47
  * subjectName: "avro-purchase-value",
48
48
  * format: "AVRO",
49
- * schema: std.index.file({
49
+ * schema: std.file({
50
50
  * input: "./schemas/avro/purchase.avsc",
51
51
  * }).result,
52
52
  * });
@@ -75,7 +75,7 @@ import * as outputs from "./types/output";
75
75
  * const avro_purchase = new confluentcloud.Schema("avro-purchase", {
76
76
  * subjectName: "avro-purchase-value",
77
77
  * format: "AVRO",
78
- * schema: std.index.file({
78
+ * schema: std.file({
79
79
  * input: "./schemas/avro/purchase.avsc",
80
80
  * }).result,
81
81
  * metadata: {
package/schema.js CHANGED
@@ -30,7 +30,7 @@ const utilities = require("./utilities");
30
30
  * restEndpoint: essentials.restEndpoint,
31
31
  * subjectName: "avro-purchase-value",
32
32
  * format: "AVRO",
33
- * schema: std.index.file({
33
+ * schema: std.file({
34
34
  * input: "./schemas/avro/purchase.avsc",
35
35
  * }).result,
36
36
  * credentials: {
@@ -50,7 +50,7 @@ const utilities = require("./utilities");
50
50
  * const avro_purchase = new confluentcloud.Schema("avro-purchase", {
51
51
  * subjectName: "avro-purchase-value",
52
52
  * format: "AVRO",
53
- * schema: std.index.file({
53
+ * schema: std.file({
54
54
  * input: "./schemas/avro/purchase.avsc",
55
55
  * }).result,
56
56
  * });
@@ -79,7 +79,7 @@ const utilities = require("./utilities");
79
79
  * const avro_purchase = new confluentcloud.Schema("avro-purchase", {
80
80
  * subjectName: "avro-purchase-value",
81
81
  * format: "AVRO",
82
- * schema: std.index.file({
82
+ * schema: std.file({
83
83
  * input: "./schemas/avro/purchase.avsc",
84
84
  * }).result,
85
85
  * metadata: {
@@ -57,7 +57,7 @@ import * as outputs from "./types/output";
57
57
  * const original = new confluentcloud.Schema("original", {
58
58
  * subjectName: "orders-long-subject-name-value",
59
59
  * format: "AVRO",
60
- * schema: std.index.file({
60
+ * schema: std.file({
61
61
  * input: "./schemas/avro/orders.avsc",
62
62
  * }).result,
63
63
  * });
package/subjectConfig.js CHANGED
@@ -61,7 +61,7 @@ const utilities = require("./utilities");
61
61
  * const original = new confluentcloud.Schema("original", {
62
62
  * subjectName: "orders-long-subject-name-value",
63
63
  * format: "AVRO",
64
- * schema: std.index.file({
64
+ * schema: std.file({
65
65
  * input: "./schemas/avro/orders.avsc",
66
66
  * }).result,
67
67
  * });