pulumi-confluentcloud 2.42.0__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.
@@ -141,8 +141,12 @@ __all__ = [
141
141
  'PrivateLinkAttachmentConnectionPrivateLinkAttachment',
142
142
  'PrivateLinkAttachmentEnvironment',
143
143
  'PrivateLinkAttachmentGcp',
144
+ 'ProviderIntegrationAuthorizationAzure',
145
+ 'ProviderIntegrationAuthorizationEnvironment',
146
+ 'ProviderIntegrationAuthorizationGcp',
144
147
  'ProviderIntegrationAws',
145
148
  'ProviderIntegrationEnvironment',
149
+ 'ProviderIntegrationSetupEnvironment',
146
150
  'SchemaCredentials',
147
151
  'SchemaExporterCredentials',
148
152
  'SchemaExporterDestinationSchemaRegistryCluster',
@@ -167,9 +171,11 @@ __all__ = [
167
171
  'SubjectConfigSchemaRegistryCluster',
168
172
  'SubjectModeCredentials',
169
173
  'SubjectModeSchemaRegistryCluster',
174
+ 'TableflowTopicAzureDataLakeStorageGen2',
170
175
  'TableflowTopicByobAws',
171
176
  'TableflowTopicCredentials',
172
177
  'TableflowTopicEnvironment',
178
+ 'TableflowTopicErrorHandling',
173
179
  'TableflowTopicKafkaCluster',
174
180
  'TableflowTopicManagedStorage',
175
181
  'TagBindingCredentials',
@@ -239,6 +245,17 @@ __all__ = [
239
245
  'GetKafkaClusterFreightResult',
240
246
  'GetKafkaClusterNetworkResult',
241
247
  'GetKafkaClusterStandardResult',
248
+ 'GetKafkaClustersClusterResult',
249
+ 'GetKafkaClustersClusterBasicResult',
250
+ 'GetKafkaClustersClusterByokKeyResult',
251
+ 'GetKafkaClustersClusterDedicatedResult',
252
+ 'GetKafkaClustersClusterEndpointResult',
253
+ 'GetKafkaClustersClusterEnterpriseResult',
254
+ 'GetKafkaClustersClusterEnvironmentResult',
255
+ 'GetKafkaClustersClusterFreightResult',
256
+ 'GetKafkaClustersClusterNetworkResult',
257
+ 'GetKafkaClustersClusterStandardResult',
258
+ 'GetKafkaClustersEnvironmentResult',
242
259
  'GetKafkaTopicCredentialsResult',
243
260
  'GetKafkaTopicKafkaClusterResult',
244
261
  'GetKsqlClusterCredentialIdentityResult',
@@ -276,8 +293,12 @@ __all__ = [
276
293
  'GetPrivateLinkAttachmentConnectionPrivateLinkAttachmentResult',
277
294
  'GetPrivateLinkAttachmentEnvironmentResult',
278
295
  'GetPrivateLinkAttachmentGcpResult',
296
+ 'GetProviderIntegrationAuthorizationAzureResult',
297
+ 'GetProviderIntegrationAuthorizationEnvironmentResult',
298
+ 'GetProviderIntegrationAuthorizationGcpResult',
279
299
  'GetProviderIntegrationAwResult',
280
300
  'GetProviderIntegrationEnvironmentResult',
301
+ 'GetProviderIntegrationSetupEnvironmentResult',
281
302
  'GetSchemaCredentialsResult',
282
303
  'GetSchemaMetadataResult',
283
304
  'GetSchemaMetadataTagResult',
@@ -307,9 +328,11 @@ __all__ = [
307
328
  'GetSubjectConfigSchemaRegistryClusterResult',
308
329
  'GetSubjectModeCredentialsResult',
309
330
  'GetSubjectModeSchemaRegistryClusterResult',
331
+ 'GetTableflowTopicAzureDataLakeStorageGen2Result',
310
332
  'GetTableflowTopicByobAwResult',
311
333
  'GetTableflowTopicCredentialsResult',
312
334
  'GetTableflowTopicEnvironmentResult',
335
+ 'GetTableflowTopicErrorHandlingResult',
313
336
  'GetTableflowTopicKafkaClusterResult',
314
337
  'GetTableflowTopicManagedStorageResult',
315
338
  'GetTagBindingCredentialsResult',
@@ -2734,8 +2757,38 @@ class KafkaClientQuotaThroughput(dict):
2734
2757
 
2735
2758
  @pulumi.output_type
2736
2759
  class KafkaClusterBasic(dict):
2737
- def __init__(__self__):
2738
- pass
2760
+ @staticmethod
2761
+ def __key_warning(key: str):
2762
+ suggest = None
2763
+ if key == "maxEcku":
2764
+ suggest = "max_ecku"
2765
+
2766
+ if suggest:
2767
+ pulumi.log.warn(f"Key '{key}' not found in KafkaClusterBasic. Access the value via the '{suggest}' property getter instead.")
2768
+
2769
+ def __getitem__(self, key: str) -> Any:
2770
+ KafkaClusterBasic.__key_warning(key)
2771
+ return super().__getitem__(key)
2772
+
2773
+ def get(self, key: str, default = None) -> Any:
2774
+ KafkaClusterBasic.__key_warning(key)
2775
+ return super().get(key, default)
2776
+
2777
+ def __init__(__self__, *,
2778
+ max_ecku: Optional[_builtins.int] = None):
2779
+ """
2780
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2781
+ """
2782
+ if max_ecku is not None:
2783
+ pulumi.set(__self__, "max_ecku", max_ecku)
2784
+
2785
+ @_builtins.property
2786
+ @pulumi.getter(name="maxEcku")
2787
+ def max_ecku(self) -> Optional[_builtins.int]:
2788
+ """
2789
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2790
+ """
2791
+ return pulumi.get(self, "max_ecku")
2739
2792
 
2740
2793
 
2741
2794
  @pulumi.output_type
@@ -2844,6 +2897,8 @@ class KafkaClusterDedicated(dict):
2844
2897
  !> **Warning:** You can only upgrade clusters from `basic` to `standard`.
2845
2898
 
2846
2899
  > **Note:** Currently, provisioning of a Dedicated Kafka cluster takes around 25 minutes on average but might take up to 24 hours. If you can't wait for the `pulumi up` step to finish, you can exit it and import the cluster by using the `pulumi import` command once it has been provisioned. When the cluster is provisioned, you will receive an email notification, and you can also follow updates on the Target Environment web page of the Confluent Cloud website.
2900
+
2901
+ > **Note:** Refer to [eCKU/CKU comparison](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#ecku-cku-comparison) documentation for the minimum/maximum eCKU requirements for each cluster type.
2847
2902
  :param _builtins.str encryption_key: The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
2848
2903
  :param Sequence[_builtins.str] zones: (Required List of String) The list of zones the cluster is in.
2849
2904
  - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -2867,6 +2922,8 @@ class KafkaClusterDedicated(dict):
2867
2922
  !> **Warning:** You can only upgrade clusters from `basic` to `standard`.
2868
2923
 
2869
2924
  > **Note:** Currently, provisioning of a Dedicated Kafka cluster takes around 25 minutes on average but might take up to 24 hours. If you can't wait for the `pulumi up` step to finish, you can exit it and import the cluster by using the `pulumi import` command once it has been provisioned. When the cluster is provisioned, you will receive an email notification, and you can also follow updates on the Target Environment web page of the Confluent Cloud website.
2925
+
2926
+ > **Note:** Refer to [eCKU/CKU comparison](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#ecku-cku-comparison) documentation for the minimum/maximum eCKU requirements for each cluster type.
2870
2927
  """
2871
2928
  return pulumi.get(self, "cku")
2872
2929
 
@@ -2968,8 +3025,38 @@ class KafkaClusterEndpoint(dict):
2968
3025
 
2969
3026
  @pulumi.output_type
2970
3027
  class KafkaClusterEnterprise(dict):
2971
- def __init__(__self__):
2972
- pass
3028
+ @staticmethod
3029
+ def __key_warning(key: str):
3030
+ suggest = None
3031
+ if key == "maxEcku":
3032
+ suggest = "max_ecku"
3033
+
3034
+ if suggest:
3035
+ pulumi.log.warn(f"Key '{key}' not found in KafkaClusterEnterprise. Access the value via the '{suggest}' property getter instead.")
3036
+
3037
+ def __getitem__(self, key: str) -> Any:
3038
+ KafkaClusterEnterprise.__key_warning(key)
3039
+ return super().__getitem__(key)
3040
+
3041
+ def get(self, key: str, default = None) -> Any:
3042
+ KafkaClusterEnterprise.__key_warning(key)
3043
+ return super().get(key, default)
3044
+
3045
+ def __init__(__self__, *,
3046
+ max_ecku: Optional[_builtins.int] = None):
3047
+ """
3048
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
3049
+ """
3050
+ if max_ecku is not None:
3051
+ pulumi.set(__self__, "max_ecku", max_ecku)
3052
+
3053
+ @_builtins.property
3054
+ @pulumi.getter(name="maxEcku")
3055
+ def max_ecku(self) -> Optional[_builtins.int]:
3056
+ """
3057
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
3058
+ """
3059
+ return pulumi.get(self, "max_ecku")
2973
3060
 
2974
3061
 
2975
3062
  @pulumi.output_type
@@ -2992,15 +3079,44 @@ class KafkaClusterEnvironment(dict):
2992
3079
 
2993
3080
  @pulumi.output_type
2994
3081
  class KafkaClusterFreight(dict):
3082
+ @staticmethod
3083
+ def __key_warning(key: str):
3084
+ suggest = None
3085
+ if key == "maxEcku":
3086
+ suggest = "max_ecku"
3087
+
3088
+ if suggest:
3089
+ pulumi.log.warn(f"Key '{key}' not found in KafkaClusterFreight. Access the value via the '{suggest}' property getter instead.")
3090
+
3091
+ def __getitem__(self, key: str) -> Any:
3092
+ KafkaClusterFreight.__key_warning(key)
3093
+ return super().__getitem__(key)
3094
+
3095
+ def get(self, key: str, default = None) -> Any:
3096
+ KafkaClusterFreight.__key_warning(key)
3097
+ return super().get(key, default)
3098
+
2995
3099
  def __init__(__self__, *,
3100
+ max_ecku: Optional[_builtins.int] = None,
2996
3101
  zones: Optional[Sequence[_builtins.str]] = None):
2997
3102
  """
3103
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2998
3104
  :param Sequence[_builtins.str] zones: (Required List of String) The list of zones the cluster is in.
2999
3105
  - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
3000
3106
  """
3107
+ if max_ecku is not None:
3108
+ pulumi.set(__self__, "max_ecku", max_ecku)
3001
3109
  if zones is not None:
3002
3110
  pulumi.set(__self__, "zones", zones)
3003
3111
 
3112
+ @_builtins.property
3113
+ @pulumi.getter(name="maxEcku")
3114
+ def max_ecku(self) -> Optional[_builtins.int]:
3115
+ """
3116
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
3117
+ """
3118
+ return pulumi.get(self, "max_ecku")
3119
+
3004
3120
  @_builtins.property
3005
3121
  @pulumi.getter
3006
3122
  def zones(self) -> Optional[Sequence[_builtins.str]]:
@@ -3031,8 +3147,38 @@ class KafkaClusterNetwork(dict):
3031
3147
 
3032
3148
  @pulumi.output_type
3033
3149
  class KafkaClusterStandard(dict):
3034
- def __init__(__self__):
3035
- pass
3150
+ @staticmethod
3151
+ def __key_warning(key: str):
3152
+ suggest = None
3153
+ if key == "maxEcku":
3154
+ suggest = "max_ecku"
3155
+
3156
+ if suggest:
3157
+ pulumi.log.warn(f"Key '{key}' not found in KafkaClusterStandard. Access the value via the '{suggest}' property getter instead.")
3158
+
3159
+ def __getitem__(self, key: str) -> Any:
3160
+ KafkaClusterStandard.__key_warning(key)
3161
+ return super().__getitem__(key)
3162
+
3163
+ def get(self, key: str, default = None) -> Any:
3164
+ KafkaClusterStandard.__key_warning(key)
3165
+ return super().get(key, default)
3166
+
3167
+ def __init__(__self__, *,
3168
+ max_ecku: Optional[_builtins.int] = None):
3169
+ """
3170
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
3171
+ """
3172
+ if max_ecku is not None:
3173
+ pulumi.set(__self__, "max_ecku", max_ecku)
3174
+
3175
+ @_builtins.property
3176
+ @pulumi.getter(name="maxEcku")
3177
+ def max_ecku(self) -> Optional[_builtins.int]:
3178
+ """
3179
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
3180
+ """
3181
+ return pulumi.get(self, "max_ecku")
3036
3182
 
3037
3183
 
3038
3184
  @pulumi.output_type
@@ -4108,8 +4254,8 @@ class PrivateLinkAttachmentAzure(dict):
4108
4254
  private_link_service_alias: Optional[_builtins.str] = None,
4109
4255
  private_link_service_resource_id: Optional[_builtins.str] = None):
4110
4256
  """
4111
- :param _builtins.str private_link_service_alias: Azure PrivateLink service alias for the availability zone.
4112
- :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource id for the availability zone.
4257
+ :param _builtins.str private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
4258
+ :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
4113
4259
  """
4114
4260
  if private_link_service_alias is not None:
4115
4261
  pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
@@ -4120,7 +4266,7 @@ class PrivateLinkAttachmentAzure(dict):
4120
4266
  @pulumi.getter(name="privateLinkServiceAlias")
4121
4267
  def private_link_service_alias(self) -> Optional[_builtins.str]:
4122
4268
  """
4123
- Azure PrivateLink service alias for the availability zone.
4269
+ (Required String) Azure Private Link service alias for the availability zone.
4124
4270
  """
4125
4271
  return pulumi.get(self, "private_link_service_alias")
4126
4272
 
@@ -4128,7 +4274,7 @@ class PrivateLinkAttachmentAzure(dict):
4128
4274
  @pulumi.getter(name="privateLinkServiceResourceId")
4129
4275
  def private_link_service_resource_id(self) -> Optional[_builtins.str]:
4130
4276
  """
4131
- (Required String) Azure Private Link service resource id for the availability zone.
4277
+ (Required String) Azure Private Link service resource ID for the availability zone.
4132
4278
  """
4133
4279
  return pulumi.get(self, "private_link_service_resource_id")
4134
4280
 
@@ -4314,7 +4460,7 @@ class PrivateLinkAttachmentGcp(dict):
4314
4460
  def __init__(__self__, *,
4315
4461
  private_service_connect_service_attachment: Optional[_builtins.str] = None):
4316
4462
  """
4317
- :param _builtins.str private_service_connect_service_attachment: Id of a Private Service Connect Service Attachment in Confluent Cloud.
4463
+ :param _builtins.str private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
4318
4464
  """
4319
4465
  if private_service_connect_service_attachment is not None:
4320
4466
  pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
@@ -4323,11 +4469,131 @@ class PrivateLinkAttachmentGcp(dict):
4323
4469
  @pulumi.getter(name="privateServiceConnectServiceAttachment")
4324
4470
  def private_service_connect_service_attachment(self) -> Optional[_builtins.str]:
4325
4471
  """
4326
- Id of a Private Service Connect Service Attachment in Confluent Cloud.
4472
+ (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
4327
4473
  """
4328
4474
  return pulumi.get(self, "private_service_connect_service_attachment")
4329
4475
 
4330
4476
 
4477
+ @pulumi.output_type
4478
+ class ProviderIntegrationAuthorizationAzure(dict):
4479
+ @staticmethod
4480
+ def __key_warning(key: str):
4481
+ suggest = None
4482
+ if key == "customerAzureTenantId":
4483
+ suggest = "customer_azure_tenant_id"
4484
+ elif key == "confluentMultiTenantAppId":
4485
+ suggest = "confluent_multi_tenant_app_id"
4486
+
4487
+ if suggest:
4488
+ pulumi.log.warn(f"Key '{key}' not found in ProviderIntegrationAuthorizationAzure. Access the value via the '{suggest}' property getter instead.")
4489
+
4490
+ def __getitem__(self, key: str) -> Any:
4491
+ ProviderIntegrationAuthorizationAzure.__key_warning(key)
4492
+ return super().__getitem__(key)
4493
+
4494
+ def get(self, key: str, default = None) -> Any:
4495
+ ProviderIntegrationAuthorizationAzure.__key_warning(key)
4496
+ return super().get(key, default)
4497
+
4498
+ def __init__(__self__, *,
4499
+ customer_azure_tenant_id: _builtins.str,
4500
+ confluent_multi_tenant_app_id: Optional[_builtins.str] = None):
4501
+ """
4502
+ :param _builtins.str customer_azure_tenant_id: Customer's Azure Tenant ID.
4503
+ :param _builtins.str confluent_multi_tenant_app_id: (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
4504
+ """
4505
+ pulumi.set(__self__, "customer_azure_tenant_id", customer_azure_tenant_id)
4506
+ if confluent_multi_tenant_app_id is not None:
4507
+ pulumi.set(__self__, "confluent_multi_tenant_app_id", confluent_multi_tenant_app_id)
4508
+
4509
+ @_builtins.property
4510
+ @pulumi.getter(name="customerAzureTenantId")
4511
+ def customer_azure_tenant_id(self) -> _builtins.str:
4512
+ """
4513
+ Customer's Azure Tenant ID.
4514
+ """
4515
+ return pulumi.get(self, "customer_azure_tenant_id")
4516
+
4517
+ @_builtins.property
4518
+ @pulumi.getter(name="confluentMultiTenantAppId")
4519
+ def confluent_multi_tenant_app_id(self) -> Optional[_builtins.str]:
4520
+ """
4521
+ (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
4522
+ """
4523
+ return pulumi.get(self, "confluent_multi_tenant_app_id")
4524
+
4525
+
4526
+ @pulumi.output_type
4527
+ class ProviderIntegrationAuthorizationEnvironment(dict):
4528
+ def __init__(__self__, *,
4529
+ id: _builtins.str):
4530
+ """
4531
+ :param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
4532
+ """
4533
+ pulumi.set(__self__, "id", id)
4534
+
4535
+ @_builtins.property
4536
+ @pulumi.getter
4537
+ def id(self) -> _builtins.str:
4538
+ """
4539
+ The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
4540
+ """
4541
+ return pulumi.get(self, "id")
4542
+
4543
+
4544
+ @pulumi.output_type
4545
+ class ProviderIntegrationAuthorizationGcp(dict):
4546
+ @staticmethod
4547
+ def __key_warning(key: str):
4548
+ suggest = None
4549
+ if key == "customerGoogleServiceAccount":
4550
+ suggest = "customer_google_service_account"
4551
+ elif key == "googleServiceAccount":
4552
+ suggest = "google_service_account"
4553
+
4554
+ if suggest:
4555
+ pulumi.log.warn(f"Key '{key}' not found in ProviderIntegrationAuthorizationGcp. Access the value via the '{suggest}' property getter instead.")
4556
+
4557
+ def __getitem__(self, key: str) -> Any:
4558
+ ProviderIntegrationAuthorizationGcp.__key_warning(key)
4559
+ return super().__getitem__(key)
4560
+
4561
+ def get(self, key: str, default = None) -> Any:
4562
+ ProviderIntegrationAuthorizationGcp.__key_warning(key)
4563
+ return super().get(key, default)
4564
+
4565
+ def __init__(__self__, *,
4566
+ customer_google_service_account: _builtins.str,
4567
+ google_service_account: Optional[_builtins.str] = None):
4568
+ """
4569
+ :param _builtins.str customer_google_service_account: Customer's Google Service Account that Confluent Cloud impersonates.
4570
+
4571
+ > **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
4572
+ :param _builtins.str google_service_account: (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
4573
+ """
4574
+ pulumi.set(__self__, "customer_google_service_account", customer_google_service_account)
4575
+ if google_service_account is not None:
4576
+ pulumi.set(__self__, "google_service_account", google_service_account)
4577
+
4578
+ @_builtins.property
4579
+ @pulumi.getter(name="customerGoogleServiceAccount")
4580
+ def customer_google_service_account(self) -> _builtins.str:
4581
+ """
4582
+ Customer's Google Service Account that Confluent Cloud impersonates.
4583
+
4584
+ > **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
4585
+ """
4586
+ return pulumi.get(self, "customer_google_service_account")
4587
+
4588
+ @_builtins.property
4589
+ @pulumi.getter(name="googleServiceAccount")
4590
+ def google_service_account(self) -> Optional[_builtins.str]:
4591
+ """
4592
+ (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
4593
+ """
4594
+ return pulumi.get(self, "google_service_account")
4595
+
4596
+
4331
4597
  @pulumi.output_type
4332
4598
  class ProviderIntegrationAws(dict):
4333
4599
  @staticmethod
@@ -4417,6 +4683,24 @@ class ProviderIntegrationEnvironment(dict):
4417
4683
  return pulumi.get(self, "id")
4418
4684
 
4419
4685
 
4686
+ @pulumi.output_type
4687
+ class ProviderIntegrationSetupEnvironment(dict):
4688
+ def __init__(__self__, *,
4689
+ id: _builtins.str):
4690
+ """
4691
+ :param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
4692
+ """
4693
+ pulumi.set(__self__, "id", id)
4694
+
4695
+ @_builtins.property
4696
+ @pulumi.getter
4697
+ def id(self) -> _builtins.str:
4698
+ """
4699
+ The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
4700
+ """
4701
+ return pulumi.get(self, "id")
4702
+
4703
+
4420
4704
  @pulumi.output_type
4421
4705
  class SchemaCredentials(dict):
4422
4706
  def __init__(__self__, *,
@@ -5260,6 +5544,81 @@ class SubjectModeSchemaRegistryCluster(dict):
5260
5544
  return pulumi.get(self, "id")
5261
5545
 
5262
5546
 
5547
+ @pulumi.output_type
5548
+ class TableflowTopicAzureDataLakeStorageGen2(dict):
5549
+ @staticmethod
5550
+ def __key_warning(key: str):
5551
+ suggest = None
5552
+ if key == "containerName":
5553
+ suggest = "container_name"
5554
+ elif key == "providerIntegrationId":
5555
+ suggest = "provider_integration_id"
5556
+ elif key == "storageAccountName":
5557
+ suggest = "storage_account_name"
5558
+ elif key == "storageRegion":
5559
+ suggest = "storage_region"
5560
+
5561
+ if suggest:
5562
+ pulumi.log.warn(f"Key '{key}' not found in TableflowTopicAzureDataLakeStorageGen2. Access the value via the '{suggest}' property getter instead.")
5563
+
5564
+ def __getitem__(self, key: str) -> Any:
5565
+ TableflowTopicAzureDataLakeStorageGen2.__key_warning(key)
5566
+ return super().__getitem__(key)
5567
+
5568
+ def get(self, key: str, default = None) -> Any:
5569
+ TableflowTopicAzureDataLakeStorageGen2.__key_warning(key)
5570
+ return super().get(key, default)
5571
+
5572
+ def __init__(__self__, *,
5573
+ container_name: _builtins.str,
5574
+ provider_integration_id: _builtins.str,
5575
+ storage_account_name: _builtins.str,
5576
+ storage_region: Optional[_builtins.str] = None):
5577
+ """
5578
+ :param _builtins.str container_name: The container name.
5579
+ :param _builtins.str provider_integration_id: The provider integration id.
5580
+ :param _builtins.str storage_account_name: The storage account name.
5581
+ :param _builtins.str storage_region: (Required String) The storage region.
5582
+ """
5583
+ pulumi.set(__self__, "container_name", container_name)
5584
+ pulumi.set(__self__, "provider_integration_id", provider_integration_id)
5585
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
5586
+ if storage_region is not None:
5587
+ pulumi.set(__self__, "storage_region", storage_region)
5588
+
5589
+ @_builtins.property
5590
+ @pulumi.getter(name="containerName")
5591
+ def container_name(self) -> _builtins.str:
5592
+ """
5593
+ The container name.
5594
+ """
5595
+ return pulumi.get(self, "container_name")
5596
+
5597
+ @_builtins.property
5598
+ @pulumi.getter(name="providerIntegrationId")
5599
+ def provider_integration_id(self) -> _builtins.str:
5600
+ """
5601
+ The provider integration id.
5602
+ """
5603
+ return pulumi.get(self, "provider_integration_id")
5604
+
5605
+ @_builtins.property
5606
+ @pulumi.getter(name="storageAccountName")
5607
+ def storage_account_name(self) -> _builtins.str:
5608
+ """
5609
+ The storage account name.
5610
+ """
5611
+ return pulumi.get(self, "storage_account_name")
5612
+
5613
+ @_builtins.property
5614
+ @pulumi.getter(name="storageRegion")
5615
+ def storage_region(self) -> Optional[_builtins.str]:
5616
+ """
5617
+ (Required String) The storage region.
5618
+ """
5619
+ return pulumi.get(self, "storage_region")
5620
+
5621
+
5263
5622
  @pulumi.output_type
5264
5623
  class TableflowTopicByobAws(dict):
5265
5624
  @staticmethod
@@ -5369,6 +5728,54 @@ class TableflowTopicEnvironment(dict):
5369
5728
  return pulumi.get(self, "id")
5370
5729
 
5371
5730
 
5731
+ @pulumi.output_type
5732
+ class TableflowTopicErrorHandling(dict):
5733
+ @staticmethod
5734
+ def __key_warning(key: str):
5735
+ suggest = None
5736
+ if key == "logTarget":
5737
+ suggest = "log_target"
5738
+
5739
+ if suggest:
5740
+ pulumi.log.warn(f"Key '{key}' not found in TableflowTopicErrorHandling. Access the value via the '{suggest}' property getter instead.")
5741
+
5742
+ def __getitem__(self, key: str) -> Any:
5743
+ TableflowTopicErrorHandling.__key_warning(key)
5744
+ return super().__getitem__(key)
5745
+
5746
+ def get(self, key: str, default = None) -> Any:
5747
+ TableflowTopicErrorHandling.__key_warning(key)
5748
+ return super().get(key, default)
5749
+
5750
+ def __init__(__self__, *,
5751
+ log_target: Optional[_builtins.str] = None,
5752
+ mode: Optional[_builtins.str] = None):
5753
+ """
5754
+ :param _builtins.str log_target: The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
5755
+ :param _builtins.str mode: The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
5756
+ """
5757
+ if log_target is not None:
5758
+ pulumi.set(__self__, "log_target", log_target)
5759
+ if mode is not None:
5760
+ pulumi.set(__self__, "mode", mode)
5761
+
5762
+ @_builtins.property
5763
+ @pulumi.getter(name="logTarget")
5764
+ def log_target(self) -> Optional[_builtins.str]:
5765
+ """
5766
+ The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
5767
+ """
5768
+ return pulumi.get(self, "log_target")
5769
+
5770
+ @_builtins.property
5771
+ @pulumi.getter
5772
+ def mode(self) -> Optional[_builtins.str]:
5773
+ """
5774
+ The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
5775
+ """
5776
+ return pulumi.get(self, "mode")
5777
+
5778
+
5372
5779
  @pulumi.output_type
5373
5780
  class TableflowTopicKafkaCluster(dict):
5374
5781
  def __init__(__self__, *,
@@ -7047,8 +7454,20 @@ class GetKafkaClientQuotaThroughputResult(dict):
7047
7454
 
7048
7455
  @pulumi.output_type
7049
7456
  class GetKafkaClusterBasicResult(dict):
7050
- def __init__(__self__):
7051
- pass
7457
+ def __init__(__self__, *,
7458
+ max_ecku: _builtins.int):
7459
+ """
7460
+ :param _builtins.int max_ecku: (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7461
+ """
7462
+ pulumi.set(__self__, "max_ecku", max_ecku)
7463
+
7464
+ @_builtins.property
7465
+ @pulumi.getter(name="maxEcku")
7466
+ def max_ecku(self) -> _builtins.int:
7467
+ """
7468
+ (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7469
+ """
7470
+ return pulumi.get(self, "max_ecku")
7052
7471
 
7053
7472
 
7054
7473
  @pulumi.output_type
@@ -7168,14 +7587,26 @@ class GetKafkaClusterEndpointResult(dict):
7168
7587
 
7169
7588
  @pulumi.output_type
7170
7589
  class GetKafkaClusterEnterpriseResult(dict):
7171
- def __init__(__self__):
7172
- pass
7173
-
7174
-
7175
- @pulumi.output_type
7176
- class GetKafkaClusterEnvironmentResult(dict):
7177
7590
  def __init__(__self__, *,
7178
- id: _builtins.str):
7591
+ max_ecku: _builtins.int):
7592
+ """
7593
+ :param _builtins.int max_ecku: (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7594
+ """
7595
+ pulumi.set(__self__, "max_ecku", max_ecku)
7596
+
7597
+ @_builtins.property
7598
+ @pulumi.getter(name="maxEcku")
7599
+ def max_ecku(self) -> _builtins.int:
7600
+ """
7601
+ (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7602
+ """
7603
+ return pulumi.get(self, "max_ecku")
7604
+
7605
+
7606
+ @pulumi.output_type
7607
+ class GetKafkaClusterEnvironmentResult(dict):
7608
+ def __init__(__self__, *,
7609
+ id: _builtins.str):
7179
7610
  """
7180
7611
  :param _builtins.str id: The ID of the Environment that the Kafka cluster belongs to, for example, `env-xyz456`.
7181
7612
 
@@ -7197,15 +7628,26 @@ class GetKafkaClusterEnvironmentResult(dict):
7197
7628
  @pulumi.output_type
7198
7629
  class GetKafkaClusterFreightResult(dict):
7199
7630
  def __init__(__self__, *,
7631
+ max_ecku: _builtins.int,
7200
7632
  zones: Sequence[_builtins.str]):
7201
7633
  """
7634
+ :param _builtins.int max_ecku: (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7202
7635
  :param Sequence[_builtins.str] zones: (Required List of String) The list of zones the cluster is in.
7203
7636
  - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
7204
7637
  - On GCP, zones are GCP [zones](https://cloud.google.com/compute/docs/regions-zones), for example, `us-central1-c`.
7205
7638
  - On Azure, zones are Confluent-chosen names (for example, `1`, `2`, `3`) since Azure does not have universal zone identifiers.
7206
7639
  """
7640
+ pulumi.set(__self__, "max_ecku", max_ecku)
7207
7641
  pulumi.set(__self__, "zones", zones)
7208
7642
 
7643
+ @_builtins.property
7644
+ @pulumi.getter(name="maxEcku")
7645
+ def max_ecku(self) -> _builtins.int:
7646
+ """
7647
+ (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7648
+ """
7649
+ return pulumi.get(self, "max_ecku")
7650
+
7209
7651
  @_builtins.property
7210
7652
  @pulumi.getter
7211
7653
  def zones(self) -> Sequence[_builtins.str]:
@@ -7238,8 +7680,499 @@ class GetKafkaClusterNetworkResult(dict):
7238
7680
 
7239
7681
  @pulumi.output_type
7240
7682
  class GetKafkaClusterStandardResult(dict):
7241
- def __init__(__self__):
7242
- pass
7683
+ def __init__(__self__, *,
7684
+ max_ecku: _builtins.int):
7685
+ """
7686
+ :param _builtins.int max_ecku: (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7687
+ """
7688
+ pulumi.set(__self__, "max_ecku", max_ecku)
7689
+
7690
+ @_builtins.property
7691
+ @pulumi.getter(name="maxEcku")
7692
+ def max_ecku(self) -> _builtins.int:
7693
+ """
7694
+ (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
7695
+ """
7696
+ return pulumi.get(self, "max_ecku")
7697
+
7698
+
7699
+ @pulumi.output_type
7700
+ class GetKafkaClustersClusterResult(dict):
7701
+ def __init__(__self__, *,
7702
+ api_version: _builtins.str,
7703
+ availability: _builtins.str,
7704
+ bootstrap_endpoint: _builtins.str,
7705
+ byok_keys: Sequence['outputs.GetKafkaClustersClusterByokKeyResult'],
7706
+ cloud: _builtins.str,
7707
+ display_name: _builtins.str,
7708
+ endpoints: Sequence['outputs.GetKafkaClustersClusterEndpointResult'],
7709
+ environment: 'outputs.GetKafkaClustersClusterEnvironmentResult',
7710
+ id: _builtins.str,
7711
+ kind: _builtins.str,
7712
+ networks: Sequence['outputs.GetKafkaClustersClusterNetworkResult'],
7713
+ rbac_crn: _builtins.str,
7714
+ region: _builtins.str,
7715
+ rest_endpoint: _builtins.str,
7716
+ basics: Optional[Sequence['outputs.GetKafkaClustersClusterBasicResult']] = None,
7717
+ dedicated: Optional['outputs.GetKafkaClustersClusterDedicatedResult'] = None,
7718
+ enterprises: Optional[Sequence['outputs.GetKafkaClustersClusterEnterpriseResult']] = None,
7719
+ freights: Optional[Sequence['outputs.GetKafkaClustersClusterFreightResult']] = None,
7720
+ standards: Optional[Sequence['outputs.GetKafkaClustersClusterStandardResult']] = None):
7721
+ """
7722
+ :param _builtins.str api_version: (Required String) An API Version of the schema version of the Kafka cluster, for example, `cmk/v2`.
7723
+ :param _builtins.str availability: (Required String) The availability zone configuration of the Kafka cluster. Accepted values are: `SINGLE_ZONE`, `MULTI_ZONE`, `LOW`, and `HIGH`.
7724
+ :param _builtins.str bootstrap_endpoint: (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example, `lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092`).
7725
+ :param Sequence['GetKafkaClustersClusterByokKeyArgs'] byok_keys: (Optional Configuration Block) supports the following:
7726
+ :param _builtins.str cloud: (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are: `AWS`, `AZURE`, and `GCP`.
7727
+ :param _builtins.str display_name: (Required String) The name of the Kafka cluster.
7728
+ :param Sequence['GetKafkaClustersClusterEndpointArgs'] endpoints: (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
7729
+ :param 'GetKafkaClustersClusterEnvironmentArgs' environment: (Required Object) exports the following attributes:
7730
+ :param _builtins.str id: (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
7731
+ :param _builtins.str kind: (Required String) A kind of the Kafka cluster, for example, `Cluster`.
7732
+ :param Sequence['GetKafkaClustersClusterNetworkArgs'] networks: (Optional Configuration Block) supports the following:
7733
+ :param _builtins.str rbac_crn: (Required String) The Confluent Resource Name of the Kafka cluster, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123`.
7734
+ :param _builtins.str region: (Required String) The cloud service provider region where the Kafka cluster is running, for example, `us-west-2`. See [Cloud Providers and Regions](https://docs.confluent.io/cloud/current/clusters/regions.html#cloud-providers-and-regions) for a full list of options for AWS, Azure, and GCP.
7735
+ :param _builtins.str rest_endpoint: (Required String) The REST endpoint of the Kafka cluster (for example, `https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443`).
7736
+ :param Sequence['GetKafkaClustersClusterBasicArgs'] basics: (Optional Configuration Block) The configuration of the Basic Kafka cluster.
7737
+ :param 'GetKafkaClustersClusterDedicatedArgs' dedicated: (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
7738
+ :param Sequence['GetKafkaClustersClusterEnterpriseArgs'] enterprises: (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
7739
+ :param Sequence['GetKafkaClustersClusterFreightArgs'] freights: (Optional Configuration Block) The configuration of the Freight Kafka cluster.
7740
+ :param Sequence['GetKafkaClustersClusterStandardArgs'] standards: (Optional Configuration Block) The configuration of the Standard Kafka cluster.
7741
+ """
7742
+ pulumi.set(__self__, "api_version", api_version)
7743
+ pulumi.set(__self__, "availability", availability)
7744
+ pulumi.set(__self__, "bootstrap_endpoint", bootstrap_endpoint)
7745
+ pulumi.set(__self__, "byok_keys", byok_keys)
7746
+ pulumi.set(__self__, "cloud", cloud)
7747
+ pulumi.set(__self__, "display_name", display_name)
7748
+ pulumi.set(__self__, "endpoints", endpoints)
7749
+ pulumi.set(__self__, "environment", environment)
7750
+ pulumi.set(__self__, "id", id)
7751
+ pulumi.set(__self__, "kind", kind)
7752
+ pulumi.set(__self__, "networks", networks)
7753
+ pulumi.set(__self__, "rbac_crn", rbac_crn)
7754
+ pulumi.set(__self__, "region", region)
7755
+ pulumi.set(__self__, "rest_endpoint", rest_endpoint)
7756
+ if basics is not None:
7757
+ pulumi.set(__self__, "basics", basics)
7758
+ if dedicated is not None:
7759
+ pulumi.set(__self__, "dedicated", dedicated)
7760
+ if enterprises is not None:
7761
+ pulumi.set(__self__, "enterprises", enterprises)
7762
+ if freights is not None:
7763
+ pulumi.set(__self__, "freights", freights)
7764
+ if standards is not None:
7765
+ pulumi.set(__self__, "standards", standards)
7766
+
7767
+ @_builtins.property
7768
+ @pulumi.getter(name="apiVersion")
7769
+ def api_version(self) -> _builtins.str:
7770
+ """
7771
+ (Required String) An API Version of the schema version of the Kafka cluster, for example, `cmk/v2`.
7772
+ """
7773
+ return pulumi.get(self, "api_version")
7774
+
7775
+ @_builtins.property
7776
+ @pulumi.getter
7777
+ def availability(self) -> _builtins.str:
7778
+ """
7779
+ (Required String) The availability zone configuration of the Kafka cluster. Accepted values are: `SINGLE_ZONE`, `MULTI_ZONE`, `LOW`, and `HIGH`.
7780
+ """
7781
+ return pulumi.get(self, "availability")
7782
+
7783
+ @_builtins.property
7784
+ @pulumi.getter(name="bootstrapEndpoint")
7785
+ def bootstrap_endpoint(self) -> _builtins.str:
7786
+ """
7787
+ (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example, `lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092`).
7788
+ """
7789
+ return pulumi.get(self, "bootstrap_endpoint")
7790
+
7791
+ @_builtins.property
7792
+ @pulumi.getter(name="byokKeys")
7793
+ def byok_keys(self) -> Sequence['outputs.GetKafkaClustersClusterByokKeyResult']:
7794
+ """
7795
+ (Optional Configuration Block) supports the following:
7796
+ """
7797
+ return pulumi.get(self, "byok_keys")
7798
+
7799
+ @_builtins.property
7800
+ @pulumi.getter
7801
+ def cloud(self) -> _builtins.str:
7802
+ """
7803
+ (Required String) The cloud service provider that runs the Kafka cluster. Accepted values are: `AWS`, `AZURE`, and `GCP`.
7804
+ """
7805
+ return pulumi.get(self, "cloud")
7806
+
7807
+ @_builtins.property
7808
+ @pulumi.getter(name="displayName")
7809
+ def display_name(self) -> _builtins.str:
7810
+ """
7811
+ (Required String) The name of the Kafka cluster.
7812
+ """
7813
+ return pulumi.get(self, "display_name")
7814
+
7815
+ @_builtins.property
7816
+ @pulumi.getter
7817
+ def endpoints(self) -> Sequence['outputs.GetKafkaClustersClusterEndpointResult']:
7818
+ """
7819
+ (Optional List) The list of endpoints for connecting to the Kafka cluster. These endpoints provide different network access methods or regions for connecting to the cluster:
7820
+ """
7821
+ return pulumi.get(self, "endpoints")
7822
+
7823
+ @_builtins.property
7824
+ @pulumi.getter
7825
+ def environment(self) -> 'outputs.GetKafkaClustersClusterEnvironmentResult':
7826
+ """
7827
+ (Required Object) exports the following attributes:
7828
+ """
7829
+ return pulumi.get(self, "environment")
7830
+
7831
+ @_builtins.property
7832
+ @pulumi.getter
7833
+ def id(self) -> _builtins.str:
7834
+ """
7835
+ (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
7836
+ """
7837
+ return pulumi.get(self, "id")
7838
+
7839
+ @_builtins.property
7840
+ @pulumi.getter
7841
+ def kind(self) -> _builtins.str:
7842
+ """
7843
+ (Required String) A kind of the Kafka cluster, for example, `Cluster`.
7844
+ """
7845
+ return pulumi.get(self, "kind")
7846
+
7847
+ @_builtins.property
7848
+ @pulumi.getter
7849
+ def networks(self) -> Sequence['outputs.GetKafkaClustersClusterNetworkResult']:
7850
+ """
7851
+ (Optional Configuration Block) supports the following:
7852
+ """
7853
+ return pulumi.get(self, "networks")
7854
+
7855
+ @_builtins.property
7856
+ @pulumi.getter(name="rbacCrn")
7857
+ def rbac_crn(self) -> _builtins.str:
7858
+ """
7859
+ (Required String) The Confluent Resource Name of the Kafka cluster, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/cloud-cluster=lkc-abc123`.
7860
+ """
7861
+ return pulumi.get(self, "rbac_crn")
7862
+
7863
+ @_builtins.property
7864
+ @pulumi.getter
7865
+ def region(self) -> _builtins.str:
7866
+ """
7867
+ (Required String) The cloud service provider region where the Kafka cluster is running, for example, `us-west-2`. See [Cloud Providers and Regions](https://docs.confluent.io/cloud/current/clusters/regions.html#cloud-providers-and-regions) for a full list of options for AWS, Azure, and GCP.
7868
+ """
7869
+ return pulumi.get(self, "region")
7870
+
7871
+ @_builtins.property
7872
+ @pulumi.getter(name="restEndpoint")
7873
+ def rest_endpoint(self) -> _builtins.str:
7874
+ """
7875
+ (Required String) The REST endpoint of the Kafka cluster (for example, `https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443`).
7876
+ """
7877
+ return pulumi.get(self, "rest_endpoint")
7878
+
7879
+ @_builtins.property
7880
+ @pulumi.getter
7881
+ def basics(self) -> Optional[Sequence['outputs.GetKafkaClustersClusterBasicResult']]:
7882
+ """
7883
+ (Optional Configuration Block) The configuration of the Basic Kafka cluster.
7884
+ """
7885
+ return pulumi.get(self, "basics")
7886
+
7887
+ @_builtins.property
7888
+ @pulumi.getter
7889
+ def dedicated(self) -> Optional['outputs.GetKafkaClustersClusterDedicatedResult']:
7890
+ """
7891
+ (Optional Configuration Block) The configuration of the Dedicated Kafka cluster. It supports the following:
7892
+ """
7893
+ return pulumi.get(self, "dedicated")
7894
+
7895
+ @_builtins.property
7896
+ @pulumi.getter
7897
+ def enterprises(self) -> Optional[Sequence['outputs.GetKafkaClustersClusterEnterpriseResult']]:
7898
+ """
7899
+ (Optional Configuration Block) The configuration of the Enterprise Kafka cluster.
7900
+ """
7901
+ return pulumi.get(self, "enterprises")
7902
+
7903
+ @_builtins.property
7904
+ @pulumi.getter
7905
+ def freights(self) -> Optional[Sequence['outputs.GetKafkaClustersClusterFreightResult']]:
7906
+ """
7907
+ (Optional Configuration Block) The configuration of the Freight Kafka cluster.
7908
+ """
7909
+ return pulumi.get(self, "freights")
7910
+
7911
+ @_builtins.property
7912
+ @pulumi.getter
7913
+ def standards(self) -> Optional[Sequence['outputs.GetKafkaClustersClusterStandardResult']]:
7914
+ """
7915
+ (Optional Configuration Block) The configuration of the Standard Kafka cluster.
7916
+ """
7917
+ return pulumi.get(self, "standards")
7918
+
7919
+
7920
+ @pulumi.output_type
7921
+ class GetKafkaClustersClusterBasicResult(dict):
7922
+ def __init__(__self__, *,
7923
+ max_ecku: _builtins.int):
7924
+ """
7925
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
7926
+ """
7927
+ pulumi.set(__self__, "max_ecku", max_ecku)
7928
+
7929
+ @_builtins.property
7930
+ @pulumi.getter(name="maxEcku")
7931
+ def max_ecku(self) -> _builtins.int:
7932
+ """
7933
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
7934
+ """
7935
+ return pulumi.get(self, "max_ecku")
7936
+
7937
+
7938
+ @pulumi.output_type
7939
+ class GetKafkaClustersClusterByokKeyResult(dict):
7940
+ def __init__(__self__, *,
7941
+ id: _builtins.str):
7942
+ """
7943
+ :param _builtins.str id: (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
7944
+ """
7945
+ pulumi.set(__self__, "id", id)
7946
+
7947
+ @_builtins.property
7948
+ @pulumi.getter
7949
+ def id(self) -> _builtins.str:
7950
+ """
7951
+ (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
7952
+ """
7953
+ return pulumi.get(self, "id")
7954
+
7955
+
7956
+ @pulumi.output_type
7957
+ class GetKafkaClustersClusterDedicatedResult(dict):
7958
+ def __init__(__self__, *,
7959
+ cku: _builtins.int,
7960
+ encryption_key: _builtins.str,
7961
+ zones: Sequence[_builtins.str]):
7962
+ """
7963
+ :param _builtins.int cku: (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for `SINGLE_ZONE` dedicated clusters is `1` whereas `MULTI_ZONE` dedicated clusters must have `2` CKUs or more.
7964
+ :param _builtins.str encryption_key: The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
7965
+ :param Sequence[_builtins.str] zones: (Required List of String) The list of zones the cluster is in.
7966
+ - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
7967
+ - On GCP, zones are GCP [zones](https://cloud.google.com/compute/docs/regions-zones), for example, `us-central1-c`.
7968
+ - On Azure, zones are Confluent-chosen names (for example, `1`, `2`, `3`) since Azure does not have universal zone identifiers.
7969
+ """
7970
+ pulumi.set(__self__, "cku", cku)
7971
+ pulumi.set(__self__, "encryption_key", encryption_key)
7972
+ pulumi.set(__self__, "zones", zones)
7973
+
7974
+ @_builtins.property
7975
+ @pulumi.getter
7976
+ def cku(self) -> _builtins.int:
7977
+ """
7978
+ (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for `SINGLE_ZONE` dedicated clusters is `1` whereas `MULTI_ZONE` dedicated clusters must have `2` CKUs or more.
7979
+ """
7980
+ return pulumi.get(self, "cku")
7981
+
7982
+ @_builtins.property
7983
+ @pulumi.getter(name="encryptionKey")
7984
+ def encryption_key(self) -> _builtins.str:
7985
+ """
7986
+ The ID of the encryption key that is used to encrypt the data in the Kafka cluster.
7987
+ """
7988
+ return pulumi.get(self, "encryption_key")
7989
+
7990
+ @_builtins.property
7991
+ @pulumi.getter
7992
+ def zones(self) -> Sequence[_builtins.str]:
7993
+ """
7994
+ (Required List of String) The list of zones the cluster is in.
7995
+ - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
7996
+ - On GCP, zones are GCP [zones](https://cloud.google.com/compute/docs/regions-zones), for example, `us-central1-c`.
7997
+ - On Azure, zones are Confluent-chosen names (for example, `1`, `2`, `3`) since Azure does not have universal zone identifiers.
7998
+ """
7999
+ return pulumi.get(self, "zones")
8000
+
8001
+
8002
+ @pulumi.output_type
8003
+ class GetKafkaClustersClusterEndpointResult(dict):
8004
+ def __init__(__self__, *,
8005
+ access_point_id: _builtins.str,
8006
+ bootstrap_endpoint: _builtins.str,
8007
+ connection_type: _builtins.str,
8008
+ rest_endpoint: _builtins.str):
8009
+ """
8010
+ :param _builtins.str access_point_id: (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs `PUBLIC` and `PRIVATE_LINK` are reserved.
8011
+ :param _builtins.str bootstrap_endpoint: (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example, `lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092`).
8012
+ :param _builtins.str connection_type: (Required String) The type of connection used for the endpoint (for example, `PRIVATE_NETWORK_INTERFACE`).
8013
+ :param _builtins.str rest_endpoint: (Required String) The REST endpoint of the Kafka cluster (for example, `https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443`).
8014
+ """
8015
+ pulumi.set(__self__, "access_point_id", access_point_id)
8016
+ pulumi.set(__self__, "bootstrap_endpoint", bootstrap_endpoint)
8017
+ pulumi.set(__self__, "connection_type", connection_type)
8018
+ pulumi.set(__self__, "rest_endpoint", rest_endpoint)
8019
+
8020
+ @_builtins.property
8021
+ @pulumi.getter(name="accessPointId")
8022
+ def access_point_id(self) -> _builtins.str:
8023
+ """
8024
+ (Required String) The ID of the Access Point that the endpoint corresponds to. Access Point IDs `PUBLIC` and `PRIVATE_LINK` are reserved.
8025
+ """
8026
+ return pulumi.get(self, "access_point_id")
8027
+
8028
+ @_builtins.property
8029
+ @pulumi.getter(name="bootstrapEndpoint")
8030
+ def bootstrap_endpoint(self) -> _builtins.str:
8031
+ """
8032
+ (Required String) The bootstrap endpoint used by Kafka clients to connect to the cluster (for example, `lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:9092`).
8033
+ """
8034
+ return pulumi.get(self, "bootstrap_endpoint")
8035
+
8036
+ @_builtins.property
8037
+ @pulumi.getter(name="connectionType")
8038
+ def connection_type(self) -> _builtins.str:
8039
+ """
8040
+ (Required String) The type of connection used for the endpoint (for example, `PRIVATE_NETWORK_INTERFACE`).
8041
+ """
8042
+ return pulumi.get(self, "connection_type")
8043
+
8044
+ @_builtins.property
8045
+ @pulumi.getter(name="restEndpoint")
8046
+ def rest_endpoint(self) -> _builtins.str:
8047
+ """
8048
+ (Required String) The REST endpoint of the Kafka cluster (for example, `https://lkc-abc123-apfoo123.eu-west-3.aws.accesspoint.glb.confluent.cloud:443`).
8049
+ """
8050
+ return pulumi.get(self, "rest_endpoint")
8051
+
8052
+
8053
+ @pulumi.output_type
8054
+ class GetKafkaClustersClusterEnterpriseResult(dict):
8055
+ def __init__(__self__, *,
8056
+ max_ecku: _builtins.int):
8057
+ """
8058
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
8059
+ """
8060
+ pulumi.set(__self__, "max_ecku", max_ecku)
8061
+
8062
+ @_builtins.property
8063
+ @pulumi.getter(name="maxEcku")
8064
+ def max_ecku(self) -> _builtins.int:
8065
+ """
8066
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
8067
+ """
8068
+ return pulumi.get(self, "max_ecku")
8069
+
8070
+
8071
+ @pulumi.output_type
8072
+ class GetKafkaClustersClusterEnvironmentResult(dict):
8073
+ def __init__(__self__, *,
8074
+ id: _builtins.str):
8075
+ """
8076
+ :param _builtins.str id: The ID of the Environment that the Kafka clusters belongs to, for example, `env-xyz456`.
8077
+ """
8078
+ pulumi.set(__self__, "id", id)
8079
+
8080
+ @_builtins.property
8081
+ @pulumi.getter
8082
+ def id(self) -> _builtins.str:
8083
+ """
8084
+ The ID of the Environment that the Kafka clusters belongs to, for example, `env-xyz456`.
8085
+ """
8086
+ return pulumi.get(self, "id")
8087
+
8088
+
8089
+ @pulumi.output_type
8090
+ class GetKafkaClustersClusterFreightResult(dict):
8091
+ def __init__(__self__, *,
8092
+ max_ecku: _builtins.int,
8093
+ zones: Sequence[_builtins.str]):
8094
+ """
8095
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
8096
+ :param Sequence[_builtins.str] zones: (Required List of String) The list of zones the cluster is in.
8097
+ - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
8098
+ - On GCP, zones are GCP [zones](https://cloud.google.com/compute/docs/regions-zones), for example, `us-central1-c`.
8099
+ - On Azure, zones are Confluent-chosen names (for example, `1`, `2`, `3`) since Azure does not have universal zone identifiers.
8100
+ """
8101
+ pulumi.set(__self__, "max_ecku", max_ecku)
8102
+ pulumi.set(__self__, "zones", zones)
8103
+
8104
+ @_builtins.property
8105
+ @pulumi.getter(name="maxEcku")
8106
+ def max_ecku(self) -> _builtins.int:
8107
+ """
8108
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
8109
+ """
8110
+ return pulumi.get(self, "max_ecku")
8111
+
8112
+ @_builtins.property
8113
+ @pulumi.getter
8114
+ def zones(self) -> Sequence[_builtins.str]:
8115
+ """
8116
+ (Required List of String) The list of zones the cluster is in.
8117
+ - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
8118
+ - On GCP, zones are GCP [zones](https://cloud.google.com/compute/docs/regions-zones), for example, `us-central1-c`.
8119
+ - On Azure, zones are Confluent-chosen names (for example, `1`, `2`, `3`) since Azure does not have universal zone identifiers.
8120
+ """
8121
+ return pulumi.get(self, "zones")
8122
+
8123
+
8124
+ @pulumi.output_type
8125
+ class GetKafkaClustersClusterNetworkResult(dict):
8126
+ def __init__(__self__, *,
8127
+ id: _builtins.str):
8128
+ """
8129
+ :param _builtins.str id: (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
8130
+ """
8131
+ pulumi.set(__self__, "id", id)
8132
+
8133
+ @_builtins.property
8134
+ @pulumi.getter
8135
+ def id(self) -> _builtins.str:
8136
+ """
8137
+ (Required String) The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
8138
+ """
8139
+ return pulumi.get(self, "id")
8140
+
8141
+
8142
+ @pulumi.output_type
8143
+ class GetKafkaClustersClusterStandardResult(dict):
8144
+ def __init__(__self__, *,
8145
+ max_ecku: _builtins.int):
8146
+ """
8147
+ :param _builtins.int max_ecku: The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
8148
+ """
8149
+ pulumi.set(__self__, "max_ecku", max_ecku)
8150
+
8151
+ @_builtins.property
8152
+ @pulumi.getter(name="maxEcku")
8153
+ def max_ecku(self) -> _builtins.int:
8154
+ """
8155
+ The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
8156
+ """
8157
+ return pulumi.get(self, "max_ecku")
8158
+
8159
+
8160
+ @pulumi.output_type
8161
+ class GetKafkaClustersEnvironmentResult(dict):
8162
+ def __init__(__self__, *,
8163
+ id: _builtins.str):
8164
+ """
8165
+ :param _builtins.str id: The ID of the Environment that the Kafka clusters belongs to, for example, `env-xyz456`.
8166
+ """
8167
+ pulumi.set(__self__, "id", id)
8168
+
8169
+ @_builtins.property
8170
+ @pulumi.getter
8171
+ def id(self) -> _builtins.str:
8172
+ """
8173
+ The ID of the Environment that the Kafka clusters belongs to, for example, `env-xyz456`.
8174
+ """
8175
+ return pulumi.get(self, "id")
7243
8176
 
7244
8177
 
7245
8178
  @pulumi.output_type
@@ -7948,8 +8881,8 @@ class GetPrivateLinkAttachmentAzureResult(dict):
7948
8881
  private_link_service_alias: _builtins.str,
7949
8882
  private_link_service_resource_id: _builtins.str):
7950
8883
  """
7951
- :param _builtins.str private_link_service_alias: Azure PrivateLink service alias for the availability zone.
7952
- :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource id for the availability zone.
8884
+ :param _builtins.str private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
8885
+ :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
7953
8886
  """
7954
8887
  pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
7955
8888
  pulumi.set(__self__, "private_link_service_resource_id", private_link_service_resource_id)
@@ -7958,7 +8891,7 @@ class GetPrivateLinkAttachmentAzureResult(dict):
7958
8891
  @pulumi.getter(name="privateLinkServiceAlias")
7959
8892
  def private_link_service_alias(self) -> _builtins.str:
7960
8893
  """
7961
- Azure PrivateLink service alias for the availability zone.
8894
+ (Required String) Azure Private Link service alias for the availability zone.
7962
8895
  """
7963
8896
  return pulumi.get(self, "private_link_service_alias")
7964
8897
 
@@ -7966,7 +8899,7 @@ class GetPrivateLinkAttachmentAzureResult(dict):
7966
8899
  @pulumi.getter(name="privateLinkServiceResourceId")
7967
8900
  def private_link_service_resource_id(self) -> _builtins.str:
7968
8901
  """
7969
- (Required String) Azure Private Link service resource id for the availability zone.
8902
+ (Required String) Azure Private Link service resource ID for the availability zone.
7970
8903
  """
7971
8904
  return pulumi.get(self, "private_link_service_resource_id")
7972
8905
 
@@ -8084,7 +9017,7 @@ class GetPrivateLinkAttachmentGcpResult(dict):
8084
9017
  def __init__(__self__, *,
8085
9018
  private_service_connect_service_attachment: _builtins.str):
8086
9019
  """
8087
- :param _builtins.str private_service_connect_service_attachment: Id of a Private Service Connect Service Attachment in Confluent Cloud.
9020
+ :param _builtins.str private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
8088
9021
  """
8089
9022
  pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
8090
9023
 
@@ -8092,11 +9025,87 @@ class GetPrivateLinkAttachmentGcpResult(dict):
8092
9025
  @pulumi.getter(name="privateServiceConnectServiceAttachment")
8093
9026
  def private_service_connect_service_attachment(self) -> _builtins.str:
8094
9027
  """
8095
- Id of a Private Service Connect Service Attachment in Confluent Cloud.
9028
+ (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
8096
9029
  """
8097
9030
  return pulumi.get(self, "private_service_connect_service_attachment")
8098
9031
 
8099
9032
 
9033
+ @pulumi.output_type
9034
+ class GetProviderIntegrationAuthorizationAzureResult(dict):
9035
+ def __init__(__self__, *,
9036
+ confluent_multi_tenant_app_id: _builtins.str,
9037
+ customer_azure_tenant_id: _builtins.str):
9038
+ """
9039
+ :param _builtins.str confluent_multi_tenant_app_id: (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
9040
+ :param _builtins.str customer_azure_tenant_id: (Computed String) Customer's Azure Tenant ID.
9041
+ """
9042
+ pulumi.set(__self__, "confluent_multi_tenant_app_id", confluent_multi_tenant_app_id)
9043
+ pulumi.set(__self__, "customer_azure_tenant_id", customer_azure_tenant_id)
9044
+
9045
+ @_builtins.property
9046
+ @pulumi.getter(name="confluentMultiTenantAppId")
9047
+ def confluent_multi_tenant_app_id(self) -> _builtins.str:
9048
+ """
9049
+ (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
9050
+ """
9051
+ return pulumi.get(self, "confluent_multi_tenant_app_id")
9052
+
9053
+ @_builtins.property
9054
+ @pulumi.getter(name="customerAzureTenantId")
9055
+ def customer_azure_tenant_id(self) -> _builtins.str:
9056
+ """
9057
+ (Computed String) Customer's Azure Tenant ID.
9058
+ """
9059
+ return pulumi.get(self, "customer_azure_tenant_id")
9060
+
9061
+
9062
+ @pulumi.output_type
9063
+ class GetProviderIntegrationAuthorizationEnvironmentResult(dict):
9064
+ def __init__(__self__, *,
9065
+ id: _builtins.str):
9066
+ """
9067
+ :param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
9068
+ """
9069
+ pulumi.set(__self__, "id", id)
9070
+
9071
+ @_builtins.property
9072
+ @pulumi.getter
9073
+ def id(self) -> _builtins.str:
9074
+ """
9075
+ The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
9076
+ """
9077
+ return pulumi.get(self, "id")
9078
+
9079
+
9080
+ @pulumi.output_type
9081
+ class GetProviderIntegrationAuthorizationGcpResult(dict):
9082
+ def __init__(__self__, *,
9083
+ customer_google_service_account: _builtins.str,
9084
+ google_service_account: _builtins.str):
9085
+ """
9086
+ :param _builtins.str customer_google_service_account: (Computed String) Customer's Google Service Account that Confluent Cloud impersonates.
9087
+ :param _builtins.str google_service_account: (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
9088
+ """
9089
+ pulumi.set(__self__, "customer_google_service_account", customer_google_service_account)
9090
+ pulumi.set(__self__, "google_service_account", google_service_account)
9091
+
9092
+ @_builtins.property
9093
+ @pulumi.getter(name="customerGoogleServiceAccount")
9094
+ def customer_google_service_account(self) -> _builtins.str:
9095
+ """
9096
+ (Computed String) Customer's Google Service Account that Confluent Cloud impersonates.
9097
+ """
9098
+ return pulumi.get(self, "customer_google_service_account")
9099
+
9100
+ @_builtins.property
9101
+ @pulumi.getter(name="googleServiceAccount")
9102
+ def google_service_account(self) -> _builtins.str:
9103
+ """
9104
+ (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
9105
+ """
9106
+ return pulumi.get(self, "google_service_account")
9107
+
9108
+
8100
9109
  @pulumi.output_type
8101
9110
  class GetProviderIntegrationAwResult(dict):
8102
9111
  def __init__(__self__, *,
@@ -8159,6 +9168,24 @@ class GetProviderIntegrationEnvironmentResult(dict):
8159
9168
  return pulumi.get(self, "id")
8160
9169
 
8161
9170
 
9171
+ @pulumi.output_type
9172
+ class GetProviderIntegrationSetupEnvironmentResult(dict):
9173
+ def __init__(__self__, *,
9174
+ id: _builtins.str):
9175
+ """
9176
+ :param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
9177
+ """
9178
+ pulumi.set(__self__, "id", id)
9179
+
9180
+ @_builtins.property
9181
+ @pulumi.getter
9182
+ def id(self) -> _builtins.str:
9183
+ """
9184
+ The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
9185
+ """
9186
+ return pulumi.get(self, "id")
9187
+
9188
+
8162
9189
  @pulumi.output_type
8163
9190
  class GetSchemaCredentialsResult(dict):
8164
9191
  def __init__(__self__, *,
@@ -9310,6 +10337,68 @@ class GetSubjectModeSchemaRegistryClusterResult(dict):
9310
10337
  return pulumi.get(self, "id")
9311
10338
 
9312
10339
 
10340
+ @pulumi.output_type
10341
+ class GetTableflowTopicAzureDataLakeStorageGen2Result(dict):
10342
+ def __init__(__self__, *,
10343
+ container_name: _builtins.str,
10344
+ provider_integration_id: _builtins.str,
10345
+ storage_account_name: _builtins.str,
10346
+ storage_region: _builtins.str,
10347
+ table_path: _builtins.str):
10348
+ """
10349
+ :param _builtins.str container_name: (Required String) The container name.
10350
+ :param _builtins.str provider_integration_id: (Required String) The provider integration id.
10351
+ :param _builtins.str storage_account_name: (Required String) The storage account name.
10352
+ :param _builtins.str storage_region: (Required String) The storage region.
10353
+ :param _builtins.str table_path: (Optional String) The current storage path where the data and metadata is stored for this table.
10354
+ """
10355
+ pulumi.set(__self__, "container_name", container_name)
10356
+ pulumi.set(__self__, "provider_integration_id", provider_integration_id)
10357
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
10358
+ pulumi.set(__self__, "storage_region", storage_region)
10359
+ pulumi.set(__self__, "table_path", table_path)
10360
+
10361
+ @_builtins.property
10362
+ @pulumi.getter(name="containerName")
10363
+ def container_name(self) -> _builtins.str:
10364
+ """
10365
+ (Required String) The container name.
10366
+ """
10367
+ return pulumi.get(self, "container_name")
10368
+
10369
+ @_builtins.property
10370
+ @pulumi.getter(name="providerIntegrationId")
10371
+ def provider_integration_id(self) -> _builtins.str:
10372
+ """
10373
+ (Required String) The provider integration id.
10374
+ """
10375
+ return pulumi.get(self, "provider_integration_id")
10376
+
10377
+ @_builtins.property
10378
+ @pulumi.getter(name="storageAccountName")
10379
+ def storage_account_name(self) -> _builtins.str:
10380
+ """
10381
+ (Required String) The storage account name.
10382
+ """
10383
+ return pulumi.get(self, "storage_account_name")
10384
+
10385
+ @_builtins.property
10386
+ @pulumi.getter(name="storageRegion")
10387
+ def storage_region(self) -> _builtins.str:
10388
+ """
10389
+ (Required String) The storage region.
10390
+ """
10391
+ return pulumi.get(self, "storage_region")
10392
+
10393
+ @_builtins.property
10394
+ @pulumi.getter(name="tablePath")
10395
+ def table_path(self) -> _builtins.str:
10396
+ """
10397
+ (Optional String) The current storage path where the data and metadata is stored for this table.
10398
+ """
10399
+ return pulumi.get(self, "table_path")
10400
+
10401
+
9313
10402
  @pulumi.output_type
9314
10403
  class GetTableflowTopicByobAwResult(dict):
9315
10404
  def __init__(__self__, *,
@@ -9397,6 +10486,35 @@ class GetTableflowTopicEnvironmentResult(dict):
9397
10486
  return pulumi.get(self, "id")
9398
10487
 
9399
10488
 
10489
+ @pulumi.output_type
10490
+ class GetTableflowTopicErrorHandlingResult(dict):
10491
+ def __init__(__self__, *,
10492
+ log_target: _builtins.str,
10493
+ mode: _builtins.str):
10494
+ """
10495
+ :param _builtins.str log_target: (Optional String) The topic to which the bad records will be logged for error handling mode `LOG`. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
10496
+ :param _builtins.str mode: (Optional String) The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
10497
+ """
10498
+ pulumi.set(__self__, "log_target", log_target)
10499
+ pulumi.set(__self__, "mode", mode)
10500
+
10501
+ @_builtins.property
10502
+ @pulumi.getter(name="logTarget")
10503
+ def log_target(self) -> _builtins.str:
10504
+ """
10505
+ (Optional String) The topic to which the bad records will be logged for error handling mode `LOG`. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
10506
+ """
10507
+ return pulumi.get(self, "log_target")
10508
+
10509
+ @_builtins.property
10510
+ @pulumi.getter
10511
+ def mode(self) -> _builtins.str:
10512
+ """
10513
+ (Optional String) The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
10514
+ """
10515
+ return pulumi.get(self, "mode")
10516
+
10517
+
9400
10518
  @pulumi.output_type
9401
10519
  class GetTableflowTopicKafkaClusterResult(dict):
9402
10520
  def __init__(__self__, *,