@pulumi/confluentcloud 1.8.0-alpha.1673555835 → 1.8.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.
Files changed (111) hide show
  1. package/apiKey.d.ts +4 -4
  2. package/apiKey.js +1 -1
  3. package/config/vars.d.ts +20 -0
  4. package/config/vars.js +30 -0
  5. package/config/vars.js.map +1 -1
  6. package/getEnvironment.d.ts +28 -0
  7. package/getEnvironment.js +30 -5
  8. package/getEnvironment.js.map +1 -1
  9. package/getIdentityPool.d.ts +37 -1
  10. package/getIdentityPool.js +30 -6
  11. package/getIdentityPool.js.map +1 -1
  12. package/getIdentityProvider.d.ts +22 -1
  13. package/getIdentityProvider.js +24 -6
  14. package/getIdentityProvider.js.map +1 -1
  15. package/getKafkaClientQuota.d.ts +29 -6
  16. package/getKafkaClientQuota.js +22 -9
  17. package/getKafkaClientQuota.js.map +1 -1
  18. package/getKafkaCluster.d.ts +30 -0
  19. package/getKafkaCluster.js +29 -5
  20. package/getKafkaCluster.js.map +1 -1
  21. package/getKafkaTopic.d.ts +3 -28
  22. package/getKafkaTopic.js +2 -30
  23. package/getKafkaTopic.js.map +1 -1
  24. package/getKsqlCluster.d.ts +38 -4
  25. package/getKsqlCluster.js +31 -5
  26. package/getKsqlCluster.js.map +1 -1
  27. package/getNetwork.d.ts +41 -1
  28. package/getNetwork.js +30 -5
  29. package/getNetwork.js.map +1 -1
  30. package/getOrganization.js +1 -4
  31. package/getOrganization.js.map +1 -1
  32. package/getPeering.d.ts +39 -1
  33. package/getPeering.js +29 -5
  34. package/getPeering.js.map +1 -1
  35. package/getPrivateLinkAccess.d.ts +39 -1
  36. package/getPrivateLinkAccess.js +29 -5
  37. package/getPrivateLinkAccess.js.map +1 -1
  38. package/getRoleBinding.d.ts +17 -0
  39. package/getRoleBinding.js +19 -5
  40. package/getRoleBinding.js.map +1 -1
  41. package/getSchema.d.ts +76 -0
  42. package/getSchema.js +23 -0
  43. package/getSchema.js.map +1 -0
  44. package/getSchemaRegistryCluster.d.ts +30 -1
  45. package/getSchemaRegistryCluster.js +29 -5
  46. package/getSchemaRegistryCluster.js.map +1 -1
  47. package/getSchemaRegistryClusterConfig.d.ts +43 -0
  48. package/getSchemaRegistryClusterConfig.js +22 -0
  49. package/getSchemaRegistryClusterConfig.js.map +1 -0
  50. package/getSchemaRegistryClusterMode.d.ts +43 -0
  51. package/getSchemaRegistryClusterMode.js +22 -0
  52. package/getSchemaRegistryClusterMode.js.map +1 -0
  53. package/getSchemaRegistryRegion.d.ts +19 -0
  54. package/getSchemaRegistryRegion.js +21 -5
  55. package/getSchemaRegistryRegion.js.map +1 -1
  56. package/getServiceAccount.d.ts +21 -0
  57. package/getServiceAccount.js +23 -5
  58. package/getServiceAccount.js.map +1 -1
  59. package/getSubjectConfig.d.ts +52 -0
  60. package/getSubjectConfig.js +22 -0
  61. package/getSubjectConfig.js.map +1 -0
  62. package/getSubjectMode.d.ts +52 -0
  63. package/getSubjectMode.js +22 -0
  64. package/getSubjectMode.js.map +1 -0
  65. package/getTransitGatewayAttachment.d.ts +40 -5
  66. package/getTransitGatewayAttachment.js +30 -9
  67. package/getTransitGatewayAttachment.js.map +1 -1
  68. package/getUser.d.ts +38 -0
  69. package/getUser.js +40 -5
  70. package/getUser.js.map +1 -1
  71. package/identityPool.d.ts +1 -1
  72. package/identityPool.js +1 -1
  73. package/identityProvider.d.ts +5 -5
  74. package/identityProvider.js +5 -5
  75. package/index.d.ts +30 -0
  76. package/index.js +79 -39
  77. package/index.js.map +1 -1
  78. package/kafkaAcl.d.ts +9 -3
  79. package/kafkaAcl.js +7 -4
  80. package/kafkaAcl.js.map +1 -1
  81. package/kafkaClusterConfig.d.ts +7 -27
  82. package/kafkaClusterConfig.js +5 -28
  83. package/kafkaClusterConfig.js.map +1 -1
  84. package/kafkaTopic.d.ts +9 -3
  85. package/kafkaTopic.js +7 -4
  86. package/kafkaTopic.js.map +1 -1
  87. package/network.d.ts +18 -3
  88. package/network.js +2 -0
  89. package/network.js.map +1 -1
  90. package/package.json +2 -2
  91. package/package.json.dev +2 -2
  92. package/provider.d.ts +40 -0
  93. package/provider.js +6 -1
  94. package/provider.js.map +1 -1
  95. package/schema.d.ts +140 -0
  96. package/schema.js +87 -0
  97. package/schema.js.map +1 -0
  98. package/schemaRegistryClusterConfig.d.ts +88 -0
  99. package/schemaRegistryClusterConfig.js +68 -0
  100. package/schemaRegistryClusterConfig.js.map +1 -0
  101. package/schemaRegistryClusterMode.d.ts +88 -0
  102. package/schemaRegistryClusterMode.js +68 -0
  103. package/schemaRegistryClusterMode.js.map +1 -0
  104. package/subjectConfig.d.ts +100 -0
  105. package/subjectConfig.js +73 -0
  106. package/subjectConfig.js.map +1 -0
  107. package/subjectMode.d.ts +100 -0
  108. package/subjectMode.js +73 -0
  109. package/subjectMode.js.map +1 -0
  110. package/types/input.d.ts +299 -25
  111. package/types/output.d.ts +202 -6
