pulumi-confluentcloud 2.13.0a1735836869__py3-none-any.whl → 2.50.0a1762926155__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +81 -1
  2. pulumi_confluentcloud/_inputs.py +4170 -2453
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +144 -36
  5. pulumi_confluentcloud/api_key.py +138 -272
  6. pulumi_confluentcloud/business_metadata.py +76 -73
  7. pulumi_confluentcloud/business_metadata_binding.py +101 -98
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  13. pulumi_confluentcloud/cluster_link.py +168 -91
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +23 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +50 -21
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +303 -81
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +88 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +250 -194
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +218 -124
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +36 -16
  31. pulumi_confluentcloud/get_business_metadata.py +25 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +34 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  37. pulumi_confluentcloud/get_cluster_link.py +274 -0
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +59 -41
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +45 -17
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +51 -36
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +26 -24
  81. pulumi_confluentcloud/get_tag_binding.py +32 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -207
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3400 -2088
  102. pulumi_confluentcloud/peering.py +128 -48
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +318 -192
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +82 -79
  122. pulumi_confluentcloud/tag_binding.py +121 -84
  123. pulumi_confluentcloud/tf_importer.py +39 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
  129. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -21,19 +21,19 @@ __all__ = ['CatalogEntityAttributesArgs', 'CatalogEntityAttributes']
21
21
  @pulumi.input_type
22
22
  class CatalogEntityAttributesArgs:
23
23
  def __init__(__self__, *,
24
- entity_name: pulumi.Input[str],
25
- entity_type: pulumi.Input[str],
26
- attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
24
+ entity_name: pulumi.Input[_builtins.str],
25
+ entity_type: pulumi.Input[_builtins.str],
26
+ attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
27
27
  credentials: Optional[pulumi.Input['CatalogEntityAttributesCredentialsArgs']] = None,
28
- rest_endpoint: Optional[pulumi.Input[str]] = None,
28
+ rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
29
29
  schema_registry_cluster: Optional[pulumi.Input['CatalogEntityAttributesSchemaRegistryClusterArgs']] = None):
30
30
  """
31
31
  The set of arguments for constructing a CatalogEntityAttributes resource.
32
- :param pulumi.Input[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}`.
33
- :param pulumi.Input[str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
34
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: The attributes.
32
+ :param pulumi.Input[_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.
33
+ :param pulumi.Input[_builtins.str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
35
35
  :param pulumi.Input['CatalogEntityAttributesCredentialsArgs'] credentials: The Cluster API Credentials.
36
- :param pulumi.Input[str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
36
+ :param pulumi.Input[_builtins.str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
37
37
  """
38
38
  pulumi.set(__self__, "entity_name", entity_name)
39
39
  pulumi.set(__self__, "entity_type", entity_type)
@@ -46,43 +46,43 @@ class CatalogEntityAttributesArgs:
46
46
  if schema_registry_cluster is not None:
47
47
  pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
48
48
 
49
- @property
49
+ @_builtins.property
50
50
  @pulumi.getter(name="entityName")
51
- def entity_name(self) -> pulumi.Input[str]:
51
+ def entity_name(self) -> pulumi.Input[_builtins.str]:
52
52
  """
53
- 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}`.
53
+ 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.
54
54
  """
55
55
  return pulumi.get(self, "entity_name")
56
56
 
57
57
  @entity_name.setter
58
- def entity_name(self, value: pulumi.Input[str]):
58
+ def entity_name(self, value: pulumi.Input[_builtins.str]):
59
59
  pulumi.set(self, "entity_name", value)
60
60
 
61
- @property
61
+ @_builtins.property
62
62
  @pulumi.getter(name="entityType")
63
- def entity_type(self) -> pulumi.Input[str]:
63
+ def entity_type(self) -> pulumi.Input[_builtins.str]:
64
64
  """
65
- The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
65
+ The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
66
66
  """
67
67
  return pulumi.get(self, "entity_type")
68
68
 
69
69
  @entity_type.setter
70
- def entity_type(self, value: pulumi.Input[str]):
70
+ def entity_type(self, value: pulumi.Input[_builtins.str]):
71
71
  pulumi.set(self, "entity_type", value)
72
72
 
73
- @property
73
+ @_builtins.property
74
74
  @pulumi.getter
