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.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +81 -1
  2. pulumi_confluentcloud/_inputs.py +4170 -2453
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +144 -36
  5. pulumi_confluentcloud/api_key.py +138 -272
  6. pulumi_confluentcloud/business_metadata.py +76 -73
  7. pulumi_confluentcloud/business_metadata_binding.py +101 -98
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
  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 +168 -91
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +23 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +50 -21
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +303 -81
  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 +88 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +250 -194
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +218 -124
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +36 -16
  31. pulumi_confluentcloud/get_business_metadata.py +25 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +34 -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 +274 -0
  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 +59 -41
  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 +45 -17
  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 +51 -36
  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 +26 -24
  81. pulumi_confluentcloud/get_tag_binding.py +32 -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 -207
  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 +3400 -2088
  102. pulumi_confluentcloud/peering.py +128 -48
  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 +318 -192
  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 +82 -79
  122. pulumi_confluentcloud/tag_binding.py +121 -84
  123. pulumi_confluentcloud/tf_importer.py +39 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.13.0a1735836869.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.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
  129. {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 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
@@ -25,14 +25,13 @@ class PeeringArgs:
25
25
  network: pulumi.Input['PeeringNetworkArgs'],
26
26
  aws: Optional[pulumi.Input['PeeringAwsArgs']] = None,
27
27
  azure: Optional[pulumi.Input['PeeringAzureArgs']] = None,
28
- display_name: Optional[pulumi.Input[str]] = None,
28
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
29
29
  gcp: Optional[pulumi.Input['PeeringGcpArgs']] = None):
30
30
  """
31
31
  The set of arguments for constructing a Peering resource.
32
32
  :param pulumi.Input['PeeringEnvironmentArgs'] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
33
- :param pulumi.Input['PeeringNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
34
- accounts.
35
- :param pulumi.Input[str] display_name: The name of the Peering.
33
+ :param pulumi.Input['PeeringNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
34
+ :param pulumi.Input[_builtins.str] display_name: The name of the Peering.
36
35
  """
37
36
  pulumi.set(__self__, "environment", environment)
38
37
  pulumi.set(__self__, "network", network)
@@ -45,7 +44,7 @@ class PeeringArgs:
45
44
  if gcp is not None:
46
45
  pulumi.set(__self__, "gcp", gcp)
47
46
 
48
- @property
47
+ @_builtins.property
49
48
  @pulumi.getter
50
49
  def environment(self) -> pulumi.Input['PeeringEnvironmentArgs']:
51
50
  """
@@ -57,12 +56,11 @@ class PeeringArgs:
57
56
  def environment(self, value: pulumi.Input['PeeringEnvironmentArgs']):
58
57
  pulumi.set(self, "environment", value)
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  @pulumi.getter
62
61
  def network(self) -> pulumi.Input['PeeringNetworkArgs']:
63
62
  """
64
- Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
65
- accounts.
63
+ Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
66
64
  """
67
65
  return pulumi.get(self, "network")
68
66
 
@@ -70,7 +68,7 @@ class PeeringArgs:
70
68
  def network(self, value: pulumi.Input['PeeringNetworkArgs']):
71
69
  pulumi.set(self, "network", value)
72
70
 
73
- @property
71
+ @_builtins.property
74
72
  @pulumi.getter
75
73
  def aws(self) -> Optional[pulumi.Input['PeeringAwsArgs']]:
76
74
  return pulumi.get(self, "aws")
@@ -79,7 +77,7 @@ class PeeringArgs:
79
77
  def aws(self, value: Optional[pulumi.Input['PeeringAwsArgs']]):
80
78
  pulumi.set(self, "aws", value)
81
79
 
82
- @property
80
+ @_builtins.property
83
81
  @pulumi.getter
84
82
  def azure(self) -> Optional[pulumi.Input['PeeringAzureArgs']]:
85
83
  return pulumi.get(self, "azure")
@@ -88,19 +86,19 @@ class PeeringArgs:
88
86
  def azure(self, value: Optional[pulumi.Input['PeeringAzureArgs']]):
89
87
  pulumi.set(self, "azure", value)
90
88
 
91
- @property
89
+ @_builtins.property
92
90
  @pulumi.getter(name="displayName")
93
- def display_name(self) -> Optional[pulumi.Input[str]]:
91
+ def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
94
92
  """
95
93
  The name of the Peering.