@@ -0,0 +1,52 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare function getSubjectConfig(args: GetSubjectConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetSubjectConfigResult>;
5
+ /**
6
+ * A collection of arguments for invoking getSubjectConfig.
7
+ */
8
+ export interface GetSubjectConfigArgs {
9
+ credentials?: inputs.GetSubjectConfigCredentials;
10
+ /**
11
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
12
+ */
13
+ restEndpoint?: string;
14
+ schemaRegistryCluster?: inputs.GetSubjectConfigSchemaRegistryCluster;
15
+ /**
16
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
17
+ */
18
+ subjectName: string;
19
+ }
20
+ /**
21
+ * A collection of values returned by getSubjectConfig.
22
+ */
23
+ export interface GetSubjectConfigResult {
24
+ /**
25
+ * (Required String) The Compatibility Level of the specified subject. Accepted values are: `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE`, and `NONE`. See the [Compatibility Types](https://docs.confluent.io/platform/current/schema-registry/avro.html#compatibility-types) for more details.
26
+ */
27
+ readonly compatibilityLevel: string;
28
+ readonly credentials?: outputs.GetSubjectConfigCredentials;
29
+ /**
30
+ * The provider-assigned unique ID for this managed resource.
31
+ */
32
+ readonly id: string;
33
+ readonly restEndpoint?: string;
34
+ readonly schemaRegistryCluster?: outputs.GetSubjectConfigSchemaRegistryCluster;
35
+ readonly subjectName: string;
36
+ }
37
+ export declare function getSubjectConfigOutput(args: GetSubjectConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSubjectConfigResult>;
38
+ /**
39
+ * A collection of arguments for invoking getSubjectConfig.
40
+ */
41
+ export interface GetSubjectConfigOutputArgs {
42
+ credentials?: pulumi.Input<inputs.GetSubjectConfigCredentialsArgs>;
43
+ /**
44
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
45
+ */
46
+ restEndpoint?: pulumi.Input<string>;
47
+ schemaRegistryCluster?: pulumi.Input<inputs.GetSubjectConfigSchemaRegistryClusterArgs>;
48
+ /**
49
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
50
+ */
51
+ subjectName: pulumi.Input<string>;
52
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSubjectConfigOutput = exports.getSubjectConfig = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getSubjectConfig(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("confluentcloud:index/getSubjectConfig:getSubjectConfig", {
11
+ "credentials": args.credentials,
12
+ "restEndpoint": args.restEndpoint,
13
+ "schemaRegistryCluster": args.schemaRegistryCluster,
14
+ "subjectName": args.subjectName,
15
+ }, opts);
16
+ }
17
+ exports.getSubjectConfig = getSubjectConfig;
18
+ function getSubjectConfigOutput(args, opts) {
19
+ return pulumi.output(args).apply((a) => getSubjectConfig(a, opts));
20
+ }
21
+ exports.getSubjectConfigOutput = getSubjectConfigOutput;
22
+ //# sourceMappingURL=getSubjectConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSubjectConfig.js","sourceRoot":"","sources":["../getSubjectConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAmCD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
@@ -0,0 +1,52 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare function getSubjectMode(args: GetSubjectModeArgs, opts?: pulumi.InvokeOptions): Promise<GetSubjectModeResult>;
5
+ /**
6
+ * A collection of arguments for invoking getSubjectMode.
7
+ */
8
+ export interface GetSubjectModeArgs {
9
+ credentials?: inputs.GetSubjectModeCredentials;
10
+ /**
11
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
12
+ */
13
+ restEndpoint?: string;
14
+ schemaRegistryCluster?: inputs.GetSubjectModeSchemaRegistryCluster;
15
+ /**
16
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
17
+ */
18
+ subjectName: string;
19
+ }
20
+ /**
21
+ * A collection of values returned by getSubjectMode.
22
+ */
23
+ export interface GetSubjectModeResult {
24
+ readonly credentials?: outputs.GetSubjectModeCredentials;
25
+ /**
26
+ * The provider-assigned unique ID for this managed resource.
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * (Required String) The mode of the specified subject. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
31
+ */
32
+ readonly mode: string;
33
+ readonly restEndpoint?: string;
34
+ readonly schemaRegistryCluster?: outputs.GetSubjectModeSchemaRegistryCluster;
35
+ readonly subjectName: string;
36
+ }
37
+ export declare function getSubjectModeOutput(args: GetSubjectModeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSubjectModeResult>;
38
+ /**
39
+ * A collection of arguments for invoking getSubjectMode.
40
+ */
41
+ export interface GetSubjectModeOutputArgs {
42
+ credentials?: pulumi.Input<inputs.GetSubjectModeCredentialsArgs>;
43
+ /**
44
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
45
+ */
46
+ restEndpoint?: pulumi.Input<string>;
47
+ schemaRegistryCluster?: pulumi.Input<inputs.GetSubjectModeSchemaRegistryClusterArgs>;
48
+ /**
49
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
50
+ */
51
+ subjectName: pulumi.Input<string>;
52
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSubjectModeOutput = exports.getSubjectMode = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getSubjectMode(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("confluentcloud:index/getSubjectMode:getSubjectMode", {
11
+ "credentials": args.credentials,
12
+ "restEndpoint": args.restEndpoint,
13
+ "schemaRegistryCluster": args.schemaRegistryCluster,
14
+ "subjectName": args.subjectName,
15
+ }, opts);
16
+ }
17
+ exports.getSubjectMode = getSubjectMode;
18
+ function getSubjectModeOutput(args, opts) {
19
+ return pulumi.output(args).apply((a) => getSubjectMode(a, opts));
20
+ }
21
+ exports.getSubjectModeOutput = getSubjectModeOutput;
22
+ //# sourceMappingURL=getSubjectMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSubjectMode.js","sourceRoot":"","sources":["../getSubjectMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AAmCD,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"}
@@ -2,10 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy) [![Request Access To Networking v1](https://img.shields.io/badge/-Request%20Access%20To%20Networking%20v1-%23bc8540)](mailto:ccloud-api-access+networking-v1-early-access@confluent.io?subject=Request%20to%20join%20networking/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20networking/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
6
- *
7
- * > **Note:** `confluentcloud.TransitGatewayAttachment` data source is available in **Early Access** for early adopters. Early Access features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
8
- * **Early Access** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Early Access features. Early Access features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Early Access features at any time in Confluent’s sole discretion.
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
9
6
  *
10
7
  * `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
11
8
  *
@@ -40,6 +37,9 @@ export interface GetTransitGatewayAttachmentArgs {
40
37
  * A human-readable name for the Transit Gateway Attachment.
41
38
  */
42
39
  displayName?: string;
40
+ /**
41
+ * (Required Configuration Block) supports the following:
42
+ */
43
43
  environment: inputs.GetTransitGatewayAttachmentEnvironment;
44
44
  /**
45
45
  * The ID of the Environment that the Transit Gateway Attachment belongs to, for example, `env-xyz456`.
@@ -56,16 +56,48 @@ export interface GetTransitGatewayAttachmentResult {
56
56
  readonly aws: outputs.GetTransitGatewayAttachmentAw[];
57
57
  /**
58
58
  * (Required String) The name of the Transit Gateway Attachment.
59
- * - `environment` (Required Configuration Block) supports the following:
60
59
  */
61
60
  readonly displayName: string;
61
+ /**
62
+ * (Required Configuration Block) supports the following:
63
+ */
62
64
  readonly environment: outputs.GetTransitGatewayAttachmentEnvironment;
63
65
  /**
64
66
  * (Required String) The ID of the Network that the Transit Gateway Attachment belongs to, for example, `n-abc123`.
65
67
  */
66
68
  readonly id: string;
69
+ /**
70
+ * (Required Configuration Block) supports the following:
71
+ */
67
72
  readonly networks: outputs.GetTransitGatewayAttachmentNetwork[];
68
73
  }
74
+ /**
75
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
76
+ *
77
+ * `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
78
+ *
79
+ * ## Example Usage
80
+ *
81
+ * ```typescript
82
+ * import * as pulumi from "@pulumi/pulumi";
83
+ * import * as confluentcloud from "@pulumi/confluentcloud";
84
+ *
85
+ * const exampleUsingIdTransitGatewayAttachment = confluentcloud.getTransitGatewayAttachment({
86
+ * id: "tgwa-abc123",
87
+ * environment: {
88
+ * id: "env-xyz456",
89
+ * },
90
+ * });
91
+ * export const exampleUsingId = exampleUsingIdTransitGatewayAttachment;
92
+ * const exampleUsingNameTransitGatewayAttachment = confluentcloud.getTransitGatewayAttachment({
93
+ * displayName: "my_tgwa",
94
+ * environment: {
95
+ * id: "env-xyz456",
96
+ * },
97
+ * });
98
+ * export const exampleUsingName = exampleUsingNameTransitGatewayAttachment;
99
+ * ```
100
+ */
69
101
  export declare function getTransitGatewayAttachmentOutput(args: GetTransitGatewayAttachmentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTransitGatewayAttachmentResult>;
70
102
  /**
71
103
  * A collection of arguments for invoking getTransitGatewayAttachment.
@@ -75,6 +107,9 @@ export interface GetTransitGatewayAttachmentOutputArgs {
75
107
  * A human-readable name for the Transit Gateway Attachment.
76
108
  */
77
109
  displayName?: pulumi.Input<string>;
110
+ /**
111
+ * (Required Configuration Block) supports the following:
112
+ */
78
113
  environment: pulumi.Input<inputs.GetTransitGatewayAttachmentEnvironmentArgs>;
79
114
  /**
80
115
  * The ID of the Environment that the Transit Gateway Attachment belongs to, for example, `env-xyz456`.
@@ -6,10 +6,7 @@ exports.getTransitGatewayAttachmentOutput = exports.getTransitGatewayAttachment
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy) [![Request Access To Networking v1](https://img.shields.io/badge/-Request%20Access%20To%20Networking%20v1-%23bc8540)](mailto:ccloud-api-access+networking-v1-early-access@confluent.io?subject=Request%20to%20join%20networking/v1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20networking/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
10
- *
11
- * > **Note:** `confluentcloud.TransitGatewayAttachment` data source is available in **Early Access** for early adopters. Early Access features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
12
- * **Early Access** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Early Access features. Early Access features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Early Access features at any time in Confluent’s sole discretion.
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
13
10
  *
14
11
  * `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
15
12
  *
@@ -36,10 +33,7 @@ const utilities = require("./utilities");
36
33
  * ```
37
34
  */
38
35
  function getTransitGatewayAttachment(args, opts) {
39
- if (!opts) {
40
- opts = {};
41
- }
42
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
36
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
43
37
  return pulumi.runtime.invoke("confluentcloud:index/getTransitGatewayAttachment:getTransitGatewayAttachment", {
44
38
  "displayName": args.displayName,
45
39
  "environment": args.environment,
@@ -47,8 +41,35 @@ function getTransitGatewayAttachment(args, opts) {
47
41
  }, opts);
48
42
  }
49
43
  exports.getTransitGatewayAttachment = getTransitGatewayAttachment;
44
+ /**
45
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
46
+ *
47
+ * `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
48
+ *
49
+ * ## Example Usage
50
+ *
51
+ * ```typescript
52
+ * import * as pulumi from "@pulumi/pulumi";
53
+ * import * as confluentcloud from "@pulumi/confluentcloud";
54
+ *
55
+ * const exampleUsingIdTransitGatewayAttachment = confluentcloud.getTransitGatewayAttachment({
56
+ * id: "tgwa-abc123",
57
+ * environment: {
58
+ * id: "env-xyz456",
59
+ * },
60
+ * });
61
+ * export const exampleUsingId = exampleUsingIdTransitGatewayAttachment;
62
+ * const exampleUsingNameTransitGatewayAttachment = confluentcloud.getTransitGatewayAttachment({
63
+ * displayName: "my_tgwa",
64
+ * environment: {
65
+ * id: "env-xyz456",
66
+ * },
67
+ * });
68
+ * export const exampleUsingName = exampleUsingNameTransitGatewayAttachment;
69
+ * ```
70
+ */
50
71
  function getTransitGatewayAttachmentOutput(args, opts) {
51
- return pulumi.output(args).apply(a => getTransitGatewayAttachment(a, opts));
72
+ return pulumi.output(args).apply((a) => getTransitGatewayAttachment(a, opts));
52
73
  }
53
74
  exports.getTransitGatewayAttachmentOutput = getTransitGatewayAttachmentOutput;
54
75
  //# sourceMappingURL=getTransitGatewayAttachment.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getTransitGatewayAttachment.js","sourceRoot":"","sources":["../getTransitGatewayAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kEAWC;AAsCD,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,8EAEC"}
1
+ {"version":3,"file":"getTransitGatewayAttachment.js","sourceRoot":"","sources":["../getTransitGatewayAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAE1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,8EAEC"}
package/getUser.d.ts CHANGED
@@ -80,6 +80,44 @@ export interface GetUserResult {
80
80
  */
81
81
  readonly kind: string;
82
82
  }
83
+ /**
84
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
85
+ *
86
+ * `confluentcloud.getUser` describes a User data source.
87
+ *
88
+ * ## Example Usage
89
+ *
90
+ * ```typescript
91
+ * import * as pulumi from "@pulumi/pulumi";
92
+ * import * as confluentcloud from "@pulumi/confluentcloud";
93
+ *
94
+ * const exampleUsingIdUser = confluentcloud.getUser({
95
+ * id: "u-abc123",
96
+ * });
97
+ * export const exampleUsingId = exampleUsingIdUser;
98
+ * const exampleUsingEmail = confluentcloud.getUser({
99
+ * email: "test123@gmail.com",
100
+ * });
101
+ * const test_env = new confluentcloud.Environment("test-env", {});
102
+ * const standard_cluster_on_aws = new confluentcloud.KafkaCluster("standard-cluster-on-aws", {
103
+ * availability: "SINGLE_ZONE",
104
+ * cloud: "AWS",
105
+ * region: "us-west-2",
106
+ * standard: {},
107
+ * environment: {
108
+ * id: test_env.id,
109
+ * },
110
+ * });
111
+ * const test_role_binding = new confluentcloud.RoleBinding("test-role-binding", {
112
+ * principal: exampleUsingEmail.then(exampleUsingEmail => `User:${exampleUsingEmail.id}`),
113
+ * roleName: "CloudClusterAdmin",
114
+ * crnPattern: standard_cluster_on_aws.rbacCrn,
115
+ * });
116
+ * const exampleUsingFullName = confluentcloud.getUser({
117
+ * fullName: "John Doe",
118
+ * });
119
+ * ```
120
+ */
83
121
  export declare function getUserOutput(args?: GetUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUserResult>;
84
122
  /**
85
123
  * A collection of arguments for invoking getUser.
package/getUser.js CHANGED
@@ -45,10 +45,7 @@ const utilities = require("./utilities");
45
45
  */
46
46
  function getUser(args, opts) {
47
47
  args = args || {};
48
- if (!opts) {
49
- opts = {};
50
- }
51
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
48
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
49
  return pulumi.runtime.invoke("confluentcloud:index/getUser:getUser", {
53
50
  "email": args.email,
54
51
  "fullName": args.fullName,
@@ -56,8 +53,46 @@ function getUser(args, opts) {
56
53
  }, opts);
57
54
  }
58
55
  exports.getUser = getUser;
56
+ /**
57
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
58
+ *
59
+ * `confluentcloud.getUser` describes a User data source.
60
+ *
61
+ * ## Example Usage
62
+ *
63
+ * ```typescript
64
+ * import * as pulumi from "@pulumi/pulumi";
65
+ * import * as confluentcloud from "@pulumi/confluentcloud";
66
+ *
67
+ * const exampleUsingIdUser = confluentcloud.getUser({
68
+ * id: "u-abc123",
69
+ * });
70
+ * export const exampleUsingId = exampleUsingIdUser;
71
+ * const exampleUsingEmail = confluentcloud.getUser({
72
+ * email: "test123@gmail.com",
73
+ * });
74
+ * const test_env = new confluentcloud.Environment("test-env", {});
75
+ * const standard_cluster_on_aws = new confluentcloud.KafkaCluster("standard-cluster-on-aws", {
76
+ * availability: "SINGLE_ZONE",
77
+ * cloud: "AWS",
78
+ * region: "us-west-2",
79
+ * standard: {},
80
+ * environment: {
81
+ * id: test_env.id,
82
+ * },
83
+ * });
84
+ * const test_role_binding = new confluentcloud.RoleBinding("test-role-binding", {
85
+ * principal: exampleUsingEmail.then(exampleUsingEmail => `User:${exampleUsingEmail.id}`),
86
+ * roleName: "CloudClusterAdmin",
87
+ * crnPattern: standard_cluster_on_aws.rbacCrn,
88
+ * });
89
+ * const exampleUsingFullName = confluentcloud.getUser({
90
+ * fullName: "John Doe",
91
+ * });
92
+ * ```
93
+ */
59
94
  function getUserOutput(args, opts) {
60
- return pulumi.output(args).apply(a => getUser(a, opts));
95
+ return pulumi.output(args).apply((a) => getUser(a, opts));
61
96
  }
62
97
  exports.getUserOutput = getUserOutput;
63
98
  //# sourceMappingURL=getUser.js.map
package/getUser.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC;AA8CD,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
1
+ {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0BASC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
package/identityPool.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy) [![Request Access To OAuth API](https://img.shields.io/badge/-Request%20Access%20To%20OAuth%20API-%23bc8540)](mailto:ccloud-api-access+iam-v2-closed-preview@confluent.io?subject=Request%20to%20join%20OAuth%20API%20Closed%20Preview&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Closed%20Preview%20for%20iam/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
6
  *
7
7
  * `confluentcloud.IdentityPool` provides an Identity Pool resource that enables creating, editing, and deleting identity pools on Confluent Cloud.
8
8
  *
package/identityPool.js CHANGED
@@ -6,7 +6,7 @@ exports.IdentityPool = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy) [![Request Access To OAuth API](https://img.shields.io/badge/-Request%20Access%20To%20OAuth%20API-%23bc8540)](mailto:ccloud-api-access+iam-v2-closed-preview@confluent.io?subject=Request%20to%20join%20OAuth%20API%20Closed%20Preview&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Closed%20Preview%20for%20iam/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
10
  *
11
11
  * `confluentcloud.IdentityPool` provides an Identity Pool resource that enables creating, editing, and deleting identity pools on Confluent Cloud.
12
12
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy) [![Request Access To OAuth API](https://img.shields.io/badge/-Request%20Access%20To%20OAuth%20API-%23bc8540)](mailto:ccloud-api-access+iam-v2-closed-preview@confluent.io?subject=Request%20to%20join%20OAuth%20API%20Closed%20Preview&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Closed%20Preview%20for%20iam/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
3
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
4
4
  *
5
5
  * `confluentcloud.IdentityProvider` provides an Identity Provider resource that enables creating, editing, and deleting identity providers on Confluent Cloud.
6
6
  *
@@ -9,9 +9,9 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  *
10
10
  * ```typescript
11
11
  * import * as pulumi from "@pulumi/pulumi";
12
- * import * as confluent from "@pulumi/confluent";
12
+ * import * as confluentcloud from "@pulumi/confluentcloud";
13
13
  *
14
- * const azure = new confluent.IdentityProvider("azure", {
14
+ * const azure = new confluentcloud.IdentityProvider("azure", {
15
15
  * description: "My description",
16
16
  * displayName: "My OIDC Provider: Azure AD",
17
17
  * issuer: "https://login.microsoftonline.com/{tenant_id}/v2.0",
@@ -22,9 +22,9 @@ import * as pulumi from "@pulumi/pulumi";
22
22
  *
23
23
  * ```typescript
24
24
  * import * as pulumi from "@pulumi/pulumi";
25
- * import * as confluent from "@pulumi/confluent";
25
+ * import * as confluentcloud from "@pulumi/confluentcloud";
26
26
  *
27
- * const okta = new confluent.IdentityProvider("okta", {
27
+ * const okta = new confluentcloud.IdentityProvider("okta", {
28
28
  * description: "My description",
29
29
  * displayName: "My OIDC Provider: Okta",
30
30
  * issuer: "https://mycompany.okta.com/oauth2/default",
@@ -6,7 +6,7 @@ exports.IdentityProvider = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy) [![Request Access To OAuth API](https://img.shields.io/badge/-Request%20Access%20To%20OAuth%20API-%23bc8540)](mailto:ccloud-api-access+iam-v2-closed-preview@confluent.io?subject=Request%20to%20join%20OAuth%20API%20Closed%20Preview&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Closed%20Preview%20for%20iam/v2%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
10
  *
11
11
  * `confluentcloud.IdentityProvider` provides an Identity Provider resource that enables creating, editing, and deleting identity providers on Confluent Cloud.
12
12
  *
@@ -15,9 +15,9 @@ const utilities = require("./utilities");
15
15
  *
16
16
  * ```typescript
17
17
  * import * as pulumi from "@pulumi/pulumi";
18
- * import * as confluent from "@pulumi/confluent";
18
+ * import * as confluentcloud from "@pulumi/confluentcloud";
19
19
  *
20
- * const azure = new confluent.IdentityProvider("azure", {
20
+ * const azure = new confluentcloud.IdentityProvider("azure", {
21
21
  * description: "My description",
22
22
  * displayName: "My OIDC Provider: Azure AD",
23
23
  * issuer: "https://login.microsoftonline.com/{tenant_id}/v2.0",
@@ -28,9 +28,9 @@ const utilities = require("./utilities");
28
28
  *
29
29
  * ```typescript
30
30
  * import * as pulumi from "@pulumi/pulumi";
31
- * import * as confluent from "@pulumi/confluent";
31
+ * import * as confluentcloud from "@pulumi/confluentcloud";
32
32
  *
33
- * const okta = new confluent.IdentityProvider("okta", {
33
+ * const okta = new confluentcloud.IdentityProvider("okta", {
34
34
  * description: "My description",
35
35
  * displayName: "My OIDC Provider: Okta",
36
36
  * issuer: "https://mycompany.okta.com/oauth2/default",
package/index.d.ts CHANGED
@@ -45,15 +45,30 @@ export declare const getPrivateLinkAccessOutput: typeof import("./getPrivateLink
45
45
  export { GetRoleBindingArgs, GetRoleBindingResult, GetRoleBindingOutputArgs } from "./getRoleBinding";
46
46
  export declare const getRoleBinding: typeof import("./getRoleBinding").getRoleBinding;
47
47
  export declare const getRoleBindingOutput: typeof import("./getRoleBinding").getRoleBindingOutput;
48
+ export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema";
49
+ export declare const getSchema: typeof import("./getSchema").getSchema;
50
+ export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput;
48
51
  export { GetSchemaRegistryClusterArgs, GetSchemaRegistryClusterResult, GetSchemaRegistryClusterOutputArgs } from "./getSchemaRegistryCluster";
49
52
  export declare const getSchemaRegistryCluster: typeof import("./getSchemaRegistryCluster").getSchemaRegistryCluster;
50
53
  export declare const getSchemaRegistryClusterOutput: typeof import("./getSchemaRegistryCluster").getSchemaRegistryClusterOutput;
54
+ export { GetSchemaRegistryClusterConfigArgs, GetSchemaRegistryClusterConfigResult, GetSchemaRegistryClusterConfigOutputArgs } from "./getSchemaRegistryClusterConfig";
55
+ export declare const getSchemaRegistryClusterConfig: typeof import("./getSchemaRegistryClusterConfig").getSchemaRegistryClusterConfig;
56
+ export declare const getSchemaRegistryClusterConfigOutput: typeof import("./getSchemaRegistryClusterConfig").getSchemaRegistryClusterConfigOutput;
57
+ export { GetSchemaRegistryClusterModeArgs, GetSchemaRegistryClusterModeResult, GetSchemaRegistryClusterModeOutputArgs } from "./getSchemaRegistryClusterMode";
58
+ export declare const getSchemaRegistryClusterMode: typeof import("./getSchemaRegistryClusterMode").getSchemaRegistryClusterMode;
59
+ export declare const getSchemaRegistryClusterModeOutput: typeof import("./getSchemaRegistryClusterMode").getSchemaRegistryClusterModeOutput;
51
60
  export { GetSchemaRegistryRegionArgs, GetSchemaRegistryRegionResult, GetSchemaRegistryRegionOutputArgs } from "./getSchemaRegistryRegion";
52
61
  export declare const getSchemaRegistryRegion: typeof import("./getSchemaRegistryRegion").getSchemaRegistryRegion;
53
62
  export declare const getSchemaRegistryRegionOutput: typeof import("./getSchemaRegistryRegion").getSchemaRegistryRegionOutput;
54
63
  export { GetServiceAccountArgs, GetServiceAccountResult, GetServiceAccountOutputArgs } from "./getServiceAccount";
55
64
  export declare const getServiceAccount: typeof import("./getServiceAccount").getServiceAccount;
56
65
  export declare const getServiceAccountOutput: typeof import("./getServiceAccount").getServiceAccountOutput;
66
+ export { GetSubjectConfigArgs, GetSubjectConfigResult, GetSubjectConfigOutputArgs } from "./getSubjectConfig";
67
+ export declare const getSubjectConfig: typeof import("./getSubjectConfig").getSubjectConfig;
68
+ export declare const getSubjectConfigOutput: typeof import("./getSubjectConfig").getSubjectConfigOutput;
69
+ export { GetSubjectModeArgs, GetSubjectModeResult, GetSubjectModeOutputArgs } from "./getSubjectMode";
70
+ export declare const getSubjectMode: typeof import("./getSubjectMode").getSubjectMode;
71
+ export declare const getSubjectModeOutput: typeof import("./getSubjectMode").getSubjectModeOutput;
57
72
  export { GetTransitGatewayAttachmentArgs, GetTransitGatewayAttachmentResult, GetTransitGatewayAttachmentOutputArgs } from "./getTransitGatewayAttachment";
58
73
  export declare const getTransitGatewayAttachment: typeof import("./getTransitGatewayAttachment").getTransitGatewayAttachment;
59
74
  export declare const getTransitGatewayAttachmentOutput: typeof import("./getTransitGatewayAttachment").getTransitGatewayAttachmentOutput;
@@ -102,12 +117,27 @@ export declare const Provider: typeof import("./provider").Provider;
102
117
  export { RoleBindingArgs, RoleBindingState } from "./roleBinding";
103
118
  export type RoleBinding = import("./roleBinding").RoleBinding;
104
119
  export declare const RoleBinding: typeof import("./roleBinding").RoleBinding;
120
+ export { SchemaArgs, SchemaState } from "./schema";
121
+ export type Schema = import("./schema").Schema;
122
+ export declare const Schema: typeof import("./schema").Schema;
105
123
  export { SchemaRegistryClusterArgs, SchemaRegistryClusterState } from "./schemaRegistryCluster";
106
124
  export type SchemaRegistryCluster = import("./schemaRegistryCluster").SchemaRegistryCluster;
107
125
  export declare const SchemaRegistryCluster: typeof import("./schemaRegistryCluster").SchemaRegistryCluster;
126
+ export { SchemaRegistryClusterConfigArgs, SchemaRegistryClusterConfigState } from "./schemaRegistryClusterConfig";
127
+ export type SchemaRegistryClusterConfig = import("./schemaRegistryClusterConfig").SchemaRegistryClusterConfig;
128
+ export declare const SchemaRegistryClusterConfig: typeof import("./schemaRegistryClusterConfig").SchemaRegistryClusterConfig;
129
+ export { SchemaRegistryClusterModeArgs, SchemaRegistryClusterModeState } from "./schemaRegistryClusterMode";
130
+ export type SchemaRegistryClusterMode = import("./schemaRegistryClusterMode").SchemaRegistryClusterMode;
131
+ export declare const SchemaRegistryClusterMode: typeof import("./schemaRegistryClusterMode").SchemaRegistryClusterMode;
108
132
  export { ServiceAccountArgs, ServiceAccountState } from "./serviceAccount";
109
133
  export type ServiceAccount = import("./serviceAccount").ServiceAccount;
110
134
  export declare const ServiceAccount: typeof import("./serviceAccount").ServiceAccount;
135
+ export { SubjectConfigArgs, SubjectConfigState } from "./subjectConfig";
136
+ export type SubjectConfig = import("./subjectConfig").SubjectConfig;
137
+ export declare const SubjectConfig: typeof import("./subjectConfig").SubjectConfig;
138
+ export { SubjectModeArgs, SubjectModeState } from "./subjectMode";
139
+ export type SubjectMode = import("./subjectMode").SubjectMode;
140
+ export declare const SubjectMode: typeof import("./subjectMode").SubjectMode;
111
141
  export { TransitGatewayAttachmentArgs, TransitGatewayAttachmentState } from "./transitGatewayAttachment";
112
142
  export type TransitGatewayAttachment = import("./transitGatewayAttachment").TransitGatewayAttachment;
113
143
  export declare const TransitGatewayAttachment: typeof import("./transitGatewayAttachment").TransitGatewayAttachment;