pulumi-confluentcloud 2.13.0a1735836869__py3-none-any.whl → 2.50.0a1762926155__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.

Potentially problematic release.


This version of pulumi-confluentcloud might be problematic. Click here for more details.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +81 -1
  2. pulumi_confluentcloud/_inputs.py +4170 -2453
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +144 -36
  5. pulumi_confluentcloud/api_key.py +138 -272
  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 +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  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 +303 -81
  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 +88 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +250 -194
  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 +44 -31
  30. pulumi_confluentcloud/get_access_point.py +36 -16
  31. pulumi_confluentcloud/get_business_metadata.py +25 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +34 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  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 +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +59 -41
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +45 -17
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  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 +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +51 -36
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +26 -24
  81. pulumi_confluentcloud/get_tag_binding.py +32 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -207
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3400 -2088
  102. pulumi_confluentcloud/peering.py +128 -48
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +318 -192
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +82 -79
  122. pulumi_confluentcloud/tag_binding.py +121 -84
  123. pulumi_confluentcloud/tf_importer.py +39 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
  129. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.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,13 +245,14 @@ 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,
255
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
242
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)
@@ -269,8 +283,8 @@ 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
@@ -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
@@ -48,41 +48,41 @@ class GetSchemaRegistryClusterConfigResult:
48
48
  raise TypeError("Expected argument 'schema_registry_cluster' to be a dict")
49
49
  pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter(name="compatibilityGroup")
53
- def compatibility_group(self) -> str:
53
+ def compatibility_group(self) -> _builtins.str:
54
54
  """
55
55
  (Required String) The global Schema Registry compatibility group.
56
56
  """
57
57
  return pulumi.get(self, "compatibility_group")
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter(name="compatibilityLevel")
61
- def compatibility_level(self) -> str:
61
+ def compatibility_level(self) -> _builtins.str:
62
62
  """
63
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.
64
64
  """
65
65
  return pulumi.get(self, "compatibility_level")
66
66
 
67
- @property
67
+ @_builtins.property
68
68
  @pulumi.getter
69
69
  def credentials(self) -> Optional['outputs.GetSchemaRegistryClusterConfigCredentialsResult']:
70
70
  return pulumi.get(self, "credentials")
71
71
 
72
- @property
72
+ @_builtins.property
73
73
  @pulumi.getter
74
- def id(self) -> str:
74
+ def id(self) -> _builtins.str:
75
75
  """
76
76
  The provider-assigned unique ID for this managed resource.
77
77
  """
78
78
  return pulumi.get(self, "id")
79
79
 
80
- @property
80
+ @_builtins.property
81
81
  @pulumi.getter(name="restEndpoint")
82
- def rest_endpoint(self) -> Optional[str]:
82
+ def rest_endpoint(self) -> Optional[_builtins.str]:
83
83
  return pulumi.get(self, "rest_endpoint")
84
84
 
85
- @property
85
+ @_builtins.property
86
86
  @pulumi.getter(name="schemaRegistryCluster")
87
87
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryClusterConfigSchemaRegistryClusterResult']:
88
88
  return pulumi.get(self, "schema_registry_cluster")
@@ -103,7 +103,7 @@ class AwaitableGetSchemaRegistryClusterConfigResult(GetSchemaRegistryClusterConf
103
103
 
104
104
 
105
105
  def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaRegistryClusterConfigCredentialsArgs', 'GetSchemaRegistryClusterConfigCredentialsArgsDict']] = None,
106
- rest_endpoint: Optional[str] = None,
106
+ rest_endpoint: Optional[_builtins.str] = None,
107
107
  schema_registry_cluster: Optional[Union['GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterConfigSchemaRegistryClusterArgsDict']] = None,
108
108
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryClusterConfigResult:
109
109
  """
@@ -141,7 +141,7 @@ def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaReg
141
141
  ```
142
142
 
143
143
 
144
- :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`).
145
145
  """
146
146
  __args__ = dict()
147
147
  __args__['credentials'] = credentials
@@ -158,7 +158,7 @@ def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaReg
158
158
  rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'),
159
159
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'))
160
160
  def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterConfigCredentialsArgs', 'GetSchemaRegistryClusterConfigCredentialsArgsDict']]]] = None,
161
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
161
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
162
162
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterConfigSchemaRegistryClusterArgsDict']]]] = None,
163
163
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterConfigResult]:
164
164
  """
@@ -196,7 +196,7 @@ def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input
196
196
  ```
197
197
 
198
198
 
199
- :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`).
200
200
  """
