pulumi-confluentcloud 2.48.0a1760592912__py3-none-any.whl → 2.49.0__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.
- pulumi_confluentcloud/__init__.py +0 -20
- pulumi_confluentcloud/_inputs.py +63 -253
- pulumi_confluentcloud/get_private_link_attachment.py +0 -1
- pulumi_confluentcloud/get_tableflow_topic.py +16 -2
- pulumi_confluentcloud/outputs.py +91 -252
- pulumi_confluentcloud/private_link_attachment.py +0 -4
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- pulumi_confluentcloud/tableflow_topic.py +43 -0
- {pulumi_confluentcloud-2.48.0a1760592912.dist-info → pulumi_confluentcloud-2.49.0.dist-info}/METADATA +1 -1
- {pulumi_confluentcloud-2.48.0a1760592912.dist-info → pulumi_confluentcloud-2.49.0.dist-info}/RECORD +12 -16
- pulumi_confluentcloud/get_provider_integration_authorization.py +0 -142
- pulumi_confluentcloud/get_provider_integration_setup.py +0 -270
- pulumi_confluentcloud/provider_integration_authorization.py +0 -320
- pulumi_confluentcloud/provider_integration_setup.py +0 -448
- {pulumi_confluentcloud-2.48.0a1760592912.dist-info → pulumi_confluentcloud-2.49.0.dist-info}/WHEEL +0 -0
- {pulumi_confluentcloud-2.48.0a1760592912.dist-info → pulumi_confluentcloud-2.49.0.dist-info}/top_level.txt +0 -0
pulumi_confluentcloud/outputs.py
CHANGED
|
@@ -141,12 +141,8 @@ __all__ = [
|
|
|
141
141
|
'PrivateLinkAttachmentConnectionPrivateLinkAttachment',
|
|
142
142
|
'PrivateLinkAttachmentEnvironment',
|
|
143
143
|
'PrivateLinkAttachmentGcp',
|
|
144
|
-
'ProviderIntegrationAuthorizationAzure',
|
|
145
|
-
'ProviderIntegrationAuthorizationEnvironment',
|
|
146
|
-
'ProviderIntegrationAuthorizationGcp',
|
|
147
144
|
'ProviderIntegrationAws',
|
|
148
145
|
'ProviderIntegrationEnvironment',
|
|
149
|
-
'ProviderIntegrationSetupEnvironment',
|
|
150
146
|
'SchemaCredentials',
|
|
151
147
|
'SchemaExporterCredentials',
|
|
152
148
|
'SchemaExporterDestinationSchemaRegistryCluster',
|
|
@@ -174,6 +170,7 @@ __all__ = [
|
|
|
174
170
|
'TableflowTopicByobAws',
|
|
175
171
|
'TableflowTopicCredentials',
|
|
176
172
|
'TableflowTopicEnvironment',
|
|
173
|
+
'TableflowTopicErrorHandling',
|
|
177
174
|
'TableflowTopicKafkaCluster',
|
|
178
175
|
'TableflowTopicManagedStorage',
|
|
179
176
|
'TagBindingCredentials',
|
|
@@ -280,12 +277,8 @@ __all__ = [
|
|
|
280
277
|
'GetPrivateLinkAttachmentConnectionPrivateLinkAttachmentResult',
|
|
281
278
|
'GetPrivateLinkAttachmentEnvironmentResult',
|
|
282
279
|
'GetPrivateLinkAttachmentGcpResult',
|
|
283
|
-
'GetProviderIntegrationAuthorizationAzureResult',
|
|
284
|
-
'GetProviderIntegrationAuthorizationEnvironmentResult',
|
|
285
|
-
'GetProviderIntegrationAuthorizationGcpResult',
|
|
286
280
|
'GetProviderIntegrationAwResult',
|
|
287
281
|
'GetProviderIntegrationEnvironmentResult',
|
|
288
|
-
'GetProviderIntegrationSetupEnvironmentResult',
|
|
289
282
|
'GetSchemaCredentialsResult',
|
|
290
283
|
'GetSchemaMetadataResult',
|
|
291
284
|
'GetSchemaMetadataTagResult',
|
|
@@ -318,6 +311,7 @@ __all__ = [
|
|
|
318
311
|
'GetTableflowTopicByobAwResult',
|
|
319
312
|
'GetTableflowTopicCredentialsResult',
|
|
320
313
|
'GetTableflowTopicEnvironmentResult',
|
|
314
|
+
'GetTableflowTopicErrorHandlingResult',
|
|
321
315
|
'GetTableflowTopicKafkaClusterResult',
|
|
322
316
|
'GetTableflowTopicManagedStorageResult',
|
|
323
317
|
'GetTagBindingCredentialsResult',
|
|
@@ -4116,8 +4110,8 @@ class PrivateLinkAttachmentAzure(dict):
|
|
|
4116
4110
|
private_link_service_alias: Optional[_builtins.str] = None,
|
|
4117
4111
|
private_link_service_resource_id: Optional[_builtins.str] = None):
|
|
4118
4112
|
"""
|
|
4119
|
-
:param _builtins.str private_link_service_alias: Azure
|
|
4120
|
-
:param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource
|
|
4113
|
+
:param _builtins.str private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
|
|
4114
|
+
:param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
|
|
4121
4115
|
"""
|
|
4122
4116
|
if private_link_service_alias is not None:
|
|
4123
4117
|
pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
|
|
@@ -4128,7 +4122,7 @@ class PrivateLinkAttachmentAzure(dict):
|
|
|
4128
4122
|
@pulumi.getter(name="privateLinkServiceAlias")
|
|
4129
4123
|
def private_link_service_alias(self) -> Optional[_builtins.str]:
|
|
4130
4124
|
"""
|
|
4131
|
-
Azure
|
|
4125
|
+
(Required String) Azure Private Link service alias for the availability zone.
|
|
4132
4126
|
"""
|
|
4133
4127
|
return pulumi.get(self, "private_link_service_alias")
|
|
4134
4128
|
|
|
@@ -4136,7 +4130,7 @@ class PrivateLinkAttachmentAzure(dict):
|
|
|
4136
4130
|
@pulumi.getter(name="privateLinkServiceResourceId")
|
|
4137
4131
|
def private_link_service_resource_id(self) -> Optional[_builtins.str]:
|
|
4138
4132
|
"""
|
|
4139
|
-
(Required String) Azure Private Link service resource
|
|
4133
|
+
(Required String) Azure Private Link service resource ID for the availability zone.
|
|
4140
4134
|
"""
|
|
4141
4135
|
return pulumi.get(self, "private_link_service_resource_id")
|
|
4142
4136
|
|
|
@@ -4322,7 +4316,7 @@ class PrivateLinkAttachmentGcp(dict):
|
|
|
4322
4316
|
def __init__(__self__, *,
|
|
4323
4317
|
private_service_connect_service_attachment: Optional[_builtins.str] = None):
|
|
4324
4318
|
"""
|
|
4325
|
-
:param _builtins.str private_service_connect_service_attachment:
|
|
4319
|
+
:param _builtins.str private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
4326
4320
|
"""
|
|
4327
4321
|
if private_service_connect_service_attachment is not None:
|
|
4328
4322
|
pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
|
|
@@ -4331,131 +4325,11 @@ class PrivateLinkAttachmentGcp(dict):
|
|
|
4331
4325
|
@pulumi.getter(name="privateServiceConnectServiceAttachment")
|
|
4332
4326
|
def private_service_connect_service_attachment(self) -> Optional[_builtins.str]:
|
|
4333
4327
|
"""
|
|
4334
|
-
|
|
4328
|
+
(Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
4335
4329
|
"""
|
|
4336
4330
|
return pulumi.get(self, "private_service_connect_service_attachment")
|
|
4337
4331
|
|
|
4338
4332
|
|
|
4339
|
-
@pulumi.output_type
|
|
4340
|
-
class ProviderIntegrationAuthorizationAzure(dict):
|
|
4341
|
-
@staticmethod
|
|
4342
|
-
def __key_warning(key: str):
|
|
4343
|
-
suggest = None
|
|
4344
|
-
if key == "customerAzureTenantId":
|
|
4345
|
-
suggest = "customer_azure_tenant_id"
|
|
4346
|
-
elif key == "confluentMultiTenantAppId":
|
|
4347
|
-
suggest = "confluent_multi_tenant_app_id"
|
|
4348
|
-
|
|
4349
|
-
if suggest:
|
|
4350
|
-
pulumi.log.warn(f"Key '{key}' not found in ProviderIntegrationAuthorizationAzure. Access the value via the '{suggest}' property getter instead.")
|
|
4351
|
-
|
|
4352
|
-
def __getitem__(self, key: str) -> Any:
|
|
4353
|
-
ProviderIntegrationAuthorizationAzure.__key_warning(key)
|
|
4354
|
-
return super().__getitem__(key)
|
|
4355
|
-
|
|
4356
|
-
def get(self, key: str, default = None) -> Any:
|
|
4357
|
-
ProviderIntegrationAuthorizationAzure.__key_warning(key)
|
|
4358
|
-
return super().get(key, default)
|
|
4359
|
-
|
|
4360
|
-
def __init__(__self__, *,
|
|
4361
|
-
customer_azure_tenant_id: _builtins.str,
|
|
4362
|
-
confluent_multi_tenant_app_id: Optional[_builtins.str] = None):
|
|
4363
|
-
"""
|
|
4364
|
-
:param _builtins.str customer_azure_tenant_id: Customer's Azure Tenant ID.
|
|
4365
|
-
:param _builtins.str confluent_multi_tenant_app_id: (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
4366
|
-
"""
|
|
4367
|
-
pulumi.set(__self__, "customer_azure_tenant_id", customer_azure_tenant_id)
|
|
4368
|
-
if confluent_multi_tenant_app_id is not None:
|
|
4369
|
-
pulumi.set(__self__, "confluent_multi_tenant_app_id", confluent_multi_tenant_app_id)
|
|
4370
|
-
|
|
4371
|
-
@_builtins.property
|
|
4372
|
-
@pulumi.getter(name="customerAzureTenantId")
|
|
4373
|
-
def customer_azure_tenant_id(self) -> _builtins.str:
|
|
4374
|
-
"""
|
|
4375
|
-
Customer's Azure Tenant ID.
|
|
4376
|
-
"""
|
|
4377
|
-
return pulumi.get(self, "customer_azure_tenant_id")
|
|
4378
|
-
|
|
4379
|
-
@_builtins.property
|
|
4380
|
-
@pulumi.getter(name="confluentMultiTenantAppId")
|
|
4381
|
-
def confluent_multi_tenant_app_id(self) -> Optional[_builtins.str]:
|
|
4382
|
-
"""
|
|
4383
|
-
(Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
4384
|
-
"""
|
|
4385
|
-
return pulumi.get(self, "confluent_multi_tenant_app_id")
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
@pulumi.output_type
|
|
4389
|
-
class ProviderIntegrationAuthorizationEnvironment(dict):
|
|
4390
|
-
def __init__(__self__, *,
|
|
4391
|
-
id: _builtins.str):
|
|
4392
|
-
"""
|
|
4393
|
-
:param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
4394
|
-
"""
|
|
4395
|
-
pulumi.set(__self__, "id", id)
|
|
4396
|
-
|
|
4397
|
-
@_builtins.property
|
|
4398
|
-
@pulumi.getter
|
|
4399
|
-
def id(self) -> _builtins.str:
|
|
4400
|
-
"""
|
|
4401
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
4402
|
-
"""
|
|
4403
|
-
return pulumi.get(self, "id")
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
@pulumi.output_type
|
|
4407
|
-
class ProviderIntegrationAuthorizationGcp(dict):
|
|
4408
|
-
@staticmethod
|
|
4409
|
-
def __key_warning(key: str):
|
|
4410
|
-
suggest = None
|
|
4411
|
-
if key == "customerGoogleServiceAccount":
|
|
4412
|
-
suggest = "customer_google_service_account"
|
|
4413
|
-
elif key == "googleServiceAccount":
|
|
4414
|
-
suggest = "google_service_account"
|
|
4415
|
-
|
|
4416
|
-
if suggest:
|
|
4417
|
-
pulumi.log.warn(f"Key '{key}' not found in ProviderIntegrationAuthorizationGcp. Access the value via the '{suggest}' property getter instead.")
|
|
4418
|
-
|
|
4419
|
-
def __getitem__(self, key: str) -> Any:
|
|
4420
|
-
ProviderIntegrationAuthorizationGcp.__key_warning(key)
|
|
4421
|
-
return super().__getitem__(key)
|
|
4422
|
-
|
|
4423
|
-
def get(self, key: str, default = None) -> Any:
|
|
4424
|
-
ProviderIntegrationAuthorizationGcp.__key_warning(key)
|
|
4425
|
-
return super().get(key, default)
|
|
4426
|
-
|
|
4427
|
-
def __init__(__self__, *,
|
|
4428
|
-
customer_google_service_account: _builtins.str,
|
|
4429
|
-
google_service_account: Optional[_builtins.str] = None):
|
|
4430
|
-
"""
|
|
4431
|
-
:param _builtins.str customer_google_service_account: Customer's Google Service Account that Confluent Cloud impersonates.
|
|
4432
|
-
|
|
4433
|
-
> **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
|
|
4434
|
-
:param _builtins.str google_service_account: (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
4435
|
-
"""
|
|
4436
|
-
pulumi.set(__self__, "customer_google_service_account", customer_google_service_account)
|
|
4437
|
-
if google_service_account is not None:
|
|
4438
|
-
pulumi.set(__self__, "google_service_account", google_service_account)
|
|
4439
|
-
|
|
4440
|
-
@_builtins.property
|
|
4441
|
-
@pulumi.getter(name="customerGoogleServiceAccount")
|
|
4442
|
-
def customer_google_service_account(self) -> _builtins.str:
|
|
4443
|
-
"""
|
|
4444
|
-
Customer's Google Service Account that Confluent Cloud impersonates.
|
|
4445
|
-
|
|
4446
|
-
> **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
|
|
4447
|
-
"""
|
|
4448
|
-
return pulumi.get(self, "customer_google_service_account")
|
|
4449
|
-
|
|
4450
|
-
@_builtins.property
|
|
4451
|
-
@pulumi.getter(name="googleServiceAccount")
|
|
4452
|
-
def google_service_account(self) -> Optional[_builtins.str]:
|
|
4453
|
-
"""
|
|
4454
|
-
(Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
4455
|
-
"""
|
|
4456
|
-
return pulumi.get(self, "google_service_account")
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
4333
|
@pulumi.output_type
|
|
4460
4334
|
class ProviderIntegrationAws(dict):
|
|
4461
4335
|
@staticmethod
|
|
@@ -4545,24 +4419,6 @@ class ProviderIntegrationEnvironment(dict):
|
|
|
4545
4419
|
return pulumi.get(self, "id")
|
|
4546
4420
|
|
|
4547
4421
|
|
|
4548
|
-
@pulumi.output_type
|
|
4549
|
-
class ProviderIntegrationSetupEnvironment(dict):
|
|
4550
|
-
def __init__(__self__, *,
|
|
4551
|
-
id: _builtins.str):
|
|
4552
|
-
"""
|
|
4553
|
-
:param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
4554
|
-
"""
|
|
4555
|
-
pulumi.set(__self__, "id", id)
|
|
4556
|
-
|
|
4557
|
-
@_builtins.property
|
|
4558
|
-
@pulumi.getter
|
|
4559
|
-
def id(self) -> _builtins.str:
|
|
4560
|
-
"""
|
|
4561
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
4562
|
-
"""
|
|
4563
|
-
return pulumi.get(self, "id")
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
4422
|
@pulumi.output_type
|
|
4567
4423
|
class SchemaCredentials(dict):
|
|
4568
4424
|
def __init__(__self__, *,
|
|
@@ -5515,6 +5371,54 @@ class TableflowTopicEnvironment(dict):
|
|
|
5515
5371
|
return pulumi.get(self, "id")
|
|
5516
5372
|
|
|
5517
5373
|
|
|
5374
|
+
@pulumi.output_type
|
|
5375
|
+
class TableflowTopicErrorHandling(dict):
|
|
5376
|
+
@staticmethod
|
|
5377
|
+
def __key_warning(key: str):
|
|
5378
|
+
suggest = None
|
|
5379
|
+
if key == "logTarget":
|
|
5380
|
+
suggest = "log_target"
|
|
5381
|
+
|
|
5382
|
+
if suggest:
|
|
5383
|
+
pulumi.log.warn(f"Key '{key}' not found in TableflowTopicErrorHandling. Access the value via the '{suggest}' property getter instead.")
|
|
5384
|
+
|
|
5385
|
+
def __getitem__(self, key: str) -> Any:
|
|
5386
|
+
TableflowTopicErrorHandling.__key_warning(key)
|
|
5387
|
+
return super().__getitem__(key)
|
|
5388
|
+
|
|
5389
|
+
def get(self, key: str, default = None) -> Any:
|
|
5390
|
+
TableflowTopicErrorHandling.__key_warning(key)
|
|
5391
|
+
return super().get(key, default)
|
|
5392
|
+
|
|
5393
|
+
def __init__(__self__, *,
|
|
5394
|
+
log_target: Optional[_builtins.str] = None,
|
|
5395
|
+
mode: Optional[_builtins.str] = None):
|
|
5396
|
+
"""
|
|
5397
|
+
: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.
|
|
5398
|
+
: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`.
|
|
5399
|
+
"""
|
|
5400
|
+
if log_target is not None:
|
|
5401
|
+
pulumi.set(__self__, "log_target", log_target)
|
|
5402
|
+
if mode is not None:
|
|
5403
|
+
pulumi.set(__self__, "mode", mode)
|
|
5404
|
+
|
|
5405
|
+
@_builtins.property
|
|
5406
|
+
@pulumi.getter(name="logTarget")
|
|
5407
|
+
def log_target(self) -> Optional[_builtins.str]:
|
|
5408
|
+
"""
|
|
5409
|
+
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.
|
|
5410
|
+
"""
|
|
5411
|
+
return pulumi.get(self, "log_target")
|
|
5412
|
+
|
|
5413
|
+
@_builtins.property
|
|
5414
|
+
@pulumi.getter
|
|
5415
|
+
def mode(self) -> Optional[_builtins.str]:
|
|
5416
|
+
"""
|
|
5417
|
+
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`.
|
|
5418
|
+
"""
|
|
5419
|
+
return pulumi.get(self, "mode")
|
|
5420
|
+
|
|
5421
|
+
|
|
5518
5422
|
@pulumi.output_type
|
|
5519
5423
|
class TableflowTopicKafkaCluster(dict):
|
|
5520
5424
|
def __init__(__self__, *,
|
|
@@ -8094,8 +7998,8 @@ class GetPrivateLinkAttachmentAzureResult(dict):
|
|
|
8094
7998
|
private_link_service_alias: _builtins.str,
|
|
8095
7999
|
private_link_service_resource_id: _builtins.str):
|
|
8096
8000
|
"""
|
|
8097
|
-
:param _builtins.str private_link_service_alias: Azure
|
|
8098
|
-
:param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource
|
|
8001
|
+
:param _builtins.str private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
|
|
8002
|
+
:param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
|
|
8099
8003
|
"""
|
|
8100
8004
|
pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
|
|
8101
8005
|
pulumi.set(__self__, "private_link_service_resource_id", private_link_service_resource_id)
|
|
@@ -8104,7 +8008,7 @@ class GetPrivateLinkAttachmentAzureResult(dict):
|
|
|
8104
8008
|
@pulumi.getter(name="privateLinkServiceAlias")
|
|
8105
8009
|
def private_link_service_alias(self) -> _builtins.str:
|
|
8106
8010
|
"""
|
|
8107
|
-
Azure
|
|
8011
|
+
(Required String) Azure Private Link service alias for the availability zone.
|
|
8108
8012
|
"""
|
|
8109
8013
|
return pulumi.get(self, "private_link_service_alias")
|
|
8110
8014
|
|
|
@@ -8112,7 +8016,7 @@ class GetPrivateLinkAttachmentAzureResult(dict):
|
|
|
8112
8016
|
@pulumi.getter(name="privateLinkServiceResourceId")
|
|
8113
8017
|
def private_link_service_resource_id(self) -> _builtins.str:
|
|
8114
8018
|
"""
|
|
8115
|
-
(Required String) Azure Private Link service resource
|
|
8019
|
+
(Required String) Azure Private Link service resource ID for the availability zone.
|
|
8116
8020
|
"""
|
|
8117
8021
|
return pulumi.get(self, "private_link_service_resource_id")
|
|
8118
8022
|
|
|
@@ -8230,7 +8134,7 @@ class GetPrivateLinkAttachmentGcpResult(dict):
|
|
|
8230
8134
|
def __init__(__self__, *,
|
|
8231
8135
|
private_service_connect_service_attachment: _builtins.str):
|
|
8232
8136
|
"""
|
|
8233
|
-
:param _builtins.str private_service_connect_service_attachment:
|
|
8137
|
+
:param _builtins.str private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
8234
8138
|
"""
|
|
8235
8139
|
pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
|
|
8236
8140
|
|
|
@@ -8238,87 +8142,11 @@ class GetPrivateLinkAttachmentGcpResult(dict):
|
|
|
8238
8142
|
@pulumi.getter(name="privateServiceConnectServiceAttachment")
|
|
8239
8143
|
def private_service_connect_service_attachment(self) -> _builtins.str:
|
|
8240
8144
|
"""
|
|
8241
|
-
|
|
8145
|
+
(Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
8242
8146
|
"""
|
|
8243
8147
|
return pulumi.get(self, "private_service_connect_service_attachment")
|
|
8244
8148
|
|
|
8245
8149
|
|
|
8246
|
-
@pulumi.output_type
|
|
8247
|
-
class GetProviderIntegrationAuthorizationAzureResult(dict):
|
|
8248
|
-
def __init__(__self__, *,
|
|
8249
|
-
confluent_multi_tenant_app_id: _builtins.str,
|
|
8250
|
-
customer_azure_tenant_id: _builtins.str):
|
|
8251
|
-
"""
|
|
8252
|
-
:param _builtins.str confluent_multi_tenant_app_id: (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
8253
|
-
:param _builtins.str customer_azure_tenant_id: (Computed String) Customer's Azure Tenant ID.
|
|
8254
|
-
"""
|
|
8255
|
-
pulumi.set(__self__, "confluent_multi_tenant_app_id", confluent_multi_tenant_app_id)
|
|
8256
|
-
pulumi.set(__self__, "customer_azure_tenant_id", customer_azure_tenant_id)
|
|
8257
|
-
|
|
8258
|
-
@_builtins.property
|
|
8259
|
-
@pulumi.getter(name="confluentMultiTenantAppId")
|
|
8260
|
-
def confluent_multi_tenant_app_id(self) -> _builtins.str:
|
|
8261
|
-
"""
|
|
8262
|
-
(Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
8263
|
-
"""
|
|
8264
|
-
return pulumi.get(self, "confluent_multi_tenant_app_id")
|
|
8265
|
-
|
|
8266
|
-
@_builtins.property
|
|
8267
|
-
@pulumi.getter(name="customerAzureTenantId")
|
|
8268
|
-
def customer_azure_tenant_id(self) -> _builtins.str:
|
|
8269
|
-
"""
|
|
8270
|
-
(Computed String) Customer's Azure Tenant ID.
|
|
8271
|
-
"""
|
|
8272
|
-
return pulumi.get(self, "customer_azure_tenant_id")
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
@pulumi.output_type
|
|
8276
|
-
class GetProviderIntegrationAuthorizationEnvironmentResult(dict):
|
|
8277
|
-
def __init__(__self__, *,
|
|
8278
|
-
id: _builtins.str):
|
|
8279
|
-
"""
|
|
8280
|
-
:param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
8281
|
-
"""
|
|
8282
|
-
pulumi.set(__self__, "id", id)
|
|
8283
|
-
|
|
8284
|
-
@_builtins.property
|
|
8285
|
-
@pulumi.getter
|
|
8286
|
-
def id(self) -> _builtins.str:
|
|
8287
|
-
"""
|
|
8288
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
8289
|
-
"""
|
|
8290
|
-
return pulumi.get(self, "id")
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
@pulumi.output_type
|
|
8294
|
-
class GetProviderIntegrationAuthorizationGcpResult(dict):
|
|
8295
|
-
def __init__(__self__, *,
|
|
8296
|
-
customer_google_service_account: _builtins.str,
|
|
8297
|
-
google_service_account: _builtins.str):
|
|
8298
|
-
"""
|
|
8299
|
-
:param _builtins.str customer_google_service_account: (Computed String) Customer's Google Service Account that Confluent Cloud impersonates.
|
|
8300
|
-
:param _builtins.str google_service_account: (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
8301
|
-
"""
|
|
8302
|
-
pulumi.set(__self__, "customer_google_service_account", customer_google_service_account)
|
|
8303
|
-
pulumi.set(__self__, "google_service_account", google_service_account)
|
|
8304
|
-
|
|
8305
|
-
@_builtins.property
|
|
8306
|
-
@pulumi.getter(name="customerGoogleServiceAccount")
|
|
8307
|
-
def customer_google_service_account(self) -> _builtins.str:
|
|
8308
|
-
"""
|
|
8309
|
-
(Computed String) Customer's Google Service Account that Confluent Cloud impersonates.
|
|
8310
|
-
"""
|
|
8311
|
-
return pulumi.get(self, "customer_google_service_account")
|
|
8312
|
-
|
|
8313
|
-
@_builtins.property
|
|
8314
|
-
@pulumi.getter(name="googleServiceAccount")
|
|
8315
|
-
def google_service_account(self) -> _builtins.str:
|
|
8316
|
-
"""
|
|
8317
|
-
(Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
8318
|
-
"""
|
|
8319
|
-
return pulumi.get(self, "google_service_account")
|
|
8320
|
-
|
|
8321
|
-
|
|
8322
8150
|
@pulumi.output_type
|
|
8323
8151
|
class GetProviderIntegrationAwResult(dict):
|
|
8324
8152
|
def __init__(__self__, *,
|
|
@@ -8381,24 +8209,6 @@ class GetProviderIntegrationEnvironmentResult(dict):
|
|
|
8381
8209
|
return pulumi.get(self, "id")
|
|
8382
8210
|
|
|
8383
8211
|
|
|
8384
|
-
@pulumi.output_type
|
|
8385
|
-
class GetProviderIntegrationSetupEnvironmentResult(dict):
|
|
8386
|
-
def __init__(__self__, *,
|
|
8387
|
-
id: _builtins.str):
|
|
8388
|
-
"""
|
|
8389
|
-
:param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
8390
|
-
"""
|
|
8391
|
-
pulumi.set(__self__, "id", id)
|
|
8392
|
-
|
|
8393
|
-
@_builtins.property
|
|
8394
|
-
@pulumi.getter
|
|
8395
|
-
def id(self) -> _builtins.str:
|
|
8396
|
-
"""
|
|
8397
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
8398
|
-
"""
|
|
8399
|
-
return pulumi.get(self, "id")
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
8212
|
@pulumi.output_type
|
|
8403
8213
|
class GetSchemaCredentialsResult(dict):
|
|
8404
8214
|
def __init__(__self__, *,
|
|
@@ -9637,6 +9447,35 @@ class GetTableflowTopicEnvironmentResult(dict):
|
|
|
9637
9447
|
return pulumi.get(self, "id")
|
|
9638
9448
|
|
|
9639
9449
|
|
|
9450
|
+
@pulumi.output_type
|
|
9451
|
+
class GetTableflowTopicErrorHandlingResult(dict):
|
|
9452
|
+
def __init__(__self__, *,
|
|
9453
|
+
log_target: _builtins.str,
|
|
9454
|
+
mode: _builtins.str):
|
|
9455
|
+
"""
|
|
9456
|
+
: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.
|
|
9457
|
+
: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`.
|
|
9458
|
+
"""
|
|
9459
|
+
pulumi.set(__self__, "log_target", log_target)
|
|
9460
|
+
pulumi.set(__self__, "mode", mode)
|
|
9461
|
+
|
|
9462
|
+
@_builtins.property
|
|
9463
|
+
@pulumi.getter(name="logTarget")
|
|
9464
|
+
def log_target(self) -> _builtins.str:
|
|
9465
|
+
"""
|
|
9466
|
+
(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.
|
|
9467
|
+
"""
|
|
9468
|
+
return pulumi.get(self, "log_target")
|
|
9469
|
+
|
|
9470
|
+
@_builtins.property
|
|
9471
|
+
@pulumi.getter
|
|
9472
|
+
def mode(self) -> _builtins.str:
|
|
9473
|
+
"""
|
|
9474
|
+
(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`.
|
|
9475
|
+
"""
|
|
9476
|
+
return pulumi.get(self, "mode")
|
|
9477
|
+
|
|
9478
|
+
|
|
9640
9479
|
@pulumi.output_type
|
|
9641
9480
|
class GetTableflowTopicKafkaClusterResult(dict):
|
|
9642
9481
|
def __init__(__self__, *,
|
|
@@ -102,7 +102,6 @@ class _PrivateLinkAttachmentState:
|
|
|
102
102
|
Input properties used for looking up and filtering PrivateLinkAttachment resources.
|
|
103
103
|
:param pulumi.Input[Sequence[pulumi.Input['PrivateLinkAttachmentAwArgs']]] aws: (Optional Configuration Block) supports the following:
|
|
104
104
|
:param pulumi.Input[Sequence[pulumi.Input['PrivateLinkAttachmentAzureArgs']]] azures: (Optional Configuration Block) supports the following:
|
|
105
|
-
- `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
|
|
106
105
|
:param pulumi.Input[_builtins.str] cloud: The cloud service provider that hosts the resources to access with the Private Link Attachment.
|
|
107
106
|
:param pulumi.Input[_builtins.str] display_name: The name of the Private Link Attachment.
|
|
108
107
|
:param pulumi.Input[_builtins.str] dns_domain: (Required String) The root DNS domain for the Private Link Attachment, for example, `pr123a.us-east-2.aws.confluent.cloud`.
|
|
@@ -147,7 +146,6 @@ class _PrivateLinkAttachmentState:
|
|
|
147
146
|
def azures(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkAttachmentAzureArgs']]]]:
|
|
148
147
|
"""
|
|
149
148
|
(Optional Configuration Block) supports the following:
|
|
150
|
-
- `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
|
|
151
149
|
"""
|
|
152
150
|
return pulumi.get(self, "azures")
|
|
153
151
|
|
|
@@ -419,7 +417,6 @@ class PrivateLinkAttachment(pulumi.CustomResource):
|
|
|
419
417
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
420
418
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PrivateLinkAttachmentAwArgs', 'PrivateLinkAttachmentAwArgsDict']]]] aws: (Optional Configuration Block) supports the following:
|
|
421
419
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PrivateLinkAttachmentAzureArgs', 'PrivateLinkAttachmentAzureArgsDict']]]] azures: (Optional Configuration Block) supports the following:
|
|
422
|
-
- `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
|
|
423
420
|
:param pulumi.Input[_builtins.str] cloud: The cloud service provider that hosts the resources to access with the Private Link Attachment.
|
|
424
421
|
:param pulumi.Input[_builtins.str] display_name: The name of the Private Link Attachment.
|
|
425
422
|
:param pulumi.Input[_builtins.str] dns_domain: (Required String) The root DNS domain for the Private Link Attachment, for example, `pr123a.us-east-2.aws.confluent.cloud`.
|
|
@@ -456,7 +453,6 @@ class PrivateLinkAttachment(pulumi.CustomResource):
|
|
|
456
453
|
def azures(self) -> pulumi.Output[Sequence['outputs.PrivateLinkAttachmentAzure']]:
|
|
457
454
|
"""
|
|
458
455
|
(Optional Configuration Block) supports the following:
|
|
459
|
-
- `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
|
|
460
456
|
"""
|
|
461
457
|
return pulumi.get(self, "azures")
|
|
462
458
|
|