pulumi-confluentcloud 2.46.0a1760152950__py3-none-any.whl → 2.47.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 +20 -0
- pulumi_confluentcloud/_inputs.py +244 -0
- pulumi_confluentcloud/api_key.py +16 -0
- pulumi_confluentcloud/dns_forwarder.py +4 -0
- pulumi_confluentcloud/get_provider_integration_authorization.py +142 -0
- pulumi_confluentcloud/get_provider_integration_setup.py +270 -0
- pulumi_confluentcloud/outputs.py +240 -0
- pulumi_confluentcloud/provider_integration_authorization.py +320 -0
- pulumi_confluentcloud/provider_integration_setup.py +448 -0
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- {pulumi_confluentcloud-2.46.0a1760152950.dist-info → pulumi_confluentcloud-2.47.0.dist-info}/METADATA +1 -1
- {pulumi_confluentcloud-2.46.0a1760152950.dist-info → pulumi_confluentcloud-2.47.0.dist-info}/RECORD +14 -10
- {pulumi_confluentcloud-2.46.0a1760152950.dist-info → pulumi_confluentcloud-2.47.0.dist-info}/WHEEL +0 -0
- {pulumi_confluentcloud-2.46.0a1760152950.dist-info → pulumi_confluentcloud-2.47.0.dist-info}/top_level.txt +0 -0
|
@@ -65,6 +65,8 @@ 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 *
|
|
68
70
|
from .get_role_binding import *
|
|
69
71
|
from .get_schema import *
|
|
70
72
|
from .get_schema_registry_cluster import *
|
|
@@ -106,6 +108,8 @@ from .private_link_attachment import *
|
|
|
106
108
|
from .private_link_attachment_connection import *
|
|
107
109
|
from .provider import *
|
|
108
110
|
from .provider_integration import *
|
|
111
|
+
from .provider_integration_authorization import *
|
|
112
|
+
from .provider_integration_setup import *
|
|
109
113
|
from .role_binding import *
|
|
110
114
|
from .schema import *
|
|
111
115
|
from .schema_exporter import *
|
|
@@ -486,6 +490,22 @@ _utilities.register(
|
|
|
486
490
|
"confluentcloud:index/providerIntegration:ProviderIntegration": "ProviderIntegration"
|
|
487
491
|
}
|
|
488
492
|
},
|
|
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
|
+
},
|
|
489
509
|
{
|
|
490
510
|
"pkg": "confluentcloud",
|
|
491
511
|
"mod": "index/roleBinding",
|
pulumi_confluentcloud/_inputs.py
CHANGED
|
@@ -265,10 +265,18 @@ __all__ = [
|
|
|
265
265
|
'PrivateLinkAttachmentEnvironmentArgsDict',
|
|
266
266
|
'PrivateLinkAttachmentGcpArgs',
|
|
267
267
|
'PrivateLinkAttachmentGcpArgsDict',
|
|
268
|
+
'ProviderIntegrationAuthorizationAzureArgs',
|
|
269
|
+
'ProviderIntegrationAuthorizationAzureArgsDict',
|
|
270
|
+
'ProviderIntegrationAuthorizationEnvironmentArgs',
|
|
271
|
+
'ProviderIntegrationAuthorizationEnvironmentArgsDict',
|
|
272
|
+
'ProviderIntegrationAuthorizationGcpArgs',
|
|
273
|
+
'ProviderIntegrationAuthorizationGcpArgsDict',
|
|
268
274
|
'ProviderIntegrationAwsArgs',
|
|
269
275
|
'ProviderIntegrationAwsArgsDict',
|
|
270
276
|
'ProviderIntegrationEnvironmentArgs',
|
|
271
277
|
'ProviderIntegrationEnvironmentArgsDict',
|
|
278
|
+
'ProviderIntegrationSetupEnvironmentArgs',
|
|
279
|
+
'ProviderIntegrationSetupEnvironmentArgsDict',
|
|
272
280
|
'ProviderOauthArgs',
|
|
273
281
|
'ProviderOauthArgsDict',
|
|
274
282
|
'SchemaCredentialsArgs',
|
|
@@ -435,8 +443,12 @@ __all__ = [
|
|
|
435
443
|
'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict',
|
|
436
444
|
'GetPrivateLinkAttachmentEnvironmentArgs',
|
|
437
445
|
'GetPrivateLinkAttachmentEnvironmentArgsDict',
|
|
446
|
+
'GetProviderIntegrationAuthorizationEnvironmentArgs',
|
|
447
|
+
'GetProviderIntegrationAuthorizationEnvironmentArgsDict',
|
|
438
448
|
'GetProviderIntegrationEnvironmentArgs',
|
|
439
449
|
'GetProviderIntegrationEnvironmentArgsDict',
|
|
450
|
+
'GetProviderIntegrationSetupEnvironmentArgs',
|
|
451
|
+
'GetProviderIntegrationSetupEnvironmentArgsDict',
|
|
440
452
|
'GetSchemaCredentialsArgs',
|
|
441
453
|
'GetSchemaCredentialsArgsDict',
|
|
442
454
|
'GetSchemaMetadataArgs',
|
|
@@ -6107,6 +6119,145 @@ class PrivateLinkAttachmentGcpArgs:
|
|
|
6107
6119
|
pulumi.set(self, "private_service_connect_service_attachment", value)
|
|
6108
6120
|
|
|
6109
6121
|
|
|
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
|
+
|
|
6110
6261
|
if not MYPY:
|
|
6111
6262
|
class ProviderIntegrationAwsArgsDict(TypedDict):
|
|
6112
6263
|
customer_role_arn: pulumi.Input[_builtins.str]
|
|
@@ -6221,6 +6372,37 @@ class ProviderIntegrationEnvironmentArgs:
|
|
|
6221
6372
|
pulumi.set(self, "id", value)
|
|
6222
6373
|
|
|
6223
6374
|
|
|
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
|
+
|
|
6224
6406
|
if not MYPY:
|
|
6225
6407
|
class ProviderOauthArgsDict(TypedDict):
|
|
6226
6408
|
oauth_identity_pool_id: pulumi.Input[_builtins.str]
|
|
@@ -9991,6 +10173,37 @@ class GetPrivateLinkAttachmentEnvironmentArgs:
|
|
|
9991
10173
|
pulumi.set(self, "id", value)
|
|
9992
10174
|
|
|
9993
10175
|
|
|
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
|
+
|
|
9994
10207
|
if not MYPY:
|
|
9995
10208
|
class GetProviderIntegrationEnvironmentArgsDict(TypedDict):
|
|
9996
10209
|
id: _builtins.str
|
|
@@ -10028,6 +10241,37 @@ class GetProviderIntegrationEnvironmentArgs:
|
|
|
10028
10241
|
pulumi.set(self, "id", value)
|
|
10029
10242
|
|
|
10030
10243
|
|
|
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
|
+
|
|
10031
10275
|
if not MYPY:
|
|
10032
10276
|
class GetSchemaCredentialsArgsDict(TypedDict):
|
|
10033
10277
|
key: _builtins.str
|
pulumi_confluentcloud/api_key.py
CHANGED
|
@@ -224,6 +224,14 @@ class ApiKey(pulumi.CustomResource):
|
|
|
224
224
|
"""
|
|
225
225
|
## Example Usage
|
|
226
226
|
|
|
227
|
+
### Example Kafka API Key
|
|
228
|
+
|
|
229
|
+
### Example ksqlDB API Key
|
|
230
|
+
|
|
231
|
+
### Example Schema Registry API Key
|
|
232
|
+
|
|
233
|
+
### Example Flink API Key
|
|
234
|
+
|
|
227
235
|
### Example Tableflow API Key
|
|
228
236
|
```python
|
|
229
237
|
import pulumi
|
|
@@ -333,6 +341,14 @@ class ApiKey(pulumi.CustomResource):
|
|
|
333
341
|
"""
|
|
334
342
|
## Example Usage
|
|
335
343
|
|
|
344
|
+
### Example Kafka API Key
|
|
345
|
+
|
|
346
|
+
### Example ksqlDB API Key
|
|
347
|
+
|
|
348
|
+
### Example Schema Registry API Key
|
|
349
|
+
|
|
350
|
+
### Example Flink API Key
|
|
351
|
+
|
|
336
352
|
### Example Tableflow API Key
|
|
337
353
|
```python
|
|
338
354
|
import pulumi
|
|
@@ -246,6 +246,8 @@ class DnsForwarder(pulumi.CustomResource):
|
|
|
246
246
|
})
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
+
### Option #2: Create using ForwardViaGcpDnsZones method
|
|
250
|
+
|
|
249
251
|
## Import
|
|
250
252
|
|
|
251
253
|
You can import a DNS Forwarder by using Environment ID and DNS Forwarder ID, in the format `<Environment ID>/<DNS Forwarder ID>`. The following example shows how to import a DNS Forwarder:
|
|
@@ -306,6 +308,8 @@ class DnsForwarder(pulumi.CustomResource):
|
|
|
306
308
|
})
|
|
307
309
|
```
|
|
308
310
|
|
|
311
|
+
### Option #2: Create using ForwardViaGcpDnsZones method
|
|
312
|
+
|
|
309
313
|
## Import
|
|
310
314
|
|
|
311
315
|
You can import a DNS Forwarder by using Environment ID and DNS Forwarder ID, in the format `<Environment ID>/<DNS Forwarder ID>`. The following example shows how to import a DNS Forwarder:
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetProviderIntegrationAuthorizationResult',
|
|
21
|
+
'AwaitableGetProviderIntegrationAuthorizationResult',
|
|
22
|
+
'get_provider_integration_authorization',
|
|
23
|
+
'get_provider_integration_authorization_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetProviderIntegrationAuthorizationResult:
|
|
28
|
+
"""
|
|
29
|
+
A collection of values returned by getProviderIntegrationAuthorization.
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azures=None, environment=None, gcps=None, id=None, provider_integration_id=None):
|
|
32
|
+
if azures and not isinstance(azures, list):
|
|
33
|
+
raise TypeError("Expected argument 'azures' to be a list")
|
|
34
|
+
pulumi.set(__self__, "azures", azures)
|
|
35
|
+
if environment and not isinstance(environment, dict):
|
|
36
|
+
raise TypeError("Expected argument 'environment' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "environment", environment)
|
|
38
|
+
if gcps and not isinstance(gcps, list):
|
|
39
|
+
raise TypeError("Expected argument 'gcps' to be a list")
|
|
40
|
+
pulumi.set(__self__, "gcps", gcps)
|
|
41
|
+
if id and not isinstance(id, str):
|
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
43
|
+
pulumi.set(__self__, "id", id)
|
|
44
|
+
if provider_integration_id and not isinstance(provider_integration_id, str):
|
|
45
|
+
raise TypeError("Expected argument 'provider_integration_id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "provider_integration_id", provider_integration_id)
|
|
47
|
+
|
|
48
|
+
@_builtins.property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def azures(self) -> Sequence['outputs.GetProviderIntegrationAuthorizationAzureResult']:
|
|
51
|
+
"""
|
|
52
|
+
(Optional Configuration Block) Azure-specific configuration details. Present for Azure integrations. It supports the following:
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "azures")
|
|
55
|
+
|
|
56
|
+
@_builtins.property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def environment(self) -> 'outputs.GetProviderIntegrationAuthorizationEnvironmentResult':
|
|
59
|
+
"""
|
|
60
|
+
(Required Configuration Block) supports the following:
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "environment")
|
|
63
|
+
|
|
64
|
+
@_builtins.property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def gcps(self) -> Sequence['outputs.GetProviderIntegrationAuthorizationGcpResult']:
|
|
67
|
+
"""
|
|
68
|
+
(Optional Configuration Block) GCP-specific configuration details. Present for GCP integrations. It supports the following:
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "gcps")
|
|
71
|
+
|
|
72
|
+
@_builtins.property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def id(self) -> _builtins.str:
|
|
75
|
+
"""
|
|
76
|
+
(Required String) The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "id")
|
|
79
|
+
|
|
80
|
+
@_builtins.property
|
|
81
|
+
@pulumi.getter(name="providerIntegrationId")
|
|
82
|
+
def provider_integration_id(self) -> _builtins.str:
|
|
83
|
+
"""
|
|
84
|
+
(Required String) The ID of the provider integration.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "provider_integration_id")
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
class AwaitableGetProviderIntegrationAuthorizationResult(GetProviderIntegrationAuthorizationResult):
|
|
90
|
+
# pylint: disable=using-constant-test
|
|
91
|
+
def __await__(self):
|
|
92
|
+
if False:
|
|
93
|
+
yield self
|
|
94
|
+
return GetProviderIntegrationAuthorizationResult(
|
|
95
|
+
azures=self.azures,
|
|
96
|
+
environment=self.environment,
|
|
97
|
+
gcps=self.gcps,
|
|
98
|
+
id=self.id,
|
|
99
|
+
provider_integration_id=self.provider_integration_id)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
def get_provider_integration_authorization(environment: Optional[Union['GetProviderIntegrationAuthorizationEnvironmentArgs', 'GetProviderIntegrationAuthorizationEnvironmentArgsDict']] = None,
|
|
103
|
+
id: Optional[_builtins.str] = None,
|
|
104
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProviderIntegrationAuthorizationResult:
|
|
105
|
+
"""
|
|
106
|
+
Use this data source to access information about an existing resource.
|
|
107
|
+
|
|
108
|
+
:param Union['GetProviderIntegrationAuthorizationEnvironmentArgs', 'GetProviderIntegrationAuthorizationEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
|
|
109
|
+
:param _builtins.str id: The ID of the Provider Integration Authorization, for example, `cspi-4xg0q`.
|
|
110
|
+
"""
|
|
111
|
+
__args__ = dict()
|
|
112
|
+
__args__['environment'] = environment
|
|
113
|
+
__args__['id'] = id
|
|
114
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
115
|
+
__ret__ = pulumi.runtime.invoke('confluentcloud:index/getProviderIntegrationAuthorization:getProviderIntegrationAuthorization', __args__, opts=opts, typ=GetProviderIntegrationAuthorizationResult).value
|
|
116
|
+
|
|
117
|
+
return AwaitableGetProviderIntegrationAuthorizationResult(
|
|
118
|
+
azures=pulumi.get(__ret__, 'azures'),
|
|
119
|
+
environment=pulumi.get(__ret__, 'environment'),
|
|
120
|
+
gcps=pulumi.get(__ret__, 'gcps'),
|
|
121
|
+
id=pulumi.get(__ret__, 'id'),
|
|
122
|
+
provider_integration_id=pulumi.get(__ret__, 'provider_integration_id'))
|
|
123
|
+
def get_provider_integration_authorization_output(environment: Optional[pulumi.Input[Union['GetProviderIntegrationAuthorizationEnvironmentArgs', 'GetProviderIntegrationAuthorizationEnvironmentArgsDict']]] = None,
|
|
124
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
125
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProviderIntegrationAuthorizationResult]:
|
|
126
|
+
"""
|
|
127
|
+
Use this data source to access information about an existing resource.
|
|
128
|
+
|
|
129
|
+
:param Union['GetProviderIntegrationAuthorizationEnvironmentArgs', 'GetProviderIntegrationAuthorizationEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
|
|
130
|
+
:param _builtins.str id: The ID of the Provider Integration Authorization, for example, `cspi-4xg0q`.
|
|
131
|
+
"""
|
|
132
|
+
__args__ = dict()
|
|
133
|
+
__args__['environment'] = environment
|
|
134
|
+
__args__['id'] = id
|
|
135
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
136
|
+
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getProviderIntegrationAuthorization:getProviderIntegrationAuthorization', __args__, opts=opts, typ=GetProviderIntegrationAuthorizationResult)
|
|
137
|
+
return __ret__.apply(lambda __response__: GetProviderIntegrationAuthorizationResult(
|
|
138
|
+
azures=pulumi.get(__response__, 'azures'),
|
|
139
|
+
environment=pulumi.get(__response__, 'environment'),
|
|
140
|
+
gcps=pulumi.get(__response__, 'gcps'),
|
|
141
|
+
id=pulumi.get(__response__, 'id'),
|
|
142
|
+
provider_integration_id=pulumi.get(__response__, 'provider_integration_id')))
|