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
|
@@ -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
|
|
@@ -19,11 +19,11 @@ __all__ = ['TfImporterArgs', 'TfImporter']
|
|
|
19
19
|
@pulumi.input_type
|
|
20
20
|
class TfImporterArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
|
-
output_path: Optional[pulumi.Input[str]] = None,
|
|
23
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
22
|
+
output_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
23
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
24
24
|
"""
|
|
25
25
|
The set of arguments for constructing a TfImporter resource.
|
|
26
|
-
:param pulumi.Input[str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
26
|
+
:param pulumi.Input[_builtins.str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
27
27
|
|
|
28
28
|
These are the exportable resources:
|
|
29
29
|
* Service Accounts
|
|
@@ -35,16 +35,16 @@ class TfImporterArgs:
|
|
|
35
35
|
* Schemas
|
|
36
36
|
|
|
37
37
|
> **Note:** File an issue to request a support for other resources.
|
|
38
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
38
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
39
39
|
"""
|
|
40
40
|
if output_path is not None:
|
|
41
41
|
pulumi.set(__self__, "output_path", output_path)
|
|
42
42
|
if resources is not None:
|
|
43
43
|
pulumi.set(__self__, "resources", resources)
|
|
44
44
|
|
|
45
|
-
@property
|
|
45
|
+
@_builtins.property
|
|
46
46
|
@pulumi.getter(name="outputPath")
|
|
47
|
-
def output_path(self) -> Optional[pulumi.Input[str]]:
|
|
47
|
+
def output_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
48
48
|
"""
|
|
49
49
|
An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
50
50
|
|
|
@@ -62,30 +62,30 @@ class TfImporterArgs:
|
|
|
62
62
|
return pulumi.get(self, "output_path")
|
|
63
63
|
|
|
64
64
|
@output_path.setter
|
|
65
|
-
def output_path(self, value: Optional[pulumi.Input[str]]):
|
|
65
|
+
def output_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
66
66
|
pulumi.set(self, "output_path", value)
|
|
67
67
|
|
|
68
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
69
69
|
@pulumi.getter
|
|
70
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
70
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
71
71
|
"""
|
|
72
72
|
A list of resources names to export. Defaults to all exportable resources.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "resources")
|
|
75
75
|
|
|
76
76
|
@resources.setter
|
|
77
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
77
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
78
78
|
pulumi.set(self, "resources", value)
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
@pulumi.input_type
|
|
82
82
|
class _TfImporterState:
|
|
83
83
|
def __init__(__self__, *,
|
|
84
|
-
output_path: Optional[pulumi.Input[str]] = None,
|
|
85
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
84
|
+
output_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
85
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
86
86
|
"""
|
|
87
87
|
Input properties used for looking up and filtering TfImporter resources.
|
|
88
|
-
:param pulumi.Input[str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
88
|
+
:param pulumi.Input[_builtins.str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
89
89
|
|
|
90
90
|
These are the exportable resources:
|
|
91
91
|
* Service Accounts
|
|
@@ -97,16 +97,16 @@ class _TfImporterState:
|
|
|
97
97
|
* Schemas
|
|
98
98
|
|
|
99
99
|
> **Note:** File an issue to request a support for other resources.
|
|
100
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
100
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
101
101
|
"""
|
|
102
102
|
if output_path is not None:
|
|
103
103
|
pulumi.set(__self__, "output_path", output_path)
|
|
104
104
|
if resources is not None:
|
|
105
105
|
pulumi.set(__self__, "resources", resources)
|
|
106
106
|
|
|
107
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
108
108
|
@pulumi.getter(name="outputPath")
|
|
109
|
-
def output_path(self) -> Optional[pulumi.Input[str]]:
|
|
109
|
+
def output_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
110
110
|
"""
|
|
111
111
|
An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
112
112
|
|
|
@@ -124,29 +124,30 @@ class _TfImporterState:
|
|
|
124
124
|
return pulumi.get(self, "output_path")
|
|
125
125
|
|
|
126
126
|
@output_path.setter
|
|
127
|
-
def output_path(self, value: Optional[pulumi.Input[str]]):
|
|
127
|
+
def output_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
128
128
|
pulumi.set(self, "output_path", value)
|
|
129
129
|
|
|
130
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
131
131
|
@pulumi.getter
|
|
132
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
132
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
133
133
|
"""
|
|
134
134
|
A list of resources names to export. Defaults to all exportable resources.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "resources")
|
|
137
137
|
|
|
138
138
|
@resources.setter
|
|
139
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
139
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
140
140
|
pulumi.set(self, "resources", value)
|
|
141
141
|
|
|
142
142
|
|
|
143
|
+
@pulumi.type_token("confluentcloud:index/tfImporter:TfImporter")
|
|
143
144
|
class TfImporter(pulumi.CustomResource):
|
|
144
145
|
@overload
|
|
145
146
|
def __init__(__self__,
|
|
146
147
|
resource_name: str,
|
|
147
148
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
148
|
-
output_path: Optional[pulumi.Input[str]] = None,
|
|
149
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
149
|
+
output_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
150
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
150
151
|
__props__=None):
|
|
151
152
|
"""
|
|
152
153
|
## Example Usage
|
|
@@ -166,10 +167,11 @@ class TfImporter(pulumi.CustomResource):
|
|
|
166
167
|
The following end-to-end examples might help to get started with the `TfImporter` resource:
|
|
167
168
|
* `cloud-importer`: Export _Cloud_ resources (for example, Service Accounts, Environments)
|
|
168
169
|
* `kafka-importer`: Export _Kafka_ resources (for example, ACLs, Topics)
|
|
170
|
+
* `schema-registry-importer`: Export _Schema Registry_ resources (for example, Schemas)
|
|
169
171
|
|
|
170
172
|
:param str resource_name: The name of the resource.
|
|
171
173
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
172
|
-
:param pulumi.Input[str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
174
|
+
:param pulumi.Input[_builtins.str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
173
175
|
|
|
174
176
|
These are the exportable resources:
|
|
175
177
|
* Service Accounts
|
|
@@ -181,7 +183,7 @@ class TfImporter(pulumi.CustomResource):
|
|
|
181
183
|
* Schemas
|
|
182
184
|
|
|
183
185
|
> **Note:** File an issue to request a support for other resources.
|
|
184
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
186
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
185
187
|
"""
|
|
186
188
|
...
|
|
187
189
|
@overload
|
|
@@ -207,6 +209,7 @@ class TfImporter(pulumi.CustomResource):
|
|
|
207
209
|
The following end-to-end examples might help to get started with the `TfImporter` resource:
|
|
208
210
|
* `cloud-importer`: Export _Cloud_ resources (for example, Service Accounts, Environments)
|
|
209
211
|
* `kafka-importer`: Export _Kafka_ resources (for example, ACLs, Topics)
|
|
212
|
+
* `schema-registry-importer`: Export _Schema Registry_ resources (for example, Schemas)
|
|
210
213
|
|
|
211
214
|
:param str resource_name: The name of the resource.
|
|
212
215
|
:param TfImporterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -223,8 +226,8 @@ class TfImporter(pulumi.CustomResource):
|
|
|
223
226
|
def _internal_init(__self__,
|
|
224
227
|
resource_name: str,
|
|
225
228
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
226
|
-
output_path: Optional[pulumi.Input[str]] = None,
|
|
227
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
229
|
+
output_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
230
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
228
231
|
__props__=None):
|
|
229
232
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
230
233
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -246,8 +249,8 @@ class TfImporter(pulumi.CustomResource):
|
|
|
246
249
|
def get(resource_name: str,
|
|
247
250
|
id: pulumi.Input[str],
|
|
248
251
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
249
|
-
output_path: Optional[pulumi.Input[str]] = None,
|
|
250
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'TfImporter':
|
|
252
|
+
output_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
253
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None) -> 'TfImporter':
|
|
251
254
|
"""
|
|
252
255
|
Get an existing TfImporter resource's state with the given name, id, and optional extra
|
|
253
256
|
properties used to qualify the lookup.
|
|
@@ -255,7 +258,7 @@ class TfImporter(pulumi.CustomResource):
|
|
|
255
258
|
:param str resource_name: The unique name of the resulting resource.
|
|
256
259
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
257
260
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
258
|
-
:param pulumi.Input[str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
261
|
+
:param pulumi.Input[_builtins.str] output_path: An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
259
262
|
|
|
260
263
|
These are the exportable resources:
|
|
261
264
|
* Service Accounts
|
|
@@ -267,7 +270,7 @@ class TfImporter(pulumi.CustomResource):
|
|
|
267
270
|
* Schemas
|
|
268
271
|
|
|
269
272
|
> **Note:** File an issue to request a support for other resources.
|
|
270
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
273
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: A list of resources names to export. Defaults to all exportable resources.
|
|
271
274
|
"""
|
|
272
275
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
273
276
|
|
|
@@ -277,9 +280,9 @@ class TfImporter(pulumi.CustomResource):
|
|
|
277
280
|
__props__.__dict__["resources"] = resources
|
|
278
281
|
return TfImporter(resource_name, opts=opts, __props__=__props__)
|
|
279
282
|
|
|
280
|
-
@property
|
|
283
|
+
@_builtins.property
|
|
281
284
|
@pulumi.getter(name="outputPath")
|
|
282
|
-
def output_path(self) -> pulumi.Output[Optional[str]]:
|
|
285
|
+
def output_path(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
283
286
|
"""
|
|
284
287
|
An absolute path to a folder for outputting generated TF state and TF configuration files for your infrastructure. The folder is created if it doesn't exist. Defaults to `./imported_confluent_infrastructure`.
|
|
285
288
|
|
|
@@ -296,9 +299,9 @@ class TfImporter(pulumi.CustomResource):
|
|
|
296
299
|
"""
|
|
297
300
|
return pulumi.get(self, "output_path")
|
|
298
301
|
|
|
299
|
-
@property
|
|
302
|
+
@_builtins.property
|
|
300
303
|
@pulumi.getter
|
|
301
|
-
def resources(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
304
|
+
def resources(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
302
305
|
"""
|
|
303
306
|
A list of resources names to export. Defaults to all exportable resources.
|
|
304
307
|
"""
|
|
@@ -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
|
|
@@ -24,14 +24,13 @@ class TransitGatewayAttachmentArgs:
|
|
|
24
24
|
environment: pulumi.Input['TransitGatewayAttachmentEnvironmentArgs'],
|
|
25
25
|
network: pulumi.Input['TransitGatewayAttachmentNetworkArgs'],
|
|
26
26
|
aws: Optional[pulumi.Input['TransitGatewayAttachmentAwsArgs']] = None,
|
|
27
|
-
display_name: Optional[pulumi.Input[str]] = None):
|
|
27
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a TransitGatewayAttachment resource.
|
|
30
30
|
:param pulumi.Input['TransitGatewayAttachmentEnvironmentArgs'] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
31
|
-
:param pulumi.Input['TransitGatewayAttachmentNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
32
|
-
accounts.
|
|
31
|
+
:param pulumi.Input['TransitGatewayAttachmentNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
33
32
|
:param pulumi.Input['TransitGatewayAttachmentAwsArgs'] aws: (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
34
|
-
:param pulumi.Input[str] display_name: The name of the Transit Gateway Attachment.
|
|
33
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Transit Gateway Attachment.
|
|
35
34
|
"""
|
|
36
35
|
pulumi.set(__self__, "environment", environment)
|
|
37
36
|
pulumi.set(__self__, "network", network)
|
|
@@ -40,7 +39,7 @@ class TransitGatewayAttachmentArgs:
|
|
|
40
39
|
if display_name is not None:
|
|
41
40
|
pulumi.set(__self__, "display_name", display_name)
|
|
42
41
|
|
|
43
|
-
@property
|
|
42
|
+
@_builtins.property
|
|
44
43
|
@pulumi.getter
|
|
45
44
|
def environment(self) -> pulumi.Input['TransitGatewayAttachmentEnvironmentArgs']:
|
|
46
45
|
"""
|
|
@@ -52,12 +51,11 @@ class TransitGatewayAttachmentArgs:
|
|
|
52
51
|
def environment(self, value: pulumi.Input['TransitGatewayAttachmentEnvironmentArgs']):
|
|
53
52
|
pulumi.set(self, "environment", value)
|
|
54
53
|
|
|
55
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
56
55
|
@pulumi.getter
|
|
57
56
|
def network(self) -> pulumi.Input['TransitGatewayAttachmentNetworkArgs']:
|
|
58
57
|
"""
|
|
59
|
-
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
60
|
-
accounts.
|
|
58
|
+
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
61
59
|
"""
|
|
62
60
|
return pulumi.get(self, "network")
|
|
63
61
|
|
|
@@ -65,7 +63,7 @@ class TransitGatewayAttachmentArgs:
|
|
|
65
63
|
def network(self, value: pulumi.Input['TransitGatewayAttachmentNetworkArgs']):
|
|
66
64
|
pulumi.set(self, "network", value)
|
|
67
65
|
|
|
68
|
-
@property
|
|
66
|
+
@_builtins.property
|
|
69
67
|
@pulumi.getter
|
|
70
68
|
def aws(self) -> Optional[pulumi.Input['TransitGatewayAttachmentAwsArgs']]:
|
|
71
69
|
"""
|
|
@@ -77,16 +75,16 @@ class TransitGatewayAttachmentArgs:
|
|
|
77
75
|
def aws(self, value: Optional[pulumi.Input['TransitGatewayAttachmentAwsArgs']]):
|
|
78
76
|
pulumi.set(self, "aws", value)
|
|
79
77
|
|
|
80
|
-
@property
|
|
78
|
+
@_builtins.property
|
|
81
79
|
@pulumi.getter(name="displayName")
|
|
82
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
|
80
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
83
81
|
"""
|
|
84
82
|
The name of the Transit Gateway Attachment.
|
|
85
83
|
"""
|
|
86
84
|
return pulumi.get(self, "display_name")
|
|
87
85
|
|
|
88
86
|
@display_name.setter
|
|
89
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
|
87
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
90
88
|
pulumi.set(self, "display_name", value)
|
|
91
89
|
|
|
92
90
|
|
|
@@ -94,16 +92,15 @@ class TransitGatewayAttachmentArgs:
|
|
|
94
92
|
class _TransitGatewayAttachmentState:
|
|
95
93
|
def __init__(__self__, *,
|
|
96
94
|
aws: Optional[pulumi.Input['TransitGatewayAttachmentAwsArgs']] = None,
|
|
97
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
95
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
98
96
|
environment: Optional[pulumi.Input['TransitGatewayAttachmentEnvironmentArgs']] = None,
|
|
99
97
|
network: Optional[pulumi.Input['TransitGatewayAttachmentNetworkArgs']] = None):
|
|
100
98
|
"""
|
|
101
99
|
Input properties used for looking up and filtering TransitGatewayAttachment resources.
|
|
102
100
|
:param pulumi.Input['TransitGatewayAttachmentAwsArgs'] aws: (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
103
|
-
:param pulumi.Input[str] display_name: The name of the Transit Gateway Attachment.
|
|
101
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Transit Gateway Attachment.
|
|
104
102
|
:param pulumi.Input['TransitGatewayAttachmentEnvironmentArgs'] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
105
|
-
:param pulumi.Input['TransitGatewayAttachmentNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
106
|
-
accounts.
|
|
103
|
+
:param pulumi.Input['TransitGatewayAttachmentNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
107
104
|
"""
|
|
108
105
|
if aws is not None:
|
|
109
106
|
pulumi.set(__self__, "aws", aws)
|
|
@@ -114,7 +111,7 @@ class _TransitGatewayAttachmentState:
|
|
|
114
111
|
if network is not None:
|
|
115
112
|
pulumi.set(__self__, "network", network)
|
|
116
113
|
|
|
117
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
118
115
|
@pulumi.getter
|
|
119
116
|
def aws(self) -> Optional[pulumi.Input['TransitGatewayAttachmentAwsArgs']]:
|
|
120
117
|
"""
|
|
@@ -126,19 +123,19 @@ class _TransitGatewayAttachmentState:
|
|
|
126
123
|
def aws(self, value: Optional[pulumi.Input['TransitGatewayAttachmentAwsArgs']]):
|
|
127
124
|
pulumi.set(self, "aws", value)
|
|
128
125
|
|
|
129
|
-
@property
|
|
126
|
+
@_builtins.property
|
|
130
127
|
@pulumi.getter(name="displayName")
|
|
131
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
|
128
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
132
129
|
"""
|
|
133
130
|
The name of the Transit Gateway Attachment.
|
|
134
131
|
"""
|
|
135
132
|
return pulumi.get(self, "display_name")
|
|
136
133
|
|
|
137
134
|
@display_name.setter
|
|
138
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
139
136
|
pulumi.set(self, "display_name", value)
|
|
140
137
|
|
|
141
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
142
139
|
@pulumi.getter
|
|
143
140
|
def environment(self) -> Optional[pulumi.Input['TransitGatewayAttachmentEnvironmentArgs']]:
|
|
144
141
|
"""
|
|
@@ -150,12 +147,11 @@ class _TransitGatewayAttachmentState:
|
|
|
150
147
|
def environment(self, value: Optional[pulumi.Input['TransitGatewayAttachmentEnvironmentArgs']]):
|
|
151
148
|
pulumi.set(self, "environment", value)
|
|
152
149
|
|
|
153
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
154
151
|
@pulumi.getter
|
|
155
152
|
def network(self) -> Optional[pulumi.Input['TransitGatewayAttachmentNetworkArgs']]:
|
|
156
153
|
"""
|
|
157
|
-
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
158
|
-
accounts.
|
|
154
|
+
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
159
155
|
"""
|
|
160
156
|
return pulumi.get(self, "network")
|
|
161
157
|
|
|
@@ -164,13 +160,14 @@ class _TransitGatewayAttachmentState:
|
|
|
164
160
|
pulumi.set(self, "network", value)
|
|
165
161
|
|
|
166
162
|
|
|
163
|
+
@pulumi.type_token("confluentcloud:index/transitGatewayAttachment:TransitGatewayAttachment")
|
|
167
164
|
class TransitGatewayAttachment(pulumi.CustomResource):
|
|
168
165
|
@overload
|
|
169
166
|
def __init__(__self__,
|
|
170
167
|
resource_name: str,
|
|
171
168
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
172
169
|
aws: Optional[pulumi.Input[Union['TransitGatewayAttachmentAwsArgs', 'TransitGatewayAttachmentAwsArgsDict']]] = None,
|
|
173
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
174
171
|
environment: Optional[pulumi.Input[Union['TransitGatewayAttachmentEnvironmentArgs', 'TransitGatewayAttachmentEnvironmentArgsDict']]] = None,
|
|
175
172
|
network: Optional[pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']]] = None,
|
|
176
173
|
__props__=None):
|
|
@@ -216,7 +213,7 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
216
213
|
## Getting Started
|
|
217
214
|
|
|
218
215
|
The following end-to-end examples might help to get started with `TransitGatewayAttachment` resource:
|
|
219
|
-
*
|
|
216
|
+
* dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
220
217
|
* enterprise-privatelinkattachment-aws-kafka-acls
|
|
221
218
|
|
|
222
219
|
## Import
|
|
@@ -236,10 +233,9 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
236
233
|
:param str resource_name: The name of the resource.
|
|
237
234
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
238
235
|
:param pulumi.Input[Union['TransitGatewayAttachmentAwsArgs', 'TransitGatewayAttachmentAwsArgsDict']] aws: (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
239
|
-
:param pulumi.Input[str] display_name: The name of the Transit Gateway Attachment.
|
|
236
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Transit Gateway Attachment.
|
|
240
237
|
:param pulumi.Input[Union['TransitGatewayAttachmentEnvironmentArgs', 'TransitGatewayAttachmentEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
241
|
-
:param pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
242
|
-
accounts.
|
|
238
|
+
:param pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
243
239
|
"""
|
|
244
240
|
...
|
|
245
241
|
@overload
|
|
@@ -289,7 +285,7 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
289
285
|
## Getting Started
|
|
290
286
|
|
|
291
287
|
The following end-to-end examples might help to get started with `TransitGatewayAttachment` resource:
|
|
292
|
-
*
|
|
288
|
+
* dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
293
289
|
* enterprise-privatelinkattachment-aws-kafka-acls
|
|
294
290
|
|
|
295
291
|
## Import
|
|
@@ -322,7 +318,7 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
322
318
|
resource_name: str,
|
|
323
319
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
324
320
|
aws: Optional[pulumi.Input[Union['TransitGatewayAttachmentAwsArgs', 'TransitGatewayAttachmentAwsArgsDict']]] = None,
|
|
325
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
321
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
326
322
|
environment: Optional[pulumi.Input[Union['TransitGatewayAttachmentEnvironmentArgs', 'TransitGatewayAttachmentEnvironmentArgsDict']]] = None,
|
|
327
323
|
network: Optional[pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']]] = None,
|
|
328
324
|
__props__=None):
|
|
@@ -353,7 +349,7 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
353
349
|
id: pulumi.Input[str],
|
|
354
350
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
355
351
|
aws: Optional[pulumi.Input[Union['TransitGatewayAttachmentAwsArgs', 'TransitGatewayAttachmentAwsArgsDict']]] = None,
|
|
356
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
352
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
357
353
|
environment: Optional[pulumi.Input[Union['TransitGatewayAttachmentEnvironmentArgs', 'TransitGatewayAttachmentEnvironmentArgsDict']]] = None,
|
|
358
354
|
network: Optional[pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']]] = None) -> 'TransitGatewayAttachment':
|
|
359
355
|
"""
|
|
@@ -364,10 +360,9 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
364
360
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
365
361
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
366
362
|
:param pulumi.Input[Union['TransitGatewayAttachmentAwsArgs', 'TransitGatewayAttachmentAwsArgsDict']] aws: (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
367
|
-
:param pulumi.Input[str] display_name: The name of the Transit Gateway Attachment.
|
|
363
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Transit Gateway Attachment.
|
|
368
364
|
:param pulumi.Input[Union['TransitGatewayAttachmentEnvironmentArgs', 'TransitGatewayAttachmentEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
369
|
-
:param pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
370
|
-
accounts.
|
|
365
|
+
:param pulumi.Input[Union['TransitGatewayAttachmentNetworkArgs', 'TransitGatewayAttachmentNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
371
366
|
"""
|
|
372
367
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
373
368
|
|
|
@@ -379,7 +374,7 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
379
374
|
__props__.__dict__["network"] = network
|
|
380
375
|
return TransitGatewayAttachment(resource_name, opts=opts, __props__=__props__)
|
|
381
376
|
|
|
382
|
-
@property
|
|
377
|
+
@_builtins.property
|
|
383
378
|
@pulumi.getter
|
|
384
379
|
def aws(self) -> pulumi.Output[Optional['outputs.TransitGatewayAttachmentAws']]:
|
|
385
380
|
"""
|
|
@@ -387,15 +382,15 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
387
382
|
"""
|
|
388
383
|
return pulumi.get(self, "aws")
|
|
389
384
|
|
|
390
|
-
@property
|
|
385
|
+
@_builtins.property
|
|
391
386
|
@pulumi.getter(name="displayName")
|
|
392
|
-
def display_name(self) -> pulumi.Output[str]:
|
|
387
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
|
393
388
|
"""
|
|
394
389
|
The name of the Transit Gateway Attachment.
|
|
395
390
|
"""
|
|
396
391
|
return pulumi.get(self, "display_name")
|
|
397
392
|
|
|
398
|
-
@property
|
|
393
|
+
@_builtins.property
|
|
399
394
|
@pulumi.getter
|
|
400
395
|
def environment(self) -> pulumi.Output['outputs.TransitGatewayAttachmentEnvironment']:
|
|
401
396
|
"""
|
|
@@ -403,12 +398,11 @@ class TransitGatewayAttachment(pulumi.CustomResource):
|
|
|
403
398
|
"""
|
|
404
399
|
return pulumi.get(self, "environment")
|
|
405
400
|
|
|
406
|
-
@property
|
|
401
|
+
@_builtins.property
|
|
407
402
|
@pulumi.getter
|
|
408
403
|
def network(self) -> pulumi.Output['outputs.TransitGatewayAttachmentNetwork']:
|
|
409
404
|
"""
|
|
410
|
-
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
411
|
-
accounts.
|
|
405
|
+
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
412
406
|
"""
|
|
413
407
|
return pulumi.get(self, "network")
|
|
414
408
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_confluentcloud
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.50.0a1762926155
|
|
4
4
|
Summary: A Pulumi package for creating and managing Confluent cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://www.pulumi.com
|
|
@@ -9,9 +9,9 @@ Keywords: pulumi,confluentcloud,category/cloud
|
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions
|
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
15
15
|
|
|
16
16
|
[](https://github.com/pulumi/pulumi-confluentcloud/actions)
|
|
17
17
|
[](https://slack.pulumi.com)
|