75
- def attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
75
+ def attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
76
76
  """
77
77
  The attributes.
78
78
  """
79
79
  return pulumi.get(self, "attributes")
80
80
 
81
81
  @attributes.setter
82
- def attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
82
+ def attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
83
83
  pulumi.set(self, "attributes", value)
84
84
 
85
- @property
85
+ @_builtins.property
86
86
  @pulumi.getter
87
87
  def credentials(self) -> Optional[pulumi.Input['CatalogEntityAttributesCredentialsArgs']]:
88
88
  """
@@ -94,19 +94,19 @@ class CatalogEntityAttributesArgs:
94
94
  def credentials(self, value: Optional[pulumi.Input['CatalogEntityAttributesCredentialsArgs']]):
95
95
  pulumi.set(self, "credentials", value)
96
96
 
97
- @property
97
+ @_builtins.property
98
98
  @pulumi.getter(name="restEndpoint")
99
- def rest_endpoint(self) -> Optional[pulumi.Input[str]]:
99
+ def rest_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
100
100
  """
101
101
  The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
102
102
  """
103
103
  return pulumi.get(self, "rest_endpoint")
104
104
 
105
105
  @rest_endpoint.setter
106
- def rest_endpoint(self, value: Optional[pulumi.Input[str]]):
106
+ def rest_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
107
107
  pulumi.set(self, "rest_endpoint", value)
108
108
 
109
- @property
109
+ @_builtins.property
110
110
  @pulumi.getter(name="schemaRegistryCluster")
111
111
  def schema_registry_cluster(self) -> Optional[pulumi.Input['CatalogEntityAttributesSchemaRegistryClusterArgs']]:
112
112
  return pulumi.get(self, "schema_registry_cluster")
@@ -119,19 +119,19 @@ class CatalogEntityAttributesArgs:
119
119
  @pulumi.input_type
120
120
  class _CatalogEntityAttributesState:
121
121
  def __init__(__self__, *,
122
- attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
122
+ attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
123
123
  credentials: Optional[pulumi.Input['CatalogEntityAttributesCredentialsArgs']] = None,
124
- entity_name: Optional[pulumi.Input[str]] = None,
125
- entity_type: Optional[pulumi.Input[str]] = None,
126
- rest_endpoint: Optional[pulumi.Input[str]] = None,
124
+ entity_name: Optional[pulumi.Input[_builtins.str]] = None,
125
+ entity_type: Optional[pulumi.Input[_builtins.str]] = None,
126
+ rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
127
127
  schema_registry_cluster: Optional[pulumi.Input['CatalogEntityAttributesSchemaRegistryClusterArgs']] = None):
128
128
  """
129
129
  Input properties used for looking up and filtering CatalogEntityAttributes resources.
130
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: The attributes.
130
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
131
131
  :param pulumi.Input['CatalogEntityAttributesCredentialsArgs'] credentials: The Cluster API Credentials.
132
- :param pulumi.Input[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}`.
133
- :param pulumi.Input[str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
134
- :param pulumi.Input[str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
132
+ :param pulumi.Input[_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.
133
+ :param pulumi.Input[_builtins.str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
134
+ :param pulumi.Input[_builtins.str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
135
135
  """
136
136
  if attributes is not None:
137
137
  pulumi.set(__self__, "attributes", attributes)
@@ -146,19 +146,19 @@ class _CatalogEntityAttributesState:
146
146
  if schema_registry_cluster is not None:
147
147
  pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
148
148
 
149
- @property
149
+ @_builtins.property
150
150
  @pulumi.getter
151
- def attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
151
+ def attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
152
152
  """
153
153
  The attributes.
154
154
  """
155
155
  return pulumi.get(self, "attributes")
156
156
 
157
157
  @attributes.setter
158
- def attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
158
+ def attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
159
159
  pulumi.set(self, "attributes", value)
160
160
 
161
- @property
161
+ @_builtins.property
162
162
  @pulumi.getter
163
163
  def credentials(self) -> Optional[pulumi.Input['CatalogEntityAttributesCredentialsArgs']]:
164
164
  """
@@ -170,43 +170,43 @@ class _CatalogEntityAttributesState:
170
170
  def credentials(self, value: Optional[pulumi.Input['CatalogEntityAttributesCredentialsArgs']]):
171
171
  pulumi.set(self, "credentials", value)
172
172
 
173
- @property
173
+ @_builtins.property
174
174
  @pulumi.getter(name="entityName")
175
- def entity_name(self) -> Optional[pulumi.Input[str]]:
175
+ def entity_name(self) -> Optional[pulumi.Input[_builtins.str]]:
176
176
  """
177
- 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}`.
177
+ 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.
178
178
  """
179
179
  return pulumi.get(self, "entity_name")
180
180
 
181
181
  @entity_name.setter
182
- def entity_name(self, value: Optional[pulumi.Input[str]]):
182
+ def entity_name(self, value: Optional[pulumi.Input[_builtins.str]]):
183
183
  pulumi.set(self, "entity_name", value)
184
184
 
185
- @property
185
+ @_builtins.property
186
186
  @pulumi.getter(name="entityType")
187
- def entity_type(self) -> Optional[pulumi.Input[str]]:
187
+ def entity_type(self) -> Optional[pulumi.Input[_builtins.str]]:
188
188
  """
