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
|
|
@@ -40,30 +40,30 @@ class GetRoleBindingResult:
|
|
|
40
40
|
raise TypeError("Expected argument 'role_name' to be a str")
|
|
41
41
|
pulumi.set(__self__, "role_name", role_name)
|
|
42
42
|
|
|
43
|
-
@property
|
|
43
|
+
@_builtins.property
|
|
44
44
|
@pulumi.getter(name="crnPattern")
|
|
45
|
-
def crn_pattern(self) -> str:
|
|
45
|
+
def crn_pattern(self) -> _builtins.str:
|
|
46
46
|
"""
|
|
47
47
|
(Required String) A [Confluent Resource Name(CRN)](https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)) that specifies the scope and resource patterns necessary for the role to bind.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "crn_pattern")
|
|
50
50
|
|
|
51
|
-
@property
|
|
51
|
+
@_builtins.property
|
|
52
52
|
@pulumi.getter
|
|
53
|
-
def id(self) -> str:
|
|
53
|
+
def id(self) -> _builtins.str:
|
|
54
54
|
return pulumi.get(self, "id")
|
|
55
55
|
|
|
56
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
57
57
|
@pulumi.getter
|
|
58
|
-
def principal(self) -> str:
|
|
58
|
+
def principal(self) -> _builtins.str:
|
|
59
59
|
"""
|
|
60
60
|
(Required String) A principal User to bind the role to, for example, "User:u-111aaa" for binding to a user "u-111aaa", or "User:sa-111aaa" for binding to a service account "sa-111aaa".
|
|
61
61
|
"""
|
|
62
62
|
return pulumi.get(self, "principal")
|
|
63
63
|
|
|
64
|
-
@property
|
|
64
|
+
@_builtins.property
|
|
65
65
|
@pulumi.getter(name="roleName")
|
|
66
|
-
def role_name(self) -> str:
|
|
66
|
+
def role_name(self) -> _builtins.str:
|
|
67
67
|
"""
|
|
68
68
|
(Required String) A name of the role to bind to the principal. See [Confluent Cloud RBAC Roles](https://docs.confluent.io/cloud/current/access-management/access-control/cloud-rbac.html#ccloud-rbac-roles) for a full list of supported role names.
|
|
69
69
|
"""
|
|
@@ -82,7 +82,7 @@ class AwaitableGetRoleBindingResult(GetRoleBindingResult):
|
|
|
82
82
|
role_name=self.role_name)
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
def get_role_binding(id: Optional[str] = None,
|
|
85
|
+
def get_role_binding(id: Optional[_builtins.str] = None,
|
|
86
86
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRoleBindingResult:
|
|
87
87
|
"""
|
|
88
88
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -102,7 +102,7 @@ def get_role_binding(id: Optional[str] = None,
|
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
:param str id: The ID of the Role Binding (for example, `rb-abc123`).
|
|
105
|
+
:param _builtins.str id: The ID of the Role Binding (for example, `rb-abc123`).
|
|
106
106
|
"""
|
|
107
107
|
__args__ = dict()
|
|
108
108
|
__args__['id'] = id
|
|
@@ -114,7 +114,7 @@ def get_role_binding(id: Optional[str] = None,
|
|
|
114
114
|
id=pulumi.get(__ret__, 'id'),
|
|
115
115
|
principal=pulumi.get(__ret__, 'principal'),
|
|
116
116
|
role_name=pulumi.get(__ret__, 'role_name'))
|
|
117
|
-
def get_role_binding_output(id: Optional[pulumi.Input[str]] = None,
|
|
117
|
+
def get_role_binding_output(id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
118
118
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRoleBindingResult]:
|
|
119
119
|
"""
|
|
120
120
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -134,7 +134,7 @@ def get_role_binding_output(id: Optional[pulumi.Input[str]] = None,
|
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
|
|
137
|
-
:param str id: The ID of the Role Binding (for example, `rb-abc123`).
|
|
137
|
+
:param _builtins.str id: The ID of the Role Binding (for example, `rb-abc123`).
|
|
138
138
|
"""
|
|
139
139
|
__args__ = dict()
|
|
140
140
|
__args__['id'] = id
|
|
@@ -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
|
|
@@ -75,33 +75,33 @@ class GetSchemaResult:
|
|
|
75
75
|
raise TypeError("Expected argument 'version' to be a int")
|
|
76
76
|
pulumi.set(__self__, "version", version)
|
|
77
77
|
|
|
78
|
-
@property
|
|
78
|
+
@_builtins.property
|
|
79
79
|
@pulumi.getter
|
|
80
80
|
def credentials(self) -> Optional['outputs.GetSchemaCredentialsResult']:
|
|
81
81
|
return pulumi.get(self, "credentials")
|
|
82
82
|
|
|
83
|
-
@property
|
|
83
|
+
@_builtins.property
|
|
84
84
|
@pulumi.getter
|
|
85
|
-
def format(self) -> str:
|
|
85
|
+
def format(self) -> _builtins.str:
|
|
86
86
|
"""
|
|
87
87
|
(Required String) The format of the schema. Accepted values are: `AVRO`, `PROTOBUF`, and `JSON`.
|
|
88
88
|
"""
|
|
89
89
|
return pulumi.get(self, "format")
|
|
90
90
|
|
|
91
|
-
@property
|
|
91
|
+
@_builtins.property
|
|
92
92
|
@pulumi.getter(name="hardDelete")
|
|
93
|
-
def hard_delete(self) -> bool:
|
|
93
|
+
def hard_delete(self) -> _builtins.bool:
|
|
94
94
|
return pulumi.get(self, "hard_delete")
|
|
95
95
|
|
|
96
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
97
97
|
@pulumi.getter
|
|
98
|
-
def id(self) -> str:
|
|
98
|
+
def id(self) -> _builtins.str:
|
|
99
99
|
"""
|
|
100
100
|
The provider-assigned unique ID for this managed resource.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "id")
|
|
103
103
|
|
|
104
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
105
105
|
@pulumi.getter
|
|
106
106
|
def metadata(self) -> 'outputs.GetSchemaMetadataResult':
|
|
107
107
|
"""
|
|
@@ -109,38 +109,38 @@ class GetSchemaResult:
|
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "metadata")
|
|
111
111
|
|
|
112
|
-
@property
|
|
112
|
+
@_builtins.property
|
|
113
113
|
@pulumi.getter(name="recreateOnUpdate")
|
|
114
|
-
def recreate_on_update(self) -> bool:
|
|
114
|
+
def recreate_on_update(self) -> _builtins.bool:
|
|
115
115
|
return pulumi.get(self, "recreate_on_update")
|
|
116
116
|
|
|
117
|
-
@property
|
|
117
|
+
@_builtins.property
|
|
118
118
|
@pulumi.getter(name="restEndpoint")
|
|
119
|
-
def rest_endpoint(self) -> Optional[str]:
|
|
119
|
+
def rest_endpoint(self) -> Optional[_builtins.str]:
|
|
120
120
|
return pulumi.get(self, "rest_endpoint")
|
|
121
121
|
|
|
122
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
123
123
|
@pulumi.getter
|
|
124
|
-
def ruleset(self) -> 'outputs.GetSchemaRulesetResult':
|
|
124
|
+
def ruleset(self) -> Optional['outputs.GetSchemaRulesetResult']:
|
|
125
125
|
"""
|
|
126
126
|
(Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "ruleset")
|
|
129
129
|
|
|
130
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
131
131
|
@pulumi.getter
|
|
132
|
-
def schema(self) -> str:
|
|
132
|
+
def schema(self) -> _builtins.str:
|
|
133
133
|
"""
|
|
134
134
|
(Required String) The schema string, for example, `file("./schema_version_1.avsc")`.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "schema")
|
|
137
137
|
|
|
138
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
139
139
|
@pulumi.getter(name="schemaIdentifier")
|
|
140
|
-
def schema_identifier(self) -> int:
|
|
140
|
+
def schema_identifier(self) -> _builtins.int:
|
|
141
141
|
return pulumi.get(self, "schema_identifier")
|
|
142
142
|
|
|
143
|
-
@property
|
|
143
|
+
@_builtins.property
|
|
144
144
|
@pulumi.getter(name="schemaReferences")
|
|
145
145
|
def schema_references(self) -> Sequence['outputs.GetSchemaSchemaReferenceResult']:
|
|
146
146
|
"""
|
|
@@ -148,27 +148,27 @@ class GetSchemaResult:
|
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "schema_references")
|
|
150
150
|
|
|
151
|
-
@property
|
|
151
|
+
@_builtins.property
|
|
152
152
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
153
153
|
def schema_registry_cluster(self) -> Optional['outputs.GetSchemaSchemaRegistryClusterResult']:
|
|
154
154
|
return pulumi.get(self, "schema_registry_cluster")
|
|
155
155
|
|
|
156
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
157
157
|
@pulumi.getter(name="skipValidationDuringPlan")
|
|
158
|
-
def skip_validation_during_plan(self) -> bool:
|
|
158
|
+
def skip_validation_during_plan(self) -> _builtins.bool:
|
|
159
159
|
return pulumi.get(self, "skip_validation_during_plan")
|
|
160
160
|
|
|
161
|
-
@property
|
|
161
|
+
@_builtins.property
|
|
162
162
|
@pulumi.getter(name="subjectName")
|
|
163
|
-
def subject_name(self) -> str:
|
|
163
|
+
def subject_name(self) -> _builtins.str:
|
|
164
164
|
"""
|
|
165
165
|
(Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "subject_name")
|
|
168
168
|
|
|
169
|
-
@property
|
|
169
|
+
@_builtins.property
|
|
170
170
|
@pulumi.getter
|
|
171
|
-
def version(self) -> int:
|
|
171
|
+
def version(self) -> _builtins.int:
|
|
172
172
|
"""
|
|
173
173
|
(Required Integer) The version of the Schema, for example, `4`.
|
|
174
174
|
"""
|
|
@@ -200,11 +200,11 @@ class AwaitableGetSchemaResult(GetSchemaResult):
|
|
|
200
200
|
|
|
201
201
|
def get_schema(credentials: Optional[Union['GetSchemaCredentialsArgs', 'GetSchemaCredentialsArgsDict']] = None,
|
|
202
202
|
metadata: Optional[Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict']] = None,
|
|
203
|
-
rest_endpoint: Optional[str] = None,
|
|
203
|
+
rest_endpoint: Optional[_builtins.str] = None,
|
|
204
204
|
ruleset: Optional[Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict']] = None,
|
|
205
|
-
schema_identifier: Optional[int] = None,
|
|
205
|
+
schema_identifier: Optional[_builtins.int] = None,
|
|
206
206
|
schema_registry_cluster: Optional[Union['GetSchemaSchemaRegistryClusterArgs', 'GetSchemaSchemaRegistryClusterArgsDict']] = None,
|
|
207
|
-
subject_name: Optional[str] = None,
|
|
207
|
+
subject_name: Optional[_builtins.str] = None,
|
|
208
208
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaResult:
|
|
209
209
|
"""
|
|
210
210
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -245,12 +245,12 @@ def get_schema(credentials: Optional[Union['GetSchemaCredentialsArgs', 'GetSchem
|
|
|
245
245
|
|
|
246
246
|
|
|
247
247
|
:param Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict'] metadata: (Optional Block) See [here](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html) for more details. Supports the following:
|
|
248
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
248
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
249
249
|
:param Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict'] ruleset: (Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
|
|
250
|
-
:param int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
|
|
250
|
+
:param _builtins.int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
|
|
251
251
|
|
|
252
252
|
> **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
|
|
253
|
-
:param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
|
|
253
|
+
:param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
|
|
254
254
|
"""
|
|
255
255
|
__args__ = dict()
|
|
256
256
|
__args__['credentials'] = credentials
|
|
@@ -281,11 +281,11 @@ def get_schema(credentials: Optional[Union['GetSchemaCredentialsArgs', 'GetSchem
|
|
|
281
281
|
version=pulumi.get(__ret__, 'version'))
|
|
282
282
|
def get_schema_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaCredentialsArgs', 'GetSchemaCredentialsArgsDict']]]] = None,
|
|
283
283
|
metadata: Optional[pulumi.Input[Optional[Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict']]]] = None,
|
|
284
|
-
rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
|
|
284
|
+
rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
285
285
|
ruleset: Optional[pulumi.Input[Optional[Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict']]]] = None,
|
|
286
|
-
schema_identifier: Optional[pulumi.Input[int]] = None,
|
|
286
|
+
schema_identifier: Optional[pulumi.Input[_builtins.int]] = None,
|
|
287
287
|
schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaSchemaRegistryClusterArgs', 'GetSchemaSchemaRegistryClusterArgsDict']]]] = None,
|
|
288
|
-
subject_name: Optional[pulumi.Input[str]] = None,
|
|
288
|
+
subject_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
289
289
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaResult]:
|
|
290
290
|
"""
|
|
291
291
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -326,12 +326,12 @@ def get_schema_output(credentials: Optional[pulumi.Input[Optional[Union['GetSche
|
|
|
326
326
|
|
|
327
327
|
|
|
328
328
|
:param Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict'] metadata: (Optional Block) See [here](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html) for more details. Supports the following:
|
|
329
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
329
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
330
330
|
:param Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict'] ruleset: (Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
|
|
331
|
-
:param int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
|
|
331
|
+
:param _builtins.int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
|
|
332
332
|
|
|
333
333
|
> **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
|
|
334
|
-
:param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
|
|
334
|
+
:param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
|
|
335
335
|
"""
|
|
336
336
|
__args__ = dict()
|
|
337
337
|
__args__['credentials'] = credentials
|
|
@@ -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
|
|
@@ -28,7 +28,7 @@ class GetSchemaRegistryClusterResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getSchemaRegistryCluster.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, api_version=None, catalog_endpoint=None, cloud=None, display_name=None, environment=None, id=None, kind=None, package=None, private_rest_endpoint=None, region=None, resource_name=None, rest_endpoint=None):
|
|
31
|
+
def __init__(__self__, api_version=None, catalog_endpoint=None, cloud=None, display_name=None, environment=None, id=None, kind=None, package=None, private_regional_rest_endpoints=None, private_rest_endpoint=None, region=None, resource_name=None, rest_endpoint=None):
|
|
32
32
|
if api_version and not isinstance(api_version, str):
|
|
33
33
|
raise TypeError("Expected argument 'api_version' to be a str")
|
|
34
34
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -53,6 +53,9 @@ class GetSchemaRegistryClusterResult:
|
|
|
53
53
|
if package and not isinstance(package, str):
|
|
54
54
|
raise TypeError("Expected argument 'package' to be a str")
|
|
55
55
|
pulumi.set(__self__, "package", package)
|
|
56
|
+
if private_regional_rest_endpoints and not isinstance(private_regional_rest_endpoints, dict):
|
|
57
|
+
raise TypeError("Expected argument 'private_regional_rest_endpoints' to be a dict")
|
|
58
|
+
pulumi.set(__self__, "private_regional_rest_endpoints", private_regional_rest_endpoints)
|
|
56
59
|
if private_rest_endpoint and not isinstance(private_rest_endpoint, str):
|
|
57
60
|
raise TypeError("Expected argument 'private_rest_endpoint' to be a str")
|
|
58
61
|
pulumi.set(__self__, "private_rest_endpoint", private_rest_endpoint)
|
|
@@ -66,94 +69,103 @@ class GetSchemaRegistryClusterResult:
|
|
|
66
69
|
raise TypeError("Expected argument 'rest_endpoint' to be a str")
|
|
67
70
|
pulumi.set(__self__, "rest_endpoint", rest_endpoint)
|
|
68
71
|
|
|
69
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
70
73
|
@pulumi.getter(name="apiVersion")
|
|
71
|
-
def api_version(self) -> str:
|
|
74
|
+
def api_version(self) -> _builtins.str:
|
|
72
75
|
"""
|
|
73
76
|
(Required String) An API Version of the schema version of the Schema Registry cluster, for example, `stream-governance/v2`.
|
|
74
77
|
"""
|
|
75
78
|
return pulumi.get(self, "api_version")
|
|
76
79
|
|
|
77
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
78
81
|
@pulumi.getter(name="catalogEndpoint")
|
|
79
|
-
def catalog_endpoint(self) -> str:
|
|
82
|
+
def catalog_endpoint(self) -> _builtins.str:
|
|
80
83
|
"""
|
|
81
84
|
(Required String) The Catalog endpoint of the Schema Registry cluster, for example, `https://psrc-y1113.us-west-2.aws.confluent.cloud`.
|
|
82
85
|
"""
|
|
83
86
|
return pulumi.get(self, "catalog_endpoint")
|
|
84
87
|
|
|
85
|
-
@property
|
|
88
|
+
@_builtins.property
|
|
86
89
|
@pulumi.getter
|
|
87
|
-
def cloud(self) -> str:
|
|
90
|
+
def cloud(self) -> _builtins.str:
|
|
88
91
|
"""
|
|
89
92
|
(Required String) The cloud service provider that the Schema Registry cluster belongs to, for example, `AWS`.
|
|
90
93
|
"""
|
|
91
94
|
return pulumi.get(self, "cloud")
|
|
92
95
|
|
|
93
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
94
97
|
@pulumi.getter(name="displayName")
|
|
95
|
-
def display_name(self) -> str:
|
|
98
|
+
def display_name(self) -> _builtins.str:
|
|
96
99
|
"""
|
|
97
100
|
(Required String) The name of the Schema Registry cluster, for example, `Stream Governance Package`.
|
|
98
101
|
"""
|
|
99
102
|
return pulumi.get(self, "display_name")
|
|
100
103
|
|
|
101
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
102
105
|
@pulumi.getter
|
|
103
106
|
def environment(self) -> 'outputs.GetSchemaRegistryClusterEnvironmentResult':
|
|
104
107
|
return pulumi.get(self, "environment")
|
|
105
108
|
|
|
106
|
-
@property
|
|
109
|
+
@_builtins.property
|
|
107
110
|
@pulumi.getter
|
|
108
|
-
def id(self) -> str:
|
|
111
|
+
def id(self) -> _builtins.str:
|
|
109
112
|
"""
|
|
110
113
|
(Required String) The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
|
|
111
114
|
"""
|
|
112
115
|
return pulumi.get(self, "id")
|
|
113
116
|
|
|
114
|
-
@property
|
|
117
|
+
@_builtins.property
|
|
115
118
|
@pulumi.getter
|
|
116
|
-
def kind(self) -> str:
|
|
119
|
+
def kind(self) -> _builtins.str:
|
|
117
120
|
"""
|
|
118
121
|
(Required String) A kind of the Schema Registry cluster, for example, `Cluster`.
|
|
119
122
|
"""
|
|
120
123
|
return pulumi.get(self, "kind")
|
|
121
124
|
|
|
122
|
-
@property
|
|
125
|
+
@_builtins.property
|
|
123
126
|
@pulumi.getter
|
|
124
|
-
def package(self) -> str:
|
|
127
|
+
def package(self) -> _builtins.str:
|
|
125
128
|
"""
|
|
126
129
|
(Required String) The type of the billing package. Accepted values are: `ESSENTIALS` and `ADVANCED`.
|
|
127
130
|
"""
|
|
128
131
|
return pulumi.get(self, "package")
|
|
129
132
|
|
|
130
|
-
@property
|
|
133
|
+
@_builtins.property
|
|
134
|
+
@pulumi.getter(name="privateRegionalRestEndpoints")
|
|
135
|
+
def private_regional_rest_endpoints(self) -> Mapping[str, _builtins.str]:
|
|
136
|
+
"""
|
|
137
|
+
(Required Map) The private regional HTTP endpoint map of the Schema Registry cluster. For example, to reference the endpoint corresponding to the us-central-1 region, use `private_regional_rest_endpoints["us-central-1"]`.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "private_regional_rest_endpoints")
|
|
140
|
+
|
|
141
|
+
@_builtins.property
|
|
131
142
|
@pulumi.getter(name="privateRestEndpoint")
|
|
132
|
-
|
|
143
|
+
@_utilities.deprecated("""Please use the private_regional_rest_endpoints attribute instead, which supersedes the private_rest_endpoint attribute.""")
|
|
144
|
+
def private_rest_endpoint(self) -> _builtins.str:
|
|
133
145
|
"""
|
|
134
|
-
(Required String) The private HTTP endpoint of the Schema Registry cluster, for example, `https://lsrc.us-west-2.aws.private.confluent.cloud`.
|
|
146
|
+
(Required String, **Deprecated**) The private HTTP endpoint of the Schema Registry cluster, for example, `https://lsrc.us-west-2.aws.private.confluent.cloud`. Please use the `private_regional_rest_endpoints` attribute instead, which supersedes the `private_rest_endpoint` attribute.
|
|
135
147
|
"""
|
|
136
148
|
return pulumi.get(self, "private_rest_endpoint")
|
|
137
149
|
|
|
138
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
139
151
|
@pulumi.getter
|
|
140
|
-
def region(self) -> str:
|
|
152
|
+
def region(self) -> _builtins.str:
|
|
141
153
|
"""
|
|
142
154
|
(Required String) The ID of the Schema Registry region that the Schema Registry cluster belongs to, for example, `us-east4`.
|
|
143
155
|
"""
|
|
144
156
|
return pulumi.get(self, "region")
|
|
145
157
|
|
|
146
|
-
@property
|
|
158
|
+
@_builtins.property
|
|
147
159
|
@pulumi.getter(name="resourceName")
|
|
148
|
-
def resource_name(self) -> str:
|
|
160
|
+
def resource_name(self) -> _builtins.str:
|
|
149
161
|
"""
|
|
150
162
|
(Required String) The Confluent Resource Name of the Schema Registry cluster, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/schema-registry=lsrc-abc123`.
|
|
151
163
|
"""
|
|
152
164
|
return pulumi.get(self, "resource_name")
|
|
153
165
|
|
|
154
|
-
@property
|
|
166
|
+
@_builtins.property
|
|
155
167
|
@pulumi.getter(name="restEndpoint")
|
|
156
|
-
def rest_endpoint(self) -> str:
|
|
168
|
+
def rest_endpoint(self) -> _builtins.str:
|
|
157
169
|
"""
|
|
158
170
|
(Required String) The HTTP endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-west-2.aws.confluent.cloud`.
|
|
159
171
|
"""
|
|
@@ -174,15 +186,16 @@ class AwaitableGetSchemaRegistryClusterResult(GetSchemaRegistryClusterResult):
|
|
|
174
186
|
id=self.id,
|
|
175
187
|
kind=self.kind,
|
|
176
188
|
package=self.package,
|
|
189
|
+
private_regional_rest_endpoints=self.private_regional_rest_endpoints,
|
|
177
190
|
private_rest_endpoint=self.private_rest_endpoint,
|
|
178
191
|
region=self.region,
|
|
179
192
|
resource_name=self.resource_name,
|
|
180
193
|
rest_endpoint=self.rest_endpoint)
|
|
181
194
|
|
|
182
195
|
|
|
183
|
-
def get_schema_registry_cluster(display_name: Optional[str] = None,
|
|
196
|
+
def get_schema_registry_cluster(display_name: Optional[_builtins.str] = None,
|
|
184
197
|
environment: Optional[Union['GetSchemaRegistryClusterEnvironmentArgs', 'GetSchemaRegistryClusterEnvironmentArgsDict']] = None,
|
|
185
|
-
id: Optional[str] = None,
|
|
198
|
+
id: Optional[_builtins.str] = None,
|
|
186
199
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryClusterResult:
|
|
187
200
|
"""
|
|
188
201
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -213,8 +226,8 @@ def get_schema_registry_cluster(display_name: Optional[str] = None,
|
|
|
213
226
|
```
|
|
214
227
|
|
|
215
228
|
|
|
216
|
-
:param str display_name: The name for the Schema Registry cluster.
|
|
217
|
-
:param str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
|
|
229
|
+
:param _builtins.str display_name: The name for the Schema Registry cluster.
|
|
230
|
+
:param _builtins.str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
|
|
218
231
|
"""
|
|
219
232
|
__args__ = dict()
|
|
220
233
|
__args__['displayName'] = display_name
|
|
@@ -232,13 +245,14 @@ def get_schema_registry_cluster(display_name: Optional[str] = None,
|
|
|
232
245
|
id=pulumi.get(__ret__, 'id'),
|
|
233
246
|
kind=pulumi.get(__ret__, 'kind'),
|
|
234
247
|
package=pulumi.get(__ret__, 'package'),
|
|
248
|
+
private_regional_rest_endpoints=pulumi.get(__ret__, 'private_regional_rest_endpoints'),
|
|
235
249
|
private_rest_endpoint=pulumi.get(__ret__, 'private_rest_endpoint'),
|
|
236
250
|
region=pulumi.get(__ret__, 'region'),
|
|
237
251
|
resource_name=pulumi.get(__ret__, 'resource_name'),
|
|
238
252
|
rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'))
|
|
239
|
-
def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
253
|
+
def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
240
254
|
environment: Optional[pulumi.Input[Union['GetSchemaRegistryClusterEnvironmentArgs', 'GetSchemaRegistryClusterEnvironmentArgsDict']]] = None,
|
|
241
|
-
id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
255
|
+
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
242
256
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterResult]:
|
|
243
257
|
"""
|
|
244
258
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -269,8 +283,8 @@ def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optio
|
|
|
269
283
|
```
|
|
270
284
|
|
|
271
285
|
|
|
272
|
-
:param str display_name: The name for the Schema Registry cluster.
|
|
273
|
-
:param str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
|
|
286
|
+
:param _builtins.str display_name: The name for the Schema Registry cluster.
|
|
287
|
+
:param _builtins.str id: The ID of the Schema Registry cluster (for example, `lsrc-abc123`).
|
|
274
288
|
"""
|
|
275
289
|
__args__ = dict()
|
|
276
290
|
__args__['displayName'] = display_name
|
|
@@ -287,6 +301,7 @@ def get_schema_registry_cluster_output(display_name: Optional[pulumi.Input[Optio
|
|
|
287
301
|
id=pulumi.get(__response__, 'id'),
|
|
288
302
|
kind=pulumi.get(__response__, 'kind'),
|
|
289
303
|
package=pulumi.get(__response__, 'package'),
|
|
304
|
+
private_regional_rest_endpoints=pulumi.get(__response__, 'private_regional_rest_endpoints'),
|
|
290
305
|
private_rest_endpoint=pulumi.get(__response__, 'private_rest_endpoint'),
|
|
291
306
|
region=pulumi.get(__response__, 'region'),
|
|
292
307
|
resource_name=pulumi.get(__response__, 'resource_name'),
|
|
@@ -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
|
|
@@ -48,41 +48,41 @@ class GetSchemaRegistryClusterConfigResult:
|
|
|
48
48
|
raise TypeError("Expected argument 'schema_registry_cluster' to be a dict")
|
|
49
49
|
pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
|
|
50
50
|
|
|
51
|
-
@property
|
|
51
|
+
@_builtins.property
|
|
52
52
|
@pulumi.getter(name="compatibilityGroup")
|
|
53
|
-
def compatibility_group(self) -> str:
|
|
53
|
+
def compatibility_group(self) -> _builtins.str:
|
|
54
54
|
"""
|
|
55
55
|
(Required String) The global Schema Registry compatibility group.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "compatibility_group")
|
|
58
58
|
|
|
59
|
-
@property
|
|
59
|
+
@_builtins.property
|
|
60
60
|
@pulumi.getter(name="compatibilityLevel")
|
|
61
|
-
def compatibility_level(self) -> str:
|
|
61
|
+
def compatibility_level(self) -> _builtins.str:
|
|
62
62
|
"""
|
|
63
63
|
(Required String) The global Schema Registry compatibility level. Accepted values are: `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE`, and `NONE`. See the [Compatibility Types](https://docs.confluent.io/platform/current/schema-registry/avro.html#compatibility-types) for more details.
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "compatibility_level")
|
|
66
66
|
|
|
67
|
-
@property
|
|
67
|
+
@_builtins.property
|
|
68
68
|
@pulumi.getter
|
|
69
69
|
def credentials(self) -> Optional['outputs.GetSchemaRegistryClusterConfigCredentialsResult']:
|
|
70
70
|
return pulumi.get(self, "credentials")
|
|
71
71
|
|
|
72
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
73
73
|
@pulumi.getter
|
|
74
|
-
def id(self) -> str:
|
|
74
|
+
def id(self) -> _builtins.str:
|
|
75
75
|
"""
|
|
76
76
|
The provider-assigned unique ID for this managed resource.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "id")
|
|
79
79
|
|
|
80
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
81
81
|
@pulumi.getter(name="restEndpoint")
|
|
82
|
-
def rest_endpoint(self) -> Optional[str]:
|
|
82
|
+
def rest_endpoint(self) -> Optional[_builtins.str]:
|
|
83
83
|
return pulumi.get(self, "rest_endpoint")
|
|
84
84
|
|
|
85
|
-
@property
|
|
85
|
+
@_builtins.property
|
|
86
86
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
87
87
|
def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryClusterConfigSchemaRegistryClusterResult']:
|
|
88
88
|
return pulumi.get(self, "schema_registry_cluster")
|
|
@@ -103,7 +103,7 @@ class AwaitableGetSchemaRegistryClusterConfigResult(GetSchemaRegistryClusterConf
|
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaRegistryClusterConfigCredentialsArgs', 'GetSchemaRegistryClusterConfigCredentialsArgsDict']] = None,
|
|
106
|
-
rest_endpoint: Optional[str] = None,
|
|
106
|
+
rest_endpoint: Optional[_builtins.str] = None,
|
|
107
107
|
schema_registry_cluster: Optional[Union['GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterConfigSchemaRegistryClusterArgsDict']] = None,
|
|
108
108
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryClusterConfigResult:
|
|
109
109
|
"""
|
|
@@ -141,7 +141,7 @@ def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaReg
|
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
144
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
145
145
|
"""
|
|
146
146
|
__args__ = dict()
|
|
147
147
|
__args__['credentials'] = credentials
|
|
@@ -158,7 +158,7 @@ def get_schema_registry_cluster_config(credentials: Optional[Union['GetSchemaReg
|
|
|
158
158
|
rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'),
|
|
159
159
|
schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'))
|
|
160
160
|
def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterConfigCredentialsArgs', 'GetSchemaRegistryClusterConfigCredentialsArgsDict']]]] = None,
|
|
161
|
-
rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
|
|
161
|
+
rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
162
162
|
schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs', 'GetSchemaRegistryClusterConfigSchemaRegistryClusterArgsDict']]]] = None,
|
|
163
163
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryClusterConfigResult]:
|
|
164
164
|
"""
|
|
@@ -196,7 +196,7 @@ def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input
|
|
|
196
196
|
```
|
|
197
197
|
|
|
198
198
|
|
|
199
|
-
:param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
199
|
+
:param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
200
200
|
"""
|
|
201
201
|
__args__ = dict()
|
|
202
202
|
__args__['credentials'] = credentials
|