pulumi-confluentcloud 2.10.0a1731389320__py3-none-any.whl → 2.54.0a1766503424__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.
- pulumi_confluentcloud/__init__.py +102 -1
- pulumi_confluentcloud/_inputs.py +4870 -2499
- pulumi_confluentcloud/_utilities.py +9 -5
- pulumi_confluentcloud/access_point.py +188 -33
- pulumi_confluentcloud/api_key.py +178 -144
- 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 +158 -157
- pulumi_confluentcloud/certificate_pool.py +76 -75
- 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 +399 -87
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +136 -45
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +254 -198
- 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 +88 -28
- pulumi_confluentcloud/get_access_point.py +51 -17
- pulumi_confluentcloud/get_business_metadata.py +27 -25
- pulumi_confluentcloud/get_business_metadata_binding.py +36 -34
- pulumi_confluentcloud/get_byok_key.py +13 -13
- pulumi_confluentcloud/get_catalog_integration.py +248 -0
- pulumi_confluentcloud/get_certificate_authority.py +42 -42
- pulumi_confluentcloud/get_certificate_pool.py +21 -21
- pulumi_confluentcloud/get_cluster_link.py +274 -0
- pulumi_confluentcloud/get_connect_artifact.py +191 -0
- pulumi_confluentcloud/get_dns_record.py +17 -17
- pulumi_confluentcloud/get_environment.py +19 -19
- pulumi_confluentcloud/get_environments.py +8 -8
- pulumi_confluentcloud/get_flink_artifact.py +61 -43
- pulumi_confluentcloud/get_flink_compute_pool.py +29 -29
- pulumi_confluentcloud/get_flink_connection.py +267 -0
- pulumi_confluentcloud/get_flink_region.py +26 -26
- pulumi_confluentcloud/get_gateway.py +60 -18
- pulumi_confluentcloud/get_group_mapping.py +20 -20
- pulumi_confluentcloud/get_identity_pool.py +23 -23
- pulumi_confluentcloud/get_identity_provider.py +37 -23
- pulumi_confluentcloud/get_invitation.py +22 -22
- pulumi_confluentcloud/get_ip_addresses.py +8 -8
- pulumi_confluentcloud/get_ip_filter.py +175 -0
- pulumi_confluentcloud/get_ip_group.py +133 -0
- pulumi_confluentcloud/get_kafka_client_quota.py +19 -19
- pulumi_confluentcloud/get_kafka_cluster.py +57 -43
- pulumi_confluentcloud/get_kafka_clusters.py +136 -0
- pulumi_confluentcloud/get_kafka_topic.py +24 -24
- pulumi_confluentcloud/get_ksql_cluster.py +35 -35
- pulumi_confluentcloud/get_network.py +56 -42
- pulumi_confluentcloud/get_network_link_endpoint.py +19 -19
- pulumi_confluentcloud/get_network_link_service.py +25 -19
- pulumi_confluentcloud/get_organization.py +8 -8
- pulumi_confluentcloud/get_peering.py +21 -21
- pulumi_confluentcloud/get_private_link_access.py +21 -21
- pulumi_confluentcloud/get_private_link_attachment.py +31 -29
- pulumi_confluentcloud/get_private_link_attachment_connection.py +26 -23
- pulumi_confluentcloud/get_provider_integration.py +30 -20
- pulumi_confluentcloud/get_provider_integration_authorization.py +142 -0
- pulumi_confluentcloud/get_provider_integration_setup.py +270 -0
- pulumi_confluentcloud/get_role_binding.py +16 -16
- pulumi_confluentcloud/get_schema.py +42 -42
- pulumi_confluentcloud/get_schema_registry_cluster.py +53 -38
- pulumi_confluentcloud/get_schema_registry_cluster_config.py +31 -17
- pulumi_confluentcloud/get_schema_registry_cluster_mode.py +16 -16
- pulumi_confluentcloud/get_schema_registry_clusters.py +8 -8
- pulumi_confluentcloud/get_schema_registry_dek.py +44 -44
- pulumi_confluentcloud/get_schema_registry_kek.py +32 -32
- pulumi_confluentcloud/get_schemas.py +16 -16
- pulumi_confluentcloud/get_service_account.py +22 -22
- pulumi_confluentcloud/get_subject_config.py +37 -23
- pulumi_confluentcloud/get_subject_mode.py +22 -22
- pulumi_confluentcloud/get_tableflow_topic.py +374 -0
- pulumi_confluentcloud/get_tag.py +28 -26
- pulumi_confluentcloud/get_tag_binding.py +34 -32
- pulumi_confluentcloud/get_transit_gateway_attachment.py +19 -19
- pulumi_confluentcloud/get_user.py +26 -26
- pulumi_confluentcloud/get_users.py +8 -8
- 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 +4735 -2224
- 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/provider_integration_authorization.py +320 -0
- pulumi_confluentcloud/provider_integration_setup.py +448 -0
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- pulumi_confluentcloud/role_binding.py +153 -56
- pulumi_confluentcloud/schema.py +416 -212
- pulumi_confluentcloud/schema_exporter.py +217 -164
- pulumi_confluentcloud/schema_registry_cluster_config.py +96 -44
- 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 +142 -62
- pulumi_confluentcloud/subject_mode.py +107 -59
- pulumi_confluentcloud/tableflow_topic.py +883 -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.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/METADATA +7 -7
- pulumi_confluentcloud-2.54.0a1766503424.dist-info/RECORD +134 -0
- {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.10.0a1731389320.dist-info/RECORD +0 -113
- {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -69,15 +69,15 @@ class GetKsqlClusterResult:
|
|
|
69
69
|
raise TypeError("Expected argument 'use_detailed_processing_log' to be a bool")
|
|
70
70
|
pulumi.set(__self__, "use_detailed_processing_log", use_detailed_processing_log)
|
|
71
71
|
|
|
72
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
73
73
|
@pulumi.getter(name="apiVersion")
|
|
74
|
-
def api_version(self) -> str:
|
|
74
|
+
def api_version(self) -> _builtins.str:
|
|
75
75
|
"""
|
|
76
76
|
(Required String) An API Version of the schema version of the ksqlDB cluster, for example, `ksqldbcm/v2`.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "api_version")
|
|
79
79
|
|
|
80
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
81
81
|
@pulumi.getter(name="credentialIdentities")
|
|
82
82
|
def credential_identities(self) -> Sequence['outputs.GetKsqlClusterCredentialIdentityResult']:
|
|
83
83
|
"""
|
|
@@ -85,33 +85,33 @@ class GetKsqlClusterResult:
|
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "credential_identities")
|
|
87
87
|
|
|
88
|
-
@property
|
|
88
|
+
@_builtins.property
|
|
89
89
|
@pulumi.getter
|
|
90
|
-
def csu(self) -> int:
|
|
90
|
+
def csu(self) -> _builtins.int:
|
|
91
91
|
"""
|
|
92
92
|
(Required Number) The number of CSUs (Confluent Streaming Units) in the ksqlDB cluster.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "csu")
|
|
95
95
|
|
|
96
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
97
97
|
@pulumi.getter(name="displayName")
|
|
98
|
-
def display_name(self) -> str:
|
|
98
|
+
def display_name(self) -> _builtins.str:
|
|
99
99
|
return pulumi.get(self, "display_name")
|
|
100
100
|
|
|
101
|
-
@property
|
|
101
|
+
@_builtins.property
|
|
102
102
|
@pulumi.getter
|
|
103
103
|
def environment(self) -> 'outputs.GetKsqlClusterEnvironmentResult':
|
|
104
104
|
return pulumi.get(self, "environment")
|
|
105
105
|
|
|
106
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
107
107
|
@pulumi.getter
|
|
108
|
-
def id(self) -> str:
|
|
108
|
+
def id(self) -> _builtins.str:
|
|
109
109
|
"""
|
|
110
110
|
(Required String) The ID of the service or user account that the ksqlDB cluster belongs to, for example, `sa-abc123`.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "id")
|
|
113
113
|
|
|
114
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
115
115
|
@pulumi.getter(name="kafkaClusters")
|
|
116
116
|
def kafka_clusters(self) -> Sequence['outputs.GetKsqlClusterKafkaClusterResult']:
|
|
117
117
|
"""
|
|
@@ -119,49 +119,49 @@ class GetKsqlClusterResult:
|
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "kafka_clusters")
|
|
121
121
|
|
|
122
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
123
123
|
@pulumi.getter
|
|
124
|
-
def kind(self) -> str:
|
|
124
|
+
def kind(self) -> _builtins.str:
|
|
125
125
|
"""
|
|
126
126
|
(Required String) A kind of the ksqlDB cluster, for example, `Cluster`.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "kind")
|
|
129
129
|
|
|
130
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
131
131
|
@pulumi.getter(name="resourceName")
|
|
132
|
-
def resource_name(self) -> str:
|
|
132
|
+
def resource_name(self) -> _builtins.str:
|
|
133
133
|
"""
|
|
134
134
|
(Required String) The Confluent Resource Name of the ksqlDB cluster.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "resource_name")
|
|
137
137
|
|
|
138
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
139
139
|
@pulumi.getter(name="restEndpoint")
|
|
140
|
-
def rest_endpoint(self) -> str:
|
|
140
|
+
def rest_endpoint(self) -> _builtins.str:
|
|
141
141
|
"""
|
|
142
142
|
(Required String) The API endpoint of the ksqlDB cluster, for example, `https://pksqlc-00000.us-central1.gcp.glb.confluent.cloud`.
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "rest_endpoint")
|
|
145
145
|
|
|
146
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
147
147
|
@pulumi.getter
|
|
148
|
-
def storage(self) -> int:
|
|
148
|
+
def storage(self) -> _builtins.int:
|
|
149
149
|
"""
|
|
150
150
|
(Required Integer) The amount of storage (in GB) provisioned to this cluster.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "storage")
|
|
153
153
|
|
|
154
|
-
@property
|
|
154
|
+
@_builtins.property
|
|
155
155
|
@pulumi.getter(name="topicPrefix")
|
|
156
|
-
def topic_prefix(self) -> str:
|
|
156
|
+
def topic_prefix(self) -> _builtins.str:
|
|
157
157
|
"""
|
|
158
158
|
(Required String) Topic name prefix used by this ksqlDB cluster. Used to assign ACLs for this ksqlDB cluster to use, for example, `pksqlc-00000`.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "topic_prefix")
|
|
161
161
|
|
|
162
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
163
163
|
@pulumi.getter(name="useDetailedProcessingLog")
|
|
164
|
-
def use_detailed_processing_log(self) -> bool:
|
|
164
|
+
def use_detailed_processing_log(self) -> _builtins.bool:
|
|
165
165
|
"""
|
|
166
166
|
(Optional Boolean) Controls whether the row data should be included in the processing log topic.
|
|
167
167
|
"""
|
|
@@ -189,9 +189,9 @@ class AwaitableGetKsqlClusterResult(GetKsqlClusterResult):
|
|
|
189
189
|
use_detailed_processing_log=self.use_detailed_processing_log)
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
def get_ksql_cluster(display_name: Optional[str] = None,
|
|
192
|
+
def get_ksql_cluster(display_name: Optional[_builtins.str] = None,
|
|
193
193
|
environment: Optional[Union['GetKsqlClusterEnvironmentArgs', 'GetKsqlClusterEnvironmentArgsDict']] = None,
|
|
194
|
-
id: Optional[str] = None,
|
|
194
|
+
id: Optional[_builtins.str] = None,
|
|
195
195
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKsqlClusterResult:
|
|
196
196
|
"""
|
|
197
197
|
## # KsqlCluster Data Source
|
|
@@ -219,8 +219,8 @@ def get_ksql_cluster(display_name: Optional[str] = None,
|
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
|
|
222
|
-
:param str display_name: The name of the ksqlDB cluster.
|
|
223
|
-
:param str id: The ID of the ksqlDB cluster, for example, `lksqlc-abc123`.
|
|
222
|
+
:param _builtins.str display_name: The name of the ksqlDB cluster.
|
|
223
|
+
:param _builtins.str id: The ID of the ksqlDB cluster, for example, `lksqlc-abc123`.
|
|
224
224
|
"""
|
|
225
225
|
__args__ = dict()
|
|
226
226
|
__args__['displayName'] = display_name
|
|
@@ -243,10 +243,10 @@ def get_ksql_cluster(display_name: Optional[str] = None,
|
|
|
243
243
|
storage=pulumi.get(__ret__, 'storage'),
|
|
244
244
|
topic_prefix=pulumi.get(__ret__, 'topic_prefix'),
|
|
245
245
|
use_detailed_processing_log=pulumi.get(__ret__, 'use_detailed_processing_log'))
|
|
246
|
-
def get_ksql_cluster_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
246
|
+
def get_ksql_cluster_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
247
247
|
environment: Optional[pulumi.Input[Union['GetKsqlClusterEnvironmentArgs', 'GetKsqlClusterEnvironmentArgsDict']]] = None,
|
|
248
|
-
id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
249
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKsqlClusterResult]:
|
|
248
|
+
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
249
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKsqlClusterResult]:
|
|
250
250
|
"""
|
|
251
251
|
## # KsqlCluster Data Source
|
|
252
252
|
|
|
@@ -273,14 +273,14 @@ def get_ksql_cluster_output(display_name: Optional[pulumi.Input[Optional[str]]]
|
|
|
273
273
|
```
|
|
274
274
|
|
|
275
275
|
|
|
276
|
-
:param str display_name: The name of the ksqlDB cluster.
|
|
277
|
-
:param str id: The ID of the ksqlDB cluster, for example, `lksqlc-abc123`.
|
|
276
|
+
:param _builtins.str display_name: The name of the ksqlDB cluster.
|
|
277
|
+
:param _builtins.str id: The ID of the ksqlDB cluster, for example, `lksqlc-abc123`.
|
|
278
278
|
"""
|
|
279
279
|
__args__ = dict()
|
|
280
280
|
__args__['displayName'] = display_name
|
|
281
281
|
__args__['environment'] = environment
|
|
282
282
|
__args__['id'] = id
|
|
283
|
-
opts = pulumi.
|
|
283
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
284
284
|
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getKsqlCluster:getKsqlCluster', __args__, opts=opts, typ=GetKsqlClusterResult)
|
|
285
285
|
return __ret__.apply(lambda __response__: GetKsqlClusterResult(
|
|
286
286
|
api_version=pulumi.get(__response__, 'api_version'),
|
|
@@ -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 GetNetworkResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getNetwork.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, aws=None, azures=None, cidr=None, cloud=None, connection_types=None, display_name=None, dns_configs=None, dns_domain=None, environment=None, gateways=None, gcps=None, id=None, region=None, reserved_cidr=None, resource_name=None, zonal_subdomains=None, zone_infos=None, zones=None):
|
|
31
|
+
def __init__(__self__, aws=None, azures=None, cidr=None, cloud=None, connection_types=None, display_name=None, dns_configs=None, dns_domain=None, endpoint_suffix=None, environment=None, gateways=None, gcps=None, id=None, region=None, reserved_cidr=None, resource_name=None, zonal_subdomains=None, zone_infos=None, zones=None):
|
|
32
32
|
if aws and not isinstance(aws, list):
|
|
33
33
|
raise TypeError("Expected argument 'aws' to be a list")
|
|
34
34
|
pulumi.set(__self__, "aws", aws)
|
|
@@ -53,6 +53,9 @@ class GetNetworkResult:
|
|
|
53
53
|
if dns_domain and not isinstance(dns_domain, str):
|
|
54
54
|
raise TypeError("Expected argument 'dns_domain' to be a str")
|
|
55
55
|
pulumi.set(__self__, "dns_domain", dns_domain)
|
|
56
|
+
if endpoint_suffix and not isinstance(endpoint_suffix, str):
|
|
57
|
+
raise TypeError("Expected argument 'endpoint_suffix' to be a str")
|
|
58
|
+
pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
|
|
56
59
|
if environment and not isinstance(environment, dict):
|
|
57
60
|
raise TypeError("Expected argument 'environment' to be a dict")
|
|
58
61
|
pulumi.set(__self__, "environment", environment)
|
|
@@ -84,7 +87,7 @@ class GetNetworkResult:
|
|
|
84
87
|
raise TypeError("Expected argument 'zones' to be a list")
|
|
85
88
|
pulumi.set(__self__, "zones", zones)
|
|
86
89
|
|
|
87
|
-
@property
|
|
90
|
+
@_builtins.property
|
|
88
91
|
@pulumi.getter
|
|
89
92
|
def aws(self) -> Sequence['outputs.GetNetworkAwResult']:
|
|
90
93
|
"""
|
|
@@ -92,7 +95,7 @@ class GetNetworkResult:
|
|
|
92
95
|
"""
|
|
93
96
|
return pulumi.get(self, "aws")
|
|
94
97
|
|
|
95
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
96
99
|
@pulumi.getter
|
|
97
100
|
def azures(self) -> Sequence['outputs.GetNetworkAzureResult']:
|
|
98
101
|
"""
|
|
@@ -100,39 +103,39 @@ class GetNetworkResult:
|
|
|
100
103
|
"""
|
|
101
104
|
return pulumi.get(self, "azures")
|
|
102
105
|
|
|
103
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
104
107
|
@pulumi.getter
|
|
105
|
-
def cidr(self) -> str:
|
|
108
|
+
def cidr(self) -> _builtins.str:
|
|
106
109
|
"""
|
|
107
110
|
(Required String) The IPv4 CIDR block to be used for the network. Must be `/27`. Required for VPC peering and AWS TransitGateway.
|
|
108
111
|
"""
|
|
109
112
|
return pulumi.get(self, "cidr")
|
|
110
113
|
|
|
111
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
112
115
|
@pulumi.getter
|
|
113
|
-
def cloud(self) -> str:
|
|
116
|
+
def cloud(self) -> _builtins.str:
|
|
114
117
|
"""
|
|
115
118
|
(Required String) The cloud service provider in which the network exists. Accepted values are: `AWS`, `AZURE`, and `GCP`.
|
|
116
119
|
"""
|
|
117
120
|
return pulumi.get(self, "cloud")
|
|
118
121
|
|
|
119
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
120
123
|
@pulumi.getter(name="connectionTypes")
|
|
121
|
-
def connection_types(self) -> Sequence[str]:
|
|
124
|
+
def connection_types(self) -> Sequence[_builtins.str]:
|
|
122
125
|
"""
|
|
123
126
|
(Required List of String) The list of connection types that may be used with the network. Accepted connection types are: `PEERING`, `TRANSITGATEWAY`, and `PRIVATELINK`.
|
|
124
127
|
"""
|
|
125
128
|
return pulumi.get(self, "connection_types")
|
|
126
129
|
|
|
127
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
128
131
|
@pulumi.getter(name="displayName")
|
|
129
|
-
def display_name(self) -> str:
|
|
132
|
+
def display_name(self) -> _builtins.str:
|
|
130
133
|
"""
|
|
131
134
|
(Required String) The name of the Network.
|
|
132
135
|
"""
|
|
133
136
|
return pulumi.get(self, "display_name")
|
|
134
137
|
|
|
135
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
136
139
|
@pulumi.getter(name="dnsConfigs")
|
|
137
140
|
def dns_configs(self) -> Sequence['outputs.GetNetworkDnsConfigResult']:
|
|
138
141
|
"""
|
|
@@ -140,17 +143,25 @@ class GetNetworkResult:
|
|
|
140
143
|
"""
|
|
141
144
|
return pulumi.get(self, "dns_configs")
|
|
142
145
|
|
|
143
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
144
147
|
@pulumi.getter(name="dnsDomain")
|
|
145
|
-
def dns_domain(self) -> str:
|
|
148
|
+
def dns_domain(self) -> _builtins.str:
|
|
146
149
|
return pulumi.get(self, "dns_domain")
|
|
147
150
|
|
|
148
|
-
@property
|
|
151
|
+
@_builtins.property
|
|
152
|
+
@pulumi.getter(name="endpointSuffix")
|
|
153
|
+
def endpoint_suffix(self) -> _builtins.str:
|
|
154
|
+
"""
|
|
155
|
+
(Optional String) The endpoint suffix for the network, if applicable. It can take various forms (for example, `.pr1jy6.us-east-2.aws.confluent.cloud` or `-pr1jy6.us-east-2.aws.confluent.cloud`). Full service endpoints can be constructed by appending the service identifier to the beginning of the endpoint suffix. For example, the Flink REST endpoint can be constructed by adding `flink` — that is, `https://flink` + `endpoint_suffix`; namely, `https://flink.pr1jy6.us-east-2.aws.confluent.cloud`.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "endpoint_suffix")
|
|
158
|
+
|
|
159
|
+
@_builtins.property
|
|
149
160
|
@pulumi.getter
|
|
150
161
|
def environment(self) -> 'outputs.GetNetworkEnvironmentResult':
|
|
151
162
|
return pulumi.get(self, "environment")
|
|
152
163
|
|
|
153
|
-
@property
|
|
164
|
+
@_builtins.property
|
|
154
165
|
@pulumi.getter
|
|
155
166
|
def gateways(self) -> Sequence['outputs.GetNetworkGatewayResult']:
|
|
156
167
|
"""
|
|
@@ -158,7 +169,7 @@ class GetNetworkResult:
|
|
|
158
169
|
"""
|
|
159
170
|
return pulumi.get(self, "gateways")
|
|
160
171
|
|
|
161
|
-
@property
|
|
172
|
+
@_builtins.property
|
|
162
173
|
@pulumi.getter
|
|
163
174
|
def gcps(self) -> Sequence['outputs.GetNetworkGcpResult']:
|
|
164
175
|
"""
|
|
@@ -166,44 +177,44 @@ class GetNetworkResult:
|
|
|
166
177
|
"""
|
|
167
178
|
return pulumi.get(self, "gcps")
|
|
168
179
|
|
|
169
|
-
@property
|
|
180
|
+
@_builtins.property
|
|
170
181
|
@pulumi.getter
|
|
171
|
-
def id(self) -> str:
|
|
182
|
+
def id(self) -> _builtins.str:
|
|
172
183
|
"""
|
|
173
184
|
(Optional String) The ID of the Gateway, for example, `gw-abc123`.
|
|
174
185
|
"""
|
|
175
186
|
return pulumi.get(self, "id")
|
|
176
187
|
|
|
177
|
-
@property
|
|
188
|
+
@_builtins.property
|
|
178
189
|
@pulumi.getter
|
|
179
|
-
def region(self) -> str:
|
|
190
|
+
def region(self) -> _builtins.str:
|
|
180
191
|
"""
|
|
181
192
|
(Required String) The cloud provider region where the network exists.
|
|
182
193
|
"""
|
|
183
194
|
return pulumi.get(self, "region")
|
|
184
195
|
|
|
185
|
-
@property
|
|
196
|
+
@_builtins.property
|
|
186
197
|
@pulumi.getter(name="reservedCidr")
|
|
187
|
-
def reserved_cidr(self) -> str:
|
|
198
|
+
def reserved_cidr(self) -> _builtins.str:
|
|
188
199
|
"""
|
|
189
200
|
(Required String) The reserved IPv4 CIDR block to be used for the network. Must be `/24`. If not specified, Confluent Cloud Network uses `172.20.255.0/24`.
|
|
190
201
|
"""
|
|
191
202
|
return pulumi.get(self, "reserved_cidr")
|
|
192
203
|
|
|
193
|
-
@property
|
|
204
|
+
@_builtins.property
|
|
194
205
|
@pulumi.getter(name="resourceName")
|
|
195
|
-
def resource_name(self) -> str:
|
|
206
|
+
def resource_name(self) -> _builtins.str:
|
|
196
207
|
"""
|
|
197
208
|
(Required String) The Confluent Resource Name of the Network.
|
|
198
209
|
"""
|
|
199
210
|
return pulumi.get(self, "resource_name")
|
|
200
211
|
|
|
201
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
202
213
|
@pulumi.getter(name="zonalSubdomains")
|
|
203
|
-
def zonal_subdomains(self) -> Mapping[str, str]:
|
|
214
|
+
def zonal_subdomains(self) -> Mapping[str, _builtins.str]:
|
|
204
215
|
return pulumi.get(self, "zonal_subdomains")
|
|
205
216
|
|
|
206
|
-
@property
|
|
217
|
+
@_builtins.property
|
|
207
218
|
@pulumi.getter(name="zoneInfos")
|
|
208
219
|
def zone_infos(self) -> Sequence['outputs.GetNetworkZoneInfoResult']:
|
|
209
220
|
"""
|
|
@@ -211,9 +222,9 @@ class GetNetworkResult:
|
|
|
211
222
|
"""
|
|
212
223
|
return pulumi.get(self, "zone_infos")
|
|
213
224
|
|
|
214
|
-
@property
|
|
225
|
+
@_builtins.property
|
|
215
226
|
@pulumi.getter
|
|
216
|
-
def zones(self) -> Sequence[str]:
|
|
227
|
+
def zones(self) -> Sequence[_builtins.str]:
|
|
217
228
|
"""
|
|
218
229
|
(Optional List of String) The 3 availability zones for this network. They can optionally be specified for AWS networks
|
|
219
230
|
used with PrivateLink, for GCP networks used with Private Service Connect, and for AWS and GCP
|
|
@@ -239,6 +250,7 @@ class AwaitableGetNetworkResult(GetNetworkResult):
|
|
|
239
250
|
display_name=self.display_name,
|
|
240
251
|
dns_configs=self.dns_configs,
|
|
241
252
|
dns_domain=self.dns_domain,
|
|
253
|
+
endpoint_suffix=self.endpoint_suffix,
|
|
242
254
|
environment=self.environment,
|
|
243
255
|
gateways=self.gateways,
|
|
244
256
|
gcps=self.gcps,
|
|
@@ -253,11 +265,11 @@ class AwaitableGetNetworkResult(GetNetworkResult):
|
|
|
253
265
|
|
|
254
266
|
def get_network(aws: Optional[Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwArgsDict']]] = None,
|
|
255
267
|
azures: Optional[Sequence[Union['GetNetworkAzureArgs', 'GetNetworkAzureArgsDict']]] = None,
|
|
256
|
-
display_name: Optional[str] = None,
|
|
268
|
+
display_name: Optional[_builtins.str] = None,
|
|
257
269
|
dns_configs: Optional[Sequence[Union['GetNetworkDnsConfigArgs', 'GetNetworkDnsConfigArgsDict']]] = None,
|
|
258
270
|
environment: Optional[Union['GetNetworkEnvironmentArgs', 'GetNetworkEnvironmentArgsDict']] = None,
|
|
259
271
|
gcps: Optional[Sequence[Union['GetNetworkGcpArgs', 'GetNetworkGcpArgsDict']]] = None,
|
|
260
|
-
id: Optional[str] = None,
|
|
272
|
+
id: Optional[_builtins.str] = None,
|
|
261
273
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkResult:
|
|
262
274
|
"""
|
|
263
275
|
## Example Usage
|
|
@@ -283,10 +295,10 @@ def get_network(aws: Optional[Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwAr
|
|
|
283
295
|
|
|
284
296
|
:param Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwArgsDict']] aws: (Optional Configuration Block) The AWS-specific network details if available. It supports the following:
|
|
285
297
|
:param Sequence[Union['GetNetworkAzureArgs', 'GetNetworkAzureArgsDict']] azures: (Optional Configuration Block) The Azure-specific network details if available. It supports the following:
|
|
286
|
-
:param str display_name: A human-readable name for the Network.
|
|
298
|
+
:param _builtins.str display_name: A human-readable name for the Network.
|
|
287
299
|
:param Sequence[Union['GetNetworkDnsConfigArgs', 'GetNetworkDnsConfigArgsDict']] dns_configs: (Optional Configuration Block) Network DNS config. It applies only to the PRIVATELINK network connection type. It supports the following:
|
|
288
300
|
:param Sequence[Union['GetNetworkGcpArgs', 'GetNetworkGcpArgsDict']] gcps: (Optional Configuration Block) The GCP-specific network details if available. It supports the following:
|
|
289
|
-
:param str id: The ID of the Network, for example, `n-abc123`.
|
|
301
|
+
:param _builtins.str id: The ID of the Network, for example, `n-abc123`.
|
|
290
302
|
"""
|
|
291
303
|
__args__ = dict()
|
|
292
304
|
__args__['aws'] = aws
|
|
@@ -308,6 +320,7 @@ def get_network(aws: Optional[Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwAr
|
|
|
308
320
|
display_name=pulumi.get(__ret__, 'display_name'),
|
|
309
321
|
dns_configs=pulumi.get(__ret__, 'dns_configs'),
|
|
310
322
|
dns_domain=pulumi.get(__ret__, 'dns_domain'),
|
|
323
|
+
endpoint_suffix=pulumi.get(__ret__, 'endpoint_suffix'),
|
|
311
324
|
environment=pulumi.get(__ret__, 'environment'),
|
|
312
325
|
gateways=pulumi.get(__ret__, 'gateways'),
|
|
313
326
|
gcps=pulumi.get(__ret__, 'gcps'),
|
|
@@ -320,12 +333,12 @@ def get_network(aws: Optional[Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwAr
|
|
|
320
333
|
zones=pulumi.get(__ret__, 'zones'))
|
|
321
334
|
def get_network_output(aws: Optional[pulumi.Input[Optional[Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwArgsDict']]]]] = None,
|
|
322
335
|
azures: Optional[pulumi.Input[Optional[Sequence[Union['GetNetworkAzureArgs', 'GetNetworkAzureArgsDict']]]]] = None,
|
|
323
|
-
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
336
|
+
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
324
337
|
dns_configs: Optional[pulumi.Input[Optional[Sequence[Union['GetNetworkDnsConfigArgs', 'GetNetworkDnsConfigArgsDict']]]]] = None,
|
|
325
338
|
environment: Optional[pulumi.Input[Union['GetNetworkEnvironmentArgs', 'GetNetworkEnvironmentArgsDict']]] = None,
|
|
326
339
|
gcps: Optional[pulumi.Input[Optional[Sequence[Union['GetNetworkGcpArgs', 'GetNetworkGcpArgsDict']]]]] = None,
|
|
327
|
-
id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
328
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkResult]:
|
|
340
|
+
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
341
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNetworkResult]:
|
|
329
342
|
"""
|
|
330
343
|
## Example Usage
|
|
331
344
|
|
|
@@ -350,10 +363,10 @@ def get_network_output(aws: Optional[pulumi.Input[Optional[Sequence[Union['GetNe
|
|
|
350
363
|
|
|
351
364
|
:param Sequence[Union['GetNetworkAwArgs', 'GetNetworkAwArgsDict']] aws: (Optional Configuration Block) The AWS-specific network details if available. It supports the following:
|
|
352
365
|
:param Sequence[Union['GetNetworkAzureArgs', 'GetNetworkAzureArgsDict']] azures: (Optional Configuration Block) The Azure-specific network details if available. It supports the following:
|
|
353
|
-
:param str display_name: A human-readable name for the Network.
|
|
366
|
+
:param _builtins.str display_name: A human-readable name for the Network.
|
|
354
367
|
:param Sequence[Union['GetNetworkDnsConfigArgs', 'GetNetworkDnsConfigArgsDict']] dns_configs: (Optional Configuration Block) Network DNS config. It applies only to the PRIVATELINK network connection type. It supports the following:
|
|
355
368
|
:param Sequence[Union['GetNetworkGcpArgs', 'GetNetworkGcpArgsDict']] gcps: (Optional Configuration Block) The GCP-specific network details if available. It supports the following:
|
|
356
|
-
:param str id: The ID of the Network, for example, `n-abc123`.
|
|
369
|
+
:param _builtins.str id: The ID of the Network, for example, `n-abc123`.
|
|
357
370
|
"""
|
|
358
371
|
__args__ = dict()
|
|
359
372
|
__args__['aws'] = aws
|
|
@@ -363,7 +376,7 @@ def get_network_output(aws: Optional[pulumi.Input[Optional[Sequence[Union['GetNe
|
|
|
363
376
|
__args__['environment'] = environment
|
|
364
377
|
__args__['gcps'] = gcps
|
|
365
378
|
__args__['id'] = id
|
|
366
|
-
opts = pulumi.
|
|
379
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
367
380
|
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getNetwork:getNetwork', __args__, opts=opts, typ=GetNetworkResult)
|
|
368
381
|
return __ret__.apply(lambda __response__: GetNetworkResult(
|
|
369
382
|
aws=pulumi.get(__response__, 'aws'),
|
|
@@ -374,6 +387,7 @@ def get_network_output(aws: Optional[pulumi.Input[Optional[Sequence[Union['GetNe
|
|
|
374
387
|
display_name=pulumi.get(__response__, 'display_name'),
|
|
375
388
|
dns_configs=pulumi.get(__response__, 'dns_configs'),
|
|
376
389
|
dns_domain=pulumi.get(__response__, 'dns_domain'),
|
|
390
|
+
endpoint_suffix=pulumi.get(__response__, 'endpoint_suffix'),
|
|
377
391
|
environment=pulumi.get(__response__, 'environment'),
|
|
378
392
|
gateways=pulumi.get(__response__, 'gateways'),
|
|
379
393
|
gcps=pulumi.get(__response__, 'gcps'),
|
|
@@ -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
|
|
@@ -51,36 +51,36 @@ class GetNetworkLinkEndpointResult:
|
|
|
51
51
|
raise TypeError("Expected argument 'resource_name' to be a str")
|
|
52
52
|
pulumi.set(__self__, "resource_name", resource_name)
|
|
53
53
|
|
|
54
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
55
55
|
@pulumi.getter
|
|
56
|
-
def description(self) -> str:
|
|
56
|
+
def description(self) -> _builtins.str:
|
|
57
57
|
"""
|
|
58
58
|
(Optional String) The description of the Network Link Endpoint.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "description")
|
|
61
61
|
|
|
62
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
63
63
|
@pulumi.getter(name="displayName")
|
|
64
|
-
def display_name(self) -> str:
|
|
64
|
+
def display_name(self) -> _builtins.str:
|
|
65
65
|
"""
|
|
66
66
|
(Optional String) The name of the Network Link Endpoint.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "display_name")
|
|
69
69
|
|
|
70
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
71
71
|
@pulumi.getter
|
|
72
72
|
def environment(self) -> 'outputs.GetNetworkLinkEndpointEnvironmentResult':
|
|
73
73
|
return pulumi.get(self, "environment")
|
|
74
74
|
|
|
75
|
-
@property
|
|
75
|
+
@_builtins.property
|
|
76
76
|
@pulumi.getter
|
|
77
|
-
def id(self) -> str:
|
|
77
|
+
def id(self) -> _builtins.str:
|
|
78
78
|
"""
|
|
79
79
|
(Required String) The ID of the Network Link Service
|
|
80
80
|
"""
|
|
81
81
|
return pulumi.get(self, "id")
|
|
82
82
|
|
|
83
|
-
@property
|
|
83
|
+
@_builtins.property
|
|
84
84
|
@pulumi.getter(name="networkLinkServices")
|
|
85
85
|
def network_link_services(self) -> Sequence['outputs.GetNetworkLinkEndpointNetworkLinkServiceResult']:
|
|
86
86
|
"""
|
|
@@ -88,7 +88,7 @@ class GetNetworkLinkEndpointResult:
|
|
|
88
88
|
"""
|
|
89
89
|
return pulumi.get(self, "network_link_services")
|
|
90
90
|
|
|
91
|
-
@property
|
|
91
|
+
@_builtins.property
|
|
92
92
|
@pulumi.getter
|
|
93
93
|
def networks(self) -> Sequence['outputs.GetNetworkLinkEndpointNetworkResult']:
|
|
94
94
|
"""
|
|
@@ -96,9 +96,9 @@ class GetNetworkLinkEndpointResult:
|
|
|
96
96
|
"""
|
|
97
97
|
return pulumi.get(self, "networks")
|
|
98
98
|
|
|
99
|
-
@property
|
|
99
|
+
@_builtins.property
|
|
100
100
|
@pulumi.getter(name="resourceName")
|
|
101
|
-
def resource_name(self) -> str:
|
|
101
|
+
def resource_name(self) -> _builtins.str:
|
|
102
102
|
"""
|
|
103
103
|
(Required String) The Confluent Resource Name of the Network Link Endpoint.
|
|
104
104
|
"""
|
|
@@ -121,7 +121,7 @@ class AwaitableGetNetworkLinkEndpointResult(GetNetworkLinkEndpointResult):
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
def get_network_link_endpoint(environment: Optional[Union['GetNetworkLinkEndpointEnvironmentArgs', 'GetNetworkLinkEndpointEnvironmentArgsDict']] = None,
|
|
124
|
-
id: Optional[str] = None,
|
|
124
|
+
id: Optional[_builtins.str] = None,
|
|
125
125
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkLinkEndpointResult:
|
|
126
126
|
"""
|
|
127
127
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -142,7 +142,7 @@ def get_network_link_endpoint(environment: Optional[Union['GetNetworkLinkEndpoin
|
|
|
142
142
|
```
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
:param str id: The ID of the Network Link Endpoint, for example, `nle-zyw30`.
|
|
145
|
+
:param _builtins.str id: The ID of the Network Link Endpoint, for example, `nle-zyw30`.
|
|
146
146
|
"""
|
|
147
147
|
__args__ = dict()
|
|
148
148
|
__args__['environment'] = environment
|
|
@@ -159,8 +159,8 @@ def get_network_link_endpoint(environment: Optional[Union['GetNetworkLinkEndpoin
|
|
|
159
159
|
networks=pulumi.get(__ret__, 'networks'),
|
|
160
160
|
resource_name=pulumi.get(__ret__, 'resource_name'))
|
|
161
161
|
def get_network_link_endpoint_output(environment: Optional[pulumi.Input[Union['GetNetworkLinkEndpointEnvironmentArgs', 'GetNetworkLinkEndpointEnvironmentArgsDict']]] = None,
|
|
162
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
163
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkLinkEndpointResult]:
|
|
162
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
163
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNetworkLinkEndpointResult]:
|
|
164
164
|
"""
|
|
165
165
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
166
166
|
|
|
@@ -180,12 +180,12 @@ def get_network_link_endpoint_output(environment: Optional[pulumi.Input[Union['G
|
|
|
180
180
|
```
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
:param str id: The ID of the Network Link Endpoint, for example, `nle-zyw30`.
|
|
183
|
+
:param _builtins.str id: The ID of the Network Link Endpoint, for example, `nle-zyw30`.
|
|
184
184
|
"""
|
|
185
185
|
__args__ = dict()
|
|
186
186
|
__args__['environment'] = environment
|
|
187
187
|
__args__['id'] = id
|
|
188
|
-
opts = pulumi.
|
|
188
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
189
189
|
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getNetworkLinkEndpoint:getNetworkLinkEndpoint', __args__, opts=opts, typ=GetNetworkLinkEndpointResult)
|
|
190
190
|
return __ret__.apply(lambda __response__: GetNetworkLinkEndpointResult(
|
|
191
191
|
description=pulumi.get(__response__, 'description'),
|