pulumi-confluentcloud 2.10.0a1731389320__py3-none-any.whl → 2.54.0a1766503424__py3-none-any.whl

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 (134) hide show
  1. pulumi_confluentcloud/__init__.py +102 -1
  2. pulumi_confluentcloud/_inputs.py +4870 -2499
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +188 -33
  5. pulumi_confluentcloud/api_key.py +178 -144
  6. pulumi_confluentcloud/business_metadata.py +76 -73
  7. pulumi_confluentcloud/business_metadata_binding.py +101 -98
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +158 -157
  12. pulumi_confluentcloud/certificate_pool.py +76 -75
  13. pulumi_confluentcloud/cluster_link.py +168 -91
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +23 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +50 -21
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +399 -87
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +136 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +254 -198
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +218 -124
  29. pulumi_confluentcloud/gateway.py +88 -28
  30. pulumi_confluentcloud/get_access_point.py +51 -17
  31. pulumi_confluentcloud/get_business_metadata.py +27 -25
  32. pulumi_confluentcloud/get_business_metadata_binding.py +36 -34
  33. pulumi_confluentcloud/get_byok_key.py +13 -13
  34. pulumi_confluentcloud/get_catalog_integration.py +248 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +42 -42
  36. pulumi_confluentcloud/get_certificate_pool.py +21 -21
  37. pulumi_confluentcloud/get_cluster_link.py +274 -0
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +17 -17
  40. pulumi_confluentcloud/get_environment.py +19 -19
  41. pulumi_confluentcloud/get_environments.py +8 -8
  42. pulumi_confluentcloud/get_flink_artifact.py +61 -43
  43. pulumi_confluentcloud/get_flink_compute_pool.py +29 -29
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +26 -26
  46. pulumi_confluentcloud/get_gateway.py +60 -18
  47. pulumi_confluentcloud/get_group_mapping.py +20 -20
  48. pulumi_confluentcloud/get_identity_pool.py +23 -23
  49. pulumi_confluentcloud/get_identity_provider.py +37 -23
  50. pulumi_confluentcloud/get_invitation.py +22 -22
  51. pulumi_confluentcloud/get_ip_addresses.py +8 -8
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +19 -19
  55. pulumi_confluentcloud/get_kafka_cluster.py +57 -43
  56. pulumi_confluentcloud/get_kafka_clusters.py +136 -0
  57. pulumi_confluentcloud/get_kafka_topic.py +24 -24
  58. pulumi_confluentcloud/get_ksql_cluster.py +35 -35
  59. pulumi_confluentcloud/get_network.py +56 -42
  60. pulumi_confluentcloud/get_network_link_endpoint.py +19 -19
  61. pulumi_confluentcloud/get_network_link_service.py +25 -19
  62. pulumi_confluentcloud/get_organization.py +8 -8
  63. pulumi_confluentcloud/get_peering.py +21 -21
  64. pulumi_confluentcloud/get_private_link_access.py +21 -21
  65. pulumi_confluentcloud/get_private_link_attachment.py +31 -29
  66. pulumi_confluentcloud/get_private_link_attachment_connection.py +26 -23
  67. pulumi_confluentcloud/get_provider_integration.py +30 -20
  68. pulumi_confluentcloud/get_provider_integration_authorization.py +142 -0
  69. pulumi_confluentcloud/get_provider_integration_setup.py +270 -0
  70. pulumi_confluentcloud/get_role_binding.py +16 -16
  71. pulumi_confluentcloud/get_schema.py +42 -42
  72. pulumi_confluentcloud/get_schema_registry_cluster.py +53 -38
  73. pulumi_confluentcloud/get_schema_registry_cluster_config.py +31 -17
  74. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +16 -16
  75. pulumi_confluentcloud/get_schema_registry_clusters.py +8 -8
  76. pulumi_confluentcloud/get_schema_registry_dek.py +44 -44
  77. pulumi_confluentcloud/get_schema_registry_kek.py +32 -32
  78. pulumi_confluentcloud/get_schemas.py +16 -16
  79. pulumi_confluentcloud/get_service_account.py +22 -22
  80. pulumi_confluentcloud/get_subject_config.py +37 -23
  81. pulumi_confluentcloud/get_subject_mode.py +22 -22
  82. pulumi_confluentcloud/get_tableflow_topic.py +374 -0
  83. pulumi_confluentcloud/get_tag.py +28 -26
  84. pulumi_confluentcloud/get_tag_binding.py +34 -32
  85. pulumi_confluentcloud/get_transit_gateway_attachment.py +19 -19
  86. pulumi_confluentcloud/get_user.py +26 -26
  87. pulumi_confluentcloud/get_users.py +8 -8
  88. pulumi_confluentcloud/group_mapping.py +54 -53
  89. pulumi_confluentcloud/identity_pool.py +74 -73
  90. pulumi_confluentcloud/identity_provider.py +138 -76
  91. pulumi_confluentcloud/invitation.py +81 -80
  92. pulumi_confluentcloud/ip_filter.py +420 -0
  93. pulumi_confluentcloud/ip_group.py +264 -0
  94. pulumi_confluentcloud/kafka_acl.py +173 -172
  95. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  96. pulumi_confluentcloud/kafka_cluster.py +227 -207
  97. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  98. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  99. pulumi_confluentcloud/kafka_topic.py +132 -131
  100. pulumi_confluentcloud/ksql_cluster.py +117 -120
  101. pulumi_confluentcloud/network.py +235 -198
  102. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  103. pulumi_confluentcloud/network_link_service.py +62 -68
  104. pulumi_confluentcloud/outputs.py +4735 -2224
  105. pulumi_confluentcloud/peering.py +128 -48
  106. pulumi_confluentcloud/plugin.py +428 -0
  107. pulumi_confluentcloud/private_link_access.py +54 -60
  108. pulumi_confluentcloud/private_link_attachment.py +93 -88
  109. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  110. pulumi_confluentcloud/provider.py +318 -192
  111. pulumi_confluentcloud/provider_integration.py +45 -34
  112. pulumi_confluentcloud/provider_integration_authorization.py +320 -0
  113. pulumi_confluentcloud/provider_integration_setup.py +448 -0
  114. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  115. pulumi_confluentcloud/role_binding.py +153 -56
  116. pulumi_confluentcloud/schema.py +416 -212
  117. pulumi_confluentcloud/schema_exporter.py +217 -164
  118. pulumi_confluentcloud/schema_registry_cluster_config.py +96 -44
  119. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  120. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  121. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  122. pulumi_confluentcloud/service_account.py +97 -96
  123. pulumi_confluentcloud/subject_config.py +142 -62
  124. pulumi_confluentcloud/subject_mode.py +107 -59
  125. pulumi_confluentcloud/tableflow_topic.py +883 -0
  126. pulumi_confluentcloud/tag.py +82 -79
  127. pulumi_confluentcloud/tag_binding.py +121 -84
  128. pulumi_confluentcloud/tf_importer.py +39 -36
  129. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  130. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/METADATA +7 -7
  131. pulumi_confluentcloud-2.54.0a1766503424.dist-info/RECORD +134 -0
  132. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/WHEEL +1 -1
  133. pulumi_confluentcloud-2.10.0a1731389320.dist-info/RECORD +0 -113
  134. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -28,7 +28,7 @@ class GetSchemaRegistryClusterResult:
