pulumi-confluentcloud 2.13.0a1735836869__py3-none-any.whl → 2.50.0a1762926155__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 +81 -1
- pulumi_confluentcloud/_inputs.py +4170 -2453
- pulumi_confluentcloud/_utilities.py +9 -5
- pulumi_confluentcloud/access_point.py +144 -36
- pulumi_confluentcloud/api_key.py +138 -272
- pulumi_confluentcloud/business_metadata.py +76 -73
- pulumi_confluentcloud/business_metadata_binding.py +101 -98
- pulumi_confluentcloud/byok_key.py +12 -11
- pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
- pulumi_confluentcloud/catalog_integration.py +544 -0
- pulumi_confluentcloud/certificate_authority.py +156 -155
- pulumi_confluentcloud/certificate_pool.py +74 -73
- pulumi_confluentcloud/cluster_link.py +168 -91
- pulumi_confluentcloud/config/__init__.py +2 -1
- pulumi_confluentcloud/config/__init__.pyi +23 -2
- pulumi_confluentcloud/config/outputs.py +110 -0
- pulumi_confluentcloud/config/vars.py +50 -21
- pulumi_confluentcloud/connect_artifact.py +478 -0
- pulumi_confluentcloud/connector.py +303 -81
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +88 -45
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +250 -194
- pulumi_confluentcloud/flink_compute_pool.py +101 -100
- pulumi_confluentcloud/flink_connection.py +935 -0
- pulumi_confluentcloud/flink_statement.py +218 -124
- pulumi_confluentcloud/gateway.py +44 -31
- pulumi_confluentcloud/get_access_point.py +36 -16
- pulumi_confluentcloud/get_business_metadata.py +25 -23
- pulumi_confluentcloud/get_business_metadata_binding.py +34 -32
- pulumi_confluentcloud/get_byok_key.py +11 -11
- pulumi_confluentcloud/get_catalog_integration.py +188 -0
- pulumi_confluentcloud/get_certificate_authority.py +38 -38
- pulumi_confluentcloud/get_certificate_pool.py +17 -17
- pulumi_confluentcloud/get_cluster_link.py +274 -0
- pulumi_confluentcloud/get_connect_artifact.py +191 -0
- pulumi_confluentcloud/get_dns_record.py +15 -15
- pulumi_confluentcloud/get_environment.py +17 -17
- pulumi_confluentcloud/get_environments.py +6 -6
- pulumi_confluentcloud/get_flink_artifact.py +59 -41
- pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
- pulumi_confluentcloud/get_flink_connection.py +267 -0
- pulumi_confluentcloud/get_flink_region.py +24 -24
- pulumi_confluentcloud/get_gateway.py +45 -17
- pulumi_confluentcloud/get_group_mapping.py +18 -18
- pulumi_confluentcloud/get_identity_pool.py +21 -21
- pulumi_confluentcloud/get_identity_provider.py +35 -21
- pulumi_confluentcloud/get_invitation.py +20 -20
- pulumi_confluentcloud/get_ip_addresses.py +6 -6
- pulumi_confluentcloud/get_ip_filter.py +175 -0
- pulumi_confluentcloud/get_ip_group.py +133 -0
- pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
- pulumi_confluentcloud/get_kafka_cluster.py +55 -41
- pulumi_confluentcloud/get_kafka_topic.py +22 -22
- pulumi_confluentcloud/get_ksql_cluster.py +33 -33
- pulumi_confluentcloud/get_network.py +54 -40
- pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
- pulumi_confluentcloud/get_network_link_service.py +23 -17
- pulumi_confluentcloud/get_organization.py +6 -6
- pulumi_confluentcloud/get_peering.py +19 -19
- pulumi_confluentcloud/get_private_link_access.py +19 -19
- pulumi_confluentcloud/get_private_link_attachment.py +29 -27
- pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
- pulumi_confluentcloud/get_provider_integration.py +28 -18
- pulumi_confluentcloud/get_role_binding.py +14 -14
- pulumi_confluentcloud/get_schema.py +40 -40
- pulumi_confluentcloud/get_schema_registry_cluster.py +51 -36
- pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
- pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
- pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
- pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
- pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
- pulumi_confluentcloud/get_schemas.py +14 -14
- pulumi_confluentcloud/get_service_account.py +20 -20
- pulumi_confluentcloud/get_subject_config.py +22 -22
- pulumi_confluentcloud/get_subject_mode.py +20 -20
- pulumi_confluentcloud/get_tableflow_topic.py +360 -0
- pulumi_confluentcloud/get_tag.py +26 -24
- pulumi_confluentcloud/get_tag_binding.py +32 -30
- pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
- pulumi_confluentcloud/get_user.py +24 -24
- pulumi_confluentcloud/get_users.py +6 -6
- pulumi_confluentcloud/group_mapping.py +54 -53
- pulumi_confluentcloud/identity_pool.py +74 -73
- pulumi_confluentcloud/identity_provider.py +138 -76
- pulumi_confluentcloud/invitation.py +81 -80
- pulumi_confluentcloud/ip_filter.py +420 -0
- pulumi_confluentcloud/ip_group.py +264 -0
- pulumi_confluentcloud/kafka_acl.py +173 -172
- pulumi_confluentcloud/kafka_client_quota.py +63 -62
- pulumi_confluentcloud/kafka_cluster.py +227 -207
- pulumi_confluentcloud/kafka_cluster_config.py +43 -42
- pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
- pulumi_confluentcloud/kafka_topic.py +132 -131
- pulumi_confluentcloud/ksql_cluster.py +117 -120
- pulumi_confluentcloud/network.py +235 -198
- pulumi_confluentcloud/network_link_endpoint.py +62 -68
- pulumi_confluentcloud/network_link_service.py +62 -68
- pulumi_confluentcloud/outputs.py +3400 -2088
- pulumi_confluentcloud/peering.py +128 -48
- pulumi_confluentcloud/plugin.py +428 -0
- pulumi_confluentcloud/private_link_access.py +54 -60
- pulumi_confluentcloud/private_link_attachment.py +93 -88
- pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
- pulumi_confluentcloud/provider.py +318 -192
- pulumi_confluentcloud/provider_integration.py +45 -34
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- pulumi_confluentcloud/role_binding.py +153 -56
- pulumi_confluentcloud/schema.py +188 -212
- pulumi_confluentcloud/schema_exporter.py +217 -164
- pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
- pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
- pulumi_confluentcloud/schema_registry_dek.py +140 -146
- pulumi_confluentcloud/schema_registry_kek.py +148 -154
- pulumi_confluentcloud/service_account.py +97 -96
- pulumi_confluentcloud/subject_config.py +105 -76
- pulumi_confluentcloud/subject_mode.py +107 -59
- pulumi_confluentcloud/tableflow_topic.py +854 -0
- pulumi_confluentcloud/tag.py +82 -79
- pulumi_confluentcloud/tag_binding.py +121 -84
- pulumi_confluentcloud/tf_importer.py +39 -36
- pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
- {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
- pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
- {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
- {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
pulumi_confluentcloud/gateway.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -21,14 +21,14 @@ __all__ = ['GatewayArgs', 'Gateway']
|
|
|
21
21
|
@pulumi.input_type
|
|
22
22
|
class GatewayArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
|
-
display_name: pulumi.Input[str],
|
|
24
|
+
display_name: pulumi.Input[_builtins.str],
|
|
25
25
|
environment: pulumi.Input['GatewayEnvironmentArgs'],
|
|
26
26
|
aws_egress_private_link_gateway: Optional[pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs']] = None,
|
|
27
27
|
aws_private_network_interface_gateway: Optional[pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs']] = None,
|
|
28
28
|
azure_egress_private_link_gateway: Optional[pulumi.Input['GatewayAzureEgressPrivateLinkGatewayArgs']] = None):
|
|
29
29
|
"""
|
|
30
30
|
The set of arguments for constructing a Gateway resource.
|
|
31
|
-
:param pulumi.Input[str] display_name: The name of the Gateway.
|
|
31
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Gateway.
|
|
32
32
|
:param pulumi.Input['GatewayEnvironmentArgs'] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
33
33
|
:param pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs'] aws_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
34
34
|
:param pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs'] aws_private_network_interface_gateway: (Optional Configuration Block) supports the following:
|
|
@@ -43,19 +43,19 @@ class GatewayArgs:
|
|
|
43
43
|
if azure_egress_private_link_gateway is not None:
|
|
44
44
|
pulumi.set(__self__, "azure_egress_private_link_gateway", azure_egress_private_link_gateway)
|
|
45
45
|
|
|
46
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
47
47
|
@pulumi.getter(name="displayName")
|
|
48
|
-
def display_name(self) -> pulumi.Input[str]:
|
|
48
|
+
def display_name(self) -> pulumi.Input[_builtins.str]:
|
|
49
49
|
"""
|
|
50
50
|
The name of the Gateway.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "display_name")
|
|
53
53
|
|
|
54
54
|
@display_name.setter
|
|
55
|
-
def display_name(self, value: pulumi.Input[str]):
|
|
55
|
+
def display_name(self, value: pulumi.Input[_builtins.str]):
|
|
56
56
|
pulumi.set(self, "display_name", value)
|
|
57
57
|
|
|
58
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def environment(self) -> pulumi.Input['GatewayEnvironmentArgs']:
|
|
61
61
|
"""
|
|
@@ -67,7 +67,7 @@ class GatewayArgs:
|
|
|
67
67
|
def environment(self, value: pulumi.Input['GatewayEnvironmentArgs']):
|
|
68
68
|
pulumi.set(self, "environment", value)
|
|
69
69
|
|
|
70
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
71
71
|
@pulumi.getter(name="awsEgressPrivateLinkGateway")
|
|
72
72
|
def aws_egress_private_link_gateway(self) -> Optional[pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs']]:
|
|
73
73
|
"""
|
|
@@ -79,7 +79,7 @@ class GatewayArgs:
|
|
|
79
79
|
def aws_egress_private_link_gateway(self, value: Optional[pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs']]):
|
|
80
80
|
pulumi.set(self, "aws_egress_private_link_gateway", value)
|
|
81
81
|
|
|
82
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
83
83
|
@pulumi.getter(name="awsPrivateNetworkInterfaceGateway")
|
|
84
84
|
def aws_private_network_interface_gateway(self) -> Optional[pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs']]:
|
|
85
85
|
"""
|
|
@@ -91,7 +91,7 @@ class GatewayArgs:
|
|
|
91
91
|
def aws_private_network_interface_gateway(self, value: Optional[pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs']]):
|
|
92
92
|
pulumi.set(self, "aws_private_network_interface_gateway", value)
|
|
93
93
|
|
|
94
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
95
95
|
@pulumi.getter(name="azureEgressPrivateLinkGateway")
|
|
96
96
|
def azure_egress_private_link_gateway(self) -> Optional[pulumi.Input['GatewayAzureEgressPrivateLinkGatewayArgs']]:
|
|
97
97
|
"""
|
|
@@ -110,14 +110,14 @@ class _GatewayState:
|
|
|
110
110
|
aws_egress_private_link_gateway: Optional[pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs']] = None,
|
|
111
111
|
aws_private_network_interface_gateway: Optional[pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs']] = None,
|
|
112
112
|
azure_egress_private_link_gateway: Optional[pulumi.Input['GatewayAzureEgressPrivateLinkGatewayArgs']] = None,
|
|
113
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
114
114
|
environment: Optional[pulumi.Input['GatewayEnvironmentArgs']] = None):
|
|
115
115
|
"""
|
|
116
116
|
Input properties used for looking up and filtering Gateway resources.
|
|
117
117
|
:param pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs'] aws_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
118
118
|
:param pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs'] aws_private_network_interface_gateway: (Optional Configuration Block) supports the following:
|
|
119
119
|
:param pulumi.Input['GatewayAzureEgressPrivateLinkGatewayArgs'] azure_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
120
|
-
:param pulumi.Input[str] display_name: The name of the Gateway.
|
|
120
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Gateway.
|
|
121
121
|
:param pulumi.Input['GatewayEnvironmentArgs'] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
122
122
|
"""
|
|
123
123
|
if aws_egress_private_link_gateway is not None:
|
|
@@ -131,7 +131,7 @@ class _GatewayState:
|
|
|
131
131
|
if environment is not None:
|
|
132
132
|
pulumi.set(__self__, "environment", environment)
|
|
133
133
|
|
|
134
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
135
135
|
@pulumi.getter(name="awsEgressPrivateLinkGateway")
|
|
136
136
|
def aws_egress_private_link_gateway(self) -> Optional[pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs']]:
|
|
137
137
|
"""
|
|
@@ -143,7 +143,7 @@ class _GatewayState:
|
|
|
143
143
|
def aws_egress_private_link_gateway(self, value: Optional[pulumi.Input['GatewayAwsEgressPrivateLinkGatewayArgs']]):
|
|
144
144
|
pulumi.set(self, "aws_egress_private_link_gateway", value)
|
|
145
145
|
|
|
146
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
147
147
|
@pulumi.getter(name="awsPrivateNetworkInterfaceGateway")
|
|
148
148
|
def aws_private_network_interface_gateway(self) -> Optional[pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs']]:
|
|
149
149
|
"""
|
|
@@ -155,7 +155,7 @@ class _GatewayState:
|
|
|
155
155
|
def aws_private_network_interface_gateway(self, value: Optional[pulumi.Input['GatewayAwsPrivateNetworkInterfaceGatewayArgs']]):
|
|
156
156
|
pulumi.set(self, "aws_private_network_interface_gateway", value)
|
|
157
157
|
|
|
158
|
-
@property
|
|
158
|
+
@_builtins.property
|
|
159
159
|
@pulumi.getter(name="azureEgressPrivateLinkGateway")
|
|
160
160
|
def azure_egress_private_link_gateway(self) -> Optional[pulumi.Input['GatewayAzureEgressPrivateLinkGatewayArgs']]:
|
|
161
161
|
"""
|
|
@@ -167,19 +167,19 @@ class _GatewayState:
|
|
|
167
167
|
def azure_egress_private_link_gateway(self, value: Optional[pulumi.Input['GatewayAzureEgressPrivateLinkGatewayArgs']]):
|
|
168
168
|
pulumi.set(self, "azure_egress_private_link_gateway", value)
|
|
169
169
|
|
|
170
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
171
171
|
@pulumi.getter(name="displayName")
|
|
172
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
|
172
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
173
173
|
"""
|
|
174
174
|
The name of the Gateway.
|
|
175
175
|
"""
|
|
176
176
|
return pulumi.get(self, "display_name")
|
|
177
177
|
|
|
178
178
|
@display_name.setter
|
|
179
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
|
179
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
180
180
|
pulumi.set(self, "display_name", value)
|
|
181
181
|
|
|
182
|
-
@property
|
|
182
|
+
@_builtins.property
|
|
183
183
|
@pulumi.getter
|
|
184
184
|
def environment(self) -> Optional[pulumi.Input['GatewayEnvironmentArgs']]:
|
|
185
185
|
"""
|
|
@@ -192,6 +192,7 @@ class _GatewayState:
|
|
|
192
192
|
pulumi.set(self, "environment", value)
|
|
193
193
|
|
|
194
194
|
|
|
195
|
+
@pulumi.type_token("confluentcloud:index/gateway:Gateway")
|
|
195
196
|
class Gateway(pulumi.CustomResource):
|
|
196
197
|
@overload
|
|
197
198
|
def __init__(__self__,
|
|
@@ -200,7 +201,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
200
201
|
aws_egress_private_link_gateway: Optional[pulumi.Input[Union['GatewayAwsEgressPrivateLinkGatewayArgs', 'GatewayAwsEgressPrivateLinkGatewayArgsDict']]] = None,
|
|
201
202
|
aws_private_network_interface_gateway: Optional[pulumi.Input[Union['GatewayAwsPrivateNetworkInterfaceGatewayArgs', 'GatewayAwsPrivateNetworkInterfaceGatewayArgsDict']]] = None,
|
|
202
203
|
azure_egress_private_link_gateway: Optional[pulumi.Input[Union['GatewayAzureEgressPrivateLinkGatewayArgs', 'GatewayAzureEgressPrivateLinkGatewayArgsDict']]] = None,
|
|
203
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
204
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
204
205
|
environment: Optional[pulumi.Input[Union['GatewayEnvironmentArgs', 'GatewayEnvironmentArgsDict']]] = None,
|
|
205
206
|
__props__=None):
|
|
206
207
|
"""
|
|
@@ -225,6 +226,12 @@ class Gateway(pulumi.CustomResource):
|
|
|
225
226
|
})
|
|
226
227
|
```
|
|
227
228
|
|
|
229
|
+
## Getting Started
|
|
230
|
+
|
|
231
|
+
The following end-to-end examples might help to get started with `Gateway` resource:
|
|
232
|
+
* enterprise-pni-aws-kafka-rbac: _Enterprise_ Kafka cluster on AWS that is accessible via Confluent Private Network Interface (PNI) with authorization using RBAC
|
|
233
|
+
* freight-aws-kafka-rbac: _Freight_ Kafka cluster on AWS that is accessible via Confluent Private Network Interface (PNI) with authorization using RBAC
|
|
234
|
+
|
|
228
235
|
## Import
|
|
229
236
|
|
|
230
237
|
You can import a Gateway by using Environment ID and Gateway ID, in the format `<Environment ID>/<Gateway ID>`. The following example shows how to import a Gateway:
|
|
@@ -244,7 +251,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
244
251
|
:param pulumi.Input[Union['GatewayAwsEgressPrivateLinkGatewayArgs', 'GatewayAwsEgressPrivateLinkGatewayArgsDict']] aws_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
245
252
|
:param pulumi.Input[Union['GatewayAwsPrivateNetworkInterfaceGatewayArgs', 'GatewayAwsPrivateNetworkInterfaceGatewayArgsDict']] aws_private_network_interface_gateway: (Optional Configuration Block) supports the following:
|
|
246
253
|
:param pulumi.Input[Union['GatewayAzureEgressPrivateLinkGatewayArgs', 'GatewayAzureEgressPrivateLinkGatewayArgsDict']] azure_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
247
|
-
:param pulumi.Input[str] display_name: The name of the Gateway.
|
|
254
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Gateway.
|
|
248
255
|
:param pulumi.Input[Union['GatewayEnvironmentArgs', 'GatewayEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
249
256
|
"""
|
|
250
257
|
...
|
|
@@ -275,6 +282,12 @@ class Gateway(pulumi.CustomResource):
|
|
|
275
282
|
})
|
|
276
283
|
```
|
|
277
284
|
|
|
285
|
+
## Getting Started
|
|
286
|
+
|
|
287
|
+
The following end-to-end examples might help to get started with `Gateway` resource:
|
|
288
|
+
* enterprise-pni-aws-kafka-rbac: _Enterprise_ Kafka cluster on AWS that is accessible via Confluent Private Network Interface (PNI) with authorization using RBAC
|
|
289
|
+
* freight-aws-kafka-rbac: _Freight_ Kafka cluster on AWS that is accessible via Confluent Private Network Interface (PNI) with authorization using RBAC
|
|
290
|
+
|
|
278
291
|
## Import
|
|
279
292
|
|
|
280
293
|
You can import a Gateway by using Environment ID and Gateway ID, in the format `<Environment ID>/<Gateway ID>`. The following example shows how to import a Gateway:
|
|
@@ -307,7 +320,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
307
320
|
aws_egress_private_link_gateway: Optional[pulumi.Input[Union['GatewayAwsEgressPrivateLinkGatewayArgs', 'GatewayAwsEgressPrivateLinkGatewayArgsDict']]] = None,
|
|
308
321
|
aws_private_network_interface_gateway: Optional[pulumi.Input[Union['GatewayAwsPrivateNetworkInterfaceGatewayArgs', 'GatewayAwsPrivateNetworkInterfaceGatewayArgsDict']]] = None,
|
|
309
322
|
azure_egress_private_link_gateway: Optional[pulumi.Input[Union['GatewayAzureEgressPrivateLinkGatewayArgs', 'GatewayAzureEgressPrivateLinkGatewayArgsDict']]] = None,
|
|
310
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
323
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
311
324
|
environment: Optional[pulumi.Input[Union['GatewayEnvironmentArgs', 'GatewayEnvironmentArgsDict']]] = None,
|
|
312
325
|
__props__=None):
|
|
313
326
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -340,7 +353,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
340
353
|
aws_egress_private_link_gateway: Optional[pulumi.Input[Union['GatewayAwsEgressPrivateLinkGatewayArgs', 'GatewayAwsEgressPrivateLinkGatewayArgsDict']]] = None,
|
|
341
354
|
aws_private_network_interface_gateway: Optional[pulumi.Input[Union['GatewayAwsPrivateNetworkInterfaceGatewayArgs', 'GatewayAwsPrivateNetworkInterfaceGatewayArgsDict']]] = None,
|
|
342
355
|
azure_egress_private_link_gateway: Optional[pulumi.Input[Union['GatewayAzureEgressPrivateLinkGatewayArgs', 'GatewayAzureEgressPrivateLinkGatewayArgsDict']]] = None,
|
|
343
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
356
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
344
357
|
environment: Optional[pulumi.Input[Union['GatewayEnvironmentArgs', 'GatewayEnvironmentArgsDict']]] = None) -> 'Gateway':
|
|
345
358
|
"""
|
|
346
359
|
Get an existing Gateway resource's state with the given name, id, and optional extra
|
|
@@ -352,7 +365,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
352
365
|
:param pulumi.Input[Union['GatewayAwsEgressPrivateLinkGatewayArgs', 'GatewayAwsEgressPrivateLinkGatewayArgsDict']] aws_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
353
366
|
:param pulumi.Input[Union['GatewayAwsPrivateNetworkInterfaceGatewayArgs', 'GatewayAwsPrivateNetworkInterfaceGatewayArgsDict']] aws_private_network_interface_gateway: (Optional Configuration Block) supports the following:
|
|
354
367
|
:param pulumi.Input[Union['GatewayAzureEgressPrivateLinkGatewayArgs', 'GatewayAzureEgressPrivateLinkGatewayArgsDict']] azure_egress_private_link_gateway: (Optional Configuration Block) supports the following:
|
|
355
|
-
:param pulumi.Input[str] display_name: The name of the Gateway.
|
|
368
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Gateway.
|
|
356
369
|
:param pulumi.Input[Union['GatewayEnvironmentArgs', 'GatewayEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
357
370
|
"""
|
|
358
371
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -366,7 +379,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
366
379
|
__props__.__dict__["environment"] = environment
|
|
367
380
|
return Gateway(resource_name, opts=opts, __props__=__props__)
|
|
368
381
|
|
|
369
|
-
@property
|
|
382
|
+
@_builtins.property
|
|
370
383
|
@pulumi.getter(name="awsEgressPrivateLinkGateway")
|
|
371
384
|
def aws_egress_private_link_gateway(self) -> pulumi.Output['outputs.GatewayAwsEgressPrivateLinkGateway']:
|
|
372
385
|
"""
|
|
@@ -374,7 +387,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
374
387
|
"""
|
|
375
388
|
return pulumi.get(self, "aws_egress_private_link_gateway")
|
|
376
389
|
|
|
377
|
-
@property
|
|
390
|
+
@_builtins.property
|
|
378
391
|
@pulumi.getter(name="awsPrivateNetworkInterfaceGateway")
|
|
379
392
|
def aws_private_network_interface_gateway(self) -> pulumi.Output['outputs.GatewayAwsPrivateNetworkInterfaceGateway']:
|
|
380
393
|
"""
|
|
@@ -382,7 +395,7 @@ class Gateway(pulumi.CustomResource):
|
|
|
382
395
|
"""
|
|
383
396
|
return pulumi.get(self, "aws_private_network_interface_gateway")
|
|
384
397
|
|
|
385
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
386
399
|
@pulumi.getter(name="azureEgressPrivateLinkGateway")
|
|
387
400
|
def azure_egress_private_link_gateway(self) -> pulumi.Output['outputs.GatewayAzureEgressPrivateLinkGateway']:
|
|
388
401
|
"""
|
|
@@ -390,15 +403,15 @@ class Gateway(pulumi.CustomResource):
|
|
|
390
403
|
"""
|
|
391
404
|
return pulumi.get(self, "azure_egress_private_link_gateway")
|
|
392
405
|
|
|
393
|
-
@property
|
|
406
|
+
@_builtins.property
|
|
394
407
|
@pulumi.getter(name="displayName")
|
|
395
|
-
def display_name(self) -> pulumi.Output[str]:
|
|
408
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
|
396
409
|
"""
|
|
397
410
|
The name of the Gateway.
|
|
398
411
|
"""
|
|
399
412
|
return pulumi.get(self, "display_name")
|
|
400
413
|
|
|
401
|
-
@property
|
|
414
|
+
@_builtins.property
|
|
402
415
|
@pulumi.getter
|
|
403
416
|
def environment(self) -> pulumi.Output['outputs.GatewayEnvironment']:
|
|
404
417
|
"""
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -28,7 +28,7 @@ class GetAccessPointResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getAccessPoint.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, aws_egress_private_link_endpoints=None, aws_private_network_interfaces=None, azure_egress_private_link_endpoints=None, display_name=None, environment=None, gateways=None, id=None):
|
|
31
|
+
def __init__(__self__, aws_egress_private_link_endpoints=None, aws_private_network_interfaces=None, azure_egress_private_link_endpoints=None, display_name=None, environment=None, gateways=None, gcp_egress_private_service_connect_endpoints=None, id=None):
|
|
32
32
|
if aws_egress_private_link_endpoints and not isinstance(aws_egress_private_link_endpoints, list):
|
|
33
33
|
raise TypeError("Expected argument 'aws_egress_private_link_endpoints' to be a list")
|
|
34
34
|
pulumi.set(__self__, "aws_egress_private_link_endpoints", aws_egress_private_link_endpoints)
|
|
@@ -47,11 +47,14 @@ class GetAccessPointResult:
|
|
|
47
47
|
if gateways and not isinstance(gateways, list):
|
|
48
48
|
raise TypeError("Expected argument 'gateways' to be a list")
|
|
49
49
|
pulumi.set(__self__, "gateways", gateways)
|
|
50
|
+
if gcp_egress_private_service_connect_endpoints and not isinstance(gcp_egress_private_service_connect_endpoints, list):
|
|
51
|
+
raise TypeError("Expected argument 'gcp_egress_private_service_connect_endpoints' to be a list")
|
|
52
|
+
pulumi.set(__self__, "gcp_egress_private_service_connect_endpoints", gcp_egress_private_service_connect_endpoints)
|
|
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)
|
|
53
56
|
|
|
54
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
55
58
|
@pulumi.getter(name="awsEgressPrivateLinkEndpoints")
|
|
56
59
|
def aws_egress_private_link_endpoints(self) -> Sequence['outputs.GetAccessPointAwsEgressPrivateLinkEndpointResult']:
|
|
57
60
|
"""
|
|
@@ -59,7 +62,7 @@ class GetAccessPointResult:
|
|
|
59
62
|
"""
|
|
60
63
|
return pulumi.get(self, "aws_egress_private_link_endpoints")
|
|
61
64
|
|
|
62
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
63
66
|
@pulumi.getter(name="awsPrivateNetworkInterfaces")
|
|
64
67
|
def aws_private_network_interfaces(self) -> Sequence['outputs.GetAccessPointAwsPrivateNetworkInterfaceResult']:
|
|
65
68
|
"""
|
|
@@ -67,7 +70,7 @@ class GetAccessPointResult:
|
|
|
67
70
|
"""
|
|
68
71
|
return pulumi.get(self, "aws_private_network_interfaces")
|
|
69
72
|
|
|
70
|
-
@property
|
|
73
|
+
@_builtins.property
|
|
71
74
|
@pulumi.getter(name="azureEgressPrivateLinkEndpoints")
|
|
72
75
|
def azure_egress_private_link_endpoints(self) -> Sequence['outputs.GetAccessPointAzureEgressPrivateLinkEndpointResult']:
|
|
73
76
|
"""
|
|
@@ -75,20 +78,20 @@ class GetAccessPointResult:
|
|
|
75
78
|
"""
|
|
76
79
|
return pulumi.get(self, "azure_egress_private_link_endpoints")
|
|
77
80
|
|
|
78
|
-
@property
|
|
81
|
+
@_builtins.property
|
|
79
82
|
@pulumi.getter(name="displayName")
|
|
80
|
-
def display_name(self) -> str:
|
|
83
|
+
def display_name(self) -> _builtins.str:
|
|
81
84
|
"""
|
|
82
85
|
(Required String) A human-readable name for the Access Point.
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "display_name")
|
|
85
88
|
|
|
86
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
87
90
|
@pulumi.getter
|
|
88
91
|
def environment(self) -> 'outputs.GetAccessPointEnvironmentResult':
|
|
89
92
|
return pulumi.get(self, "environment")
|
|
90
93
|
|
|
91
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
92
95
|
@pulumi.getter
|
|
93
96
|
def gateways(self) -> Sequence['outputs.GetAccessPointGatewayResult']:
|
|
94
97
|
"""
|
|
@@ -96,9 +99,17 @@ class GetAccessPointResult:
|
|
|
96
99
|
"""
|
|
97
100
|
return pulumi.get(self, "gateways")
|
|
98
101
|
|
|
99
|
-
@property
|
|
102
|
+
@_builtins.property
|
|
103
|
+
@pulumi.getter(name="gcpEgressPrivateServiceConnectEndpoints")
|
|
104
|
+
def gcp_egress_private_service_connect_endpoints(self) -> Optional[Sequence['outputs.GetAccessPointGcpEgressPrivateServiceConnectEndpointResult']]:
|
|
105
|
+
"""
|
|
106
|
+
(Optional Configuration Block) supports the following:
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "gcp_egress_private_service_connect_endpoints")
|
|
109
|
+
|
|
110
|
+
@_builtins.property
|
|
100
111
|
@pulumi.getter
|
|
101
|
-
def id(self) -> str:
|
|
112
|
+
def id(self) -> _builtins.str:
|
|
102
113
|
"""
|
|
103
114
|
(Required String) The ID of the gateway to which the Access Point belongs, for example, `gw-abc123`.
|
|
104
115
|
"""
|
|
@@ -117,11 +128,13 @@ class AwaitableGetAccessPointResult(GetAccessPointResult):
|
|
|
117
128
|
display_name=self.display_name,
|
|
118
129
|
environment=self.environment,
|
|
119
130
|
gateways=self.gateways,
|
|
131
|
+
gcp_egress_private_service_connect_endpoints=self.gcp_egress_private_service_connect_endpoints,
|
|
120
132
|
id=self.id)
|
|
121
133
|
|
|
122
134
|
|
|
123
135
|
def get_access_point(environment: Optional[Union['GetAccessPointEnvironmentArgs', 'GetAccessPointEnvironmentArgsDict']] = None,
|
|
124
|
-
|
|
136
|
+
gcp_egress_private_service_connect_endpoints: Optional[Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']]] = None,
|
|
137
|
+
id: Optional[_builtins.str] = None,
|
|
125
138
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccessPointResult:
|
|
126
139
|
"""
|
|
127
140
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -142,10 +155,12 @@ def get_access_point(environment: Optional[Union['GetAccessPointEnvironmentArgs'
|
|
|
142
155
|
```
|
|
143
156
|
|
|
144
157
|
|
|
145
|
-
:param
|
|
158
|
+
:param Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']] gcp_egress_private_service_connect_endpoints: (Optional Configuration Block) supports the following:
|
|
159
|
+
:param _builtins.str id: The ID of the Access Point, for example, `ap-abc123`.
|
|
146
160
|
"""
|
|
147
161
|
__args__ = dict()
|
|
148
162
|
__args__['environment'] = environment
|
|
163
|
+
__args__['gcpEgressPrivateServiceConnectEndpoints'] = gcp_egress_private_service_connect_endpoints
|
|
149
164
|
__args__['id'] = id
|
|
150
165
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
166
|
__ret__ = pulumi.runtime.invoke('confluentcloud:index/getAccessPoint:getAccessPoint', __args__, opts=opts, typ=GetAccessPointResult).value
|
|
@@ -157,9 +172,11 @@ def get_access_point(environment: Optional[Union['GetAccessPointEnvironmentArgs'
|
|
|
157
172
|
display_name=pulumi.get(__ret__, 'display_name'),
|
|
158
173
|
environment=pulumi.get(__ret__, 'environment'),
|
|
159
174
|
gateways=pulumi.get(__ret__, 'gateways'),
|
|
175
|
+
gcp_egress_private_service_connect_endpoints=pulumi.get(__ret__, 'gcp_egress_private_service_connect_endpoints'),
|
|
160
176
|
id=pulumi.get(__ret__, 'id'))
|
|
161
177
|
def get_access_point_output(environment: Optional[pulumi.Input[Union['GetAccessPointEnvironmentArgs', 'GetAccessPointEnvironmentArgsDict']]] = None,
|
|
162
|
-
|
|
178
|
+
gcp_egress_private_service_connect_endpoints: Optional[pulumi.Input[Optional[Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']]]]] = None,
|
|
179
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
163
180
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccessPointResult]:
|
|
164
181
|
"""
|
|
165
182
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -180,10 +197,12 @@ def get_access_point_output(environment: Optional[pulumi.Input[Union['GetAccessP
|
|
|
180
197
|
```
|
|
181
198
|
|
|
182
199
|
|
|
183
|
-
:param
|
|
200
|
+
:param Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']] gcp_egress_private_service_connect_endpoints: (Optional Configuration Block) supports the following:
|
|
201
|
+
:param _builtins.str id: The ID of the Access Point, for example, `ap-abc123`.
|
|
184
202
|
"""
|
|
185
203
|
__args__ = dict()
|
|
186
204
|
__args__['environment'] = environment
|
|
205
|
+
__args__['gcpEgressPrivateServiceConnectEndpoints'] = gcp_egress_private_service_connect_endpoints
|
|
187
206
|
__args__['id'] = id
|
|
188
207
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
189
208
|
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getAccessPoint:getAccessPoint', __args__, opts=opts, typ=GetAccessPointResult)
|
|
@@ -194,4 +213,5 @@ def get_access_point_output(environment: Optional[pulumi.Input[Union['GetAccessP
|
|
|
194
213
|
display_name=pulumi.get(__response__, 'display_name'),
|
|
195
214
|
environment=pulumi.get(__response__, 'environment'),
|
|
196
215
|
gateways=pulumi.get(__response__, 'gateways'),
|
|
216
|
+
gcp_egress_private_service_connect_endpoints=pulumi.get(__response__, 'gcp_egress_private_service_connect_endpoints'),
|
|
197
217
|
id=pulumi.get(__response__, 'id')))
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -54,7 +54,7 @@ class GetBusinessMetadataResult:
|
|
|
54
54
|
raise TypeError("Expected argument 'version' to be a int")
|
|
55
55
|
pulumi.set(__self__, "version", version)
|
|
56
56
|
|
|
57
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
58
58
|
@pulumi.getter(name="attributeDefinitions")
|
|
59
59
|
def attribute_definitions(self) -> Sequence['outputs.GetBusinessMetadataAttributeDefinitionResult']:
|
|
60
60
|
"""
|
|
@@ -62,48 +62,48 @@ class GetBusinessMetadataResult:
|
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "attribute_definitions")
|
|
64
64
|
|
|
65
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
66
66
|
@pulumi.getter
|
|
67
67
|
def credentials(self) -> Optional['outputs.GetBusinessMetadataCredentialsResult']:
|
|
68
68
|
return pulumi.get(self, "credentials")
|
|
69
69
|
|
|
70
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
71
71
|
@pulumi.getter
|
|
72
|
-
def description(self) -> str:
|
|
72
|
+
def description(self) -> _builtins.str:
|
|
73
73
|
"""
|
|
74
74
|
(Optional String) The description of this attribute.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "description")
|
|
77
77
|
|
|
78
|
-
@property
|
|
78
|
+
@_builtins.property
|
|
79
79
|
@pulumi.getter
|
|
80
|
-
def id(self) -> str:
|
|
80
|
+
def id(self) -> _builtins.str:
|
|
81
81
|
"""
|
|
82
82
|
(Required String) The ID of the Business Metadata, in the format `<Schema Registry cluster ID>/<Business Metadata name>`, for example, `lsrc-8wrx70/PII`.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "id")
|
|
85
85
|
|
|
86
|
-
@property
|
|
86
|
+
@_builtins.property
|
|
87
87
|
@pulumi.getter
|
|
88
|
-
def name(self) -> str:
|
|
88
|
+
def name(self) -> _builtins.str:
|
|
89
89
|
"""
|
|
90
90
|
(Required String) The name of the attribute.
|
|
91
91
|
"""
|
|
92
92
|
return pulumi.get(self, "name")
|
|
93
93
|
|
|
94
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
95
95
|
@pulumi.getter(name="restEndpoint")
|
|
96
|
-
def rest_endpoint(self) -> Optional[str]:
|
|
96
|
+
def rest_endpoint(self) -> Optional[_builtins.str]:
|
|
97
97
|
return pulumi.get(self, "rest_endpoint")
|
|
98
98
|
|
|
99
|
-
@property
|
|
99
|
+
@_builtins.property
|
|
100
100
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
101
101
|
def schema_registry_cluster(self) -> Optional['outputs.GetBusinessMetadataSchemaRegistryClusterResult']:
|
|
102
102
|
return pulumi.get(self, "schema_registry_cluster")
|
|
103
103
|
|
|
104
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
105
105
|
@pulumi.getter
|
|
106
|
-
def version(self) -> int:
|
|
106
|
+
def version(self) -> _builtins.int:
|
|
107
107
|
"""
|
|
108
108
|
(Required Integer) The version of the Business Metadata, for example, `1`.
|
|
109
109
|
"""
|
|
@@ -127,8 +127,8 @@ class AwaitableGetBusinessMetadataResult(GetBusinessMetadataResult):
|
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
def get_business_metadata(credentials: Optional[Union['GetBusinessMetadataCredentialsArgs', 'GetBusinessMetadataCredentialsArgsDict']] = None,
|
|
130
|
-
name: Optional[str] = None,
|
|
131
|
-
rest_endpoint: Optional[str] = None,
|
|
130
|
+
name: Optional[_builtins.str] = None,
|
|
131
|
+
rest_endpoint: Optional[_builtins.str] = None,
|
|
132
132
|
schema_registry_cluster: Optional[Union['GetBusinessMetadataSchemaRegistryClusterArgs', 'GetBusinessMetadataSchemaRegistryClusterArgsDict']] = None,
|
|
133
133
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBusinessMetadataResult:
|
|
134
134
|
"""
|
|
@@ -163,12 +163,13 @@ def get_business_metadata(credentials: Optional[Union['GetBusinessMetadataCreden
|
|
|
163
163
|
|
|
164
164
|
pii = confluentcloud.get_business_metadata(name="PII")
|
|
165
165
|
```
|
|
166
|
+
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
166
167
|
|
|
167
168
|
|
|
168
|
-
:param str name: The name of the Business Metadata, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
169
|
+
:param _builtins.str name: The name of the Business Metadata, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
169
170
|
|
|
170
171
|
> **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
|
|
171
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
172
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
172
173
|
"""
|
|
173
174
|
__args__ = dict()
|
|
174
175
|
__args__['credentials'] = credentials
|
|
@@ -188,8 +189,8 @@ def get_business_metadata(credentials: Optional[Union['GetBusinessMetadataCreden
|
|
|
188
189
|
schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
|
|
189
190
|
version=pulumi.get(__ret__, 'version'))
|
|
190
191
|
def get_business_metadata_output(credentials: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataCredentialsArgs', 'GetBusinessMetadataCredentialsArgsDict']]]] = None,
|
|
191
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
|
|
192
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
193
|
+
rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
193
194
|
schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataSchemaRegistryClusterArgs', 'GetBusinessMetadataSchemaRegistryClusterArgsDict']]]] = None,
|
|
194
195
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBusinessMetadataResult]:
|
|
195
196
|
"""
|
|
@@ -224,12 +225,13 @@ def get_business_metadata_output(credentials: Optional[pulumi.Input[Optional[Uni
|
|
|
224
225
|
|
|
225
226
|
pii = confluentcloud.get_business_metadata(name="PII")
|
|
226
227
|
```
|
|
228
|
+
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
227
229
|
|
|
228
230
|
|
|
229
|
-
:param str name: The name of the Business Metadata, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
231
|
+
:param _builtins.str name: The name of the Business Metadata, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
230
232
|
|
|
231
233
|
> **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
|
|
232
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
234
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
233
235
|
"""
|
|
234
236
|
__args__ = dict()
|
|
235
237
|
__args__['credentials'] = credentials
|