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.
- pulumi_confluentcloud/__init__.py +80 -1
- pulumi_confluentcloud/_inputs.py +3875 -2512
- pulumi_confluentcloud/_utilities.py +1 -1
- pulumi_confluentcloud/access_point.py +76 -37
- pulumi_confluentcloud/api_key.py +134 -124
- pulumi_confluentcloud/business_metadata.py +72 -71
- pulumi_confluentcloud/business_metadata_binding.py +97 -96
- pulumi_confluentcloud/byok_key.py +12 -11
- pulumi_confluentcloud/catalog_entity_attributes.py +125 -76
- 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 +148 -99
- pulumi_confluentcloud/config/__init__.py +2 -1
- pulumi_confluentcloud/config/__init__.pyi +18 -2
- pulumi_confluentcloud/config/outputs.py +110 -0
- pulumi_confluentcloud/config/vars.py +44 -22
- pulumi_confluentcloud/connect_artifact.py +478 -0
- pulumi_confluentcloud/connector.py +95 -90
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +53 -48
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +190 -187
- pulumi_confluentcloud/flink_compute_pool.py +101 -100
- pulumi_confluentcloud/flink_connection.py +935 -0
- pulumi_confluentcloud/flink_statement.py +155 -140
- pulumi_confluentcloud/gateway.py +44 -31
- pulumi_confluentcloud/get_access_point.py +16 -16
- pulumi_confluentcloud/get_business_metadata.py +23 -23
- pulumi_confluentcloud/get_business_metadata_binding.py +32 -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 +52 -24
- 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 +46 -46
- 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 +18 -18
- 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 +50 -35
- 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 +24 -24
- pulumi_confluentcloud/get_tag_binding.py +30 -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 -201
- 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 +3135 -2130
- pulumi_confluentcloud/peering.py +60 -66
- 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 +299 -201
- 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 +78 -77
- pulumi_confluentcloud/tag_binding.py +117 -82
- pulumi_confluentcloud/tf_importer.py +37 -36
- pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
- {pulumi_confluentcloud-2.19.0a1741152525.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.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.19.0a1741152525.dist-info/RECORD +0 -114
- {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
pulumi_confluentcloud/peering.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -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
|
-
|
|
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,
|
|
@@ -315,15 +312,15 @@ class Peering(pulumi.CustomResource):
|
|
|
315
312
|
## Getting Started
|
|
316
313
|
|
|
317
314
|
The following end-to-end examples might help to get started with `Peering` resource:
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
*
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
*
|
|
326
|
-
*
|
|
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
|
|
327
324
|
|
|
328
325
|
## Import
|
|
329
326
|
|
|
@@ -341,10 +338,9 @@ class Peering(pulumi.CustomResource):
|
|
|
341
338
|
|
|
342
339
|
:param str resource_name: The name of the resource.
|
|
343
340
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
344
|
-
:param pulumi.Input[str] display_name: The name of the Peering.
|
|
341
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Peering.
|
|
345
342
|
:param pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
346
|
-
:param pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
347
|
-
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.
|
|
348
344
|
"""
|
|
349
345
|
...
|
|
350
346
|
@overload
|
|
@@ -451,15 +447,15 @@ class Peering(pulumi.CustomResource):
|
|
|
451
447
|
## Getting Started
|
|
452
448
|
|
|
453
449
|
The following end-to-end examples might help to get started with `Peering` resource:
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
461
|
-
*
|
|
462
|
-
*
|
|
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
|
|
463
459
|
|
|
464
460
|
## Import
|
|
465
461
|
|
|
@@ -492,7 +488,7 @@ class Peering(pulumi.CustomResource):
|
|
|
492
488
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
493
489
|
aws: Optional[pulumi.Input[Union['PeeringAwsArgs', 'PeeringAwsArgsDict']]] = None,
|
|
494
490
|
azure: Optional[pulumi.Input[Union['PeeringAzureArgs', 'PeeringAzureArgsDict']]] = None,
|
|
495
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
491
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
496
492
|
environment: Optional[pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']]] = None,
|
|
497
493
|
gcp: Optional[pulumi.Input[Union['PeeringGcpArgs', 'PeeringGcpArgsDict']]] = None,
|
|
498
494
|
network: Optional[pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']]] = None,
|
|
@@ -527,7 +523,7 @@ class Peering(pulumi.CustomResource):
|
|
|
527
523
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
528
524
|
aws: Optional[pulumi.Input[Union['PeeringAwsArgs', 'PeeringAwsArgsDict']]] = None,
|
|
529
525
|
azure: Optional[pulumi.Input[Union['PeeringAzureArgs', 'PeeringAzureArgsDict']]] = None,
|
|
530
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
|
526
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
531
527
|
environment: Optional[pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']]] = None,
|
|
532
528
|
gcp: Optional[pulumi.Input[Union['PeeringGcpArgs', 'PeeringGcpArgsDict']]] = None,
|
|
533
529
|
network: Optional[pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']]] = None) -> 'Peering':
|
|
@@ -538,10 +534,9 @@ class Peering(pulumi.CustomResource):
|
|
|
538
534
|
:param str resource_name: The unique name of the resulting resource.
|
|
539
535
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
540
536
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
541
|
-
:param pulumi.Input[str] display_name: The name of the Peering.
|
|
537
|
+
:param pulumi.Input[_builtins.str] display_name: The name of the Peering.
|
|
542
538
|
:param pulumi.Input[Union['PeeringEnvironmentArgs', 'PeeringEnvironmentArgsDict']] environment: Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
543
|
-
:param pulumi.Input[Union['PeeringNetworkArgs', 'PeeringNetworkArgsDict']] network: Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
544
|
-
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.
|
|
545
540
|
"""
|
|
546
541
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
547
542
|
|
|
@@ -555,25 +550,25 @@ class Peering(pulumi.CustomResource):
|
|
|
555
550
|
__props__.__dict__["network"] = network
|
|
556
551
|
return Peering(resource_name, opts=opts, __props__=__props__)
|
|
557
552
|
|
|
558
|
-
@property
|
|
553
|
+
@_builtins.property
|
|
559
554
|
@pulumi.getter
|
|
560
555
|
def aws(self) -> pulumi.Output[Optional['outputs.PeeringAws']]:
|
|
561
556
|
return pulumi.get(self, "aws")
|
|
562
557
|
|
|
563
|
-
@property
|
|
558
|
+
@_builtins.property
|
|
564
559
|
@pulumi.getter
|
|
565
560
|
def azure(self) -> pulumi.Output[Optional['outputs.PeeringAzure']]:
|
|
566
561
|
return pulumi.get(self, "azure")
|
|
567
562
|
|
|
568
|
-
@property
|
|
563
|
+
@_builtins.property
|
|
569
564
|
@pulumi.getter(name="displayName")
|
|
570
|
-
def display_name(self) -> pulumi.Output[str]:
|
|
565
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
|
571
566
|
"""
|
|
572
567
|
The name of the Peering.
|
|
573
568
|
"""
|
|
574
569
|
return pulumi.get(self, "display_name")
|
|
575
570
|
|
|
576
|
-
@property
|
|
571
|
+
@_builtins.property
|
|
577
572
|
@pulumi.getter
|
|
578
573
|
def environment(self) -> pulumi.Output['outputs.PeeringEnvironment']:
|
|
579
574
|
"""
|
|
@@ -581,17 +576,16 @@ class Peering(pulumi.CustomResource):
|
|
|
581
576
|
"""
|
|
582
577
|
return pulumi.get(self, "environment")
|
|
583
578
|
|
|
584
|
-
@property
|
|
579
|
+
@_builtins.property
|
|
585
580
|
@pulumi.getter
|
|
586
581
|
def gcp(self) -> pulumi.Output[Optional['outputs.PeeringGcp']]:
|
|
587
582
|
return pulumi.get(self, "gcp")
|
|
588
583
|
|
|
589
|
-
@property
|
|
584
|
+
@_builtins.property
|
|
590
585
|
@pulumi.getter
|
|
591
586
|
def network(self) -> pulumi.Output['outputs.PeeringNetwork']:
|
|
592
587
|
"""
|
|
593
|
-
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
594
|
-
accounts.
|
|
588
|
+
Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
|
|
595
589
|
"""
|
|
596
590
|
return pulumi.get(self, "network")
|
|
597
591
|
|