28
28
  """
29
29
  A collection of values returned by getSchemaRegistryCluster.
30
30
  """
31
- def __init__(__self__, api_version=None, catalog_endpoint=None, cloud=None, display_name=None, environment=None, id=None, kind=None, package=None, private_rest_endpoint=None, region=None, resource_name=None, rest_endpoint=None):
31
+ def __init__(__self__, api_version=None, catalog_endpoint=None, cloud=None, display_name=None, environment=None, id=None, kind=None, package=None, private_regional_rest_endpoints=None, private_rest_endpoint=None, region=None, resource_name=None, rest_endpoint=None):
32
32
  if api_version and not isinstance(api_version, str):
33
33
  raise TypeError("Expected argument 'api_version' to be a str")
34
34
  pulumi.set(__self__, "api_version", api_version)
@@ -53,6 +53,9 @@ class GetSchemaRegistryClusterResult:
53
53
  if package and not isinstance(package, str):
54
54
  raise TypeError("Expected argument 'package' to be a str")
55
55
  pulumi.set(__self__, "package", package)
56
+ if private_regional_rest_endpoints and not isinstance(private_regional_rest_endpoints, dict):
57
+ raise TypeError("Expected argument 'private_regional_rest_endpoints' to be a dict")
58
+ pulumi.set(__self__, "private_regional_rest_endpoints", private_regional_rest_endpoints)
56
59
  if private_rest_endpoint and not isinstance(private_rest_endpoint, str):