189
- The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
189
+ The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
190
190
  """
191
191
  return pulumi.get(self, "entity_type")
192
192
 
193
193
  @entity_type.setter
194
- def entity_type(self, value: Optional[pulumi.Input[str]]):
194
+ def entity_type(self, value: Optional[pulumi.Input[_builtins.str]]):
195
195
  pulumi.set(self, "entity_type", value)
196
196
 
197
- @property
197
+ @_builtins.property
198
198
  @pulumi.getter(name="restEndpoint")
199
- def rest_endpoint(self) -> Optional[pulumi.Input[str]]:
199
+ def rest_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
200
200
  """
201
201
  The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
202
202
  """
203
203
  return pulumi.get(self, "rest_endpoint")
204
204
 
205
205
  @rest_endpoint.setter
206
- def rest_endpoint(self, value: Optional[pulumi.Input[str]]):
206
+ def rest_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
207
207
  pulumi.set(self, "rest_endpoint", value)
208
208
 
209
- @property
209
+ @_builtins.property
210
210
  @pulumi.getter(name="schemaRegistryCluster")
211
211
  def schema_registry_cluster(self) -> Optional[pulumi.Input['CatalogEntityAttributesSchemaRegistryClusterArgs']]:
212
212
  return pulumi.get(self, "schema_registry_cluster")
@@ -216,24 +216,20 @@ class _CatalogEntityAttributesState:
216
216
  pulumi.set(self, "schema_registry_cluster", value)
217
217
 
218
218
 
219
+ @pulumi.type_token("confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes")
219
220
  class CatalogEntityAttributes(pulumi.CustomResource):
220
221
  @overload
221
222
  def __init__(__self__,
222
223
  resource_name: str,
223
224
  opts: Optional[pulumi.ResourceOptions] = None,
224
- attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
225
+ attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
225
226
  credentials: Optional[pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']]] = None,
226
- entity_name: Optional[pulumi.Input[str]] = None,
227
- entity_type: Optional[pulumi.Input[str]] = None,
228
- rest_endpoint: Optional[pulumi.Input[str]] = None,
227
+ entity_name: Optional[pulumi.Input[_builtins.str]] = None,
228
+ entity_type: Optional[pulumi.Input[_builtins.str]] = None,
229
+ rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
229
230
  schema_registry_cluster: Optional[pulumi.Input[Union['CatalogEntityAttributesSchemaRegistryClusterArgs', 'CatalogEntityAttributesSchemaRegistryClusterArgsDict']]] = None,
230
231
  __props__=None):
231
232
  """
232
- [![Preview](https://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afba)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
233
-
234
- > **Note:** `CatalogEntityAttributes` resource is available in **Preview** for early adopters. Preview features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\\
235
- **Preview** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Preview features. Preview features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Preview features at any time in Confluent’s sole discretion.
236
-
237
233
  ## Example Usage
238
234
 
239
235
  ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
@@ -335,14 +331,39 @@ class CatalogEntityAttributes(pulumi.CustomResource):
335
331
  "description": "Schema description",
336
332
  })