96
94
  """
97
95
  return pulumi.get(self, "display_name")
98
96
 
99
97
  @display_name.setter
100
- def display_name(self, value: Optional[pulumi.Input[str]]):
98
+ def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
101
99
  pulumi.set(self, "display_name", value)
102
100
 
103
- @property
101
+ @_builtins.property
104
102
  @pulumi.getter
105
103
  def gcp(self) -> Optional[pulumi.Input['PeeringGcpArgs']]:
106
104
  return pulumi.get(self, "gcp")
@@ -115,16 +113,15 @@ class _PeeringState:
115
113
  def __init__(__self__, *,
116
114
  aws: Optional[pulumi.Input['PeeringAwsArgs']] = None,
117
115
  azure: Optional[pulumi.Input['PeeringAzureArgs']] = None,
118
- display_name: Optional[pulumi.Input[str]] = None,
116
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
119
117
  environment: Optional[pulumi.Input['PeeringEnvironmentArgs']] = None,
120
118
  gcp: Optional[pulumi.Input['PeeringGcpArgs']] = None,
121
119
  network: Optional[pulumi.Input['PeeringNetworkArgs']] = None):
122
120
  """
123
121
  Input properties used for looking up and filtering Peering resources.
124
- :param pulumi.Input[str] display_name: The name of the Peering.
122
+ :param pulumi.Input[_builtins.str] display_name: The name of the Peering.
125
123
  :param pulumi.Input['PeeringEnvironmentArgs'] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