57
60
  raise TypeError("Expected argument 'private_rest_endpoint' to be a str")
58
61
  pulumi.set(__self__, "private_rest_endpoint", private_rest_endpoint)
@@ -66,94 +69,103 @@ class GetSchemaRegistryClusterResult:
66
69
  raise TypeError("Expected argument 'rest_endpoint' to be a str")
67
70
  pulumi.set(__self__, "rest_endpoint", rest_endpoint)
68
71
 
69
- @property
72
+ @_builtins.property
70
73
  @pulumi.getter(name="apiVersion")
71
- def api_version(self) -> str:
74
+ def api_version(self) -> _builtins.str:
72
75
  """
73
76
  (Required String) An API Version of the schema version of the Schema Registry cluster, for example, `stream-governance/v2`.
74
77
  """
75
78
  return pulumi.get(self, "api_version")
76
79
 
77
- @property
80
+ @_builtins.property
78
81
  @pulumi.getter(name="catalogEndpoint")
79
- def catalog_endpoint(self) -> str:
82
+ def catalog_endpoint(self) -> _builtins.str:
80
83
  """
81
84
  (Required String) The Catalog endpoint of the Schema Registry cluster, for example, `https://psrc-y1113.us-west-2.aws.confluent.cloud`.
82
85
  """
83
86
  return pulumi.get(self, "catalog_endpoint")
84
87
 
85
- @property
88
+ @_builtins.property
86
89
  @pulumi.getter
87
- def cloud(self) -> str:
90
+ def cloud(self) -> _builtins.str:
88
91
  """
89
- (Required String) The cloud service provider that that the Schema Registry cluster belongs to, for example, `AWS`.
92
+ (Required String) The cloud service provider that the Schema Registry cluster belongs to, for example, `AWS`.
90
93
  """
91
94
  return pulumi.get(self, "cloud")
92
95
 
93
- @property
96
+ @_builtins.property
94
97
  @pulumi.getter(name="displayName")
95
- def display_name(self) -> str:
98
+ def display_name(self) -> _builtins.str:
96
99
  """
97
100
  (Required String) The name of the Schema Registry cluster, for example, `Stream Governance Package`.
98
101
  """
99
102
  return pulumi.get(self, "display_name")
100
103
 
101
- @property
104
+ @_builtins.property
102
105
  @pulumi.getter
103
106
  def environment(self) -> 'outputs.GetSchemaRegistryClusterEnvironmentResult':
104
107
  return pulumi.get(self, "environment")
105
108
 
106
- @property
109
+ @_builtins.property
107
110
  @pulumi.getter
108
- def id(self) -> str:
111
+ def id(self) -> _builtins.str:
109
112
  """
110
113
  (Required String) The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
111
114
  """
112
115
  return pulumi.get(self, "id")
113
116
 
114
- @property
117
+ @_builtins.property
115
118
  @pulumi.getter
116
- def kind(self) -> str:
119
+ def kind(self) -> _builtins.str:
117
120
  """
118
121
  (Required String) A kind of the Schema Registry cluster, for example, `Cluster`.
119
122
  """
120
123
  return pulumi.get(self, "kind")
