pulumi-confluentcloud 2.19.0a1741152525__py3-none-any.whl → 2.50.0a1762926155__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-confluentcloud might be problematic. Click here for more details.
- pulumi_confluentcloud/__init__.py +80 -1
- pulumi_confluentcloud/_inputs.py +3875 -2512
- pulumi_confluentcloud/_utilities.py +1 -1
- pulumi_confluentcloud/access_point.py +76 -37
- pulumi_confluentcloud/api_key.py +134 -124
- pulumi_confluentcloud/business_metadata.py +72 -71
- pulumi_confluentcloud/business_metadata_binding.py +97 -96
- pulumi_confluentcloud/byok_key.py +12 -11
- pulumi_confluentcloud/catalog_entity_attributes.py +125 -76
- pulumi_confluentcloud/catalog_integration.py +544 -0
- pulumi_confluentcloud/certificate_authority.py +156 -155
- pulumi_confluentcloud/certificate_pool.py +74 -73
- pulumi_confluentcloud/cluster_link.py +148 -99
- pulumi_confluentcloud/config/__init__.py +2 -1
- pulumi_confluentcloud/config/__init__.pyi +18 -2
- pulumi_confluentcloud/config/outputs.py +110 -0
- pulumi_confluentcloud/config/vars.py +44 -22
- pulumi_confluentcloud/connect_artifact.py +478 -0
- pulumi_confluentcloud/connector.py +95 -90
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +53 -48
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +190 -187
- pulumi_confluentcloud/flink_compute_pool.py +101 -100
- pulumi_confluentcloud/flink_connection.py +935 -0
- pulumi_confluentcloud/flink_statement.py +155 -140
- pulumi_confluentcloud/gateway.py +44 -31
- pulumi_confluentcloud/get_access_point.py +16 -16
- pulumi_confluentcloud/get_business_metadata.py +23 -23
- pulumi_confluentcloud/get_business_metadata_binding.py +32 -32
- pulumi_confluentcloud/get_byok_key.py +11 -11
- pulumi_confluentcloud/get_catalog_integration.py +188 -0
- pulumi_confluentcloud/get_certificate_authority.py +38 -38
- pulumi_confluentcloud/get_certificate_pool.py +17 -17
- pulumi_confluentcloud/get_cluster_link.py +52 -24
- pulumi_confluentcloud/get_connect_artifact.py +191 -0
- pulumi_confluentcloud/get_dns_record.py +15 -15
- pulumi_confluentcloud/get_environment.py +17 -17
- pulumi_confluentcloud/get_environments.py +6 -6
- pulumi_confluentcloud/get_flink_artifact.py +46 -46
- pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
- pulumi_confluentcloud/get_flink_connection.py +267 -0
- pulumi_confluentcloud/get_flink_region.py +24 -24
- pulumi_confluentcloud/get_gateway.py +18 -18
- pulumi_confluentcloud/get_group_mapping.py +18 -18
- pulumi_confluentcloud/get_identity_pool.py +21 -21
- pulumi_confluentcloud/get_identity_provider.py +35 -21
- pulumi_confluentcloud/get_invitation.py +20 -20
- pulumi_confluentcloud/get_ip_addresses.py +6 -6
- pulumi_confluentcloud/get_ip_filter.py +175 -0
- pulumi_confluentcloud/get_ip_group.py +133 -0
- pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
- pulumi_confluentcloud/get_kafka_cluster.py +55 -41
- pulumi_confluentcloud/get_kafka_topic.py +22 -22
- pulumi_confluentcloud/get_ksql_cluster.py +33 -33
- pulumi_confluentcloud/get_network.py +54 -40
- pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
- pulumi_confluentcloud/get_network_link_service.py +23 -17
- pulumi_confluentcloud/get_organization.py +6 -6
- pulumi_confluentcloud/get_peering.py +19 -19
- pulumi_confluentcloud/get_private_link_access.py +19 -19
- pulumi_confluentcloud/get_private_link_attachment.py +29 -27
- pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
- pulumi_confluentcloud/get_provider_integration.py +28 -18
- pulumi_confluentcloud/get_role_binding.py +14 -14
- pulumi_confluentcloud/get_schema.py +40 -40
- pulumi_confluentcloud/get_schema_registry_cluster.py +50 -35
- pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
- pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
- pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
- pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
- pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
- pulumi_confluentcloud/get_schemas.py +14 -14
- pulumi_confluentcloud/get_service_account.py +20 -20
- pulumi_confluentcloud/get_subject_config.py +22 -22
- pulumi_confluentcloud/get_subject_mode.py +20 -20
- pulumi_confluentcloud/get_tableflow_topic.py +360 -0
- pulumi_confluentcloud/get_tag.py +24 -24
- pulumi_confluentcloud/get_tag_binding.py +30 -30
- pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
- pulumi_confluentcloud/get_user.py +24 -24
- pulumi_confluentcloud/get_users.py +6 -6
- pulumi_confluentcloud/group_mapping.py +54 -53
- pulumi_confluentcloud/identity_pool.py +74 -73
- pulumi_confluentcloud/identity_provider.py +138 -76
- pulumi_confluentcloud/invitation.py +81 -80
- pulumi_confluentcloud/ip_filter.py +420 -0
- pulumi_confluentcloud/ip_group.py +264 -0
- pulumi_confluentcloud/kafka_acl.py +173 -172
- pulumi_confluentcloud/kafka_client_quota.py +63 -62
- pulumi_confluentcloud/kafka_cluster.py +227 -201
- pulumi_confluentcloud/kafka_cluster_config.py +43 -42
- pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
- pulumi_confluentcloud/kafka_topic.py +132 -131
- pulumi_confluentcloud/ksql_cluster.py +117 -120
- pulumi_confluentcloud/network.py +235 -198
- pulumi_confluentcloud/network_link_endpoint.py +62 -68
- pulumi_confluentcloud/network_link_service.py +62 -68
- pulumi_confluentcloud/outputs.py +3135 -2130
- pulumi_confluentcloud/peering.py +60 -66
- pulumi_confluentcloud/plugin.py +428 -0
- pulumi_confluentcloud/private_link_access.py +54 -60
- pulumi_confluentcloud/private_link_attachment.py +93 -88
- pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
- pulumi_confluentcloud/provider.py +299 -201
- pulumi_confluentcloud/provider_integration.py +45 -34
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- pulumi_confluentcloud/role_binding.py +153 -56
- pulumi_confluentcloud/schema.py +188 -212
- pulumi_confluentcloud/schema_exporter.py +217 -164
- pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
- pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
- pulumi_confluentcloud/schema_registry_dek.py +140 -146
- pulumi_confluentcloud/schema_registry_kek.py +148 -154
- pulumi_confluentcloud/service_account.py +97 -96
- pulumi_confluentcloud/subject_config.py +105 -76
- pulumi_confluentcloud/subject_mode.py +107 -59
- pulumi_confluentcloud/tableflow_topic.py +854 -0
- pulumi_confluentcloud/tag.py +78 -77
- pulumi_confluentcloud/tag_binding.py +117 -82
- pulumi_confluentcloud/tf_importer.py +37 -36
- pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
- {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
- pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
- {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.19.0a1741152525.dist-info/RECORD +0 -114
- {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -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}`. 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[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[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
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
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}`. 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[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[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
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
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,16 +216,17 @@ 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
|
"""
|
|
@@ -332,13 +333,37 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
332
333
|
```
|
|
333
334
|
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
334
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.
|
|
359
|
+
|
|
335
360
|
:param str resource_name: The name of the resource.
|
|
336
361
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
337
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: The attributes.
|
|
362
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
|
|
338
363
|
:param pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']] credentials: The Cluster API Credentials.
|
|
339
|
-
: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}`. 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.
|
|
340
|
-
: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 see the full list of supported values for the `entity_type` attribute.
|
|
341
|
-
: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`).
|
|
342
367
|
"""
|
|
343
368
|
...
|
|
344
369
|
@overload
|
|
@@ -450,6 +475,30 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
450
475
|
```
|
|
451
476
|
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
452
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.
|
|
501
|
+
|
|
453
502
|
:param str resource_name: The name of the resource.
|
|
454
503
|
:param CatalogEntityAttributesArgs args: The arguments to use to populate this resource's properties.
|
|
455
504
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -465,11 +514,11 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
465
514
|
def _internal_init(__self__,
|
|
466
515
|
resource_name: str,
|
|
467
516
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
468
|
-
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
517
|
+
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
469
518
|
credentials: Optional[pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']]] = None,
|
|
470
|
-
entity_name: Optional[pulumi.Input[str]] = None,
|
|
471
|
-
entity_type: Optional[pulumi.Input[str]] = None,
|
|
472
|
-
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,
|
|
473
522
|
schema_registry_cluster: Optional[pulumi.Input[Union['CatalogEntityAttributesSchemaRegistryClusterArgs', 'CatalogEntityAttributesSchemaRegistryClusterArgsDict']]] = None,
|
|
474
523
|
__props__=None):
|
|
475
524
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -502,11 +551,11 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
502
551
|
def get(resource_name: str,
|
|
503
552
|
id: pulumi.Input[str],
|
|
504
553
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
505
|
-
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
554
|
+
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
506
555
|
credentials: Optional[pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']]] = None,
|
|
507
|
-
entity_name: Optional[pulumi.Input[str]] = None,
|
|
508
|
-
entity_type: Optional[pulumi.Input[str]] = None,
|
|
509
|
-
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,
|
|
510
559
|
schema_registry_cluster: Optional[pulumi.Input[Union['CatalogEntityAttributesSchemaRegistryClusterArgs', 'CatalogEntityAttributesSchemaRegistryClusterArgsDict']]] = None) -> 'CatalogEntityAttributes':
|
|
511
560
|
"""
|
|
512
561
|
Get an existing CatalogEntityAttributes resource's state with the given name, id, and optional extra
|
|
@@ -515,11 +564,11 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
515
564
|
:param str resource_name: The unique name of the resulting resource.
|
|
516
565
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
517
566
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
518
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: The attributes.
|
|
567
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
|
|
519
568
|
:param pulumi.Input[Union['CatalogEntityAttributesCredentialsArgs', 'CatalogEntityAttributesCredentialsArgsDict']] credentials: The Cluster API Credentials.
|
|
520
|
-
: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}`. 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.
|
|
521
|
-
: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 see the full list of supported values for the `entity_type` attribute.
|
|
522
|
-
: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`).
|
|
523
572
|
"""
|
|
524
573
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
525
574
|
|
|
@@ -533,15 +582,15 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
533
582
|
__props__.__dict__["schema_registry_cluster"] = schema_registry_cluster
|
|
534
583
|
return CatalogEntityAttributes(resource_name, opts=opts, __props__=__props__)
|
|
535
584
|
|
|
536
|
-
@property
|
|
585
|
+
@_builtins.property
|
|
537
586
|
@pulumi.getter
|
|
538
|
-
def attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
587
|
+
def attributes(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
|
539
588
|
"""
|
|
540
589
|
The attributes.
|
|
541
590
|
"""
|
|
542
591
|
return pulumi.get(self, "attributes")
|
|
543
592
|
|
|
544
|
-
@property
|
|
593
|
+
@_builtins.property
|
|
545
594
|
@pulumi.getter
|
|
546
595
|
def credentials(self) -> pulumi.Output[Optional['outputs.CatalogEntityAttributesCredentials']]:
|
|
547
596
|
"""
|
|
@@ -549,31 +598,31 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
549
598
|
"""
|
|
550
599
|
return pulumi.get(self, "credentials")
|
|
551
600
|
|
|
552
|
-
@property
|
|
601
|
+
@_builtins.property
|
|
553
602
|
@pulumi.getter(name="entityName")
|
|
554
|
-
def entity_name(self) -> pulumi.Output[str]:
|
|
603
|
+
def entity_name(self) -> pulumi.Output[_builtins.str]:
|
|
555
604
|
"""
|
|
556
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.
|
|
557
606
|
"""
|
|
558
607
|
return pulumi.get(self, "entity_name")
|
|
559
608
|
|
|
560
|
-
@property
|
|
609
|
+
@_builtins.property
|
|
561
610
|
@pulumi.getter(name="entityType")
|
|
562
|
-
def entity_type(self) -> pulumi.Output[str]:
|
|
611
|
+
def entity_type(self) -> pulumi.Output[_builtins.str]:
|
|
563
612
|
"""
|
|
564
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.
|
|
565
614
|
"""
|
|
566
615
|
return pulumi.get(self, "entity_type")
|
|
567
616
|
|
|
568
|
-
@property
|
|
617
|
+
@_builtins.property
|
|
569
618
|
@pulumi.getter(name="restEndpoint")
|
|
570
|
-
def rest_endpoint(self) -> pulumi.Output[Optional[str]]:
|
|
619
|
+
def rest_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
571
620
|
"""
|
|
572
621
|
The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
573
622
|
"""
|
|
574
623
|
return pulumi.get(self, "rest_endpoint")
|
|
575
624
|
|
|
576
|
-
@property
|
|
625
|
+
@_builtins.property
|
|
577
626
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
578
627
|
def schema_registry_cluster(self) -> pulumi.Output[Optional['outputs.CatalogEntityAttributesSchemaRegistryCluster']]:
|
|
579
628
|
return pulumi.get(self, "schema_registry_cluster")
|