337
333
  ```
334
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
335
+
336
+ ## Import
337
+
338
+ You can import a Catalog Entity Attributes resource by using the Schema Registry Cluster ID, Entity name in the format `<Schema Registry Cluster ID>/<Entity Type>/<Entity Name>/<Comma-Delimited-Attributes>`, for example:
339
+
340
+ Option #1: Manage multiple Catalog Entity Attributes in the same Pulumi Stack
341
+
342
+ $ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>"
343
+
344
+ $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>"
345
+
346
+ $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
347
+
348
+ ```sh
349
+ $ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
350
+ ```
351
+
352
+ Option #2: Manage a single Catalog Entity Attributes in the same Pulumi Stack
353
+
354
+ ```sh
355
+ $ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
356
+ ```
357
+
358
+ !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
338
359
 
339
360
  :param str resource_name: The name of the resource.
340
361
  :param pulumi.ResourceOptions opts: Options for the resource.
341
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: The attributes.
362
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
342
363
  :param pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']] credentials: The Cluster API Credentials.
343
- :param pulumi.Input[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}`.
344
- :param pulumi.Input[str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
345
- :param pulumi.Input[str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
364
+ :param pulumi.Input[_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.
365
+ :param pulumi.Input[_builtins.str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
366
+ :param pulumi.Input[_builtins.str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
346
367
  """
347
368
  ...
348
369
  @overload
@@ -351,11 +372,6 @@ class CatalogEntityAttributes(pulumi.CustomResource):
351
372
  args: CatalogEntityAttributesArgs,
352
373
  opts: Optional[pulumi.ResourceOptions] = None):
353
374
  """
354
- [![Preview](https://img.shields.io/badge/Lifecycle%20Stage-Preview-%2300afba)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
355
-
356
- > **Note:** `CatalogEntityAttributes` resource is available in **Preview** for early adopters. Preview features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\\
357
- **Preview** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Preview features. Preview features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Preview features at any time in Confluent’s sole discretion.
358
-
359
375
  ## Example Usage
360
376
 
361
377
  ### Option #1: Manage multiple Schema Registry clusters in the same Pulumi Stack
@@ -457,6 +473,31 @@ class CatalogEntityAttributes(pulumi.CustomResource):
457
473
  "description": "Schema description",
458
474
  })
459
475
  ```
476
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
477
+
478
+ ## Import
479
+
480
+ You can import a Catalog Entity Attributes resource by using the Schema Registry Cluster ID, Entity name in the format `<Schema Registry Cluster ID>/<Entity Type>/<Entity Name>/<Comma-Delimited-Attributes>`, for example:
481
+
482
+ Option #1: Manage multiple Catalog Entity Attributes in the same Pulumi Stack
483
+
484
+ $ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>"
485
+
486
+ $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>"
487
+
488
+ $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
489
+
490
+ ```sh
491
+ $ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
492
+ ```
493
+
494
+ Option #2: Manage a single Catalog Entity Attributes in the same Pulumi Stack
495
+
496
+ ```sh
497
+ $ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
498
+ ```
499
+
500
+ !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
460
501
 
461
502
  :param str resource_name: The name of the resource.
462
503
  :param CatalogEntityAttributesArgs args: The arguments to use to populate this resource's properties.
@@ -473,11 +514,11 @@ class CatalogEntityAttributes(pulumi.CustomResource):
473
514
  def _internal_init(__self__,
474
515
  resource_name: str,
475
516
  opts: Optional[pulumi.ResourceOptions] = None,
476
- attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
517
+ attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
477
518
  credentials: Optional[pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']]] = None,
478
- entity_name: Optional[pulumi.Input[str]] = None,
479
- entity_type: Optional[pulumi.Input[str]] = None,
480
- rest_endpoint: Optional[pulumi.Input[str]] = None,
519
+ entity_name: Optional[pulumi.Input[_builtins.str]] = None,
520
+ entity_type: Optional[pulumi.Input[_builtins.str]] = None,
521
+ rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
481
522
  schema_registry_cluster: Optional[pulumi.Input[Union['CatalogEntityAttributesSchemaRegistryClusterArgs', 'CatalogEntityAttributesSchemaRegistryClusterArgsDict']]] = None,
482
523
  __props__=None):
483
524
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -510,11 +551,11 @@ class CatalogEntityAttributes(pulumi.CustomResource):
510
551
  def get(resource_name: str,
511
552
  id: pulumi.Input[str],
512
553
  opts: Optional[pulumi.ResourceOptions] = None,
513
- attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
554
+ attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
514
555
  credentials: Optional[pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']]] = None,
515
- entity_name: Optional[pulumi.Input[str]] = None,
516
- entity_type: Optional[pulumi.Input[str]] = None,
517
- rest_endpoint: Optional[pulumi.Input[str]] = None,
556
+ entity_name: Optional[pulumi.Input[_builtins.str]] = None,
557
+ entity_type: Optional[pulumi.Input[_builtins.str]] = None,
558
+ rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
518
559
  schema_registry_cluster: Optional[pulumi.Input[Union['CatalogEntityAttributesSchemaRegistryClusterArgs', 'CatalogEntityAttributesSchemaRegistryClusterArgsDict']]] = None) -> 'CatalogEntityAttributes':
519
560
  """
520
561
  Get an existing CatalogEntityAttributes resource's state with the given name, id, and optional extra
@@ -523,11 +564,11 @@ class CatalogEntityAttributes(pulumi.CustomResource):
523
564
  :param str resource_name: The unique name of the resulting resource.
524
565
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
525
566
  :param pulumi.ResourceOptions opts: Options for the resource.
526
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: The attributes.
567
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
527
568
  :param pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']] credentials: The Cluster API Credentials.
528
- :param pulumi.Input[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}`.
529
- :param pulumi.Input[str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
530
- :param pulumi.Input[str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
569
+ :param pulumi.Input[_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.
570
+ :param pulumi.Input[_builtins.str] entity_type: The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
571
+ :param pulumi.Input[_builtins.str] rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
531
572
  """
532
573
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
533
574
 
@@ -541,15 +582,15 @@ class CatalogEntityAttributes(pulumi.CustomResource):
541
582
  __props__.__dict__["schema_registry_cluster"] = schema_registry_cluster
542
583
  return CatalogEntityAttributes(resource_name, opts=opts, __props__=__props__)
543
584
 
544
- @property
585
+ @_builtins.property
545
586
  @pulumi.getter
546
- def attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
587
+ def attributes(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
547
588
  """
548
589
  The attributes.
549
590
  """
550
591
  return pulumi.get(self, "attributes")
551
592
 
552
- @property
593
+ @_builtins.property
553
594
  @pulumi.getter
554
595
  def credentials(self) -> pulumi.Output[Optional['outputs.CatalogEntityAttributesCredentials']]:
555
596
  """
@@ -557,31 +598,31 @@ class CatalogEntityAttributes(pulumi.CustomResource):
557
598
  """
558
599
  return pulumi.get(self, "credentials")
559
600
 
560
- @property
601
+ @_builtins.property
561
602
  @pulumi.getter(name="entityName")
562
- def entity_name(self) -> pulumi.Output[str]:
603
+ def entity_name(self) -> pulumi.Output[_builtins.str]:
563
604
  """
564
- 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}`.
605
+ 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.
565
606
  """
566
607
  return pulumi.get(self, "entity_name")
567
608
 
568
- @property
609
+ @_builtins.property
569
610
  @pulumi.getter(name="entityType")
570
- def entity_type(self) -> pulumi.Output[str]:
611
+ def entity_type(self) -> pulumi.Output[_builtins.str]:
571
612
  """
572
- The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to learn more about entity types.
613
+ The entity type, for example, `cf_environment`, `kafka_logical_cluster`, `kafka_topic`, `sr_schema`, etc. Refer to the [Entity types](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#entity-types) to see the full list of supported values for the `entity_type` attribute.
573
614
  """
574
615
  return pulumi.get(self, "entity_type")
575
616
 
576
- @property
617
+ @_builtins.property
577
618
  @pulumi.getter(name="restEndpoint")
578
- def rest_endpoint(self) -> pulumi.Output[Optional[str]]:
619
+ def rest_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
579
620
  """
580
621
  The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
581
622
  """
582
623
  return pulumi.get(self, "rest_endpoint")
583
624
 
584
- @property
625
+ @_builtins.property
585
626
  @pulumi.getter(name="schemaRegistryCluster")
586
627
  def schema_registry_cluster(self) -> pulumi.Output[Optional['outputs.CatalogEntityAttributesSchemaRegistryCluster']]:
587
628
  return pulumi.get(self, "schema_registry_cluster")