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.
- pulumi_confluentcloud/__init__.py +81 -1
- pulumi_confluentcloud/_inputs.py +4170 -2453
- pulumi_confluentcloud/_utilities.py +9 -5
- pulumi_confluentcloud/access_point.py +144 -36
- pulumi_confluentcloud/api_key.py +138 -272
- pulumi_confluentcloud/business_metadata.py +76 -73
- pulumi_confluentcloud/business_metadata_binding.py +101 -98
- pulumi_confluentcloud/byok_key.py +12 -11
- pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
- pulumi_confluentcloud/catalog_integration.py +544 -0
- pulumi_confluentcloud/certificate_authority.py +156 -155
- pulumi_confluentcloud/certificate_pool.py +74 -73
- pulumi_confluentcloud/cluster_link.py +168 -91
- pulumi_confluentcloud/config/__init__.py +2 -1
- pulumi_confluentcloud/config/__init__.pyi +23 -2
- pulumi_confluentcloud/config/outputs.py +110 -0
- pulumi_confluentcloud/config/vars.py +50 -21
- pulumi_confluentcloud/connect_artifact.py +478 -0
- pulumi_confluentcloud/connector.py +303 -81
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +88 -45
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +250 -194
- pulumi_confluentcloud/flink_compute_pool.py +101 -100
- pulumi_confluentcloud/flink_connection.py +935 -0
- pulumi_confluentcloud/flink_statement.py +218 -124
- pulumi_confluentcloud/gateway.py +44 -31
- pulumi_confluentcloud/get_access_point.py +36 -16
- pulumi_confluentcloud/get_business_metadata.py +25 -23
- pulumi_confluentcloud/get_business_metadata_binding.py +34 -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 +274 -0
- 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 +59 -41
- 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 +45 -17
- 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 +51 -36
- 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 +26 -24
- pulumi_confluentcloud/get_tag_binding.py +32 -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 -207
- pulumi_confluentcloud/kafka_cluster_config.py +43 -42
- pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
- pulumi_confluentcloud/kafka_topic.py +132 -131
- pulumi_confluentcloud/ksql_cluster.py +117 -120
- pulumi_confluentcloud/network.py +235 -198
- pulumi_confluentcloud/network_link_endpoint.py +62 -68
- pulumi_confluentcloud/network_link_service.py +62 -68
- pulumi_confluentcloud/outputs.py +3400 -2088
- pulumi_confluentcloud/peering.py +128 -48
- pulumi_confluentcloud/plugin.py +428 -0
- pulumi_confluentcloud/private_link_access.py +54 -60
- pulumi_confluentcloud/private_link_attachment.py +93 -88
- pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
- pulumi_confluentcloud/provider.py +318 -192
- pulumi_confluentcloud/provider_integration.py +45 -34
- pulumi_confluentcloud/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 +82 -79
- pulumi_confluentcloud/tag_binding.py +121 -84
- pulumi_confluentcloud/tf_importer.py +39 -36
- pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
- {pulumi_confluentcloud-2.13.0a1735836869.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.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
- {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
|
|
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,23 @@ __all__ = ['SubjectConfigArgs', 'SubjectConfig']
|
|
|
21
21
|
@pulumi.input_type
|
|
22
22
|
class SubjectConfigArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
|
-
subject_name: pulumi.Input[str],
|
|
25
|
-
compatibility_group: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
compatibility_level: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
subject_name: pulumi.Input[_builtins.str],
|
|
25
|
+
compatibility_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
compatibility_level: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
27
|
credentials: Optional[pulumi.Input['SubjectConfigCredentialsArgs']] = 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['SubjectConfigSchemaRegistryClusterArgs']] = None):
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a SubjectConfig resource.
|
|
32
|
-
:param pulumi.Input[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`.
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
:param pulumi.Input[_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`.
|
|
33
|
+
|
|
34
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
35
|
+
|
|
36
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
37
|
+
:param pulumi.Input[_builtins.str] compatibility_group: The Compatibility Group of the specified subject.
|
|
38
|
+
:param pulumi.Input[_builtins.str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
35
39
|
:param pulumi.Input['SubjectConfigCredentialsArgs'] 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`).
|
|
40
|
+
: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
41
|
"""
|
|
38
42
|
pulumi.set(__self__, "subject_name", subject_name)
|
|
39
43
|
if compatibility_group is not None:
|
|
@@ -47,43 +51,47 @@ class SubjectConfigArgs:
|
|
|
47
51
|
if schema_registry_cluster is not None:
|
|
48
52
|
pulumi.set(__self__, "schema_registry_cluster", schema_registry_cluster)
|
|
49
53
|
|
|
50
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
51
55
|
@pulumi.getter(name="subjectName")
|
|
52
|
-
def subject_name(self) -> pulumi.Input[str]:
|
|
56
|
+
def subject_name(self) -> pulumi.Input[_builtins.str]:
|
|
53
57
|
"""
|
|
54
58
|
The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
|
|
59
|
+
|
|
60
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
61
|
+
|
|
62
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
55
63
|
"""
|
|
56
64
|
return pulumi.get(self, "subject_name")
|
|
57
65
|
|
|
58
66
|
@subject_name.setter
|
|
59
|
-
def subject_name(self, value: pulumi.Input[str]):
|
|
67
|
+
def subject_name(self, value: pulumi.Input[_builtins.str]):
|
|
60
68
|
pulumi.set(self, "subject_name", value)
|
|
61
69
|
|
|
62
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
63
71
|
@pulumi.getter(name="compatibilityGroup")
|
|
64
|
-
def compatibility_group(self) -> Optional[pulumi.Input[str]]:
|
|
72
|
+
def compatibility_group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
65
73
|
"""
|
|
66
74
|
The Compatibility Group of the specified subject.
|
|
67
75
|
"""
|
|
68
76
|
return pulumi.get(self, "compatibility_group")
|
|
69
77
|
|
|
70
78
|
@compatibility_group.setter
|
|
71
|
-
def compatibility_group(self, value: Optional[pulumi.Input[str]]):
|
|
79
|
+
def compatibility_group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
72
80
|
pulumi.set(self, "compatibility_group", value)
|
|
73
81
|
|
|
74
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
75
83
|
@pulumi.getter(name="compatibilityLevel")
|
|
76
|
-
def compatibility_level(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
+
def compatibility_level(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
77
85
|
"""
|
|
78
86
|
The Compatibility Level of the specified subject. 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.
|
|
79
87
|
"""
|
|
80
88
|
return pulumi.get(self, "compatibility_level")
|
|
81
89
|
|
|
82
90
|
@compatibility_level.setter
|
|
83
|
-
def compatibility_level(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
+
def compatibility_level(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
84
92
|
pulumi.set(self, "compatibility_level", value)
|
|
85
93
|
|
|
86
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
87
95
|
@pulumi.getter
|
|
88
96
|
def credentials(self) -> Optional[pulumi.Input['SubjectConfigCredentialsArgs']]:
|
|
89
97
|
"""
|
|
@@ -95,19 +103,19 @@ class SubjectConfigArgs:
|
|
|
95
103
|
def credentials(self, value: Optional[pulumi.Input['SubjectConfigCredentialsArgs']]):
|
|
96
104
|
pulumi.set(self, "credentials", value)
|
|
97
105
|
|
|
98
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
99
107
|
@pulumi.getter(name="restEndpoint")
|
|
100
|
-
def rest_endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
108
|
+
def rest_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
101
109
|
"""
|
|
102
110
|
The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
103
111
|
"""
|
|
104
112
|
return pulumi.get(self, "rest_endpoint")
|
|
105
113
|
|
|
106
114
|
@rest_endpoint.setter
|
|
107
|
-
def rest_endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
115
|
+
def rest_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
108
116
|
pulumi.set(self, "rest_endpoint", value)
|
|
109
117
|
|
|
110
|
-
@property
|
|
118
|
+
@_builtins.property
|
|
111
119
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
112
120
|
def schema_registry_cluster(self) -> Optional[pulumi.Input['SubjectConfigSchemaRegistryClusterArgs']]:
|
|
113
121
|
return pulumi.get(self, "schema_registry_cluster")
|
|
@@ -120,19 +128,23 @@ class SubjectConfigArgs:
|
|
|
120
128
|
@pulumi.input_type
|
|
121
129
|
class _SubjectConfigState:
|
|
122
130
|
def __init__(__self__, *,
|
|
123
|
-
compatibility_group: Optional[pulumi.Input[str]] = None,
|
|
124
|
-
compatibility_level: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
compatibility_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
132
|
+
compatibility_level: Optional[pulumi.Input[_builtins.str]] = None,
|
|
125
133
|
credentials: Optional[pulumi.Input['SubjectConfigCredentialsArgs']] = None,
|
|
126
|
-
rest_endpoint: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
127
135
|
schema_registry_cluster: Optional[pulumi.Input['SubjectConfigSchemaRegistryClusterArgs']] = None,
|
|
128
|
-
subject_name: Optional[pulumi.Input[str]] = None):
|
|
136
|
+
subject_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
129
137
|
"""
|
|
130
138
|
Input properties used for looking up and filtering SubjectConfig resources.
|
|
131
|
-
:param pulumi.Input[str] compatibility_group: The Compatibility Group of the specified subject.
|
|
132
|
-
:param pulumi.Input[str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
139
|
+
:param pulumi.Input[_builtins.str] compatibility_group: The Compatibility Group of the specified subject.
|
|
140
|
+
:param pulumi.Input[_builtins.str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
133
141
|
:param pulumi.Input['SubjectConfigCredentialsArgs'] credentials: The Cluster API Credentials.
|
|
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`).
|
|
135
|
-
:param pulumi.Input[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`.
|
|
142
|
+
: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`).
|
|
143
|
+
:param pulumi.Input[_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`.
|
|
144
|
+
|
|
145
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
146
|
+
|
|
147
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
136
148
|
"""
|
|
137
149
|
if compatibility_group is not None:
|
|
138
150
|
pulumi.set(__self__, "compatibility_group", compatibility_group)
|
|
@@ -147,31 +159,31 @@ class _SubjectConfigState:
|
|
|
147
159
|
if subject_name is not None:
|
|
148
160
|
pulumi.set(__self__, "subject_name", subject_name)
|
|
149
161
|
|
|
150
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
151
163
|
@pulumi.getter(name="compatibilityGroup")
|
|
152
|
-
def compatibility_group(self) -> Optional[pulumi.Input[str]]:
|
|
164
|
+
def compatibility_group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
153
165
|
"""
|
|
154
166
|
The Compatibility Group of the specified subject.
|
|
155
167
|
"""
|
|
156
168
|
return pulumi.get(self, "compatibility_group")
|
|
157
169
|
|
|
158
170
|
@compatibility_group.setter
|
|
159
|
-
def compatibility_group(self, value: Optional[pulumi.Input[str]]):
|
|
171
|
+
def compatibility_group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
160
172
|
pulumi.set(self, "compatibility_group", value)
|
|
161
173
|
|
|
162
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
163
175
|
@pulumi.getter(name="compatibilityLevel")
|
|
164
|
-
def compatibility_level(self) -> Optional[pulumi.Input[str]]:
|
|
176
|
+
def compatibility_level(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
165
177
|
"""
|
|
166
178
|
The Compatibility Level of the specified subject. 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.
|
|
167
179
|
"""
|
|
168
180
|
return pulumi.get(self, "compatibility_level")
|
|
169
181
|
|
|
170
182
|
@compatibility_level.setter
|
|
171
|
-
def compatibility_level(self, value: Optional[pulumi.Input[str]]):
|
|
183
|
+
def compatibility_level(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
172
184
|
pulumi.set(self, "compatibility_level", value)
|
|
173
185
|
|
|
174
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
175
187
|
@pulumi.getter
|
|
176
188
|
def credentials(self) -> Optional[pulumi.Input['SubjectConfigCredentialsArgs']]:
|
|
177
189
|
"""
|
|
@@ -183,19 +195,19 @@ class _SubjectConfigState:
|
|
|
183
195
|
def credentials(self, value: Optional[pulumi.Input['SubjectConfigCredentialsArgs']]):
|
|
184
196
|
pulumi.set(self, "credentials", value)
|
|
185
197
|
|
|
186
|
-
@property
|
|
198
|
+
@_builtins.property
|
|
187
199
|
@pulumi.getter(name="restEndpoint")
|
|
188
|
-
def rest_endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
200
|
+
def rest_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
189
201
|
"""
|
|
190
202
|
The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
191
203
|
"""
|
|
192
204
|
return pulumi.get(self, "rest_endpoint")
|
|
193
205
|
|
|
194
206
|
@rest_endpoint.setter
|
|
195
|
-
def rest_endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
207
|
+
def rest_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
196
208
|
pulumi.set(self, "rest_endpoint", value)
|
|
197
209
|
|
|
198
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
199
211
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
200
212
|
def schema_registry_cluster(self) -> Optional[pulumi.Input['SubjectConfigSchemaRegistryClusterArgs']]:
|
|
201
213
|
return pulumi.get(self, "schema_registry_cluster")
|
|
@@ -204,30 +216,35 @@ class _SubjectConfigState:
|
|
|
204
216
|
def schema_registry_cluster(self, value: Optional[pulumi.Input['SubjectConfigSchemaRegistryClusterArgs']]):
|
|
205
217
|
pulumi.set(self, "schema_registry_cluster", value)
|
|
206
218
|
|
|
207
|
-
@property
|
|
219
|
+
@_builtins.property
|
|
208
220
|
@pulumi.getter(name="subjectName")
|
|
209
|
-
def subject_name(self) -> Optional[pulumi.Input[str]]:
|
|
221
|
+
def subject_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
210
222
|
"""
|
|
211
223
|
The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
|
|
224
|
+
|
|
225
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
226
|
+
|
|
227
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
212
228
|
"""
|
|
213
229
|
return pulumi.get(self, "subject_name")
|
|
214
230
|
|
|
215
231
|
@subject_name.setter
|
|
216
|
-
def subject_name(self, value: Optional[pulumi.Input[str]]):
|
|
232
|
+
def subject_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
217
233
|
pulumi.set(self, "subject_name", value)
|
|
218
234
|
|
|
219
235
|
|
|
236
|
+
@pulumi.type_token("confluentcloud:index/subjectConfig:SubjectConfig")
|
|
220
237
|
class SubjectConfig(pulumi.CustomResource):
|
|
221
238
|
@overload
|
|
222
239
|
def __init__(__self__,
|
|
223
240
|
resource_name: str,
|
|
224
241
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
225
|
-
compatibility_group: Optional[pulumi.Input[str]] = None,
|
|
226
|
-
compatibility_level: Optional[pulumi.Input[str]] = None,
|
|
242
|
+
compatibility_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
243
|
+
compatibility_level: Optional[pulumi.Input[_builtins.str]] = None,
|
|
227
244
|
credentials: Optional[pulumi.Input[Union['SubjectConfigCredentialsArgs', 'SubjectConfigCredentialsArgsDict']]] = None,
|
|
228
|
-
rest_endpoint: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
229
246
|
schema_registry_cluster: Optional[pulumi.Input[Union['SubjectConfigSchemaRegistryClusterArgs', 'SubjectConfigSchemaRegistryClusterArgsDict']]] = None,
|
|
230
|
-
subject_name: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
subject_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
231
248
|
__props__=None):
|
|
232
249
|
"""
|
|
233
250
|
## Example Usage
|
|
@@ -282,11 +299,15 @@ class SubjectConfig(pulumi.CustomResource):
|
|
|
282
299
|
|
|
283
300
|
:param str resource_name: The name of the resource.
|
|
284
301
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
285
|
-
:param pulumi.Input[str] compatibility_group: The Compatibility Group of the specified subject.
|
|
286
|
-
:param pulumi.Input[str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
302
|
+
:param pulumi.Input[_builtins.str] compatibility_group: The Compatibility Group of the specified subject.
|
|
303
|
+
:param pulumi.Input[_builtins.str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
287
304
|
:param pulumi.Input[Union['SubjectConfigCredentialsArgs', 'SubjectConfigCredentialsArgsDict']] credentials: The Cluster API Credentials.
|
|
288
|
-
: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`).
|
|
289
|
-
:param pulumi.Input[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`.
|
|
305
|
+
: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`).
|
|
306
|
+
:param pulumi.Input[_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`.
|
|
307
|
+
|
|
308
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
309
|
+
|
|
310
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
290
311
|
"""
|
|
291
312
|
...
|
|
292
313
|
@overload
|
|
@@ -360,12 +381,12 @@ class SubjectConfig(pulumi.CustomResource):
|
|
|
360
381
|
def _internal_init(__self__,
|
|
361
382
|
resource_name: str,
|
|
362
383
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
363
|
-
compatibility_group: Optional[pulumi.Input[str]] = None,
|
|
364
|
-
compatibility_level: Optional[pulumi.Input[str]] = None,
|
|
384
|
+
compatibility_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
385
|
+
compatibility_level: Optional[pulumi.Input[_builtins.str]] = None,
|
|
365
386
|
credentials: Optional[pulumi.Input[Union['SubjectConfigCredentialsArgs', 'SubjectConfigCredentialsArgsDict']]] = None,
|
|
366
|
-
rest_endpoint: Optional[pulumi.Input[str]] = None,
|
|
387
|
+
rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
367
388
|
schema_registry_cluster: Optional[pulumi.Input[Union['SubjectConfigSchemaRegistryClusterArgs', 'SubjectConfigSchemaRegistryClusterArgsDict']]] = None,
|
|
368
|
-
subject_name: Optional[pulumi.Input[str]] = None,
|
|
389
|
+
subject_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
369
390
|
__props__=None):
|
|
370
391
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
371
392
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -395,12 +416,12 @@ class SubjectConfig(pulumi.CustomResource):
|
|
|
395
416
|
def get(resource_name: str,
|
|
396
417
|
id: pulumi.Input[str],
|
|
397
418
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
398
|
-
compatibility_group: Optional[pulumi.Input[str]] = None,
|
|
399
|
-
compatibility_level: Optional[pulumi.Input[str]] = None,
|
|
419
|
+
compatibility_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
420
|
+
compatibility_level: Optional[pulumi.Input[_builtins.str]] = None,
|
|
400
421
|
credentials: Optional[pulumi.Input[Union['SubjectConfigCredentialsArgs', 'SubjectConfigCredentialsArgsDict']]] = None,
|
|
401
|
-
rest_endpoint: Optional[pulumi.Input[str]] = None,
|
|
422
|
+
rest_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
402
423
|
schema_registry_cluster: Optional[pulumi.Input[Union['SubjectConfigSchemaRegistryClusterArgs', 'SubjectConfigSchemaRegistryClusterArgsDict']]] = None,
|
|
403
|
-
subject_name: Optional[pulumi.Input[str]] = None) -> 'SubjectConfig':
|
|
424
|
+
subject_name: Optional[pulumi.Input[_builtins.str]] = None) -> 'SubjectConfig':
|
|
404
425
|
"""
|
|
405
426
|
Get an existing SubjectConfig resource's state with the given name, id, and optional extra
|
|
406
427
|
properties used to qualify the lookup.
|
|
@@ -408,11 +429,15 @@ class SubjectConfig(pulumi.CustomResource):
|
|
|
408
429
|
:param str resource_name: The unique name of the resulting resource.
|
|
409
430
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
410
431
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
411
|
-
:param pulumi.Input[str] compatibility_group: The Compatibility Group of the specified subject.
|
|
412
|
-
:param pulumi.Input[str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
432
|
+
:param pulumi.Input[_builtins.str] compatibility_group: The Compatibility Group of the specified subject.
|
|
433
|
+
:param pulumi.Input[_builtins.str] compatibility_level: The Compatibility Level of the specified subject. 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.
|
|
413
434
|
:param pulumi.Input[Union['SubjectConfigCredentialsArgs', 'SubjectConfigCredentialsArgsDict']] credentials: The Cluster API Credentials.
|
|
414
|
-
: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`).
|
|
415
|
-
:param pulumi.Input[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`.
|
|
435
|
+
: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`).
|
|
436
|
+
:param pulumi.Input[_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`.
|
|
437
|
+
|
|
438
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
439
|
+
|
|
440
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
416
441
|
"""
|
|
417
442
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
418
443
|
|
|
@@ -426,23 +451,23 @@ class SubjectConfig(pulumi.CustomResource):
|
|
|
426
451
|
__props__.__dict__["subject_name"] = subject_name
|
|
427
452
|
return SubjectConfig(resource_name, opts=opts, __props__=__props__)
|
|
428
453
|
|
|
429
|
-
@property
|
|
454
|
+
@_builtins.property
|
|
430
455
|
@pulumi.getter(name="compatibilityGroup")
|
|
431
|
-
def compatibility_group(self) -> pulumi.Output[str]:
|
|
456
|
+
def compatibility_group(self) -> pulumi.Output[_builtins.str]:
|
|
432
457
|
"""
|
|
433
458
|
The Compatibility Group of the specified subject.
|
|
434
459
|
"""
|
|
435
460
|
return pulumi.get(self, "compatibility_group")
|
|
436
461
|
|
|
437
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
438
463
|
@pulumi.getter(name="compatibilityLevel")
|
|
439
|
-
def compatibility_level(self) -> pulumi.Output[str]:
|
|
464
|
+
def compatibility_level(self) -> pulumi.Output[_builtins.str]:
|
|
440
465
|
"""
|
|
441
466
|
The Compatibility Level of the specified subject. 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.
|
|
442
467
|
"""
|
|
443
468
|
return pulumi.get(self, "compatibility_level")
|
|
444
469
|
|
|
445
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
446
471
|
@pulumi.getter
|
|
447
472
|
def credentials(self) -> pulumi.Output[Optional['outputs.SubjectConfigCredentials']]:
|
|
448
473
|
"""
|
|
@@ -450,24 +475,28 @@ class SubjectConfig(pulumi.CustomResource):
|
|
|
450
475
|
"""
|
|
451
476
|
return pulumi.get(self, "credentials")
|
|
452
477
|
|
|
453
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
454
479
|
@pulumi.getter(name="restEndpoint")
|
|
455
|
-
def rest_endpoint(self) -> pulumi.Output[Optional[str]]:
|
|
480
|
+
def rest_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
456
481
|
"""
|
|
457
482
|
The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
|
|
458
483
|
"""
|
|
459
484
|
return pulumi.get(self, "rest_endpoint")
|
|
460
485
|
|
|
461
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
462
487
|
@pulumi.getter(name="schemaRegistryCluster")
|
|
463
488
|
def schema_registry_cluster(self) -> pulumi.Output[Optional['outputs.SubjectConfigSchemaRegistryCluster']]:
|
|
464
489
|
return pulumi.get(self, "schema_registry_cluster")
|
|
465
490
|
|
|
466
|
-
@property
|
|
491
|
+
@_builtins.property
|
|
467
492
|
@pulumi.getter(name="subjectName")
|
|
468
|
-
def subject_name(self) -> pulumi.Output[str]:
|
|
493
|
+
def subject_name(self) -> pulumi.Output[_builtins.str]:
|
|
469
494
|
"""
|
|
470
495
|
The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
|
|
496
|
+
|
|
497
|
+
> **Note:** If you want to reference the subject that is located in a custom context, use the following naming pattern: `:.contextName:subjectName`. For example, use `subject_name = ":.context1:test-subject"` to reference the subject named `test-subject` in the `context1` context, and use `subject_name = "test-subject"` to reference the subject named `test-subject` in the `default` context.
|
|
498
|
+
|
|
499
|
+
> **Note:** To configure a config at the context level, affecting all subjects created within that context, use the following naming pattern: `:.contextName:`. For example, to set the global configuration for the `context1` context, use `subject_name = ":.context1:"`.
|
|
471
500
|
"""
|
|
472
501
|
return pulumi.get(self, "subject_name")
|
|
473
502
|
|