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
|
@@ -65,8 +65,6 @@ from .get_private_link_access import *
|
|
|
65
65
|
from .get_private_link_attachment import *
|
|
66
66
|
from .get_private_link_attachment_connection import *
|
|
67
67
|
from .get_provider_integration import *
|
|
68
|
-
from .get_provider_integration_authorization import *
|
|
69
|
-
from .get_provider_integration_setup import *
|
|
70
68
|
from .get_role_binding import *
|
|
71
69
|
from .get_schema import *
|
|
72
70
|
from .get_schema_registry_cluster import *
|
|
@@ -108,8 +106,6 @@ from .private_link_attachment import *
|
|
|
108
106
|
from .private_link_attachment_connection import *
|
|
109
107
|
from .provider import *
|
|
110
108
|
from .provider_integration import *
|
|
111
|
-
from .provider_integration_authorization import *
|
|
112
|
-
from .provider_integration_setup import *
|
|
113
109
|
from .role_binding import *
|
|
114
110
|
from .schema import *
|
|
115
111
|
from .schema_exporter import *
|
|
@@ -490,22 +486,6 @@ _utilities.register(
|
|
|
490
486
|
"confluentcloud:index/providerIntegration:ProviderIntegration": "ProviderIntegration"
|
|
491
487
|
}
|
|
492
488
|
},
|
|
493
|
-
{
|
|
494
|
-
"pkg": "confluentcloud",
|
|
495
|
-
"mod": "index/providerIntegrationAuthorization",
|
|
496
|
-
"fqn": "pulumi_confluentcloud",
|
|
497
|
-
"classes": {
|
|
498
|
-
"confluentcloud:index/providerIntegrationAuthorization:ProviderIntegrationAuthorization": "ProviderIntegrationAuthorization"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"pkg": "confluentcloud",
|
|
503
|
-
"mod": "index/providerIntegrationSetup",
|
|
504
|
-
"fqn": "pulumi_confluentcloud",
|
|
505
|
-
"classes": {
|
|
506
|
-
"confluentcloud:index/providerIntegrationSetup:ProviderIntegrationSetup": "ProviderIntegrationSetup"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
489
|
{
|
|
510
490
|
"pkg": "confluentcloud",
|
|
511
491
|
"mod": "index/roleBinding",
|
pulumi_confluentcloud/_inputs.py
CHANGED
|
@@ -265,18 +265,10 @@ __all__ = [
|
|
|
265
265
|
'PrivateLinkAttachmentEnvironmentArgsDict',
|
|
266
266
|
'PrivateLinkAttachmentGcpArgs',
|
|
267
267
|
'PrivateLinkAttachmentGcpArgsDict',
|
|
268
|
-
'ProviderIntegrationAuthorizationAzureArgs',
|
|
269
|
-
'ProviderIntegrationAuthorizationAzureArgsDict',
|
|
270
|
-
'ProviderIntegrationAuthorizationEnvironmentArgs',
|
|
271
|
-
'ProviderIntegrationAuthorizationEnvironmentArgsDict',
|
|
272
|
-
'ProviderIntegrationAuthorizationGcpArgs',
|
|
273
|
-
'ProviderIntegrationAuthorizationGcpArgsDict',
|
|
274
268
|
'ProviderIntegrationAwsArgs',
|
|
275
269
|
'ProviderIntegrationAwsArgsDict',
|
|
276
270
|
'ProviderIntegrationEnvironmentArgs',
|
|
277
271
|
'ProviderIntegrationEnvironmentArgsDict',
|
|
278
|
-
'ProviderIntegrationSetupEnvironmentArgs',
|
|
279
|
-
'ProviderIntegrationSetupEnvironmentArgsDict',
|
|
280
272
|
'ProviderOauthArgs',
|
|
281
273
|
'ProviderOauthArgsDict',
|
|
282
274
|
'SchemaCredentialsArgs',
|
|
@@ -333,6 +325,8 @@ __all__ = [
|
|
|
333
325
|
'TableflowTopicCredentialsArgsDict',
|
|
334
326
|
'TableflowTopicEnvironmentArgs',
|
|
335
327
|
'TableflowTopicEnvironmentArgsDict',
|
|
328
|
+
'TableflowTopicErrorHandlingArgs',
|
|
329
|
+
'TableflowTopicErrorHandlingArgsDict',
|
|
336
330
|
'TableflowTopicKafkaClusterArgs',
|
|
337
331
|
'TableflowTopicKafkaClusterArgsDict',
|
|
338
332
|
'TableflowTopicManagedStorageArgs',
|
|
@@ -443,12 +437,8 @@ __all__ = [
|
|
|
443
437
|
'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict',
|
|
444
438
|
'GetPrivateLinkAttachmentEnvironmentArgs',
|
|
445
439
|
'GetPrivateLinkAttachmentEnvironmentArgsDict',
|
|
446
|
-
'GetProviderIntegrationAuthorizationEnvironmentArgs',
|
|
447
|
-
'GetProviderIntegrationAuthorizationEnvironmentArgsDict',
|
|
448
440
|
'GetProviderIntegrationEnvironmentArgs',
|
|
449
441
|
'GetProviderIntegrationEnvironmentArgsDict',
|
|
450
|
-
'GetProviderIntegrationSetupEnvironmentArgs',
|
|
451
|
-
'GetProviderIntegrationSetupEnvironmentArgsDict',
|
|
452
442
|
'GetSchemaCredentialsArgs',
|
|
453
443
|
'GetSchemaCredentialsArgsDict',
|
|
454
444
|
'GetSchemaMetadataArgs',
|
|
@@ -5853,11 +5843,11 @@ if not MYPY:
|
|
|
5853
5843
|
class PrivateLinkAttachmentAzureArgsDict(TypedDict):
|
|
5854
5844
|
private_link_service_alias: NotRequired[pulumi.Input[_builtins.str]]
|
|
5855
5845
|
"""
|
|
5856
|
-
Azure
|
|
5846
|
+
(Required String) Azure Private Link service alias for the availability zone.
|
|
5857
5847
|
"""
|
|
5858
5848
|
private_link_service_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
5859
5849
|
"""
|
|
5860
|
-
(Required String) Azure Private Link service resource
|
|
5850
|
+
(Required String) Azure Private Link service resource ID for the availability zone.
|
|
5861
5851
|
"""
|
|
5862
5852
|
elif False:
|
|
5863
5853
|
PrivateLinkAttachmentAzureArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -5868,8 +5858,8 @@ class PrivateLinkAttachmentAzureArgs:
|
|
|
5868
5858
|
private_link_service_alias: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5869
5859
|
private_link_service_resource_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
5870
5860
|
"""
|
|
5871
|
-
:param pulumi.Input[_builtins.str] private_link_service_alias: Azure
|
|
5872
|
-
:param pulumi.Input[_builtins.str] private_link_service_resource_id: (Required String) Azure Private Link service resource
|
|
5861
|
+
:param pulumi.Input[_builtins.str] private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
|
|
5862
|
+
:param pulumi.Input[_builtins.str] private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
|
|
5873
5863
|
"""
|
|
5874
5864
|
if private_link_service_alias is not None:
|
|
5875
5865
|
pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
|
|
@@ -5880,7 +5870,7 @@ class PrivateLinkAttachmentAzureArgs:
|
|
|
5880
5870
|
@pulumi.getter(name="privateLinkServiceAlias")
|
|
5881
5871
|
def private_link_service_alias(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
5882
5872
|
"""
|
|
5883
|
-
Azure
|
|
5873
|
+
(Required String) Azure Private Link service alias for the availability zone.
|
|
5884
5874
|
"""
|
|
5885
5875
|
return pulumi.get(self, "private_link_service_alias")
|
|
5886
5876
|
|
|
@@ -5892,7 +5882,7 @@ class PrivateLinkAttachmentAzureArgs:
|
|
|
5892
5882
|
@pulumi.getter(name="privateLinkServiceResourceId")
|
|
5893
5883
|
def private_link_service_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
5894
5884
|
"""
|
|
5895
|
-
(Required String) Azure Private Link service resource
|
|
5885
|
+
(Required String) Azure Private Link service resource ID for the availability zone.
|
|
5896
5886
|
"""
|
|
5897
5887
|
return pulumi.get(self, "private_link_service_resource_id")
|
|
5898
5888
|
|
|
@@ -6091,7 +6081,7 @@ if not MYPY:
|
|
|
6091
6081
|
class PrivateLinkAttachmentGcpArgsDict(TypedDict):
|
|
6092
6082
|
private_service_connect_service_attachment: NotRequired[pulumi.Input[_builtins.str]]
|
|
6093
6083
|
"""
|
|
6094
|
-
|
|
6084
|
+
(Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
6095
6085
|
"""
|
|
6096
6086
|
elif False:
|
|
6097
6087
|
PrivateLinkAttachmentGcpArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -6101,7 +6091,7 @@ class PrivateLinkAttachmentGcpArgs:
|
|
|
6101
6091
|
def __init__(__self__, *,
|
|
6102
6092
|
private_service_connect_service_attachment: Optional[pulumi.Input[_builtins.str]] = None):
|
|
6103
6093
|
"""
|
|
6104
|
-
:param pulumi.Input[_builtins.str] private_service_connect_service_attachment:
|
|
6094
|
+
:param pulumi.Input[_builtins.str] private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
6105
6095
|
"""
|
|
6106
6096
|
if private_service_connect_service_attachment is not None:
|
|
6107
6097
|
pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
|
|
@@ -6110,7 +6100,7 @@ class PrivateLinkAttachmentGcpArgs:
|
|
|
6110
6100
|
@pulumi.getter(name="privateServiceConnectServiceAttachment")
|
|
6111
6101
|
def private_service_connect_service_attachment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
6112
6102
|
"""
|
|
6113
|
-
|
|
6103
|
+
(Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
|
|
6114
6104
|
"""
|
|
6115
6105
|
return pulumi.get(self, "private_service_connect_service_attachment")
|
|
6116
6106
|
|
|
@@ -6119,145 +6109,6 @@ class PrivateLinkAttachmentGcpArgs:
|
|
|
6119
6109
|
pulumi.set(self, "private_service_connect_service_attachment", value)
|
|
6120
6110
|
|
|
6121
6111
|
|
|
6122
|
-
if not MYPY:
|
|
6123
|
-
class ProviderIntegrationAuthorizationAzureArgsDict(TypedDict):
|
|
6124
|
-
customer_azure_tenant_id: pulumi.Input[_builtins.str]
|
|
6125
|
-
"""
|
|
6126
|
-
Customer's Azure Tenant ID.
|
|
6127
|
-
"""
|
|
6128
|
-
confluent_multi_tenant_app_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
6129
|
-
"""
|
|
6130
|
-
(Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
6131
|
-
"""
|
|
6132
|
-
elif False:
|
|
6133
|
-
ProviderIntegrationAuthorizationAzureArgsDict: TypeAlias = Mapping[str, Any]
|
|
6134
|
-
|
|
6135
|
-
@pulumi.input_type
|
|
6136
|
-
class ProviderIntegrationAuthorizationAzureArgs:
|
|
6137
|
-
def __init__(__self__, *,
|
|
6138
|
-
customer_azure_tenant_id: pulumi.Input[_builtins.str],
|
|
6139
|
-
confluent_multi_tenant_app_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
6140
|
-
"""
|
|
6141
|
-
:param pulumi.Input[_builtins.str] customer_azure_tenant_id: Customer's Azure Tenant ID.
|
|
6142
|
-
:param pulumi.Input[_builtins.str] confluent_multi_tenant_app_id: (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
6143
|
-
"""
|
|
6144
|
-
pulumi.set(__self__, "customer_azure_tenant_id", customer_azure_tenant_id)
|
|
6145
|
-
if confluent_multi_tenant_app_id is not None:
|
|
6146
|
-
pulumi.set(__self__, "confluent_multi_tenant_app_id", confluent_multi_tenant_app_id)
|
|
6147
|
-
|
|
6148
|
-
@_builtins.property
|
|
6149
|
-
@pulumi.getter(name="customerAzureTenantId")
|
|
6150
|
-
def customer_azure_tenant_id(self) -> pulumi.Input[_builtins.str]:
|
|
6151
|
-
"""
|
|
6152
|
-
Customer's Azure Tenant ID.
|
|
6153
|
-
"""
|
|
6154
|
-
return pulumi.get(self, "customer_azure_tenant_id")
|
|
6155
|
-
|
|
6156
|
-
@customer_azure_tenant_id.setter
|
|
6157
|
-
def customer_azure_tenant_id(self, value: pulumi.Input[_builtins.str]):
|
|
6158
|
-
pulumi.set(self, "customer_azure_tenant_id", value)
|
|
6159
|
-
|
|
6160
|
-
@_builtins.property
|
|
6161
|
-
@pulumi.getter(name="confluentMultiTenantAppId")
|
|
6162
|
-
def confluent_multi_tenant_app_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
6163
|
-
"""
|
|
6164
|
-
(Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
|
|
6165
|
-
"""
|
|
6166
|
-
return pulumi.get(self, "confluent_multi_tenant_app_id")
|
|
6167
|
-
|
|
6168
|
-
@confluent_multi_tenant_app_id.setter
|
|
6169
|
-
def confluent_multi_tenant_app_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
6170
|
-
pulumi.set(self, "confluent_multi_tenant_app_id", value)
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
if not MYPY:
|
|
6174
|
-
class ProviderIntegrationAuthorizationEnvironmentArgsDict(TypedDict):
|
|
6175
|
-
id: pulumi.Input[_builtins.str]
|
|
6176
|
-
"""
|
|
6177
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
6178
|
-
"""
|
|
6179
|
-
elif False:
|
|
6180
|
-
ProviderIntegrationAuthorizationEnvironmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
6181
|
-
|
|
6182
|
-
@pulumi.input_type
|
|
6183
|
-
class ProviderIntegrationAuthorizationEnvironmentArgs:
|
|
6184
|
-
def __init__(__self__, *,
|
|
6185
|
-
id: pulumi.Input[_builtins.str]):
|
|
6186
|
-
"""
|
|
6187
|
-
:param pulumi.Input[_builtins.str] id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
6188
|
-
"""
|
|
6189
|
-
pulumi.set(__self__, "id", id)
|
|
6190
|
-
|
|
6191
|
-
@_builtins.property
|
|
6192
|
-
@pulumi.getter
|
|
6193
|
-
def id(self) -> pulumi.Input[_builtins.str]:
|
|
6194
|
-
"""
|
|
6195
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
6196
|
-
"""
|
|
6197
|
-
return pulumi.get(self, "id")
|
|
6198
|
-
|
|
6199
|
-
@id.setter
|
|
6200
|
-
def id(self, value: pulumi.Input[_builtins.str]):
|
|
6201
|
-
pulumi.set(self, "id", value)
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
if not MYPY:
|
|
6205
|
-
class ProviderIntegrationAuthorizationGcpArgsDict(TypedDict):
|
|
6206
|
-
customer_google_service_account: pulumi.Input[_builtins.str]
|
|
6207
|
-
"""
|
|
6208
|
-
Customer's Google Service Account that Confluent Cloud impersonates.
|
|
6209
|
-
|
|
6210
|
-
> **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
|
|
6211
|
-
"""
|
|
6212
|
-
google_service_account: NotRequired[pulumi.Input[_builtins.str]]
|
|
6213
|
-
"""
|
|
6214
|
-
(Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
6215
|
-
"""
|
|
6216
|
-
elif False:
|
|
6217
|
-
ProviderIntegrationAuthorizationGcpArgsDict: TypeAlias = Mapping[str, Any]
|
|
6218
|
-
|
|
6219
|
-
@pulumi.input_type
|
|
6220
|
-
class ProviderIntegrationAuthorizationGcpArgs:
|
|
6221
|
-
def __init__(__self__, *,
|
|
6222
|
-
customer_google_service_account: pulumi.Input[_builtins.str],
|
|
6223
|
-
google_service_account: Optional[pulumi.Input[_builtins.str]] = None):
|
|
6224
|
-
"""
|
|
6225
|
-
:param pulumi.Input[_builtins.str] customer_google_service_account: Customer's Google Service Account that Confluent Cloud impersonates.
|
|
6226
|
-
|
|
6227
|
-
> **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
|
|
6228
|
-
:param pulumi.Input[_builtins.str] google_service_account: (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
6229
|
-
"""
|
|
6230
|
-
pulumi.set(__self__, "customer_google_service_account", customer_google_service_account)
|
|
6231
|
-
if google_service_account is not None:
|
|
6232
|
-
pulumi.set(__self__, "google_service_account", google_service_account)
|
|
6233
|
-
|
|
6234
|
-
@_builtins.property
|
|
6235
|
-
@pulumi.getter(name="customerGoogleServiceAccount")
|
|
6236
|
-
def customer_google_service_account(self) -> pulumi.Input[_builtins.str]:
|
|
6237
|
-
"""
|
|
6238
|
-
Customer's Google Service Account that Confluent Cloud impersonates.
|
|
6239
|
-
|
|
6240
|
-
> **Note:** Exactly one of `azure` or `gcp` configuration blocks must be provided, matching the cloud provider of the associated provider integration.
|
|
6241
|
-
"""
|
|
6242
|
-
return pulumi.get(self, "customer_google_service_account")
|
|
6243
|
-
|
|
6244
|
-
@customer_google_service_account.setter
|
|
6245
|
-
def customer_google_service_account(self, value: pulumi.Input[_builtins.str]):
|
|
6246
|
-
pulumi.set(self, "customer_google_service_account", value)
|
|
6247
|
-
|
|
6248
|
-
@_builtins.property
|
|
6249
|
-
@pulumi.getter(name="googleServiceAccount")
|
|
6250
|
-
def google_service_account(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
6251
|
-
"""
|
|
6252
|
-
(Computed String) Google Service Account that Confluent Cloud uses for impersonation.
|
|
6253
|
-
"""
|
|
6254
|
-
return pulumi.get(self, "google_service_account")
|
|
6255
|
-
|
|
6256
|
-
@google_service_account.setter
|
|
6257
|
-
def google_service_account(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
6258
|
-
pulumi.set(self, "google_service_account", value)
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
6112
|
if not MYPY:
|
|
6262
6113
|
class ProviderIntegrationAwsArgsDict(TypedDict):
|
|
6263
6114
|
customer_role_arn: pulumi.Input[_builtins.str]
|
|
@@ -6372,37 +6223,6 @@ class ProviderIntegrationEnvironmentArgs:
|
|
|
6372
6223
|
pulumi.set(self, "id", value)
|
|
6373
6224
|
|
|
6374
6225
|
|
|
6375
|
-
if not MYPY:
|
|
6376
|
-
class ProviderIntegrationSetupEnvironmentArgsDict(TypedDict):
|
|
6377
|
-
id: pulumi.Input[_builtins.str]
|
|
6378
|
-
"""
|
|
6379
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
6380
|
-
"""
|
|
6381
|
-
elif False:
|
|
6382
|
-
ProviderIntegrationSetupEnvironmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
6383
|
-
|
|
6384
|
-
@pulumi.input_type
|
|
6385
|
-
class ProviderIntegrationSetupEnvironmentArgs:
|
|
6386
|
-
def __init__(__self__, *,
|
|
6387
|
-
id: pulumi.Input[_builtins.str]):
|
|
6388
|
-
"""
|
|
6389
|
-
:param pulumi.Input[_builtins.str] id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
6390
|
-
"""
|
|
6391
|
-
pulumi.set(__self__, "id", id)
|
|
6392
|
-
|
|
6393
|
-
@_builtins.property
|
|
6394
|
-
@pulumi.getter
|
|
6395
|
-
def id(self) -> pulumi.Input[_builtins.str]:
|
|
6396
|
-
"""
|
|
6397
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
6398
|
-
"""
|
|
6399
|
-
return pulumi.get(self, "id")
|
|
6400
|
-
|
|
6401
|
-
@id.setter
|
|
6402
|
-
def id(self, value: pulumi.Input[_builtins.str]):
|
|
6403
|
-
pulumi.set(self, "id", value)
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
6226
|
if not MYPY:
|
|
6407
6227
|
class ProviderOauthArgsDict(TypedDict):
|
|
6408
6228
|
oauth_identity_pool_id: pulumi.Input[_builtins.str]
|
|
@@ -7987,6 +7807,58 @@ class TableflowTopicEnvironmentArgs:
|
|
|
7987
7807
|
pulumi.set(self, "id", value)
|
|
7988
7808
|
|
|
7989
7809
|
|
|
7810
|
+
if not MYPY:
|
|
7811
|
+
class TableflowTopicErrorHandlingArgsDict(TypedDict):
|
|
7812
|
+
log_target: NotRequired[pulumi.Input[_builtins.str]]
|
|
7813
|
+
"""
|
|
7814
|
+
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.
|
|
7815
|
+
"""
|
|
7816
|
+
mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
7817
|
+
"""
|
|
7818
|
+
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`.
|
|
7819
|
+
"""
|
|
7820
|
+
elif False:
|
|
7821
|
+
TableflowTopicErrorHandlingArgsDict: TypeAlias = Mapping[str, Any]
|
|
7822
|
+
|
|
7823
|
+
@pulumi.input_type
|
|
7824
|
+
class TableflowTopicErrorHandlingArgs:
|
|
7825
|
+
def __init__(__self__, *,
|
|
7826
|
+
log_target: Optional[pulumi.Input[_builtins.str]] = None,
|
|
7827
|
+
mode: Optional[pulumi.Input[_builtins.str]] = None):
|
|
7828
|
+
"""
|
|
7829
|
+
:param pulumi.Input[_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.
|
|
7830
|
+
:param pulumi.Input[_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`.
|
|
7831
|
+
"""
|
|
7832
|
+
if log_target is not None:
|
|
7833
|
+
pulumi.set(__self__, "log_target", log_target)
|
|
7834
|
+
if mode is not None:
|
|
7835
|
+
pulumi.set(__self__, "mode", mode)
|
|
7836
|
+
|
|
7837
|
+
@_builtins.property
|
|
7838
|
+
@pulumi.getter(name="logTarget")
|
|
7839
|
+
def log_target(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
7840
|
+
"""
|
|
7841
|
+
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.
|
|
7842
|
+
"""
|
|
7843
|
+
return pulumi.get(self, "log_target")
|
|
7844
|
+
|
|
7845
|
+
@log_target.setter
|
|
7846
|
+
def log_target(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
7847
|
+
pulumi.set(self, "log_target", value)
|
|
7848
|
+
|
|
7849
|
+
@_builtins.property
|
|
7850
|
+
@pulumi.getter
|
|
7851
|
+
def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
7852
|
+
"""
|
|
7853
|
+
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`.
|
|
7854
|
+
"""
|
|
7855
|
+
return pulumi.get(self, "mode")
|
|
7856
|
+
|
|
7857
|
+
@mode.setter
|
|
7858
|
+
def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
7859
|
+
pulumi.set(self, "mode", value)
|
|
7860
|
+
|
|
7861
|
+
|
|
7990
7862
|
if not MYPY:
|
|
7991
7863
|
class TableflowTopicKafkaClusterArgsDict(TypedDict):
|
|
7992
7864
|
id: pulumi.Input[_builtins.str]
|
|
@@ -10173,37 +10045,6 @@ class GetPrivateLinkAttachmentEnvironmentArgs:
|
|
|
10173
10045
|
pulumi.set(self, "id", value)
|
|
10174
10046
|
|
|
10175
10047
|
|
|
10176
|
-
if not MYPY:
|
|
10177
|
-
class GetProviderIntegrationAuthorizationEnvironmentArgsDict(TypedDict):
|
|
10178
|
-
id: _builtins.str
|
|
10179
|
-
"""
|
|
10180
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
10181
|
-
"""
|
|
10182
|
-
elif False:
|
|
10183
|
-
GetProviderIntegrationAuthorizationEnvironmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
10184
|
-
|
|
10185
|
-
@pulumi.input_type
|
|
10186
|
-
class GetProviderIntegrationAuthorizationEnvironmentArgs:
|
|
10187
|
-
def __init__(__self__, *,
|
|
10188
|
-
id: _builtins.str):
|
|
10189
|
-
"""
|
|
10190
|
-
:param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
10191
|
-
"""
|
|
10192
|
-
pulumi.set(__self__, "id", id)
|
|
10193
|
-
|
|
10194
|
-
@_builtins.property
|
|
10195
|
-
@pulumi.getter
|
|
10196
|
-
def id(self) -> _builtins.str:
|
|
10197
|
-
"""
|
|
10198
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
10199
|
-
"""
|
|
10200
|
-
return pulumi.get(self, "id")
|
|
10201
|
-
|
|
10202
|
-
@id.setter
|
|
10203
|
-
def id(self, value: _builtins.str):
|
|
10204
|
-
pulumi.set(self, "id", value)
|
|
10205
|
-
|
|
10206
|
-
|
|
10207
10048
|
if not MYPY:
|
|
10208
10049
|
class GetProviderIntegrationEnvironmentArgsDict(TypedDict):
|
|
10209
10050
|
id: _builtins.str
|
|
@@ -10241,37 +10082,6 @@ class GetProviderIntegrationEnvironmentArgs:
|
|
|
10241
10082
|
pulumi.set(self, "id", value)
|
|
10242
10083
|
|
|
10243
10084
|
|
|
10244
|
-
if not MYPY:
|
|
10245
|
-
class GetProviderIntegrationSetupEnvironmentArgsDict(TypedDict):
|
|
10246
|
-
id: _builtins.str
|
|
10247
|
-
"""
|
|
10248
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
10249
|
-
"""
|
|
10250
|
-
elif False:
|
|
10251
|
-
GetProviderIntegrationSetupEnvironmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
10252
|
-
|
|
10253
|
-
@pulumi.input_type
|
|
10254
|
-
class GetProviderIntegrationSetupEnvironmentArgs:
|
|
10255
|
-
def __init__(__self__, *,
|
|
10256
|
-
id: _builtins.str):
|
|
10257
|
-
"""
|
|
10258
|
-
:param _builtins.str id: The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
10259
|
-
"""
|
|
10260
|
-
pulumi.set(__self__, "id", id)
|
|
10261
|
-
|
|
10262
|
-
@_builtins.property
|
|
10263
|
-
@pulumi.getter
|
|
10264
|
-
def id(self) -> _builtins.str:
|
|
10265
|
-
"""
|
|
10266
|
-
The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
10267
|
-
"""
|
|
10268
|
-
return pulumi.get(self, "id")
|
|
10269
|
-
|
|
10270
|
-
@id.setter
|
|
10271
|
-
def id(self, value: _builtins.str):
|
|
10272
|
-
pulumi.set(self, "id", value)
|
|
10273
|
-
|
|
10274
|
-
|
|
10275
10085
|
if not MYPY:
|
|
10276
10086
|
class GetSchemaCredentialsArgsDict(TypedDict):
|
|
10277
10087
|
key: _builtins.str
|
|
@@ -73,7 +73,6 @@ class GetPrivateLinkAttachmentResult:
|
|
|
73
73
|
def azures(self) -> Sequence['outputs.GetPrivateLinkAttachmentAzureResult']:
|
|
74
74
|
"""
|
|
75
75
|
(Optional Configuration Block) supports the following:
|
|
76
|
-
- `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
|
|
77
76
|
"""
|
|
78
77
|
return pulumi.get(self, "azures")
|
|
79
78
|
|
|
@@ -28,7 +28,7 @@ class GetTableflowTopicResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getTableflowTopic.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, byob_aws=None, credentials=None, display_name=None, enable_compaction=None, enable_partitioning=None, environment=None, id=None, kafka_cluster=None, managed_storages=None, record_failure_strategy=None, retention_ms=None, suspended=None, table_formats=None, table_path=None, write_mode=None):
|
|
31
|
+
def __init__(__self__, byob_aws=None, credentials=None, display_name=None, enable_compaction=None, enable_partitioning=None, environment=None, error_handlings=None, id=None, kafka_cluster=None, managed_storages=None, record_failure_strategy=None, retention_ms=None, suspended=None, table_formats=None, table_path=None, write_mode=None):
|
|
32
32
|
if byob_aws and not isinstance(byob_aws, list):
|
|
33
33
|
raise TypeError("Expected argument 'byob_aws' to be a list")
|
|
34
34
|
pulumi.set(__self__, "byob_aws", byob_aws)
|
|
@@ -47,6 +47,9 @@ class GetTableflowTopicResult:
|
|
|
47
47
|
if environment and not isinstance(environment, dict):
|
|
48
48
|
raise TypeError("Expected argument 'environment' to be a dict")
|
|
49
49
|
pulumi.set(__self__, "environment", environment)
|
|
50
|
+
if error_handlings and not isinstance(error_handlings, list):
|
|
51
|
+
raise TypeError("Expected argument 'error_handlings' to be a list")
|
|
52
|
+
pulumi.set(__self__, "error_handlings", error_handlings)
|
|
50
53
|
if id and not isinstance(id, str):
|
|
51
54
|
raise TypeError("Expected argument 'id' to be a str")
|
|
52
55
|
pulumi.set(__self__, "id", id)
|
|
@@ -114,6 +117,14 @@ class GetTableflowTopicResult:
|
|
|
114
117
|
def environment(self) -> 'outputs.GetTableflowTopicEnvironmentResult':
|
|
115
118
|
return pulumi.get(self, "environment")
|
|
116
119
|
|
|
120
|
+
@_builtins.property
|
|
121
|
+
@pulumi.getter(name="errorHandlings")
|
|
122
|
+
def error_handlings(self) -> Sequence['outputs.GetTableflowTopicErrorHandlingResult']:
|
|
123
|
+
"""
|
|
124
|
+
(Optional Configuration Block) supports the following:
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "error_handlings")
|
|
127
|
+
|
|
117
128
|
@_builtins.property
|
|
118
129
|
@pulumi.getter
|
|
119
130
|
def id(self) -> _builtins.str:
|
|
@@ -139,7 +150,7 @@ class GetTableflowTopicResult:
|
|
|
139
150
|
@pulumi.getter(name="recordFailureStrategy")
|
|
140
151
|
def record_failure_strategy(self) -> _builtins.str:
|
|
141
152
|
"""
|
|
142
|
-
(Optional String) The strategy to handle record failures in the Tableflow enabled topic during materialization. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
|
|
153
|
+
(Optional String, **Deprecated**) The strategy to handle record failures in the Tableflow enabled topic during materialization. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
|
|
143
154
|
"""
|
|
144
155
|
return pulumi.get(self, "record_failure_strategy")
|
|
145
156
|
|
|
@@ -196,6 +207,7 @@ class AwaitableGetTableflowTopicResult(GetTableflowTopicResult):
|
|
|
196
207
|
enable_compaction=self.enable_compaction,
|
|
197
208
|
enable_partitioning=self.enable_partitioning,
|
|
198
209
|
environment=self.environment,
|
|
210
|
+
error_handlings=self.error_handlings,
|
|
199
211
|
id=self.id,
|
|
200
212
|
kafka_cluster=self.kafka_cluster,
|
|
201
213
|
managed_storages=self.managed_storages,
|
|
@@ -267,6 +279,7 @@ def get_tableflow_topic(credentials: Optional[Union['GetTableflowTopicCredential
|
|
|
267
279
|
enable_compaction=pulumi.get(__ret__, 'enable_compaction'),
|
|
268
280
|
enable_partitioning=pulumi.get(__ret__, 'enable_partitioning'),
|
|
269
281
|
environment=pulumi.get(__ret__, 'environment'),
|
|
282
|
+
error_handlings=pulumi.get(__ret__, 'error_handlings'),
|
|
270
283
|
id=pulumi.get(__ret__, 'id'),
|
|
271
284
|
kafka_cluster=pulumi.get(__ret__, 'kafka_cluster'),
|
|
272
285
|
managed_storages=pulumi.get(__ret__, 'managed_storages'),
|
|
@@ -335,6 +348,7 @@ def get_tableflow_topic_output(credentials: Optional[pulumi.Input[Optional[Union
|
|
|
335
348
|
enable_compaction=pulumi.get(__response__, 'enable_compaction'),
|
|
336
349
|
enable_partitioning=pulumi.get(__response__, 'enable_partitioning'),
|
|
337
350
|
environment=pulumi.get(__response__, 'environment'),
|
|
351
|
+
error_handlings=pulumi.get(__response__, 'error_handlings'),
|
|
338
352
|
id=pulumi.get(__response__, 'id'),
|
|
339
353
|
kafka_cluster=pulumi.get(__response__, 'kafka_cluster'),
|
|
340
354
|
managed_storages=pulumi.get(__response__, 'managed_storages'),
|