pulumi-confluentcloud 2.19.0a1741152525__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.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +80 -1
  2. pulumi_confluentcloud/_inputs.py +3875 -2512
  3. pulumi_confluentcloud/_utilities.py +1 -1
  4. pulumi_confluentcloud/access_point.py +76 -37
  5. pulumi_confluentcloud/api_key.py +134 -124
  6. pulumi_confluentcloud/business_metadata.py +72 -71
  7. pulumi_confluentcloud/business_metadata_binding.py +97 -96
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +125 -76
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  13. pulumi_confluentcloud/cluster_link.py +148 -99
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +18 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +44 -22
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +95 -90
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +53 -48
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +190 -187
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +155 -140
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +16 -16
  31. pulumi_confluentcloud/get_business_metadata.py +23 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +32 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  37. pulumi_confluentcloud/get_cluster_link.py +52 -24
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +46 -46
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +18 -18
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +50 -35
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +24 -24
  81. pulumi_confluentcloud/get_tag_binding.py +30 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -201
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3135 -2130
  102. pulumi_confluentcloud/peering.py +60 -66
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +299 -201
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +78 -77
  122. pulumi_confluentcloud/tag_binding.py +117 -82
  123. pulumi_confluentcloud/tf_importer.py +37 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.19.0a1741152525.dist-info/RECORD +0 -114
  129. {pulumi_confluentcloud-2.19.0a1741152525.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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 copy
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -54,7 +54,7 @@ class GetAccessPointResult:
54
54
  raise TypeError("Expected argument 'id' to be a str")
55
55
  pulumi.set(__self__, "id", id)
56
56
 
57
- @property
57
+ @_builtins.property
58
58
  @pulumi.getter(name="awsEgressPrivateLinkEndpoints")
59
59
  def aws_egress_private_link_endpoints(self) -> Sequence['outputs.GetAccessPointAwsEgressPrivateLinkEndpointResult']:
60
60
  """
@@ -62,7 +62,7 @@ class GetAccessPointResult:
62
62
  """
63
63
  return pulumi.get(self, "aws_egress_private_link_endpoints")
64
64
 
65
- @property
65
+ @_builtins.property
66
66
  @pulumi.getter(name="awsPrivateNetworkInterfaces")
67
67
  def aws_private_network_interfaces(self) -> Sequence['outputs.GetAccessPointAwsPrivateNetworkInterfaceResult']:
68
68
  """
@@ -70,7 +70,7 @@ class GetAccessPointResult:
70
70
  """
71
71
  return pulumi.get(self, "aws_private_network_interfaces")
72
72
 
73
- @property
73
+ @_builtins.property
74
74
  @pulumi.getter(name="azureEgressPrivateLinkEndpoints")
75
75
  def azure_egress_private_link_endpoints(self) -> Sequence['outputs.GetAccessPointAzureEgressPrivateLinkEndpointResult']:
76
76
  """
@@ -78,20 +78,20 @@ class GetAccessPointResult:
78
78
  """
79
79
  return pulumi.get(self, "azure_egress_private_link_endpoints")
80
80
 
81
- @property
81
+ @_builtins.property
82
82
  @pulumi.getter(name="displayName")
83
- def display_name(self) -> str:
83
+ def display_name(self) -> _builtins.str:
84
84
  """
85
85
  (Required String) A human-readable name for the Access Point.
86
86
  """
87
87
  return pulumi.get(self, "display_name")
88
88
 
89
- @property
89
+ @_builtins.property
90
90
  @pulumi.getter
91
91
  def environment(self) -> 'outputs.GetAccessPointEnvironmentResult':
92
92
  return pulumi.get(self, "environment")
93
93
 
94
- @property
94
+ @_builtins.property
95
95
  @pulumi.getter
96
96
  def gateways(self) -> Sequence['outputs.GetAccessPointGatewayResult']:
97
97
  """
@@ -99,7 +99,7 @@ class GetAccessPointResult:
99
99
  """
100
100
  return pulumi.get(self, "gateways")
101
101
 
102
- @property
102
+ @_builtins.property
103
103
  @pulumi.getter(name="gcpEgressPrivateServiceConnectEndpoints")
104
104
  def gcp_egress_private_service_connect_endpoints(self) -> Optional[Sequence['outputs.GetAccessPointGcpEgressPrivateServiceConnectEndpointResult']]:
105
105
  """
@@ -107,9 +107,9 @@ class GetAccessPointResult:
107
107
  """
108
108
  return pulumi.get(self, "gcp_egress_private_service_connect_endpoints")
109
109
 
110
- @property
110
+ @_builtins.property
111
111
  @pulumi.getter
112
- def id(self) -> str:
112
+ def id(self) -> _builtins.str:
113
113
  """
114
114
  (Required String) The ID of the gateway to which the Access Point belongs, for example, `gw-abc123`.
115
115
  """
@@ -134,7 +134,7 @@ class AwaitableGetAccessPointResult(GetAccessPointResult):
134
134
 
135
135
  def get_access_point(environment: Optional[Union['GetAccessPointEnvironmentArgs', 'GetAccessPointEnvironmentArgsDict']] = None,
136
136
  gcp_egress_private_service_connect_endpoints: Optional[Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']]] = None,
137
- id: Optional[str] = None,
137
+ id: Optional[_builtins.str] = None,
138
138
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccessPointResult:
139
139
  """
140
140
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -156,7 +156,7 @@ def get_access_point(environment: Optional[Union['GetAccessPointEnvironmentArgs'
156
156
 
157
157
 
158
158
  :param Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']] gcp_egress_private_service_connect_endpoints: (Optional Configuration Block) supports the following:
159
- :param str id: The ID of the Access Point, for example, `ap-abc123`.
159
+ :param _builtins.str id: The ID of the Access Point, for example, `ap-abc123`.
160
160
  """
161
161
  __args__ = dict()
162
162
  __args__['environment'] = environment
@@ -176,7 +176,7 @@ def get_access_point(environment: Optional[Union['GetAccessPointEnvironmentArgs'
176
176
  id=pulumi.get(__ret__, 'id'))
177
177
  def get_access_point_output(environment: Optional[pulumi.Input[Union['GetAccessPointEnvironmentArgs', 'GetAccessPointEnvironmentArgsDict']]] = None,
178
178
  gcp_egress_private_service_connect_endpoints: Optional[pulumi.Input[Optional[Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']]]]] = None,
179
- id: Optional[pulumi.Input[str]] = None,
179
+ id: Optional[pulumi.Input[_builtins.str]] = None,
180
180
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccessPointResult]:
181
181
  """
182
182
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -198,7 +198,7 @@ def get_access_point_output(environment: Optional[pulumi.Input[Union['GetAccessP
198
198
 
199
199
 
200
200
  :param Sequence[Union['GetAccessPointGcpEgressPrivateServiceConnectEndpointArgs', 'GetAccessPointGcpEgressPrivateServiceConnectEndpointArgsDict']] gcp_egress_private_service_connect_endpoints: (Optional Configuration Block) supports the following:
201
- :param str id: The ID of the Access Point, for example, `ap-abc123`.
201
+ :param _builtins.str id: The ID of the Access Point, for example, `ap-abc123`.
202
202
  """
203
203
  __args__ = dict()
204
204
  __args__['environment'] = environment
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 copy
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
  """
@@ -166,10 +166,10 @@ def get_business_metadata(credentials: Optional[Union['GetBusinessMetadataCreden
166
166
  > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
167
167
 
168
168
 
169
- :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.
170
170
 
171
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.
172
- :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`).
173
173
  """
174
174
  __args__ = dict()
175
175
  __args__['credentials'] = credentials
@@ -189,8 +189,8 @@ def get_business_metadata(credentials: Optional[Union['GetBusinessMetadataCreden
189
189
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
190
190
  version=pulumi.get(__ret__, 'version'))
191
191
  def get_business_metadata_output(credentials: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataCredentialsArgs', 'GetBusinessMetadataCredentialsArgsDict']]]] = None,
192
- name: Optional[pulumi.Input[str]] = None,
193
- 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,
194
194
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataSchemaRegistryClusterArgs', 'GetBusinessMetadataSchemaRegistryClusterArgsDict']]]] = None,
195
195
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBusinessMetadataResult]:
196
196
  """
@@ -228,10 +228,10 @@ def get_business_metadata_output(credentials: Optional[pulumi.Input[Optional[Uni
228
228
  > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
229
229
 
230
230
 
231
- :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.
232
232
 
233
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.
234
- :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`).
235
235
  """
236
236
  __args__ = dict()
237
237
  __args__['credentials'] = credentials