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.
- pulumi_confluentcloud/__init__.py +102 -1
- pulumi_confluentcloud/_inputs.py +4870 -2499
- pulumi_confluentcloud/_utilities.py +9 -5
- pulumi_confluentcloud/access_point.py +188 -33
- pulumi_confluentcloud/api_key.py +178 -144
- pulumi_confluentcloud/business_metadata.py +76 -73
- pulumi_confluentcloud/business_metadata_binding.py +101 -98
- pulumi_confluentcloud/byok_key.py +12 -11
- pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
- pulumi_confluentcloud/catalog_integration.py +544 -0
- pulumi_confluentcloud/certificate_authority.py +158 -157
- pulumi_confluentcloud/certificate_pool.py +76 -75
- pulumi_confluentcloud/cluster_link.py +168 -91
- pulumi_confluentcloud/config/__init__.py +2 -1
- pulumi_confluentcloud/config/__init__.pyi +23 -2
- pulumi_confluentcloud/config/outputs.py +110 -0
- pulumi_confluentcloud/config/vars.py +50 -21
- pulumi_confluentcloud/connect_artifact.py +478 -0
- pulumi_confluentcloud/connector.py +399 -87
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +136 -45
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +254 -198
- pulumi_confluentcloud/flink_compute_pool.py +101 -100
- pulumi_confluentcloud/flink_connection.py +935 -0
- pulumi_confluentcloud/flink_statement.py +218 -124
- pulumi_confluentcloud/gateway.py +88 -28
- pulumi_confluentcloud/get_access_point.py +51 -17
- pulumi_confluentcloud/get_business_metadata.py +27 -25
- pulumi_confluentcloud/get_business_metadata_binding.py +36 -34
- pulumi_confluentcloud/get_byok_key.py +13 -13
- pulumi_confluentcloud/get_catalog_integration.py +248 -0
- pulumi_confluentcloud/get_certificate_authority.py +42 -42
- pulumi_confluentcloud/get_certificate_pool.py +21 -21
- pulumi_confluentcloud/get_cluster_link.py +274 -0
- pulumi_confluentcloud/get_connect_artifact.py +191 -0
- pulumi_confluentcloud/get_dns_record.py +17 -17
- pulumi_confluentcloud/get_environment.py +19 -19
- pulumi_confluentcloud/get_environments.py +8 -8
- pulumi_confluentcloud/get_flink_artifact.py +61 -43
- pulumi_confluentcloud/get_flink_compute_pool.py +29 -29
- pulumi_confluentcloud/get_flink_connection.py +267 -0
- pulumi_confluentcloud/get_flink_region.py +26 -26
- pulumi_confluentcloud/get_gateway.py +60 -18
- pulumi_confluentcloud/get_group_mapping.py +20 -20
- pulumi_confluentcloud/get_identity_pool.py +23 -23
- pulumi_confluentcloud/get_identity_provider.py +37 -23
- pulumi_confluentcloud/get_invitation.py +22 -22
- pulumi_confluentcloud/get_ip_addresses.py +8 -8
- pulumi_confluentcloud/get_ip_filter.py +175 -0
- pulumi_confluentcloud/get_ip_group.py +133 -0
- pulumi_confluentcloud/get_kafka_client_quota.py +19 -19
- pulumi_confluentcloud/get_kafka_cluster.py +57 -43
- pulumi_confluentcloud/get_kafka_clusters.py +136 -0
- pulumi_confluentcloud/get_kafka_topic.py +24 -24
- pulumi_confluentcloud/get_ksql_cluster.py +35 -35
- pulumi_confluentcloud/get_network.py +56 -42
- pulumi_confluentcloud/get_network_link_endpoint.py +19 -19
- pulumi_confluentcloud/get_network_link_service.py +25 -19
- pulumi_confluentcloud/get_organization.py +8 -8
- pulumi_confluentcloud/get_peering.py +21 -21
- pulumi_confluentcloud/get_private_link_access.py +21 -21
- pulumi_confluentcloud/get_private_link_attachment.py +31 -29
- pulumi_confluentcloud/get_private_link_attachment_connection.py +26 -23
- pulumi_confluentcloud/get_provider_integration.py +30 -20
- pulumi_confluentcloud/get_provider_integration_authorization.py +142 -0
- pulumi_confluentcloud/get_provider_integration_setup.py +270 -0
- pulumi_confluentcloud/get_role_binding.py +16 -16
- pulumi_confluentcloud/get_schema.py +42 -42
- pulumi_confluentcloud/get_schema_registry_cluster.py +53 -38
- pulumi_confluentcloud/get_schema_registry_cluster_config.py +31 -17
- pulumi_confluentcloud/get_schema_registry_cluster_mode.py +16 -16
- pulumi_confluentcloud/get_schema_registry_clusters.py +8 -8
- pulumi_confluentcloud/get_schema_registry_dek.py +44 -44
- pulumi_confluentcloud/get_schema_registry_kek.py +32 -32
- pulumi_confluentcloud/get_schemas.py +16 -16
- pulumi_confluentcloud/get_service_account.py +22 -22
- pulumi_confluentcloud/get_subject_config.py +37 -23
- pulumi_confluentcloud/get_subject_mode.py +22 -22
- pulumi_confluentcloud/get_tableflow_topic.py +374 -0
- pulumi_confluentcloud/get_tag.py +28 -26
- pulumi_confluentcloud/get_tag_binding.py +34 -32
- pulumi_confluentcloud/get_transit_gateway_attachment.py +19 -19
- pulumi_confluentcloud/get_user.py +26 -26
- pulumi_confluentcloud/get_users.py +8 -8
- pulumi_confluentcloud/group_mapping.py +54 -53
- pulumi_confluentcloud/identity_pool.py +74 -73
- pulumi_confluentcloud/identity_provider.py +138 -76
- pulumi_confluentcloud/invitation.py +81 -80
- pulumi_confluentcloud/ip_filter.py +420 -0
- pulumi_confluentcloud/ip_group.py +264 -0
- pulumi_confluentcloud/kafka_acl.py +173 -172
- pulumi_confluentcloud/kafka_client_quota.py +63 -62
- pulumi_confluentcloud/kafka_cluster.py +227 -207
- pulumi_confluentcloud/kafka_cluster_config.py +43 -42
- pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
- pulumi_confluentcloud/kafka_topic.py +132 -131
- pulumi_confluentcloud/ksql_cluster.py +117 -120
- pulumi_confluentcloud/network.py +235 -198
- pulumi_confluentcloud/network_link_endpoint.py +62 -68
- pulumi_confluentcloud/network_link_service.py +62 -68
- pulumi_confluentcloud/outputs.py +4735 -2224
- pulumi_confluentcloud/peering.py +128 -48
- pulumi_confluentcloud/plugin.py +428 -0
- pulumi_confluentcloud/private_link_access.py +54 -60
- pulumi_confluentcloud/private_link_attachment.py +93 -88
- pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
- pulumi_confluentcloud/provider.py +318 -192
- pulumi_confluentcloud/provider_integration.py +45 -34
- pulumi_confluentcloud/provider_integration_authorization.py +320 -0
- pulumi_confluentcloud/provider_integration_setup.py +448 -0
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- pulumi_confluentcloud/role_binding.py +153 -56
- pulumi_confluentcloud/schema.py +416 -212
- pulumi_confluentcloud/schema_exporter.py +217 -164
- pulumi_confluentcloud/schema_registry_cluster_config.py +96 -44
- 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 +142 -62
- pulumi_confluentcloud/subject_mode.py +107 -59
- pulumi_confluentcloud/tableflow_topic.py +883 -0
- pulumi_confluentcloud/tag.py +82 -79
- pulumi_confluentcloud/tag_binding.py +121 -84
- pulumi_confluentcloud/tf_importer.py +39 -36
- pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
- {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/METADATA +7 -7
- pulumi_confluentcloud-2.54.0a1766503424.dist-info/RECORD +134 -0
- {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.10.0a1731389320.dist-info/RECORD +0 -113
- {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
|
|
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
|
|
@@ -54,48 +54,48 @@ class GetBusinessMetadataBindingResult:
|
|
|
54
54
|
raise TypeError("Expected argument 'schema_registry_cluster' to be a dict")
|
|
55
55
|
pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
|
|
56
56
|
|
|
57
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
58
58
|
@pulumi.getter
|
|
59
|
-
def attributes(self) -> Mapping[str, str]:
|
|
59
|
+
def attributes(self) -> Mapping[str, _builtins.str]:
|
|
60
60
|
"""
|
|
61
61
|
(Optional Map) The block of key-value pair attributes.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "attributes")
|
|
64
64
|
|
|
65
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
66
66
|
@pulumi.getter(name="businessMetadataName")
|
|
67
|
-
def business_metadata_name(self) -> str:
|
|
67
|
+
def business_metadata_name(self) -> _builtins.str:
|
|
68
68
|
return pulumi.get(self, "business_metadata_name")
|
|
69
69
|
|
|
70
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
71
71
|
@pulumi.getter
|
|
72
72
|
def credentials(self) -> Optional['outputs.GetBusinessMetadataBindingCredentialsResult']:
|
|
73
73
|
return pulumi.get(self, "credentials")
|
|
74
74
|
|
|
75
|
-
@property
|
|
75
|
+
@_builtins.property
|
|
76
76
|
@pulumi.getter(name="entityName")
|
|
77
|
-
def entity_name(self) -> str:
|
|
77
|
+
def entity_name(self) -> _builtins.str:
|
|
78
78
|
return pulumi.get(self, "entity_name")
|
|
79
79
|
|
|
80
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
81
81
|
@pulumi.getter(name="entityType")
|
|
82
|
-
def entity_type(self) -> str:
|
|
82
|
+
def entity_type(self) -> _builtins.str:
|
|
83
83
|
return pulumi.get(self, "entity_type")
|
|
84
84
|
|
|
85
|
-
@property
|
|
85
|
+
@_builtins.property
|
|
86
86
|
@pulumi.getter
|
|
87
|
-
def id(self) -> str:
|
|
87
|
+
def id(self) -> _builtins.str:
|
|
88
88
|
"""
|
|
89
89
|
(Required String) The ID of the Business Metadata Binding, in the format `<Schema Registry Cluster Id>/<Business Metadata Name>/<Entity Name>/<Entity Type>`, for example, `lsrc-8wrx70/PII/lsrc-8wrx70:.:100001/sr_schema`.
|
|
90
90
|
"""
|
|
91
91
|
return pulumi.get(self, "id")
|
|
92
92
|
|
|
93
|
-
@property
|
|
93
|
+
@_builtins.property
|
|
94
94
|
@pulumi.getter(name="restEndpoint")
|
|
95
|
-
def rest_endpoint(self) -> Optional[str]:
|
|
95
|
+
def rest_endpoint(self) -> Optional[_builtins.str]:
|
|
96
96
|
return pulumi.get(self, "rest_endpoint")
|
|
97
97
|
|
|
98
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
99
99
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
100
100
|
def schema_registry_cluster(self) -> Optional['outputs.GetBusinessMetadataBindingSchemaRegistryClusterResult']:
|
|
101
101
|
return pulumi.get(self, "schema_registry_cluster")
|
|
@@ -117,11 +117,11 @@ class AwaitableGetBusinessMetadataBindingResult(GetBusinessMetadataBindingResult
|
|
|
117
117
|
schema_registry_cluster=self.schema_registry_cluster)
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
def get_business_metadata_binding(business_metadata_name: Optional[str] = None,
|
|
120
|
+
def get_business_metadata_binding(business_metadata_name: Optional[_builtins.str] = None,
|
|
121
121
|
credentials: Optional[Union['GetBusinessMetadataBindingCredentialsArgs', 'GetBusinessMetadataBindingCredentialsArgsDict']] = None,
|
|
122
|
-
entity_name: Optional[str] = None,
|
|
123
|
-
entity_type: Optional[str] = None,
|
|
124
|
-
rest_endpoint: Optional[str] = None,
|
|
122
|
+
entity_name: Optional[_builtins.str] = None,
|
|
123
|
+
entity_type: Optional[_builtins.str] = None,
|
|
124
|
+
rest_endpoint: Optional[_builtins.str] = None,
|
|
125
125
|
schema_registry_cluster: Optional[Union['GetBusinessMetadataBindingSchemaRegistryClusterArgs', 'GetBusinessMetadataBindingSchemaRegistryClusterArgsDict']] = None,
|
|
126
126
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBusinessMetadataBindingResult:
|
|
127
127
|
"""
|
|
@@ -160,12 +160,13 @@ def get_business_metadata_binding(business_metadata_name: Optional[str] = None,
|
|
|
160
160
|
entity_name=f"{schema_registry_id}:{kafka_id}:{main_confluent_kafka_topic['topicName']}",
|
|
161
161
|
entity_type="kafka_topic")
|
|
162
162
|
```
|
|
163
|
+
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
163
164
|
|
|
164
165
|
|
|
165
|
-
:param str business_metadata_name: The name of the Business Metadata to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
166
|
-
:param str entity_name: The qualified name of the entity
|
|
167
|
-
:param str entity_type: The entity type, for example, `sr_schema`.
|
|
168
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
166
|
+
:param _builtins.str business_metadata_name: The name of the Business Metadata to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
167
|
+
:param _builtins.str entity_name: The qualified name of the entity, for example, `${data.confluent_schema_registry_cluster.essentials.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.essentials.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`. Refer to the [Examples of qualified names](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#examples-of-qualified-names) to see the full list of supported values for the `entity_name` attribute.
|
|
168
|
+
:param _builtins.str entity_type: The entity type, for example, `sr_schema`.
|
|
169
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
169
170
|
"""
|
|
170
171
|
__args__ = dict()
|
|
171
172
|
__args__['businessMetadataName'] = business_metadata_name
|
|
@@ -186,13 +187,13 @@ def get_business_metadata_binding(business_metadata_name: Optional[str] = None,
|
|
|
186
187
|
id=pulumi.get(__ret__, 'id'),
|
|
187
188
|
rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'),
|
|
188
189
|
schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'))
|
|
189
|
-
def get_business_metadata_binding_output(business_metadata_name: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
def get_business_metadata_binding_output(business_metadata_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
190
191
|
credentials: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataBindingCredentialsArgs', 'GetBusinessMetadataBindingCredentialsArgsDict']]]] = None,
|
|
191
|
-
entity_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
entity_type: Optional[pulumi.Input[str]] = None,
|
|
193
|
-
rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
|
|
192
|
+
entity_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
193
|
+
entity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
194
|
+
rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
194
195
|
schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataBindingSchemaRegistryClusterArgs', 'GetBusinessMetadataBindingSchemaRegistryClusterArgsDict']]]] = None,
|
|
195
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBusinessMetadataBindingResult]:
|
|
196
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBusinessMetadataBindingResult]:
|
|
196
197
|
"""
|
|
197
198
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
198
199
|
|
|
@@ -229,12 +230,13 @@ def get_business_metadata_binding_output(business_metadata_name: Optional[pulumi
|
|
|
229
230
|
entity_name=f"{schema_registry_id}:{kafka_id}:{main_confluent_kafka_topic['topicName']}",
|
|
230
231
|
entity_type="kafka_topic")
|
|
231
232
|
```
|
|
233
|
+
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
232
234
|
|
|
233
235
|
|
|
234
|
-
:param str business_metadata_name: The name of the Business Metadata to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
235
|
-
:param str entity_name: The qualified name of the entity
|
|
236
|
-
:param str entity_type: The entity type, for example, `sr_schema`.
|
|
237
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
236
|
+
:param _builtins.str business_metadata_name: The name of the Business Metadata to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
|
|
237
|
+
:param _builtins.str entity_name: The qualified name of the entity, for example, `${data.confluent_schema_registry_cluster.essentials.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.essentials.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`. Refer to the [Examples of qualified names](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#examples-of-qualified-names) to see the full list of supported values for the `entity_name` attribute.
|
|
238
|
+
:param _builtins.str entity_type: The entity type, for example, `sr_schema`.
|
|
239
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
238
240
|
"""
|
|
239
241
|
__args__ = dict()
|
|
240
242
|
__args__['businessMetadataName'] = business_metadata_name
|
|
@@ -243,7 +245,7 @@ def get_business_metadata_binding_output(business_metadata_name: Optional[pulumi
|
|
|
243
245
|
__args__['entityType'] = entity_type
|
|
244
246
|
__args__['restEndpoint'] = rest_endpoint
|
|
245
247
|
__args__['schemaRegistryCluster'] = schema_registry_cluster
|
|
246
|
-
opts = pulumi.
|
|
248
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
247
249
|
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getBusinessMetadataBinding:getBusinessMetadataBinding', __args__, opts=opts, typ=GetBusinessMetadataBindingResult)
|
|
248
250
|
return __ret__.apply(lambda __response__: GetBusinessMetadataBindingResult(
|
|
249
251
|
attributes=pulumi.get(__response__, 'attributes'),
|
|
@@ -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
|
|
@@ -41,7 +41,7 @@ class GetByokKeyResult:
|
|
|
41
41
|
raise TypeError("Expected argument 'id' to be a str")
|
|
42
42
|
pulumi.set(__self__, "id", id)
|
|
43
43
|
|
|
44
|
-
@property
|
|
44
|
+
@_builtins.property
|
|
45
45
|
@pulumi.getter
|
|
46
46
|
def aws(self) -> Sequence['outputs.GetByokKeyAwResult']:
|
|
47
47
|
"""
|
|
@@ -49,7 +49,7 @@ class GetByokKeyResult:
|
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "aws")
|
|
51
51
|
|
|
52
|
-
@property
|
|
52
|
+
@_builtins.property
|
|
53
53
|
@pulumi.getter
|
|
54
54
|
def azures(self) -> Sequence['outputs.GetByokKeyAzureResult']:
|
|
55
55
|
"""
|
|
@@ -57,7 +57,7 @@ class GetByokKeyResult:
|
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "azures")
|
|
59
59
|
|
|
60
|
-
@property
|
|
60
|
+
@_builtins.property
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def gcps(self) -> Sequence['outputs.GetByokKeyGcpResult']:
|
|
63
63
|
"""
|
|
@@ -65,9 +65,9 @@ class GetByokKeyResult:
|
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "gcps")
|
|
67
67
|
|
|
68
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
69
69
|
@pulumi.getter
|
|
70
|
-
def id(self) -> str:
|
|
70
|
+
def id(self) -> _builtins.str:
|
|
71
71
|
"""
|
|
72
72
|
(Required String) The ID of the BYOK key, for example, `cck-abcde`.
|
|
73
73
|
"""
|
|
@@ -86,7 +86,7 @@ class AwaitableGetByokKeyResult(GetByokKeyResult):
|
|
|
86
86
|
id=self.id)
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
def get_byok_key(id: Optional[str] = None,
|
|
89
|
+
def get_byok_key(id: Optional[_builtins.str] = None,
|
|
90
90
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetByokKeyResult:
|
|
91
91
|
"""
|
|
92
92
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -104,7 +104,7 @@ def get_byok_key(id: Optional[str] = None,
|
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
:param str id: The ID of the BYOK key, for example, `cck-abcde`.
|
|
107
|
+
:param _builtins.str id: The ID of the BYOK key, for example, `cck-abcde`.
|
|
108
108
|
"""
|
|
109
109
|
__args__ = dict()
|
|
110
110
|
__args__['id'] = id
|
|
@@ -116,8 +116,8 @@ def get_byok_key(id: Optional[str] = None,
|
|
|
116
116
|
azures=pulumi.get(__ret__, 'azures'),
|
|
117
117
|
gcps=pulumi.get(__ret__, 'gcps'),
|
|
118
118
|
id=pulumi.get(__ret__, 'id'))
|
|
119
|
-
def get_byok_key_output(id: Optional[pulumi.Input[str]] = None,
|
|
120
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetByokKeyResult]:
|
|
119
|
+
def get_byok_key_output(id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
120
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetByokKeyResult]:
|
|
121
121
|
"""
|
|
122
122
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
123
123
|
|
|
@@ -134,11 +134,11 @@ def get_byok_key_output(id: Optional[pulumi.Input[str]] = None,
|
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
|
|
137
|
-
:param str id: The ID of the BYOK key, for example, `cck-abcde`.
|
|
137
|
+
:param _builtins.str id: The ID of the BYOK key, for example, `cck-abcde`.
|
|
138
138
|
"""
|
|
139
139
|
__args__ = dict()
|
|
140
140
|
__args__['id'] = id
|
|
141
|
-
opts = pulumi.
|
|
141
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
142
142
|
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getByokKey:getByokKey', __args__, opts=opts, typ=GetByokKeyResult)
|
|
143
143
|
return __ret__.apply(lambda __response__: GetByokKeyResult(
|
|
144
144
|
aws=pulumi.get(__response__, 'aws'),
|
|
@@ -0,0 +1,248 @@
|
|
|
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
|
+
'GetCatalogIntegrationResult',
|
|
21
|
+
'AwaitableGetCatalogIntegrationResult',
|
|
22
|
+
'get_catalog_integration',
|
|
23
|
+
'get_catalog_integration_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetCatalogIntegrationResult:
|
|
28
|
+
"""
|
|
29
|
+
A collection of values returned by getCatalogIntegration.
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, aws_glues=None, credentials=None, display_name=None, environment=None, id=None, kafka_cluster=None, snowflakes=None, suspended=None):
|
|
32
|
+
if aws_glues and not isinstance(aws_glues, list):
|
|
33
|
+
raise TypeError("Expected argument 'aws_glues' to be a list")
|
|
34
|
+
pulumi.set(__self__, "aws_glues", aws_glues)
|
|
35
|
+
if credentials and not isinstance(credentials, dict):
|
|
36
|
+
raise TypeError("Expected argument 'credentials' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
38
|
+
if display_name and not isinstance(display_name, str):
|
|
39
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
41
|
+
if environment and not isinstance(environment, dict):
|
|
42
|
+
raise TypeError("Expected argument 'environment' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "environment", environment)
|
|
44
|
+
if id and not isinstance(id, str):
|
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "id", id)
|
|
47
|
+
if kafka_cluster and not isinstance(kafka_cluster, dict):
|
|
48
|
+
raise TypeError("Expected argument 'kafka_cluster' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "kafka_cluster", kafka_cluster)
|
|
50
|
+
if snowflakes and not isinstance(snowflakes, list):
|
|
51
|
+
raise TypeError("Expected argument 'snowflakes' to be a list")
|
|
52
|
+
pulumi.set(__self__, "snowflakes", snowflakes)
|
|
53
|
+
if suspended and not isinstance(suspended, bool):
|
|
54
|
+
raise TypeError("Expected argument 'suspended' to be a bool")
|
|
55
|
+
pulumi.set(__self__, "suspended", suspended)
|
|
56
|
+
|
|
57
|
+
@_builtins.property
|
|
58
|
+
@pulumi.getter(name="awsGlues")
|
|
59
|
+
def aws_glues(self) -> Sequence['outputs.GetCatalogIntegrationAwsGlueResult']:
|
|
60
|
+
"""
|
|
61
|
+
(Optional Configuration Block) supports the following:
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "aws_glues")
|
|
64
|
+
|
|
65
|
+
@_builtins.property
|
|
66
|
+
@pulumi.getter
|
|
67
|
+
def credentials(self) -> Optional['outputs.GetCatalogIntegrationCredentialsResult']:
|
|
68
|
+
return pulumi.get(self, "credentials")
|
|
69
|
+
|
|
70
|
+
@_builtins.property
|
|
71
|
+
@pulumi.getter(name="displayName")
|
|
72
|
+
def display_name(self) -> _builtins.str:
|
|
73
|
+
"""
|
|
74
|
+
(Required String) The name of the catalog integration.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "display_name")
|
|
77
|
+
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def environment(self) -> 'outputs.GetCatalogIntegrationEnvironmentResult':
|
|
81
|
+
return pulumi.get(self, "environment")
|
|
82
|
+
|
|
83
|
+
@_builtins.property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def id(self) -> _builtins.str:
|
|
86
|
+
return pulumi.get(self, "id")
|
|
87
|
+
|
|
88
|
+
@_builtins.property
|
|
89
|
+
@pulumi.getter(name="kafkaCluster")
|
|
90
|
+
def kafka_cluster(self) -> 'outputs.GetCatalogIntegrationKafkaClusterResult':
|
|
91
|
+
return pulumi.get(self, "kafka_cluster")
|
|
92
|
+
|
|
93
|
+
@_builtins.property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def snowflakes(self) -> Sequence['outputs.GetCatalogIntegrationSnowflakeResult']:
|
|
96
|
+
"""
|
|
97
|
+
(Optional Configuration Block) supports the following:
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "snowflakes")
|
|
100
|
+
|
|
101
|
+
@_builtins.property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def suspended(self) -> _builtins.bool:
|
|
104
|
+
"""
|
|
105
|
+
(Optional Boolean) Indicates whether the Catalog Integration should be suspended.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "suspended")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableGetCatalogIntegrationResult(GetCatalogIntegrationResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return GetCatalogIntegrationResult(
|
|
116
|
+
aws_glues=self.aws_glues,
|
|
117
|
+
credentials=self.credentials,
|
|
118
|
+
display_name=self.display_name,
|
|
119
|
+
environment=self.environment,
|
|
120
|
+
id=self.id,
|
|
121
|
+
kafka_cluster=self.kafka_cluster,
|
|
122
|
+
snowflakes=self.snowflakes,
|
|
123
|
+
suspended=self.suspended)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
def get_catalog_integration(credentials: Optional[Union['GetCatalogIntegrationCredentialsArgs', 'GetCatalogIntegrationCredentialsArgsDict']] = None,
|
|
127
|
+
environment: Optional[Union['GetCatalogIntegrationEnvironmentArgs', 'GetCatalogIntegrationEnvironmentArgsDict']] = None,
|
|
128
|
+
id: Optional[_builtins.str] = None,
|
|
129
|
+
kafka_cluster: Optional[Union['GetCatalogIntegrationKafkaClusterArgs', 'GetCatalogIntegrationKafkaClusterArgsDict']] = None,
|
|
130
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCatalogIntegrationResult:
|
|
131
|
+
"""
|
|
132
|
+
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
133
|
+
|
|
134
|
+
`CatalogIntegration` describes a Catalog Integration data source.
|
|
135
|
+
|
|
136
|
+
## Example Usage
|
|
137
|
+
|
|
138
|
+
### Option #1: Manage multiple Catalog Integrations in the same Pulumi Stack
|
|
139
|
+
|
|
140
|
+
```python
|
|
141
|
+
import pulumi
|
|
142
|
+
import pulumi_confluentcloud as confluentcloud
|
|
143
|
+
|
|
144
|
+
example = confluentcloud.get_catalog_integration(environment={
|
|
145
|
+
"id": staging["id"],
|
|
146
|
+
},
|
|
147
|
+
kafka_cluster={
|
|
148
|
+
"id": staging_confluent_kafka_cluster["id"],
|
|
149
|
+
},
|
|
150
|
+
id="tci-abc123",
|
|
151
|
+
credentials={
|
|
152
|
+
"key": env_admin_tableflow_api_key["id"],
|
|
153
|
+
"secret": env_admin_tableflow_api_key["secret"],
|
|
154
|
+
})
|
|
155
|
+
pulumi.export("retention-ms", example.retention_ms)
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### Option #2: Manage a single Catalog Integration in the same Pulumi Stack
|
|
159
|
+
|
|
160
|
+
```python
|
|
161
|
+
import pulumi
|
|
162
|
+
import pulumi_confluentcloud as confluentcloud
|
|
163
|
+
|
|
164
|
+
example = confluentcloud.get_catalog_integration(id="tci-abc123")
|
|
165
|
+
pulumi.export("retention-ms", example.retention_ms)
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param _builtins.str id: The ID of the Catalog Integration, for example, `tci-abc123`.
|
|
170
|
+
"""
|
|
171
|
+
__args__ = dict()
|
|
172
|
+
__args__['credentials'] = credentials
|
|
173
|
+
__args__['environment'] = environment
|
|
174
|
+
__args__['id'] = id
|
|
175
|
+
__args__['kafkaCluster'] = kafka_cluster
|
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
177
|
+
__ret__ = pulumi.runtime.invoke('confluentcloud:index/getCatalogIntegration:getCatalogIntegration', __args__, opts=opts, typ=GetCatalogIntegrationResult).value
|
|
178
|
+
|
|
179
|
+
return AwaitableGetCatalogIntegrationResult(
|
|
180
|
+
aws_glues=pulumi.get(__ret__, 'aws_glues'),
|
|
181
|
+
credentials=pulumi.get(__ret__, 'credentials'),
|
|
182
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
|
183
|
+
environment=pulumi.get(__ret__, 'environment'),
|
|
184
|
+
id=pulumi.get(__ret__, 'id'),
|
|
185
|
+
kafka_cluster=pulumi.get(__ret__, 'kafka_cluster'),
|
|
186
|
+
snowflakes=pulumi.get(__ret__, 'snowflakes'),
|
|
187
|
+
suspended=pulumi.get(__ret__, 'suspended'))
|
|
188
|
+
def get_catalog_integration_output(credentials: Optional[pulumi.Input[Optional[Union['GetCatalogIntegrationCredentialsArgs', 'GetCatalogIntegrationCredentialsArgsDict']]]] = None,
|
|
189
|
+
environment: Optional[pulumi.Input[Union['GetCatalogIntegrationEnvironmentArgs', 'GetCatalogIntegrationEnvironmentArgsDict']]] = None,
|
|
190
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
191
|
+
kafka_cluster: Optional[pulumi.Input[Union['GetCatalogIntegrationKafkaClusterArgs', 'GetCatalogIntegrationKafkaClusterArgsDict']]] = None,
|
|
192
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCatalogIntegrationResult]:
|
|
193
|
+
"""
|
|
194
|
+
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
195
|
+
|
|
196
|
+
`CatalogIntegration` describes a Catalog Integration data source.
|
|
197
|
+
|
|
198
|
+
## Example Usage
|
|
199
|
+
|
|
200
|
+
### Option #1: Manage multiple Catalog Integrations in the same Pulumi Stack
|
|
201
|
+
|
|
202
|
+
```python
|
|
203
|
+
import pulumi
|
|
204
|
+
import pulumi_confluentcloud as confluentcloud
|
|
205
|
+
|
|
206
|
+
example = confluentcloud.get_catalog_integration(environment={
|
|
207
|
+
"id": staging["id"],
|
|
208
|
+
},
|
|
209
|
+
kafka_cluster={
|
|
210
|
+
"id": staging_confluent_kafka_cluster["id"],
|
|
211
|
+
},
|
|
212
|
+
id="tci-abc123",
|
|
213
|
+
credentials={
|
|
214
|
+
"key": env_admin_tableflow_api_key["id"],
|
|
215
|
+
"secret": env_admin_tableflow_api_key["secret"],
|
|
216
|
+
})
|
|
217
|
+
pulumi.export("retention-ms", example.retention_ms)
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
### Option #2: Manage a single Catalog Integration in the same Pulumi Stack
|
|
221
|
+
|
|
222
|
+
```python
|
|
223
|
+
import pulumi
|
|
224
|
+
import pulumi_confluentcloud as confluentcloud
|
|
225
|
+
|
|
226
|
+
example = confluentcloud.get_catalog_integration(id="tci-abc123")
|
|
227
|
+
pulumi.export("retention-ms", example.retention_ms)
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
:param _builtins.str id: The ID of the Catalog Integration, for example, `tci-abc123`.
|
|
232
|
+
"""
|
|
233
|
+
__args__ = dict()
|
|
234
|
+
__args__['credentials'] = credentials
|
|
235
|
+
__args__['environment'] = environment
|
|
236
|
+
__args__['id'] = id
|
|
237
|
+
__args__['kafkaCluster'] = kafka_cluster
|
|
238
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
239
|
+
__ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getCatalogIntegration:getCatalogIntegration', __args__, opts=opts, typ=GetCatalogIntegrationResult)
|
|
240
|
+
return __ret__.apply(lambda __response__: GetCatalogIntegrationResult(
|
|
241
|
+
aws_glues=pulumi.get(__response__, 'aws_glues'),
|
|
242
|
+
credentials=pulumi.get(__response__, 'credentials'),
|
|
243
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
|
244
|
+
environment=pulumi.get(__response__, 'environment'),
|
|
245
|
+
id=pulumi.get(__response__, 'id'),
|
|
246
|
+
kafka_cluster=pulumi.get(__response__, 'kafka_cluster'),
|
|
247
|
+
snowflakes=pulumi.get(__response__, 'snowflakes'),
|
|
248
|
+
suspended=pulumi.get(__response__, 'suspended')))
|