pulumi-confluentcloud 2.10.0a1731389320__py3-none-any.whl → 2.54.0a1766503424__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. pulumi_confluentcloud/__init__.py +102 -1
  2. pulumi_confluentcloud/_inputs.py +4870 -2499
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +188 -33
  5. pulumi_confluentcloud/api_key.py +178 -144
  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 +158 -157
  12. pulumi_confluentcloud/certificate_pool.py +76 -75
  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 +399 -87
  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 +136 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +254 -198
  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 +88 -28
  30. pulumi_confluentcloud/get_access_point.py +51 -17
  31. pulumi_confluentcloud/get_business_metadata.py +27 -25
  32. pulumi_confluentcloud/get_business_metadata_binding.py +36 -34
  33. pulumi_confluentcloud/get_byok_key.py +13 -13
  34. pulumi_confluentcloud/get_catalog_integration.py +248 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +42 -42
  36. pulumi_confluentcloud/get_certificate_pool.py +21 -21
  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 +17 -17
  40. pulumi_confluentcloud/get_environment.py +19 -19
  41. pulumi_confluentcloud/get_environments.py +8 -8
  42. pulumi_confluentcloud/get_flink_artifact.py +61 -43
  43. pulumi_confluentcloud/get_flink_compute_pool.py +29 -29
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +26 -26
  46. pulumi_confluentcloud/get_gateway.py +60 -18
  47. pulumi_confluentcloud/get_group_mapping.py +20 -20
  48. pulumi_confluentcloud/get_identity_pool.py +23 -23
  49. pulumi_confluentcloud/get_identity_provider.py +37 -23
  50. pulumi_confluentcloud/get_invitation.py +22 -22
  51. pulumi_confluentcloud/get_ip_addresses.py +8 -8
  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 +19 -19
  55. pulumi_confluentcloud/get_kafka_cluster.py +57 -43
  56. pulumi_confluentcloud/get_kafka_clusters.py +136 -0
  57. pulumi_confluentcloud/get_kafka_topic.py +24 -24
  58. pulumi_confluentcloud/get_ksql_cluster.py +35 -35
  59. pulumi_confluentcloud/get_network.py +56 -42
  60. pulumi_confluentcloud/get_network_link_endpoint.py +19 -19
  61. pulumi_confluentcloud/get_network_link_service.py +25 -19
  62. pulumi_confluentcloud/get_organization.py +8 -8
  63. pulumi_confluentcloud/get_peering.py +21 -21
  64. pulumi_confluentcloud/get_private_link_access.py +21 -21
  65. pulumi_confluentcloud/get_private_link_attachment.py +31 -29
  66. pulumi_confluentcloud/get_private_link_attachment_connection.py +26 -23
  67. pulumi_confluentcloud/get_provider_integration.py +30 -20
  68. pulumi_confluentcloud/get_provider_integration_authorization.py +142 -0
  69. pulumi_confluentcloud/get_provider_integration_setup.py +270 -0
  70. pulumi_confluentcloud/get_role_binding.py +16 -16
  71. pulumi_confluentcloud/get_schema.py +42 -42
  72. pulumi_confluentcloud/get_schema_registry_cluster.py +53 -38
  73. pulumi_confluentcloud/get_schema_registry_cluster_config.py +31 -17
  74. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +16 -16
  75. pulumi_confluentcloud/get_schema_registry_clusters.py +8 -8
  76. pulumi_confluentcloud/get_schema_registry_dek.py +44 -44
  77. pulumi_confluentcloud/get_schema_registry_kek.py +32 -32
  78. pulumi_confluentcloud/get_schemas.py +16 -16
  79. pulumi_confluentcloud/get_service_account.py +22 -22
  80. pulumi_confluentcloud/get_subject_config.py +37 -23
  81. pulumi_confluentcloud/get_subject_mode.py +22 -22
  82. pulumi_confluentcloud/get_tableflow_topic.py +374 -0
  83. pulumi_confluentcloud/get_tag.py +28 -26
  84. pulumi_confluentcloud/get_tag_binding.py +34 -32
  85. pulumi_confluentcloud/get_transit_gateway_attachment.py +19 -19
  86. pulumi_confluentcloud/get_user.py +26 -26
  87. pulumi_confluentcloud/get_users.py +8 -8
  88. pulumi_confluentcloud/group_mapping.py +54 -53
  89. pulumi_confluentcloud/identity_pool.py +74 -73
  90. pulumi_confluentcloud/identity_provider.py +138 -76
  91. pulumi_confluentcloud/invitation.py +81 -80
  92. pulumi_confluentcloud/ip_filter.py +420 -0
  93. pulumi_confluentcloud/ip_group.py +264 -0
  94. pulumi_confluentcloud/kafka_acl.py +173 -172
  95. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  96. pulumi_confluentcloud/kafka_cluster.py +227 -207
  97. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  98. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  99. pulumi_confluentcloud/kafka_topic.py +132 -131
  100. pulumi_confluentcloud/ksql_cluster.py +117 -120
  101. pulumi_confluentcloud/network.py +235 -198
  102. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  103. pulumi_confluentcloud/network_link_service.py +62 -68
  104. pulumi_confluentcloud/outputs.py +4735 -2224
  105. pulumi_confluentcloud/peering.py +128 -48
  106. pulumi_confluentcloud/plugin.py +428 -0
  107. pulumi_confluentcloud/private_link_access.py +54 -60
  108. pulumi_confluentcloud/private_link_attachment.py +93 -88
  109. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  110. pulumi_confluentcloud/provider.py +318 -192
  111. pulumi_confluentcloud/provider_integration.py +45 -34
  112. pulumi_confluentcloud/provider_integration_authorization.py +320 -0
  113. pulumi_confluentcloud/provider_integration_setup.py +448 -0
  114. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  115. pulumi_confluentcloud/role_binding.py +153 -56
  116. pulumi_confluentcloud/schema.py +416 -212
  117. pulumi_confluentcloud/schema_exporter.py +217 -164
  118. pulumi_confluentcloud/schema_registry_cluster_config.py +96 -44
  119. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  120. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  121. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  122. pulumi_confluentcloud/service_account.py +97 -96
  123. pulumi_confluentcloud/subject_config.py +142 -62
  124. pulumi_confluentcloud/subject_mode.py +107 -59
  125. pulumi_confluentcloud/tableflow_topic.py +883 -0
  126. pulumi_confluentcloud/tag.py +82 -79
  127. pulumi_confluentcloud/tag_binding.py +121 -84
  128. pulumi_confluentcloud/tf_importer.py +39 -36
  129. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  130. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/METADATA +7 -7
  131. pulumi_confluentcloud-2.54.0a1766503424.dist-info/RECORD +134 -0
  132. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/WHEEL +1 -1
  133. pulumi_confluentcloud-2.10.0a1731389320.dist-info/RECORD +0 -113
  134. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by 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