121
124
 
122
- @property
125
+ @_builtins.property
123
126
  @pulumi.getter
124
- def package(self) -> str:
127
+ def package(self) -> _builtins.str:
125
128
  """
126
129
  (Required String) The type of the billing package. Accepted values are: `ESSENTIALS` and `ADVANCED`.
127
130
  """
128
131
  return pulumi.get(self, "package")
129
132
 
130
- @property
133
+ @_builtins.property
134
+ @pulumi.getter(name="privateRegionalRestEndpoints")
135
+ def private_regional_rest_endpoints(self) -> Mapping[str, _builtins.str]:
136
+ """
137
+ (Required Map) The private regional HTTP endpoint map of the Schema Registry cluster. For example, to reference the endpoint corresponding to the us-central-1 region, use `private_regional_rest_endpoints["us-central-1"]`.
138
+ """
139
+ return pulumi.get(self, "private_regional_rest_endpoints")
140
+
141
+ @_builtins.property
131
142
  @pulumi.getter(name="privateRestEndpoint")
132
- def private_rest_endpoint(self) -> str:
143
+ @_utilities.deprecated("""Please use the private_regional_rest_endpoints attribute instead, which supersedes the private_rest_endpoint attribute.""")
144
+ def private_rest_endpoint(self) -> _builtins.str:
133
145
  """
134
- (Required String) The private HTTP endpoint of the Schema Registry cluster, for example, `https://lsrc.us-west-2.aws.private.confluent.cloud`.
146
+ (Required String, **Deprecated**) The private HTTP endpoint of the Schema Registry cluster, for example, `https://lsrc.us-west-2.aws.private.confluent.cloud`. Please use the `private_regional_rest_endpoints` attribute instead, which supersedes the `private_rest_endpoint` attribute.
135
147
  """
136
148
  return pulumi.get(self, "private_rest_endpoint")
137
149
 
138
- @property
150
+ @_builtins.property
139
151
  @pulumi.getter
140
- def region(self) -> str:
152
+ def region(self) -> _builtins.str:
141
153
  """
142
154
  (Required String) The ID of the Schema Registry region that the Schema Registry cluster belongs to, for example, `us-east4`.
143
155
  """
144
156
  return pulumi.get(self, "region")
145
157
 
146
- @property
158
+ @_builtins.property
147
159
  @pulumi.getter(name="resourceName")
148
- def resource_name(self) -> str:
160
+ def resource_name(self) -> _builtins.str:
149
161
  """
150
162
  (Required String) The Confluent Resource Name of the Schema Registry cluster, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/schema-registry=lsrc-abc123`.
151
163
  """
152
164
  return pulumi.get(self, "resource_name")
153
165
 
154
- @property
166
+ @_builtins.property
155
167
  @pulumi.getter(name="restEndpoint")
156
- def rest_endpoint(self) -> str:
168
+ def rest_endpoint(self) -> _builtins.str:
157
169
  """
158
170
  (Required String) The HTTP endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-west-2.aws.confluent.cloud`.
159
171
  """
@@ -174,15 +186,16 @@ class AwaitableGetSchemaRegistryClusterResult(GetSchemaRegistryClusterResult):
174
186
  id=self.id,
175
187
  kind=self.kind,
176
188
  package=self.package,
189
+ private_regional_rest_endpoints=self.private_regional_rest_endpoints,
177
190
  private_rest_endpoint=self.private_rest_endpoint,
178
191
  region=self.region,
179
192
  resource_name=self.resource_name,
180
193
  rest_endpoint=self.rest_endpoint)
181
194
 
182
195
 
