pulumi-confluentcloud 2.47.0a1760585484__py3-none-any.whl → 2.48.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 +0 -244
- pulumi_confluentcloud/outputs.py +0 -240
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- {pulumi_confluentcloud-2.47.0a1760585484.dist-info → pulumi_confluentcloud-2.48.0.dist-info}/METADATA +1 -1
- {pulumi_confluentcloud-2.47.0a1760585484.dist-info → pulumi_confluentcloud-2.48.0.dist-info}/RECORD +8 -12
- 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.47.0a1760585484.dist-info → pulumi_confluentcloud-2.48.0.dist-info}/WHEEL +0 -0
- {pulumi_confluentcloud-2.47.0a1760585484.dist-info → pulumi_confluentcloud-2.48.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',
|
|
@@ -443,12 +435,8 @@ __all__ = [
|
|
|
443
435
|
'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict',
|
|
444
436
|
'GetPrivateLinkAttachmentEnvironmentArgs',
|
|
445
437
|
'GetPrivateLinkAttachmentEnvironmentArgsDict',
|
|
446
|
-
'GetProviderIntegrationAuthorizationEnvironmentArgs',
|
|
447
|
-
'GetProviderIntegrationAuthorizationEnvironmentArgsDict',
|
|
448
438
|
'GetProviderIntegrationEnvironmentArgs',
|
|
449
439
|
'GetProviderIntegrationEnvironmentArgsDict',
|
|
450
|
-
'GetProviderIntegrationSetupEnvironmentArgs',
|
|
451
|
-
'GetProviderIntegrationSetupEnvironmentArgsDict',
|
|
452
440
|
'GetSchemaCredentialsArgs',
|
|
453
441
|
'GetSchemaCredentialsArgsDict',
|
|
454
442
|
'GetSchemaMetadataArgs',
|
|
@@ -6119,145 +6107,6 @@ class PrivateLinkAttachmentGcpArgs:
|
|
|
6119
6107
|
pulumi.set(self, "private_service_connect_service_attachment", value)
|
|
6120
6108
|
|
|
6121
6109
|
|
|
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
6110
|
if not MYPY:
|
|
6262
6111
|
class ProviderIntegrationAwsArgsDict(TypedDict):
|
|
6263
6112
|
customer_role_arn: pulumi.Input[_builtins.str]
|
|
@@ -6372,37 +6221,6 @@ class ProviderIntegrationEnvironmentArgs:
|
|
|
6372
6221
|
pulumi.set(self, "id", value)
|
|
6373
6222
|
|
|
6374
6223
|
|
|
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
6224
|
if not MYPY:
|
|
6407
6225
|
class ProviderOauthArgsDict(TypedDict):
|
|
6408
6226
|
oauth_identity_pool_id: pulumi.Input[_builtins.str]
|
|
@@ -10173,37 +9991,6 @@ class GetPrivateLinkAttachmentEnvironmentArgs:
|
|
|
10173
9991
|
pulumi.set(self, "id", value)
|
|
10174
9992
|
|
|
10175
9993
|
|
|
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
9994
|
if not MYPY:
|
|
10208
9995
|
class GetProviderIntegrationEnvironmentArgsDict(TypedDict):
|
|
10209
9996
|
id: _builtins.str
|
|
@@ -10241,37 +10028,6 @@ class GetProviderIntegrationEnvironmentArgs:
|
|
|
10241
10028
|
pulumi.set(self, "id", value)
|
|
10242
10029
|
|
|
10243
10030
|
|
|
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
10031
|
if not MYPY:
|
|
10276
10032
|
class GetSchemaCredentialsArgsDict(TypedDict):
|
|
10277
10033
|
key: _builtins.str
|
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',
|
|
@@ -280,12 +276,8 @@ __all__ = [
|
|
|
280
276
|
'GetPrivateLinkAttachmentConnectionPrivateLinkAttachmentResult',
|
|
281
277
|
'GetPrivateLinkAttachmentEnvironmentResult',
|
|
282
278
|
'GetPrivateLinkAttachmentGcpResult',
|
|
283
|
-
'GetProviderIntegrationAuthorizationAzureResult',
|
|
284
|
-
'GetProviderIntegrationAuthorizationEnvironmentResult',
|
|
285
|
-
'GetProviderIntegrationAuthorizationGcpResult',
|
|
286
279
|
'GetProviderIntegrationAwResult',
|
|
287
280
|
'GetProviderIntegrationEnvironmentResult',
|
|
288
|
-
'GetProviderIntegrationSetupEnvironmentResult',
|
|
289
281
|
'GetSchemaCredentialsResult',
|
|
290
282
|
'GetSchemaMetadataResult',
|
|
291
283
|
'GetSchemaMetadataTagResult',
|
|
@@ -4336,126 +4328,6 @@ class PrivateLinkAttachmentGcp(dict):
|
|
|
4336
4328
|
return pulumi.get(self, "private_service_connect_service_attachment")
|
|
4337
4329
|
|
|
4338
4330
|
|
|
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
4331
|
@pulumi.output_type
|
|
4460
4332
|
class ProviderIntegrationAws(dict):
|
|
4461
4333
|
@staticmethod
|
|
@@ -4545,24 +4417,6 @@ class ProviderIntegrationEnvironment(dict):
|
|
|
4545
4417
|
return pulumi.get(self, "id")
|
|
4546
4418
|
|
|
4547
4419
|
|
|
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
4420
|
@pulumi.output_type
|
|
4567
4421
|
class SchemaCredentials(dict):
|
|
4568
4422
|
def __init__(__self__, *,
|
|
@@ -8243,82 +8097,6 @@ class GetPrivateLinkAttachmentGcpResult(dict):
|
|
|
8243
8097
|
return pulumi.get(self, "private_service_connect_service_attachment")
|
|
8244
8098
|
|
|
8245
8099
|
|
|
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
8100
|
@pulumi.output_type
|
|
8323
8101
|
class GetProviderIntegrationAwResult(dict):
|
|
8324
8102
|
def __init__(__self__, *,
|
|
@@ -8381,24 +8159,6 @@ class GetProviderIntegrationEnvironmentResult(dict):
|
|
|
8381
8159
|
return pulumi.get(self, "id")
|
|
8382
8160
|
|
|
8383
8161
|
|
|
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
8162
|
@pulumi.output_type
|
|
8403
8163
|
class GetSchemaCredentialsResult(dict):
|
|
8404
8164
|
def __init__(__self__, *,
|
{pulumi_confluentcloud-2.47.0a1760585484.dist-info → pulumi_confluentcloud-2.48.0.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
pulumi_confluentcloud/__init__.py,sha256=
|
|
2
|
-
pulumi_confluentcloud/_inputs.py,sha256=
|
|
1
|
+
pulumi_confluentcloud/__init__.py,sha256=kOwNfz5DblrFq6m5-J913KrPPjoA5mJNMUBX75pFPmg,16039
|
|
2
|
+
pulumi_confluentcloud/_inputs.py,sha256=GMRRN_0bnm3O3ysRsy_eD53XBHO1awGvslDLfO2ECYo,461333
|
|
3
3
|
pulumi_confluentcloud/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
4
|
pulumi_confluentcloud/access_point.py,sha256=EWjw5oS5Zvch3deV4n8oUv9AV73aYy7qUrEJ6ji0Db0,32976
|
|
5
5
|
pulumi_confluentcloud/api_key.py,sha256=CkQiXMQOINtH2Kn2gvVhIdv95R_HEjcT8sSlDwL3miw,30526
|
|
@@ -60,8 +60,6 @@ pulumi_confluentcloud/get_private_link_access.py,sha256=LjIoJHR4IgUkENE7P0NJg4t4
|
|
|
60
60
|
pulumi_confluentcloud/get_private_link_attachment.py,sha256=431HYZCr_GaNGotAlyjIHYpprfZhNBgHqX17XN3uEyM,10986
|
|
61
61
|
pulumi_confluentcloud/get_private_link_attachment_connection.py,sha256=BxSUuWyZxXrvWpP_XuoE6fwnqRcwBl5DNgYMIuz2fsQ,10541
|
|
62
62
|
pulumi_confluentcloud/get_provider_integration.py,sha256=30UryTJfeAYuknyrcf4IUADsjK_pFcRCJzREt8dnilc,8822
|
|
63
|
-
pulumi_confluentcloud/get_provider_integration_authorization.py,sha256=PN-8zxmIwLiVxOdYHRsuTq_vAMKbu53yZoCpQuBlw48,7088
|
|
64
|
-
pulumi_confluentcloud/get_provider_integration_setup.py,sha256=fURUWzVmARpE5Lm8AfYWr_oLglcBgtnsk6T1n-G1bp4,11252
|
|
65
63
|
pulumi_confluentcloud/get_role_binding.py,sha256=M-_XXL75KCQM7f111HXyq2-qp49GImi8FUCakhUVl5w,6248
|
|
66
64
|
pulumi_confluentcloud/get_schema.py,sha256=kSUHpguZmPo_SJjdhpk27Kg2LHST3kUbrgswt20CS1U,19768
|
|
67
65
|
pulumi_confluentcloud/get_schema_registry_cluster.py,sha256=N7te_5n5Zh2Qh38-2sovMWBfkASppzK4y_eqRyZB_bk,14801
|
|
@@ -96,7 +94,7 @@ pulumi_confluentcloud/ksql_cluster.py,sha256=2iHuwHft1nFCJHHUZ_OQ6za0Wwhc01VyfdV
|
|
|
96
94
|
pulumi_confluentcloud/network.py,sha256=8CtwHx8oTbnbgX7F4WLcmyFHUR5v-d6mt4XtcYdGShw,65777
|
|
97
95
|
pulumi_confluentcloud/network_link_endpoint.py,sha256=mIDIlsxhKa5wwaLJzBn9aMGGl_lYRcZvUDjLFEh5aYI,21019
|
|
98
96
|
pulumi_confluentcloud/network_link_service.py,sha256=1EYvdSSxGVyf9EYUb9KQEGF_d7ct74B4BTQcy5VvTto,21597
|
|
99
|
-
pulumi_confluentcloud/outputs.py,sha256=
|
|
97
|
+
pulumi_confluentcloud/outputs.py,sha256=g74RzkcDIX5eJ_4K3wMOHQ_fvcGO_-q_jFF8Pu_3WQk,380572
|
|
100
98
|
pulumi_confluentcloud/peering.py,sha256=JLZhrSeVal5O2KcWqgKjcA_NVxm4jCgdmKkeVqEcLAI,26219
|
|
101
99
|
pulumi_confluentcloud/plugin.py,sha256=CKzFzVS27r-z8IC6uQKg6JMTAY-58RfRp9WZfybQC9c,19241
|
|
102
100
|
pulumi_confluentcloud/private_link_access.py,sha256=RXRS63n0MtU1rqscLqDiZXCPTyB6Agn4CwKu5BEg6BY,26465
|
|
@@ -104,9 +102,7 @@ pulumi_confluentcloud/private_link_attachment.py,sha256=xluLBaV5hX40gQLEUmxu_Loi
|
|
|
104
102
|
pulumi_confluentcloud/private_link_attachment_connection.py,sha256=KpQR8PG9KpNkV5MCqYjzOWrVBXY8st6cDDTPBsfBz4k,27139
|
|
105
103
|
pulumi_confluentcloud/provider.py,sha256=sN-VlTRE0cOeq78IKZopdjt1JLVRJpXA3LYYbYizrHg,34888
|
|
106
104
|
pulumi_confluentcloud/provider_integration.py,sha256=RmBOJN9EFsKlRiBAEP2_hXl-LR0FMWA6_qC61HWocPQ,16497
|
|
107
|
-
pulumi_confluentcloud/
|
|
108
|
-
pulumi_confluentcloud/provider_integration_setup.py,sha256=q06Qw844J2N0uoctoACyySDy9piyuqjHzAjZS_WsHIc,19706
|
|
109
|
-
pulumi_confluentcloud/pulumi-plugin.json,sha256=Ciwt8Cl79Cbl63eyWrLPIVTgY4s3GsvVk5DYtEEF5oc,91
|
|
105
|
+
pulumi_confluentcloud/pulumi-plugin.json,sha256=pRRx2tddb3hJPVqBsaUt6358eT90GEUk9-0v9FB8JNw,74
|
|
110
106
|
pulumi_confluentcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
107
|
pulumi_confluentcloud/role_binding.py,sha256=MbeRwcuWNj_KSnNP2zEqNSthGBV1z1haBjbk97pvMZk,20463
|
|
112
108
|
pulumi_confluentcloud/schema.py,sha256=TrAq7lGUxbNvgD-33fhRm602EIR9EXO8tFfwhRADmkk,40807
|
|
@@ -127,7 +123,7 @@ pulumi_confluentcloud/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJ
|
|
|
127
123
|
pulumi_confluentcloud/config/__init__.pyi,sha256=wUpGQFTVXK9rFefT-KLKGEPtajQG_D4Due_TzbOT5jE,2151
|
|
128
124
|
pulumi_confluentcloud/config/outputs.py,sha256=j9KabfxdzVhzLBDXzRsfQbM3kPvizCnfA4jT1GiYu7I,5369
|
|
129
125
|
pulumi_confluentcloud/config/vars.py,sha256=a6jklkyhkLNyX1ZeL2snOeaA6uX4dqwUZl5fUDp3wMQ,4915
|
|
130
|
-
pulumi_confluentcloud-2.
|
|
131
|
-
pulumi_confluentcloud-2.
|
|
132
|
-
pulumi_confluentcloud-2.
|
|
133
|
-
pulumi_confluentcloud-2.
|
|
126
|
+
pulumi_confluentcloud-2.48.0.dist-info/METADATA,sha256=xTnNvezMhqx21PmBE8a-SE8VfjbOOFUM3aQ_hnGaNXk,2887
|
|
127
|
+
pulumi_confluentcloud-2.48.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
128
|
+
pulumi_confluentcloud-2.48.0.dist-info/top_level.txt,sha256=0spb6Wqsv3xa9v5poWmP3cWll3tbfOwOKwneN7S2DjM,22
|
|
129
|
+
pulumi_confluentcloud-2.48.0.dist-info/RECORD,,
|