@@ -58,78 +58,78 @@ class GetCertificateAuthorityResult:
58
58
  raise TypeError("Expected argument 'serial_numbers' to be a list")
59
59
  pulumi.set(__self__, "serial_numbers", serial_numbers)
60
60
 
61
- @property
61
+ @_builtins.property
62
62
  @pulumi.getter(name="certificateChainFilename")
63
- def certificate_chain_filename(self) -> str:
63
+ def certificate_chain_filename(self) -> _builtins.str:
64
64
  """
65
65
  (Required String) The name of the certificate file, for example, `certificate.pem`.
66
66
  """
67
67
  return pulumi.get(self, "certificate_chain_filename")
68
68
 
69
- @property
69
+ @_builtins.property
70
70
  @pulumi.getter(name="crlSource")
71
- def crl_source(self) -> str:
71
+ def crl_source(self) -> _builtins.str:
72
72
  """
73
73
  (Optional String) The source specifies whether the Certificate Revocation List (CRL) is updated from either local file uploaded (LOCAL) or from url of CRL (URL). Accepted values are `LOCAL` and `URL`.
74
74
  """
75
75
  return pulumi.get(self, "crl_source")
76
76
 
77
- @property
77
+ @_builtins.property
78
78
  @pulumi.getter(name="crlUpdatedAt")
79
- def crl_updated_at(self) -> str:
79
+ def crl_updated_at(self) -> _builtins.str:
80
80
  """
81
81
  (Optional String) The timestamp for when CRL was last updated, for example, `2017-07-21T17:32:28Z`.
82
82
  """