183
- def get_schema_registry_cluster(display_name: Optional[str] = None,
196
+ def get_schema_registry_cluster(display_name: Optional[_builtins.str] = None,
184
197
  environment: Optional[Union['GetSchemaRegistryClusterEnvironmentArgs', 'GetSchemaRegistryClusterEnvironmentArgsDict']] = None,
185
- id: Optional[str] = None,
198
+ id: Optional[_builtins.str] = None,
186
199
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryClusterResult:
187
200
  """
188
201
  [![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)
@@ -213,8 +226,8 @@ def get_schema_registry_cluster(display_name: Optional[str] = None,
213
226
  ```
214
227
 
215
228
 
216
- :param str display_name: The name for the Schema Registry cluster.
217
- :param str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
229
+ :param _builtins.str display_name: The name for the Schema Registry cluster.
230
+ :param _builtins.str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
218
231
  """
219
232
  __args__ = dict()
220
233
  __args__['displayName'] = display_name
@@ -232,14 +245,15 @@ def get_schema_registry_cluster(display_name: Optional[str] = None,
232
245
  id=pulumi.get(__ret__, 'id'),
233
246
  kind=pulumi.get(__ret__, 'kind'),
234
247
  package=pulumi.get(__ret__, 'package'),
248
+ private_regional_rest_endpoints=pulumi.get(__ret__, 'private_regional_rest_endpoints'),
235
249
  private_rest_endpoint=pulumi.get(__ret__, 'private_rest_endpoint'),
236
250
  region=pulumi.get(__ret__, 'region'),
237
251
  resource_name=pulumi.get(__ret__, 'resource_name'),
238
252
  rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'))
239
- def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
253
+ def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
240
254
  environment: Optional[pulumi.Input[Union['GetSchemaRegistryClusterEnvironmentArgs', 'GetSchemaRegistryClusterEnvironmentArgsDict']]] = None,
241
- id: Optional[pulumi.Input[Optional[str]]] = None,
242
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaRegistryClusterResult]:
255
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
256
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterResult]:
243
257
  """
244
258
  [![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)
245
259
 
@@ -269,14 +283,14 @@ def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optio
269
283
  ```
270
284
 
271
285
 
272
- :param str display_name: The name for the Schema Registry cluster.
273
- :param str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
286
+ :param _builtins.str display_name: The name for the Schema Registry cluster.
287
+ :param _builtins.str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
274
288
  """
275
289
  __args__ = dict()
276
290
  __args__['displayName'] = display_name
277
291
  __args__['environment'] = environment
278
292
  __args__['id'] = id
279
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
293
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
280
294
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemaRegistryCluster:getSchemaRegistryCluster', __args__, opts=opts, typ=GetSchemaRegistryClusterResult)
281
295
  return __ret__.apply(lambda __response__: GetSchemaRegistryClusterResult(
282
296
  api_version=pulumi.get(__response__, 'api_version'),
@@ -287,6 +301,7 @@ def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optio
287
301
  id=pulumi.get(__response__, 'id'),
288
302
  kind=pulumi.get(__response__, 'kind'),
289
303
  package=pulumi.get(__response__, 'package'),
304
+ private_regional_rest_endpoints=pulumi.get(__response__, 'private_regional_rest_endpoints'),
290
305
  private_rest_endpoint=pulumi.get(__response__, 'private_rest_endpoint'),
291
306
  region=pulumi.get(__response__, 'region'),
292
307
  resource_name=pulumi.get(__response__, 'resource_name'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -28,7 +28,10 @@ class GetSchemaRegistryClusterConfigResult:
28
28
  """
29
29
  A collection of values returned by getSchemaRegistryClusterConfig.
30
30
  """
31
- def __init__(__self__, compatibility_level=None, credentials=None, id=None, rest_endpoint=None, schema_registry_cluster=None):
31
+ def __init__(__self__, compatibility_group=None, compatibility_level=None, credentials=None, id=None, rest_endpoint=None, schema_registry_cluster=None):
32
+ if compatibility_group and not isinstance(compatibility_group, str):
33
+ raise TypeError("Expected argument 'compatibility_group' to be a str")
34
+ pulumi.set(__self__, "compatibility_group", compatibility_group)
32
35
  if compatibility_level and not isinstance(compatibility_level, str):
33
36
  raise TypeError("Expected argument 'compatibility_level' to be a str")
34
37
  pulumi.set(__self__, "compatibility_level", compatibility_level)
@@ -45,33 +48,41 @@ class GetSchemaRegistryClusterConfigResult:
45
48
  raise TypeError("Expected argument 'schema_registry_cluster' to be a dict")
46
49
  pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
47
50
 
48
- @property
51
+ @_builtins.property
52
+ @pulumi.getter(name="compatibilityGroup")
53
+ def compatibility_group(self) -> _builtins.str:
54
+ """
55
+ (Required String) The global Schema Registry compatibility group.
56
+ """
57
+ return pulumi.get(self, "compatibility_group")
58
+
59
+ @_builtins.property
49
60
  @pulumi.getter(name="compatibilityLevel")
50
- def compatibility_level(self) -> str:
61
+ def compatibility_level(self) -> _builtins.str:
51
62
  """
52
63
  (Required String) The global Schema Registry compatibility level. 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.
53
64
  """
54
65
  return pulumi.get(self, "compatibility_level")
55
66
 
56
- @property
67
+ @_builtins.property
57
68
  @pulumi.getter
58
69
  def credentials(self) -> Optional['outputs.GetSchemaRegistryClusterConfigCredentialsResult']:
59
70
  return pulumi.get(self, "credentials")
60
71
 
61
- @property
72
+ @_builtins.property
62
73
  @pulumi.getter
63
- def id(self) -> str:
74
+ def id(self) -> _builtins.str:
64
75
  """
65
76
  The provider-assigned unique ID for this managed resource.
66
77
  """
67
78
  return pulumi.get(self, "id")
68
79
 
69
- @property
80
+ @_builtins.property
70
81
  @pulumi.getter(name="restEndpoint")
71
- def rest_endpoint(self) -> Optional[str]:
82
+ def rest_endpoint(self) -> Optional[_builtins.str]:
72
83
  return pulumi.get(self, "rest_endpoint")
73
84
 
74
- @property
85
+ @_builtins.property
75
86
  @pulumi.getter(name="schemaRegistryCluster")
76
87
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryClusterConfigSchemaRegistryClusterResult']:
77
88
  return pulumi.get(self, "schema_registry_cluster")
@@ -83,6 +94,7 @@ class AwaitableGetSchemaRegistryClusterConfigResult(GetSchemaRegistryClusterConf
83
94
  if False:
84
95
  yield self
85
96
  return GetSchemaRegistryClusterConfigResult(
97
+ compatibility_group=self.compatibility_group,
86
98
  compatibility_level=self.compatibility_level,
87
99
  credentials=self.credentials,
88
100
  id=self.id,
@@ -91,7 +103,7 @@ class AwaitableGetSchemaRegistryClusterConfigResult(GetSchemaRegistryClusterConf
91
103
 
92
104
 
93
105
  def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaRegistryClusterConfigCredentialsArgs', 'GetSchemaRegistryClusterConfigCredentialsArgsDict']] = None,
94
- rest_endpoint: Optional[str] = None,
106
+ rest_endpoint: Optional[_builtins.str] = None,
95
107
  schema_registry_cluster: Optional[Union['GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterConfigSchemaRegistryClusterArgsDict']] = None,
96
108
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryClusterConfigResult:
97
109
  """
@@ -129,7 +141,7 @@ def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaReg
129
141
  ```
130
142
 
131
143
 
132
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
144
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
133
145
  """
134
146
  __args__ = dict()
135
147
  __args__['credentials'] = credentials
@@ -139,15 +151,16 @@ def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaReg
139
151
  __ret__ = pulumi.runtime.invoke('confluentcloud:index/getSchemaRegistryClusterConfig:getSchemaRegistryClusterConfig', __args__, opts=opts, typ=GetSchemaRegistryClusterConfigResult).value
140
152
 
141
153
  return AwaitableGetSchemaRegistryClusterConfigResult(
154
+ compatibility_group=pulumi.get(__ret__, 'compatibility_group'),
142
155
  compatibility_level=pulumi.get(__ret__, 'compatibility_level'),
143
156
  credentials=pulumi.get(__ret__, 'credentials'),
144
157
  id=pulumi.get(__ret__, 'id'),
145
158
  rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'),
146
159
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'))
147
160
  def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterConfigCredentialsArgs', 'GetSchemaRegistryClusterConfigCredentialsArgsDict']]]] = None,
148
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
161
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
149
162
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterConfigSchemaRegistryClusterArgsDict']]]] = None,
150
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaRegistryClusterConfigResult]:
163
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterConfigResult]:
151
164
  """
152
165
  [![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)
153
166
 
@@ -183,15 +196,16 @@ def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input
183
196
  ```
184
197
 
185
198
 
186
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
199
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
187
200
  """
188
201
  __args__ = dict()
189
202
  __args__['credentials'] = credentials
190
203
  __args__['restEndpoint'] = rest_endpoint
191
204
  __args__['schemaRegistryCluster'] = schema_registry_cluster
192
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
205
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
193
206
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemaRegistryClusterConfig:getSchemaRegistryClusterConfig', __args__, opts=opts, typ=GetSchemaRegistryClusterConfigResult)
194
207
  return __ret__.apply(lambda __response__: GetSchemaRegistryClusterConfigResult(
208
+ compatibility_group=pulumi.get(__response__, 'compatibility_group'),
195
209
  compatibility_level=pulumi.get(__response__, 'compatibility_level'),
196
210
  credentials=pulumi.get(__response__, 'credentials'),
197
211
  id=pulumi.get(__response__, 'id'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -45,33 +45,33 @@ class GetSchemaRegistryClusterModeResult:
45
45
  raise TypeError("Expected argument 'schema_registry_cluster' to be a dict")
46
46
  pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
47
47
 
48
- @property
48
+ @_builtins.property
49
49
  @pulumi.getter
50
50
  def credentials(self) -> Optional['outputs.GetSchemaRegistryClusterModeCredentialsResult']:
51
51
  return pulumi.get(self, "credentials")
52
52
 
53
- @property
53
+ @_builtins.property
54
54
  @pulumi.getter
55
- def id(self) -> str:
55
+ def id(self) -> _builtins.str:
56
56
  """
57
57
  The provider-assigned unique ID for this managed resource.
58
58
  """
59
59
  return pulumi.get(self, "id")
60
60
 
61
- @property
61
+ @_builtins.property
62
62
  @pulumi.getter
63
- def mode(self) -> str:
63
+ def mode(self) -> _builtins.str:
64
64
  """
65
65
  (Optional String) The global Schema Registry mode. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
66
66
  """
67
67
  return pulumi.get(self, "mode")
68
68
 
69
- @property
69
+ @_builtins.property
70
70
  @pulumi.getter(name="restEndpoint")
71
- def rest_endpoint(self) -> Optional[str]:
71
+ def rest_endpoint(self) -> Optional[_builtins.str]:
72
72
  return pulumi.get(self, "rest_endpoint")
73
73
 
74
- @property
74
+ @_builtins.property
75
75
  @pulumi.getter(name="schemaRegistryCluster")
76
76
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryClusterModeSchemaRegistryClusterResult']:
77
77
  return pulumi.get(self, "schema_registry_cluster")
@@ -91,7 +91,7 @@ class AwaitableGetSchemaRegistryClusterModeResult(GetSchemaRegistryClusterModeRe
91
91
 
92
92
 
93
93
  def get_schema_registry_cluster_mode(credentials: Optional[Union['GetSchemaRegistryClusterModeCredentialsArgs', 'GetSchemaRegistryClusterModeCredentialsArgsDict']] = None,
94
- rest_endpoint: Optional[str] = None,
94
+ rest_endpoint: Optional[_builtins.str] = None,
95
95
  schema_registry_cluster: Optional[Union['GetSchemaRegistryClusterModeSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterModeSchemaRegistryClusterArgsDict']] = None,
96
96
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryClusterModeResult:
97
97
  """
@@ -129,7 +129,7 @@ def get_schema_registry_cluster_mode(credentials: Optional[Union['GetSchemaRegis
129
129
  ```
130
130
 
131
131
 
132
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
132
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
133
133
  """
134
134
  __args__ = dict()
135
135
  __args__['credentials'] = credentials
@@ -145,9 +145,9 @@ def get_schema_registry_cluster_mode(credentials: Optional[Union['GetSchemaRegis
145
145
  rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'),
146
146
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'))
147
147
  def get_schema_registry_cluster_mode_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterModeCredentialsArgs', 'GetSchemaRegistryClusterModeCredentialsArgsDict']]]] = None,
148
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
148
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
149
149
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterModeSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterModeSchemaRegistryClusterArgsDict']]]] = None,
150
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaRegistryClusterModeResult]:
150
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterModeResult]:
151
151
  """
152
152
  [![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)
153
153
 
@@ -183,13 +183,13 @@ def get_schema_registry_cluster_mode_output(credentials: Optional[pulumi.Input[O
183
183
  ```
184
184
 
185
185
 
186
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
186
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
187
187
  """
188
188
  __args__ = dict()
189
189
  __args__['credentials'] = credentials
190
190
  __args__['restEndpoint'] = rest_endpoint
191
191
  __args__['schemaRegistryCluster'] = schema_registry_cluster
192
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
192
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
193
193
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemaRegistryClusterMode:getSchemaRegistryClusterMode', __args__, opts=opts, typ=GetSchemaRegistryClusterModeResult)
194
194
  return __ret__.apply(lambda __response__: GetSchemaRegistryClusterModeResult(
195
195
  credentials=pulumi.get(__response__, 'credentials'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -39,7 +39,7 @@ class GetSchemaRegistryClustersResult:
39
39
  raise TypeError("Expected argument 'id' to be a str")
40
40
  pulumi.set(__self__, "id", id)
41
41
 
42
- @property
42
+ @_builtins.property
43
43
  @pulumi.getter
44
44
  def clusters(self) -> Sequence['outputs.GetSchemaRegistryClustersClusterResult']:
45
45
  """
@@ -47,7 +47,7 @@ class GetSchemaRegistryClustersResult:
47
47
  """
48
48
  return pulumi.get(self, "clusters")
49
49
 
50
- @property
50
+ @_builtins.property
51
51
  @pulumi.getter
52
52
  def environment(self) -> 'outputs.GetSchemaRegistryClustersEnvironmentResult':
53
53
  """
@@ -55,9 +55,9 @@ class GetSchemaRegistryClustersResult:
55
55
  """
56
56
  return pulumi.get(self, "environment")
57
57
 
58
- @property
58
+ @_builtins.property
59
59
  @pulumi.getter
60
- def id(self) -> str:
60
+ def id(self) -> _builtins.str:
61
61
  """
62
62
  The provider-assigned unique ID for this managed resource.
63
63
  """
@@ -106,7 +106,7 @@ def get_schema_registry_clusters(environment: Optional[Union['GetSchemaRegistryC
106
106
  environment=pulumi.get(__ret__, 'environment'),
107
107
  id=pulumi.get(__ret__, 'id'))
108
108
  def get_schema_registry_clusters_output(environment: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClustersEnvironmentArgs', 'GetSchemaRegistryClustersEnvironmentArgsDict']]]] = None,
109
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaRegistryClustersResult]:
109
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClustersResult]:
110
110
  """
111
111
  [![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)
112
112
 
@@ -128,7 +128,7 @@ def get_schema_registry_clusters_output(environment: Optional[pulumi.Input[Optio
128
128
  """
129
129
  __args__ = dict()
130
130
  __args__['environment'] = environment
131
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
131
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
132
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemaRegistryClusters:getSchemaRegistryClusters', __args__, opts=opts, typ=GetSchemaRegistryClustersResult)
133
133
  return __ret__.apply(lambda __response__: GetSchemaRegistryClustersResult(
134
134
  clusters=pulumi.get(__response__, 'clusters'),