126
- :param pulumi.Input['PeeringNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
127
- accounts.
124
+ :param pulumi.Input['PeeringNetworkArgs'] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
128
125
  """
129
126
  if aws is not None:
130
127
  pulumi.set(__self__, "aws", aws)
@@ -139,7 +136,7 @@ class _PeeringState:
139
136
  if network is not None:
140
137
  pulumi.set(__self__, "network", network)
141
138
 
142
- @property
139
+ @_builtins.property
143
140
  @pulumi.getter
144
141
  def aws(self) -> Optional[pulumi.Input['PeeringAwsArgs']]:
145
142
  return pulumi.get(self, "aws")
@@ -148,7 +145,7 @@ class _PeeringState:
148
145
  def aws(self, value: Optional[pulumi.Input['PeeringAwsArgs']]):
149
146
  pulumi.set(self, "aws", value)
150
147
 
151
- @property
148
+ @_builtins.property
152
149
  @pulumi.getter
153
150
  def azure(self) -> Optional[pulumi.Input['PeeringAzureArgs']]:
154
151
  return pulumi.get(self, "azure")
@@ -157,19 +154,19 @@ class _PeeringState:
157
154
  def azure(self, value: Optional[pulumi.Input['PeeringAzureArgs']]):
158
155
  pulumi.set(self, "azure", value)
159
156
 
160
- @property
157
+ @_builtins.property
161
158
  @pulumi.getter(name="displayName")
162
- def display_name(self) -> Optional[pulumi.Input[str]]:
159
+ def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
163
160
  """
164
161
  The name of the Peering.
165
162
  """
166
163
  return pulumi.get(self, "display_name")
167
164
 
168
165
  @display_name.setter
169
- def display_name(self, value: Optional[pulumi.Input[str]]):
166
+ def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
170
167
  pulumi.set(self, "display_name", value)
171
168
 
172
- @property
169
+ @_builtins.property
173
170
  @pulumi.getter
174
171
  def environment(self) -> Optional[pulumi.Input['PeeringEnvironmentArgs']]:
175
172
  """
@@ -181,7 +178,7 @@ class _PeeringState:
181
178
  def environment(self, value: Optional[pulumi.Input['PeeringEnvironmentArgs']]):
182
179
  pulumi.set(self, "environment", value)
183
180
 
184
- @property
181
+ @_builtins.property
185
182
  @pulumi.getter
186
183
  def gcp(self) -> Optional[pulumi.Input['PeeringGcpArgs']]:
187
184
  return pulumi.get(self, "gcp")
@@ -190,12 +187,11 @@ class _PeeringState:
190
187
  def gcp(self, value: Optional[pulumi.Input['PeeringGcpArgs']]):
191
188
  pulumi.set(self, "gcp", value)
192
189
 
193
- @property
190
+ @_builtins.property
194
191
  @pulumi.getter
195
192
  def network(self) -> Optional[pulumi.Input['PeeringNetworkArgs']]:
196
193
  """
197
- Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
198
- accounts.
194
+ Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
199
195
  """
200
196
  return pulumi.get(self, "network")
201
197
 
@@ -204,6 +200,7 @@ class _PeeringState:
204
200
  pulumi.set(self, "network", value)
205
201
 
206
202
 
203
+ @pulumi.type_token("confluentcloud:index/peering:Peering")
207
204
  class Peering(pulumi.CustomResource):
208
205
  @overload
209
206
  def __init__(__self__,
@@ -211,7 +208,7 @@ class Peering(pulumi.CustomResource):
211
208
  opts: Optional[pulumi.ResourceOptions] = None,
212
209
  aws: Optional[pulumi.Input[Union['PeeringAwsArgs', 'PeeringAwsArgsDict']]] = None,
213
210
  azure: Optional[pulumi.Input[Union['PeeringAzureArgs', 'PeeringAzureArgsDict']]] = None,
214
- display_name: Optional[pulumi.Input[str]] = None,
211
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
215
212
  environment: Optional[pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']]] = None,
216
213
  gcp: Optional[pulumi.Input[Union['PeeringGcpArgs', 'PeeringGcpArgsDict']]] = None,
217
214
  network: Optional[pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']]] = None,
@@ -282,6 +279,49 @@ class Peering(pulumi.CustomResource):
282
279
  })
283
280
  ```
284
281
 
282
+ ### Example Peering on GCP
283
+
284
+ ```python
285
+ import pulumi
286
+ import pulumi_confluentcloud as confluentcloud
287
+
288
+ development = confluentcloud.Environment("development", display_name="Development")
289
+ gcp_peering = confluentcloud.Network("gcp-peering",
290
+ display_name="GCP Peering Network",
291
+ cloud="GCP",
292
+ region="us-west4",
293
+ cidr="10.10.0.0/16",
294
+ connection_types=["PEERING"],
295
+ environment={
296
+ "id": development.id,
297
+ })
298
+ gcp = confluentcloud.Peering("gcp",
299
+ display_name="GCP Peering",
300
+ gcp={
301
+ "project": "temp-gear-123456",
302
+ "vpc_network": "customer-test-vpc-network",
303
+ },
304
+ environment={
305
+ "id": development.id,
306
+ },
307
+ network={
308
+ "id": gcp_peering.id,
309
+ })
310
+ ```
311
+
312
+ ## Getting Started
313
+
314
+ The following end-to-end examples might help to get started with `Peering` resource:
315
+ * dedicated-vnet-peering-azure-kafka-acls: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using ACLs
316
+ * dedicated-vnet-peering-azure-kafka-rbac: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using RBAC
317
+ * dedicated-vpc-peering-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using ACLs
318
+ * dedicated-vpc-peering-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using RBAC
319
+ * dedicated-vpc-peering-gcp-kafka-acls: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using ACLs
320
+ * dedicated-vpc-peering-gcp-kafka-rbac: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using RBAC
321
+ * dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
322
+ * dedicated-transit-gateway-attachment-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using RBAC
323
+ * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
324
+
285
325
  ## Import
286
326
 
287
327
  You can import a Peering by using Environment ID and Peering ID, in the format `<Environment ID>/<Peering ID>`. The following example shows how to import a Peering:
@@ -298,10 +338,9 @@ class Peering(pulumi.CustomResource):
298
338
 
299
339
  :param str resource_name: The name of the resource.
300
340
  :param pulumi.ResourceOptions opts: Options for the resource.
301
- :param pulumi.Input[str] display_name: The name of the Peering.
341
+ :param pulumi.Input[_builtins.str] display_name: The name of the Peering.
302
342
  :param pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
303
- :param pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
304
- accounts.
343
+ :param pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
305
344
  """
306
345
  ...
307
346
  @overload
@@ -375,6 +414,49 @@ class Peering(pulumi.CustomResource):
375
414
  })
376
415
  ```
377
416
 
417
+ ### Example Peering on GCP
418
+
419
+ ```python
420
+ import pulumi
421
+ import pulumi_confluentcloud as confluentcloud
422
+
423
+ development = confluentcloud.Environment("development", display_name="Development")
424
+ gcp_peering = confluentcloud.Network("gcp-peering",
425
+ display_name="GCP Peering Network",
426
+ cloud="GCP",
427
+ region="us-west4",
428
+ cidr="10.10.0.0/16",
429
+ connection_types=["PEERING"],
430
+ environment={
431
+ "id": development.id,
432
+ })
433
+ gcp = confluentcloud.Peering("gcp",
434
+ display_name="GCP Peering",
435
+ gcp={
436
+ "project": "temp-gear-123456",
437
+ "vpc_network": "customer-test-vpc-network",
438
+ },
439
+ environment={
440
+ "id": development.id,
441
+ },
442
+ network={
443
+ "id": gcp_peering.id,
444
+ })
445
+ ```
446
+
447
+ ## Getting Started
448
+
449
+ The following end-to-end examples might help to get started with `Peering` resource:
450
+ * dedicated-vnet-peering-azure-kafka-acls: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using ACLs
451
+ * dedicated-vnet-peering-azure-kafka-rbac: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using RBAC
452
+ * dedicated-vpc-peering-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using ACLs
453
+ * dedicated-vpc-peering-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using RBAC
454
+ * dedicated-vpc-peering-gcp-kafka-acls: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using ACLs
455
+ * dedicated-vpc-peering-gcp-kafka-rbac: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using RBAC
456
+ * dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
457
+ * dedicated-transit-gateway-attachment-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using RBAC
458
+ * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
459
+
378
460
  ## Import
379
461
 
380
462
  You can import a Peering by using Environment ID and Peering ID, in the format `<Environment ID>/<Peering ID>`. The following example shows how to import a Peering:
@@ -406,7 +488,7 @@ class Peering(pulumi.CustomResource):
406
488
  opts: Optional[pulumi.ResourceOptions] = None,
407
489
  aws: Optional[pulumi.Input[Union['PeeringAwsArgs', 'PeeringAwsArgsDict']]] = None,
408
490
  azure: Optional[pulumi.Input[Union['PeeringAzureArgs', 'PeeringAzureArgsDict']]] = None,
409
- display_name: Optional[pulumi.Input[str]] = None,
491
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
410
492
  environment: Optional[pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']]] = None,
411
493
  gcp: Optional[pulumi.Input[Union['PeeringGcpArgs', 'PeeringGcpArgsDict']]] = None,
412
494
  network: Optional[pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']]] = None,
@@ -441,7 +523,7 @@ class Peering(pulumi.CustomResource):
441
523
  opts: Optional[pulumi.ResourceOptions] = None,
442
524
  aws: Optional[pulumi.Input[Union['PeeringAwsArgs', 'PeeringAwsArgsDict']]] = None,
443
525
  azure: Optional[pulumi.Input[Union['PeeringAzureArgs', 'PeeringAzureArgsDict']]] = None,
444
- display_name: Optional[pulumi.Input[str]] = None,
526
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
445
527
  environment: Optional[pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']]] = None,
446
528
  gcp: Optional[pulumi.Input[Union['PeeringGcpArgs', 'PeeringGcpArgsDict']]] = None,
447
529
  network: Optional[pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']]] = None) -> 'Peering':
@@ -452,10 +534,9 @@ class Peering(pulumi.CustomResource):
452
534
  :param str resource_name: The unique name of the resulting resource.
453
535
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
454
536
  :param pulumi.ResourceOptions opts: Options for the resource.
455
- :param pulumi.Input[str] display_name: The name of the Peering.
537
+ :param pulumi.Input[_builtins.str] display_name: The name of the Peering.
456
538
  :param pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
457
- :param pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
458
- accounts.
539
+ :param pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
459
540
  """
460
541
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
461
542
 
@@ -469,25 +550,25 @@ class Peering(pulumi.CustomResource):
469
550
  __props__.__dict__["network"] = network
470
551
  return Peering(resource_name, opts=opts, __props__=__props__)
471
552
 
472
- @property
553
+ @_builtins.property
473
554
  @pulumi.getter
474
555
  def aws(self) -> pulumi.Output[Optional['outputs.PeeringAws']]:
475
556
  return pulumi.get(self, "aws")
476
557
 
477
- @property
558
+ @_builtins.property
478
559
  @pulumi.getter
479
560
  def azure(self) -> pulumi.Output[Optional['outputs.PeeringAzure']]:
480
561
  return pulumi.get(self, "azure")
481
562
 
482
- @property
563
+ @_builtins.property
483
564
  @pulumi.getter(name="displayName")
484
- def display_name(self) -> pulumi.Output[str]:
565
+ def display_name(self) -> pulumi.Output[_builtins.str]:
485
566
  """
486
567
  The name of the Peering.
487
568
  """
488
569
  return pulumi.get(self, "display_name")
489
570
 
490
- @property
571
+ @_builtins.property
491
572
  @pulumi.getter
492
573
  def environment(self) -> pulumi.Output['outputs.PeeringEnvironment']:
493
574
  """
@@ -495,17 +576,16 @@ class Peering(pulumi.CustomResource):
495
576
  """
496
577
  return pulumi.get(self, "environment")
497
578
 
498
- @property
579
+ @_builtins.property
499
580
  @pulumi.getter
500
581
  def gcp(self) -> pulumi.Output[Optional['outputs.PeeringGcp']]:
501
582
  return pulumi.get(self, "gcp")
502
583
 
503
- @property
584
+ @_builtins.property
504
585
  @pulumi.getter
505
586
  def network(self) -> pulumi.Output['outputs.PeeringNetwork']:
506
587
  """
507
- Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
508
- accounts.
588
+ Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
509
589
  """
510
590
  return pulumi.get(self, "network")
511
591