83
83
  return pulumi.get(self, "crl_updated_at")
84
84
 
85
- @property
85
+ @_builtins.property
86
86
  @pulumi.getter(name="crlUrl")
87
- def crl_url(self) -> str:
87
+ def crl_url(self) -> _builtins.str:
88
88
  """
89
89
  (Optional String) The url from which to fetch the CRL for the certificate authority if crl_source is URL.
90
90
  """
91
91
  return pulumi.get(self, "crl_url")
92
92
 
93
- @property
93
+ @_builtins.property
94
94
  @pulumi.getter
95
- def description(self) -> str:
95
+ def description(self) -> _builtins.str:
96
96
  """
97
97
  (Required String) A description for the Certificate Authority.
98
98
  """
99
99
  return pulumi.get(self, "description")
100
100
 
101
- @property
101
+ @_builtins.property
102
102
  @pulumi.getter(name="displayName")
103
- def display_name(self) -> str:
103
+ def display_name(self) -> _builtins.str:
104
104
  """
105
105
  (Required String) A human-readable name for the Certificate Authority.
106
106
  """
107
107
  return pulumi.get(self, "display_name")
108
108
 
109
- @property
109
+ @_builtins.property
110
110
  @pulumi.getter(name="expirationDates")
111
- def expiration_dates(self) -> Sequence[str]:
111
+ def expiration_dates(self) -> Sequence[_builtins.str]:
112
112
  """
113
113
  (Required List of Strings) The expiration dates of certificates in the chain, for example, `["2017-07-21T17:32:28Z"]`.
114
114
  """
115
115
  return pulumi.get(self, "expiration_dates")
116
116
 
117
- @property
117
+ @_builtins.property
118
118
  @pulumi.getter
119
- def fingerprints(self) -> Sequence[str]:
119
+ def fingerprints(self) -> Sequence[_builtins.str]:
120
120
  """
121
121
  (Required List of Strings) The fingerprints for each certificate in the certificate chain, for example, `["B1BC968BD4f49D622AA89A81F2150152A41D829C"]`.
122
122
  """
123
123
  return pulumi.get(self, "fingerprints")
124
124
 
125
- @property
125
+ @_builtins.property
126
126
  @pulumi.getter
127
- def id(self) -> str:
127
+ def id(self) -> _builtins.str:
128
128
  return pulumi.get(self, "id")
129
129
 
130
- @property
130
+ @_builtins.property
131
131
  @pulumi.getter(name="serialNumbers")
132
- def serial_numbers(self) -> Sequence[str]:
132
+ def serial_numbers(self) -> Sequence[_builtins.str]:
133
133
  """
134
134
  (Required List of Strings) The serial numbers for each certificate in the certificate chain.
135
135
  """
@@ -154,13 +154,13 @@ class AwaitableGetCertificateAuthorityResult(GetCertificateAuthorityResult):
154
154
  serial_numbers=self.serial_numbers)
155
155
 
156
156
 