201
201
  __args__ = dict()
202
202
  __args__['credentials'] = 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
@@ -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,7 +145,7 @@ 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
150
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterModeResult]:
151
151
  """
@@ -183,7 +183,7 @@ 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
@@ -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
  """
@@ -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
@@ -63,71 +63,71 @@ class GetSchemaRegistryDekResult:
63
63
  raise TypeError("Expected argument 'version' to be a int")
64
64
  pulumi.set(__self__, "version", version)
65
65
 
66
- @property
66
+ @_builtins.property
67
67
  @pulumi.getter
68
- def algorithm(self) -> Optional[str]:
68
+ def algorithm(self) -> Optional[_builtins.str]:
69
69
  return pulumi.get(self, "algorithm")
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter
73
73
  def credentials(self) -> Optional['outputs.GetSchemaRegistryDekCredentialsResult']:
74
74
  return pulumi.get(self, "credentials")
75
75
 
76
- @property
76
+ @_builtins.property
77
77
  @pulumi.getter(name="encryptedKeyMaterial")
78
- def encrypted_key_material(self) -> str:
78
+ def encrypted_key_material(self) -> _builtins.str:
79
79
  """
80
80
  (Optional String) The encrypted key material for the DEK.
81
81
  """
82
82
  return pulumi.get(self, "encrypted_key_material")
83
83
 
84
- @property
84
+ @_builtins.property
85
85
  @pulumi.getter(name="hardDelete")
86
- def hard_delete(self) -> bool:
86
+ def hard_delete(self) -> _builtins.bool:
87
87
  """
88
88
  (Optional Boolean) An optional flag to control whether a dek should be soft or hard deleted.
89
89
  """
90
90
  return pulumi.get(self, "hard_delete")
91
91
 
92
- @property
92
+ @_builtins.property
93
93
  @pulumi.getter
94
- def id(self) -> str:
94
+ def id(self) -> _builtins.str:
95
95
  """
96
96
  The provider-assigned unique ID for this managed resource.
97
97
  """
98
98
  return pulumi.get(self, "id")
99
99
 
100
- @property
100
+ @_builtins.property
101
101
  @pulumi.getter(name="kekName")
102
- def kek_name(self) -> str:
102
+ def kek_name(self) -> _builtins.str:
103
103
  return pulumi.get(self, "kek_name")
104
104
 
105
- @property
105
+ @_builtins.property
106
106
  @pulumi.getter(name="keyMaterial")
107
- def key_material(self) -> str:
107
+ def key_material(self) -> _builtins.str:
108
108
  """
109
109
  (Optional String) The decrypted version of encrypted key material.
110
110
  """
111
111
  return pulumi.get(self, "key_material")
112
112
 
113
- @property
113
+ @_builtins.property
114
114
  @pulumi.getter(name="restEndpoint")
115
- def rest_endpoint(self) -> Optional[str]:
115
+ def rest_endpoint(self) -> Optional[_builtins.str]:
116
116
  return pulumi.get(self, "rest_endpoint")
117
117
 
118
- @property
118
+ @_builtins.property
119
119
  @pulumi.getter(name="schemaRegistryCluster")
120
120
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryDekSchemaRegistryClusterResult']:
121
121
  return pulumi.get(self, "schema_registry_cluster")
122
122
 
123
- @property
123
+ @_builtins.property
124
124
  @pulumi.getter(name="subjectName")
125
- def subject_name(self) -> str:
125
+ def subject_name(self) -> _builtins.str:
126
126
  return pulumi.get(self, "subject_name")
127
127
 
