pulumi-confluentcloud 2.19.0a1741152525__py3-none-any.whl → 2.50.0a1762926155__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-confluentcloud might be problematic. Click here for more details.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +80 -1
  2. pulumi_confluentcloud/_inputs.py +3875 -2512
  3. pulumi_confluentcloud/_utilities.py +1 -1
  4. pulumi_confluentcloud/access_point.py +76 -37
  5. pulumi_confluentcloud/api_key.py +134 -124
  6. pulumi_confluentcloud/business_metadata.py +72 -71
  7. pulumi_confluentcloud/business_metadata_binding.py +97 -96
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +125 -76
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  13. pulumi_confluentcloud/cluster_link.py +148 -99
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +18 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +44 -22
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +95 -90
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +53 -48
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +190 -187
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +155 -140
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +16 -16
  31. pulumi_confluentcloud/get_business_metadata.py +23 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +32 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  37. pulumi_confluentcloud/get_cluster_link.py +52 -24
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +46 -46
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +18 -18
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +50 -35
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +24 -24
  81. pulumi_confluentcloud/get_tag_binding.py +30 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -201
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3135 -2130
  102. pulumi_confluentcloud/peering.py +60 -66
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +299 -201
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +78 -77
  122. pulumi_confluentcloud/tag_binding.py +117 -82
  123. pulumi_confluentcloud/tf_importer.py +37 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.19.0a1741152525.dist-info/RECORD +0 -114
  129. {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -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
  """
@@ -163,10 +163,10 @@ def get_business_metadata_binding(business_metadata_name: Optional[str] = None,
163
163
  > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
164
164
 
165
165
 
166
- :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.
167
- :param str entity_name: The qualified name of the entity., for example, `${data.confluent_schema_registry_cluster.main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
168
- :param str entity_type: The entity type, for example, `sr_schema`.
169
- :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`).
170
170
  """
171
171
  __args__ = dict()
172
172
  __args__['businessMetadataName'] = business_metadata_name
@@ -187,11 +187,11 @@ def get_business_metadata_binding(business_metadata_name: Optional[str] = None,
187
187
  id=pulumi.get(__ret__, 'id'),
188
188
  rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'),
189
189
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'))
190
- 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,
191
191
  credentials: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataBindingCredentialsArgs', 'GetBusinessMetadataBindingCredentialsArgsDict']]]] = None,
192
- entity_name: Optional[pulumi.Input[str]] = None,
193
- entity_type: Optional[pulumi.Input[str]] = None,
194
- 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,
195
195
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetBusinessMetadataBindingSchemaRegistryClusterArgs', 'GetBusinessMetadataBindingSchemaRegistryClusterArgsDict']]]] = None,
196
196
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBusinessMetadataBindingResult]:
197
197
  """
@@ -233,10 +233,10 @@ def get_business_metadata_binding_output(business_metadata_name: Optional[pulumi
233
233
  > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
234
234
 
235
235
 
236
- :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.
237
- :param str entity_name: The qualified name of the entity., for example, `${data.confluent_schema_registry_cluster.main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
238
- :param str entity_type: The entity type, for example, `sr_schema`.
239
- :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`).
240
240
  """
241
241
  __args__ = dict()
242
242
  __args__['businessMetadataName'] = business_metadata_name
@@ -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
@@ -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
  [![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)
@@ -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,7 +116,7 @@ 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,
119
+ def get_byok_key_output(id: Optional[pulumi.Input[_builtins.str]] = None,
120
120
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetByokKeyResult]:
121
121
  """
122
122
  [![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)
@@ -134,7 +134,7 @@ 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
@@ -0,0 +1,188 @@
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
+ [![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
+ `CatalogIntegration` describes a Catalog Integration data source.
135
+
136
+ ## Example Usage
137
+
138
+
139
+ :param _builtins.str id: The ID of the Catalog Integration, for example, `tci-abc123`.
140
+ """
141
+ __args__ = dict()
142
+ __args__['credentials'] = credentials
143
+ __args__['environment'] = environment
144
+ __args__['id'] = id
145
+ __args__['kafkaCluster'] = kafka_cluster
146
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
147
+ __ret__ = pulumi.runtime.invoke('confluentcloud:index/getCatalogIntegration:getCatalogIntegration', __args__, opts=opts, typ=GetCatalogIntegrationResult).value
148
+
149
+ return AwaitableGetCatalogIntegrationResult(
150
+ aws_glues=pulumi.get(__ret__, 'aws_glues'),
151
+ credentials=pulumi.get(__ret__, 'credentials'),
152
+ display_name=pulumi.get(__ret__, 'display_name'),
153
+ environment=pulumi.get(__ret__, 'environment'),
154
+ id=pulumi.get(__ret__, 'id'),
155
+ kafka_cluster=pulumi.get(__ret__, 'kafka_cluster'),
156
+ snowflakes=pulumi.get(__ret__, 'snowflakes'),
157
+ suspended=pulumi.get(__ret__, 'suspended'))
158
+ def get_catalog_integration_output(credentials: Optional[pulumi.Input[Optional[Union['GetCatalogIntegrationCredentialsArgs', 'GetCatalogIntegrationCredentialsArgsDict']]]] = None,
159
+ environment: Optional[pulumi.Input[Union['GetCatalogIntegrationEnvironmentArgs', 'GetCatalogIntegrationEnvironmentArgsDict']]] = None,
160
+ id: Optional[pulumi.Input[_builtins.str]] = None,
161
+ kafka_cluster: Optional[pulumi.Input[Union['GetCatalogIntegrationKafkaClusterArgs', 'GetCatalogIntegrationKafkaClusterArgsDict']]] = None,
162
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCatalogIntegrationResult]:
163
+ """
164
+ [![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)
165
+
166
+ `CatalogIntegration` describes a Catalog Integration data source.
167
+
168
+ ## Example Usage
169
+
170
+
171
+ :param _builtins.str id: The ID of the Catalog Integration, for example, `tci-abc123`.
172
+ """
173
+ __args__ = dict()
174
+ __args__['credentials'] = credentials
175
+ __args__['environment'] = environment
176
+ __args__['id'] = id
177
+ __args__['kafkaCluster'] = kafka_cluster
178
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
179
+ __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getCatalogIntegration:getCatalogIntegration', __args__, opts=opts, typ=GetCatalogIntegrationResult)
180
+ return __ret__.apply(lambda __response__: GetCatalogIntegrationResult(
181
+ aws_glues=pulumi.get(__response__, 'aws_glues'),
182
+ credentials=pulumi.get(__response__, 'credentials'),
183
+ display_name=pulumi.get(__response__, 'display_name'),
184
+ environment=pulumi.get(__response__, 'environment'),
185
+ id=pulumi.get(__response__, 'id'),
186
+ kafka_cluster=pulumi.get(__response__, 'kafka_cluster'),
187
+ snowflakes=pulumi.get(__response__, 'snowflakes'),
188
+ suspended=pulumi.get(__response__, 'suspended')))
@@ -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,10 +154,10 @@ 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
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)
@@ -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,10 +199,10 @@ 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,
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
206
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCertificateAuthorityResult]:
207
207
  """
208
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)
@@ -220,10 +220,10 @@ 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