157
- def get_certificate_authority(crl_source: Optional[str] = None,
158
- crl_updated_at: Optional[str] = None,
159
- crl_url: Optional[str] = None,
160
- id: Optional[str] = None,
157
+ def get_certificate_authority(crl_source: Optional[_builtins.str] = None,
158
+ crl_updated_at: Optional[_builtins.str] = None,
159
+ crl_url: Optional[_builtins.str] = None,
160
+ id: Optional[_builtins.str] = None,
161
161
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCertificateAuthorityResult:
162
162
  """
163
- [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
163
+ [![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)
164
164
 
165
165
  `CertificateAuthority` describes a Certificate Authority data source.
166
166
 
@@ -175,10 +175,10 @@ def get_certificate_authority(crl_source: Optional[str] = None,
175
175
  ```
176
176
 
177
177
 
178
- :param str crl_source: (Optional String) The source specifies whether the Certificate Revocation List (CRL) is updated from either local file uploaded (LOCAL) or from url of CRL (URL). Accepted values are `LOCAL` and `URL`.
179
- :param str crl_updated_at: (Optional String) The timestamp for when CRL was last updated, for example, `2017-07-21T17:32:28Z`.
180
- :param str crl_url: (Optional String) The url from which to fetch the CRL for the certificate authority if crl_source is URL.
181
- :param str id: The ID of the Certificate Authority, for example, `op-abc123`.
178
+ :param _builtins.str crl_source: (Optional String) The source specifies whether the Certificate Revocation List (CRL) is updated from either local file uploaded (LOCAL) or from url of CRL (URL). Accepted values are `LOCAL` and `URL`.
179
+ :param _builtins.str crl_updated_at: (Optional String) The timestamp for when CRL was last updated, for example, `2017-07-21T17:32:28Z`.
180
+ :param _builtins.str crl_url: (Optional String) The url from which to fetch the CRL for the certificate authority if crl_source is URL.
181
+ :param _builtins.str id: The ID of the Certificate Authority, for example, `op-abc123`.
182
182
  """
183
183
  __args__ = dict()
184
184
  __args__['crlSource'] = crl_source
@@ -199,13 +199,13 @@ def get_certificate_authority(crl_source: Optional[str] = None,
199
199
  fingerprints=pulumi.get(__ret__, 'fingerprints'),
200
200
  id=pulumi.get(__ret__, 'id'),
201
201
  serial_numbers=pulumi.get(__ret__, 'serial_numbers'))
202
- def get_certificate_authority_output(crl_source: Optional[pulumi.Input[Optional[str]]] = None,
203
- crl_updated_at: Optional[pulumi.Input[Optional[str]]] = None,
204
- crl_url: Optional[pulumi.Input[Optional[str]]] = None,
205
- id: Optional[pulumi.Input[str]] = None,
206
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCertificateAuthorityResult]:
202
+ def get_certificate_authority_output(crl_source: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
203
+ crl_updated_at: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
204
+ crl_url: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
205
+ id: Optional[pulumi.Input[_builtins.str]] = None,
206
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCertificateAuthorityResult]:
207
207
  """
208
- [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
208
+ [![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)
209
209
 
210
210
  `CertificateAuthority` describes a Certificate Authority data source.
211
211
 
@@ -220,17 +220,17 @@ def get_certificate_authority_output(crl_source: Optional[pulumi.Input[Optional[
220
220
  ```
221
221
 
222
222
 
223
- :param str crl_source: (Optional String) The source specifies whether the Certificate Revocation List (CRL) is updated from either local file uploaded (LOCAL) or from url of CRL (URL). Accepted values are `LOCAL` and `URL`.
224
- :param str crl_updated_at: (Optional String) The timestamp for when CRL was last updated, for example, `2017-07-21T17:32:28Z`.
225
- :param str crl_url: (Optional String) The url from which to fetch the CRL for the certificate authority if crl_source is URL.
226
- :param str id: The ID of the Certificate Authority, for example, `op-abc123`.
223
+ :param _builtins.str crl_source: (Optional String) The source specifies whether the Certificate Revocation List (CRL) is updated from either local file uploaded (LOCAL) or from url of CRL (URL). Accepted values are `LOCAL` and `URL`.
224
+ :param _builtins.str crl_updated_at: (Optional String) The timestamp for when CRL was last updated, for example, `2017-07-21T17:32:28Z`.
225
+ :param _builtins.str crl_url: (Optional String) The url from which to fetch the CRL for the certificate authority if crl_source is URL.
226
+ :param _builtins.str id: The ID of the Certificate Authority, for example, `op-abc123`.
227
227
  """
228
228
  __args__ = dict()
229
229
  __args__['crlSource'] = crl_source
230
230
  __args__['crlUpdatedAt'] = crl_updated_at
231
231
  __args__['crlUrl'] = crl_url
232
232
  __args__['id'] = id
233
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
233
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
234
234
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getCertificateAuthority:getCertificateAuthority', __args__, opts=opts, typ=GetCertificateAuthorityResult)
235
235
  return __ret__.apply(lambda __response__: GetCertificateAuthorityResult(
236
236
  certificate_chain_filename=pulumi.get(__response__, 'certificate_chain_filename'),
@@ -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
@@ -48,46 +48,46 @@ class GetCertificatePoolResult:
48
48
  raise TypeError("Expected argument 'id' to be a str")
49
49
  pulumi.set(__self__, "id", id)
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter(name="certificateAuthority")
53
53
  def certificate_authority(self) -> 'outputs.GetCertificatePoolCertificateAuthorityResult':
54
54
  return pulumi.get(self, "certificate_authority")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter
58
- def description(self) -> str:
58
+ def description(self) -> _builtins.str:
59
59
  """
60
60
  (Required String) A description of the Certificate Pool.
61
61
  """
62
62
  return pulumi.get(self, "description")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter(name="displayName")
66
- def display_name(self) -> str:
66
+ def display_name(self) -> _builtins.str:
67
67
  """
68
68
  (Required String) A human-readable name for the Certificate Pool.
69
69
  """
70
70
  return pulumi.get(self, "display_name")
71
71
 
72
- @property
72
+ @_builtins.property
73
73
  @pulumi.getter(name="externalIdentifier")
74
- def external_identifier(self) -> str:
74
+ def external_identifier(self) -> _builtins.str:
75
75
  """
76
76
  (Required String) The certificate field that will be used to represent the pool's external identity for audit logging, for example, `UID`.
77
77
  """
78
78
  return pulumi.get(self, "external_identifier")
79
79
 
80
- @property
80
+ @_builtins.property
81
81
  @pulumi.getter
82
- def filter(self) -> str:
82
+ def filter(self) -> _builtins.str:
83
83
  """
84
84
  (Required String) A filter expression in [Supported Common Expression Language (CEL)](https://docs.confluent.io/cloud/current/access-management/authenticate/mtls/cel-filters.html) that specifies which identities can authenticate using your certificate pool.
85
85
  """
86
86
  return pulumi.get(self, "filter")
87
87
 
88
- @property
88
+ @_builtins.property
89
89
  @pulumi.getter
90
- def id(self) -> str:
90
+ def id(self) -> _builtins.str:
91
91
  return pulumi.get(self, "id")
92
92
 
93
93
 
@@ -106,10 +106,10 @@ class AwaitableGetCertificatePoolResult(GetCertificatePoolResult):
106
106
 
107
107
 
108
108
  def get_certificate_pool(certificate_authority: Optional[Union['GetCertificatePoolCertificateAuthorityArgs', 'GetCertificatePoolCertificateAuthorityArgsDict']] = None,
109
- id: Optional[str] = None,
109
+ id: Optional[_builtins.str] = None,
110
110
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCertificatePoolResult:
111
111
  """
112
- [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
112
+ [![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)
113
113
 
114
114
  `CertificatePool` describes a Certificate Pool data source.
115
115
 
@@ -127,7 +127,7 @@ def get_certificate_pool(certificate_authority: Optional[Union['GetCertificatePo
127
127
  ```
128
128
 
129
129
 
130
- :param str id: The ID of the Certificate Pool, for example, `pool-abc123`.
130
+ :param _builtins.str id: The ID of the Certificate Pool, for example, `pool-abc123`.
131
131
  """
132
132
  __args__ = dict()
133
133
  __args__['certificateAuthority'] = certificate_authority
@@ -143,10 +143,10 @@ def get_certificate_pool(certificate_authority: Optional[Union['GetCertificatePo
143
143
  filter=pulumi.get(__ret__, 'filter'),
144
144
  id=pulumi.get(__ret__, 'id'))
145
145
  def get_certificate_pool_output(certificate_authority: Optional[pulumi.Input[Union['GetCertificatePoolCertificateAuthorityArgs', 'GetCertificatePoolCertificateAuthorityArgsDict']]] = None,
146
- id: Optional[pulumi.Input[str]] = None,
147
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCertificatePoolResult]:
146
+ id: Optional[pulumi.Input[_builtins.str]] = None,
147
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCertificatePoolResult]:
148
148
  """
149
- [![Limited Availability](https://img.shields.io/badge/Lifecycle%20Stage-Limited%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
149
+ [![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)
150
150
 
151
151
  `CertificatePool` describes a Certificate Pool data source.
152
152
 
@@ -164,12 +164,12 @@ def get_certificate_pool_output(certificate_authority: Optional[pulumi.Input[Uni
164
164
  ```
165
165
 
166
166
 
167
- :param str id: The ID of the Certificate Pool, for example, `pool-abc123`.
167
+ :param _builtins.str id: The ID of the Certificate Pool, for example, `pool-abc123`.
168
168
  """
169
169
  __args__ = dict()
170
170
  __args__['certificateAuthority'] = certificate_authority
171
171
  __args__['id'] = id
172
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
172
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
173
173
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getCertificatePool:getCertificatePool', __args__, opts=opts, typ=GetCertificatePoolResult)
174
174
  return __ret__.apply(lambda __response__: GetCertificatePoolResult(
175
175
  certificate_authority=pulumi.get(__response__, 'certificate_authority'),
@@ -0,0 +1,274 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = [
20
+ 'GetClusterLinkResult',
21
+ 'AwaitableGetClusterLinkResult',
22
+ 'get_cluster_link',
23
+ 'get_cluster_link_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetClusterLinkResult:
28
+ """
29
+ A collection of values returned by getClusterLink.
30
+ """
31
+ def __init__(__self__, cluster_link_id=None, config=None, credentials=None, id=None, kafka_cluster=None, link_name=None, link_state=None, rest_endpoint=None):
32
+ if cluster_link_id and not isinstance(cluster_link_id, str):
33
+ raise TypeError("Expected argument 'cluster_link_id' to be a str")
34
+ pulumi.set(__self__, "cluster_link_id", cluster_link_id)
35
+ if config and not isinstance(config, dict):
36
+ raise TypeError("Expected argument 'config' to be a dict")
37
+ pulumi.set(__self__, "config", config)
38
+ if credentials and not isinstance(credentials, dict):
39
+ raise TypeError("Expected argument 'credentials' to be a dict")
40
+ pulumi.set(__self__, "credentials", credentials)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if kafka_cluster and not isinstance(kafka_cluster, dict):
45
+ raise TypeError("Expected argument 'kafka_cluster' to be a dict")
46
+ pulumi.set(__self__, "kafka_cluster", kafka_cluster)
47
+ if link_name and not isinstance(link_name, str):
48
+ raise TypeError("Expected argument 'link_name' to be a str")
49
+ pulumi.set(__self__, "link_name", link_name)
50
+ if link_state and not isinstance(link_state, str):
51
+ raise TypeError("Expected argument 'link_state' to be a str")
52
+ pulumi.set(__self__, "link_state", link_state)
53
+ if rest_endpoint and not isinstance(rest_endpoint, str):
54
+ raise TypeError("Expected argument 'rest_endpoint' to be a str")
55
+ pulumi.set(__self__, "rest_endpoint", rest_endpoint)
56
+
57
+ @_builtins.property
58
+ @pulumi.getter(name="clusterLinkId")
59
+ def cluster_link_id(self) -> _builtins.str:
60
+ """
61
+ (Required String) The actual Cluster Link ID assigned from Confluent Cloud that uniquely represents a link between two Kafka clusters, for example, `qz0HDEV-Qz2B5aPFpcWQJQ`.
62
+ """
63
+ return pulumi.get(self, "cluster_link_id")
64
+
65
+ @_builtins.property
66
+ @pulumi.getter
67
+ def config(self) -> Mapping[str, _builtins.str]:
68
+ """
69
+ (Optional Map) The custom cluster link settings retrieved:
70
+ """
71
+ return pulumi.get(self, "config")
72
+
73
+ @_builtins.property
74
+ @pulumi.getter
75
+ def credentials(self) -> Optional['outputs.GetClusterLinkCredentialsResult']:
76
+ return pulumi.get(self, "credentials")
77
+
78
+ @_builtins.property
79
+ @pulumi.getter
80
+ def id(self) -> _builtins.str:
81
+ """
82
+ (Required String) The composite ID of the Cluster Link data-source, in the format `<Kafka cluster ID>/<Cluster link name>`, for example, `lkc-abc123/my-cluster-link`.
83
+ """
84
+ return pulumi.get(self, "id")
85
+
86
+ @_builtins.property
87
+ @pulumi.getter(name="kafkaCluster")
88
+ def kafka_cluster(self) -> Optional['outputs.GetClusterLinkKafkaClusterResult']:
89
+ return pulumi.get(self, "kafka_cluster")
90
+
91
+ @_builtins.property
92
+ @pulumi.getter(name="linkName")
93
+ def link_name(self) -> _builtins.str:
94
+ return pulumi.get(self, "link_name")
95
+
96
+ @_builtins.property
97
+ @pulumi.getter(name="linkState")
98
+ def link_state(self) -> _builtins.str:
99
+ """
100
+ (Required String) The current state of the Cluster Link.
101
+ """
102
+ return pulumi.get(self, "link_state")
103
+
104
+ @_builtins.property
105
+ @pulumi.getter(name="restEndpoint")
106
+ def rest_endpoint(self) -> Optional[_builtins.str]:
107
+ return pulumi.get(self, "rest_endpoint")
108
+
109
+
110
+ class AwaitableGetClusterLinkResult(GetClusterLinkResult):
111
+ # pylint: disable=using-constant-test
112
+ def __await__(self):
113
+ if False:
114
+ yield self
115
+ return GetClusterLinkResult(
116
+ cluster_link_id=self.cluster_link_id,
117
+ config=self.config,
118
+ credentials=self.credentials,
119
+ id=self.id,
120
+ kafka_cluster=self.kafka_cluster,
121
+ link_name=self.link_name,
122
+ link_state=self.link_state,
123
+ rest_endpoint=self.rest_endpoint)
124
+
125
+
126
+ def get_cluster_link(credentials: Optional[Union['GetClusterLinkCredentialsArgs', 'GetClusterLinkCredentialsArgsDict']] = None,
127
+ kafka_cluster: Optional[Union['GetClusterLinkKafkaClusterArgs', 'GetClusterLinkKafkaClusterArgsDict']] = None,
128
+ link_name: Optional[_builtins.str] = None,
129
+ rest_endpoint: Optional[_builtins.str] = None,
130
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetClusterLinkResult:
131
+ """
132
+ [![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)
133
+
134
+ `ClusterLink` describes a Cluster Link data source.
135
+
136
+ ## Example Usage
137
+
138
+ ### Option #1: Manage multiple Kafka clusters in the same Pulumi Stack
139
+
140
+ ```python
141
+ import pulumi
142
+ import pulumi_confluentcloud as confluentcloud
143
+
144
+ main = confluentcloud.get_cluster_link(link_name="main-link",
145
+ rest_endpoint=west["restEndpoint"],
146
+ kafka_cluster={
147
+ "id": west["id"],
148
+ },
149
+ credentials={
150
+ "key": app_manager_west_cluster_api_key["id"],
151
+ "secret": app_manager_west_cluster_api_key["secret"],
152
+ })
153
+ pulumi.export("kafkaClusterLinkId", main.cluster_link_id)
154
+ ```
155
+
156
+ ### Option #2: Manage a single Kafka cluster in the same Pulumi Stack
157
+
158
+ ```python
159
+ import pulumi
160
+ import pulumi_confluentcloud as confluentcloud
161
+
162
+ main = confluentcloud.get_cluster_link(link_name="main-link")
163
+ pulumi.export("kafkaClusterLinkId", main.cluster_link_id)
164
+ ```
165
+
166
+ ### Option #3: Manage Kafka cluster(s) in the same Pulumi Stack using OAuth authentication
167
+
168
+ ```python
169
+ import pulumi
170
+ import pulumi_confluentcloud as confluentcloud
171
+
172
+ main = confluentcloud.get_cluster_link(link_name="main-link",
173
+ rest_endpoint=west["restEndpoint"],
174
+ kafka_cluster={
175
+ "id": west["id"],
176
+ })
177
+ pulumi.export("kafkaClusterLinkId", main.cluster_link_id)
178
+ ```
179
+
180
+
181
+ :param _builtins.str link_name: The name of the cluster link, for example, `my-cluster-link`.
182
+ :param _builtins.str rest_endpoint: The REST endpoint of the Kafka cluster, for example, `https://pkc-00000.us-central1.gcp.confluent.cloud:443`).
183
+ """
184
+ __args__ = dict()
185
+ __args__['credentials'] = credentials
186
+ __args__['kafkaCluster'] = kafka_cluster
187
+ __args__['linkName'] = link_name
188
+ __args__['restEndpoint'] = rest_endpoint
189
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
190
+ __ret__ = pulumi.runtime.invoke('confluentcloud:index/getClusterLink:getClusterLink', __args__, opts=opts, typ=GetClusterLinkResult).value
191
+
192
+ return AwaitableGetClusterLinkResult(
193
+ cluster_link_id=pulumi.get(__ret__, 'cluster_link_id'),
194
+ config=pulumi.get(__ret__, 'config'),
195
+ credentials=pulumi.get(__ret__, 'credentials'),
196
+ id=pulumi.get(__ret__, 'id'),
197
+ kafka_cluster=pulumi.get(__ret__, 'kafka_cluster'),
198
+ link_name=pulumi.get(__ret__, 'link_name'),
199
+ link_state=pulumi.get(__ret__, 'link_state'),
200
+ rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'))
201
+ def get_cluster_link_output(credentials: Optional[pulumi.Input[Optional[Union['GetClusterLinkCredentialsArgs', 'GetClusterLinkCredentialsArgsDict']]]] = None,
202
+ kafka_cluster: Optional[pulumi.Input[Optional[Union['GetClusterLinkKafkaClusterArgs', 'GetClusterLinkKafkaClusterArgsDict']]]] = None,
203
+ link_name: Optional[pulumi.Input[_builtins.str]] = None,
204
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
205
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClusterLinkResult]:
206
+ """
207
+ [![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)
208
+
209
+ `ClusterLink` describes a Cluster Link data source.
210
+
211
+ ## Example Usage
212
+
213
+ ### Option #1: Manage multiple Kafka clusters in the same Pulumi Stack
214
+
215
+ ```python
216
+ import pulumi
217
+ import pulumi_confluentcloud as confluentcloud
218
+
219
+ main = confluentcloud.get_cluster_link(link_name="main-link",
220
+ rest_endpoint=west["restEndpoint"],
221
+ kafka_cluster={
222
+ "id": west["id"],
223
+ },
224
+ credentials={
225
+ "key": app_manager_west_cluster_api_key["id"],
226
+ "secret": app_manager_west_cluster_api_key["secret"],
227
+ })
228
+ pulumi.export("kafkaClusterLinkId", main.cluster_link_id)
229
+ ```
230
+
231
+ ### Option #2: Manage a single Kafka cluster in the same Pulumi Stack
232
+
233
+ ```python
234
+ import pulumi
235
+ import pulumi_confluentcloud as confluentcloud
236
+
237
+ main = confluentcloud.get_cluster_link(link_name="main-link")
238
+ pulumi.export("kafkaClusterLinkId", main.cluster_link_id)
239
+ ```
240
+
241
+ ### Option #3: Manage Kafka cluster(s) in the same Pulumi Stack using OAuth authentication
242
+
243
+ ```python
244
+ import pulumi
245
+ import pulumi_confluentcloud as confluentcloud
246
+
247
+ main = confluentcloud.get_cluster_link(link_name="main-link",
248
+ rest_endpoint=west["restEndpoint"],
249
+ kafka_cluster={
250
+ "id": west["id"],
251
+ })
252
+ pulumi.export("kafkaClusterLinkId", main.cluster_link_id)
253
+ ```
254
+
255
+
256
+ :param _builtins.str link_name: The name of the cluster link, for example, `my-cluster-link`.
257
+ :param _builtins.str rest_endpoint: The REST endpoint of the Kafka cluster, for example, `https://pkc-00000.us-central1.gcp.confluent.cloud:443`).
258
+ """
259
+ __args__ = dict()
260
+ __args__['credentials'] = credentials
261
+ __args__['kafkaCluster'] = kafka_cluster
262
+ __args__['linkName'] = link_name
263
+ __args__['restEndpoint'] = rest_endpoint
264
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
265
+ __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getClusterLink:getClusterLink', __args__, opts=opts, typ=GetClusterLinkResult)
266
+ return __ret__.apply(lambda __response__: GetClusterLinkResult(
267
+ cluster_link_id=pulumi.get(__response__, 'cluster_link_id'),
268
+ config=pulumi.get(__response__, 'config'),
269
+ credentials=pulumi.get(__response__, 'credentials'),
270
+ id=pulumi.get(__response__, 'id'),
271
+ kafka_cluster=pulumi.get(__response__, 'kafka_cluster'),
272
+ link_name=pulumi.get(__response__, 'link_name'),
273
+ link_state=pulumi.get(__response__, 'link_state'),
274
+ rest_endpoint=pulumi.get(__response__, 'rest_endpoint')))