128
- @property
128
+ @_builtins.property
129
129
  @pulumi.getter
130
- def version(self) -> Optional[int]:
130
+ def version(self) -> Optional[_builtins.int]:
131
131
  return pulumi.get(self, "version")
132
132
 
133
133
 
@@ -150,13 +150,13 @@ class AwaitableGetSchemaRegistryDekResult(GetSchemaRegistryDekResult):
150
150
  version=self.version)
151
151
 
152
152
 
153
- def get_schema_registry_dek(algorithm: Optional[str] = None,
153
+ def get_schema_registry_dek(algorithm: Optional[_builtins.str] = None,
154
154
  credentials: Optional[Union['GetSchemaRegistryDekCredentialsArgs', 'GetSchemaRegistryDekCredentialsArgsDict']] = None,
155
- kek_name: Optional[str] = None,
156
- rest_endpoint: Optional[str] = None,
155
+ kek_name: Optional[_builtins.str] = None,
156
+ rest_endpoint: Optional[_builtins.str] = None,
157
157
  schema_registry_cluster: Optional[Union['GetSchemaRegistryDekSchemaRegistryClusterArgs', 'GetSchemaRegistryDekSchemaRegistryClusterArgsDict']] = None,
158
- subject_name: Optional[str] = None,
159
- version: Optional[int] = None,
158
+ subject_name: Optional[_builtins.str] = None,
159
+ version: Optional[_builtins.int] = None,
160
160
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryDekResult:
161
161
  """
162
162
  [![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)
@@ -194,13 +194,13 @@ def get_schema_registry_dek(algorithm: Optional[str] = None,
194
194
  ```
195
195
 
196
196
 
197
- :param str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
197
+ :param _builtins.str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
198
198
 
199
199
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
200
- :param str kek_name: The name of the KEK used to encrypt this DEK.
201
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
202
- :param str subject_name: The subject for this DEK.
203
- :param int version: The version of this DEK. Defaults to `1`.
200
+ :param _builtins.str kek_name: The name of the KEK used to encrypt this DEK.
201
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
202
+ :param _builtins.str subject_name: The subject for this DEK.
203
+ :param _builtins.int version: The version of this DEK. Defaults to `1`.
204
204
  """
205
205
  __args__ = dict()
206
206
  __args__['algorithm'] = algorithm
@@ -225,13 +225,13 @@ def get_schema_registry_dek(algorithm: Optional[str] = None,
225
225
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
226
226
  subject_name=pulumi.get(__ret__, 'subject_name'),
227
227
  version=pulumi.get(__ret__, 'version'))
228
- def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[str]]] = None,
228
+ def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
229
229
  credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryDekCredentialsArgs', 'GetSchemaRegistryDekCredentialsArgsDict']]]] = None,
230
- kek_name: Optional[pulumi.Input[str]] = None,
231
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
230
+ kek_name: Optional[pulumi.Input[_builtins.str]] = None,
231
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
232
232
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryDekSchemaRegistryClusterArgs', 'GetSchemaRegistryDekSchemaRegistryClusterArgsDict']]]] = None,
233
- subject_name: Optional[pulumi.Input[str]] = None,
234
- version: Optional[pulumi.Input[Optional[int]]] = None,
233
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
234
+ version: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
235
235
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryDekResult]:
236
236
  """
237
237
  [![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)
@@ -269,13 +269,13 @@ def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[str
269
269
  ```
270
270
 
271
271
 
272
- :param str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
272
+ :param _builtins.str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
273
273
 
274
274
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
275
- :param str kek_name: The name of the KEK used to encrypt this DEK.
276
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
277
- :param str subject_name: The subject for this DEK.
278
- :param int version: The version of this DEK. Defaults to `1`.
275
+ :param _builtins.str kek_name: The name of the KEK used to encrypt this DEK.
276
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
277
+ :param _builtins.str subject_name: The subject for this DEK.
278
+ :param _builtins.int version: The version of this DEK. Defaults to `1`.
279
279
  """
280
280
  __args__ = dict()
281
281
  __args__['algorithm'] = algorithm