pulumi-confluentcloud 2.10.0a1731389320__py3-none-any.whl → 2.54.0a1766503424__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.
Files changed (134) hide show
  1. pulumi_confluentcloud/__init__.py +102 -1
  2. pulumi_confluentcloud/_inputs.py +4870 -2499
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +188 -33
  5. pulumi_confluentcloud/api_key.py +178 -144
  6. pulumi_confluentcloud/business_metadata.py +76 -73
  7. pulumi_confluentcloud/business_metadata_binding.py +101 -98
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +158 -157
  12. pulumi_confluentcloud/certificate_pool.py +76 -75
  13. pulumi_confluentcloud/cluster_link.py +168 -91
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +23 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +50 -21
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +399 -87
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +136 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +254 -198
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +218 -124
  29. pulumi_confluentcloud/gateway.py +88 -28
  30. pulumi_confluentcloud/get_access_point.py +51 -17
  31. pulumi_confluentcloud/get_business_metadata.py +27 -25
  32. pulumi_confluentcloud/get_business_metadata_binding.py +36 -34
  33. pulumi_confluentcloud/get_byok_key.py +13 -13
  34. pulumi_confluentcloud/get_catalog_integration.py +248 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +42 -42
  36. pulumi_confluentcloud/get_certificate_pool.py +21 -21
  37. pulumi_confluentcloud/get_cluster_link.py +274 -0
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +17 -17
  40. pulumi_confluentcloud/get_environment.py +19 -19
  41. pulumi_confluentcloud/get_environments.py +8 -8
  42. pulumi_confluentcloud/get_flink_artifact.py +61 -43
  43. pulumi_confluentcloud/get_flink_compute_pool.py +29 -29
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +26 -26
  46. pulumi_confluentcloud/get_gateway.py +60 -18
  47. pulumi_confluentcloud/get_group_mapping.py +20 -20
  48. pulumi_confluentcloud/get_identity_pool.py +23 -23
  49. pulumi_confluentcloud/get_identity_provider.py +37 -23
  50. pulumi_confluentcloud/get_invitation.py +22 -22
  51. pulumi_confluentcloud/get_ip_addresses.py +8 -8
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +19 -19
  55. pulumi_confluentcloud/get_kafka_cluster.py +57 -43
  56. pulumi_confluentcloud/get_kafka_clusters.py +136 -0
  57. pulumi_confluentcloud/get_kafka_topic.py +24 -24
  58. pulumi_confluentcloud/get_ksql_cluster.py +35 -35
  59. pulumi_confluentcloud/get_network.py +56 -42
  60. pulumi_confluentcloud/get_network_link_endpoint.py +19 -19
  61. pulumi_confluentcloud/get_network_link_service.py +25 -19
  62. pulumi_confluentcloud/get_organization.py +8 -8
  63. pulumi_confluentcloud/get_peering.py +21 -21
  64. pulumi_confluentcloud/get_private_link_access.py +21 -21
  65. pulumi_confluentcloud/get_private_link_attachment.py +31 -29
  66. pulumi_confluentcloud/get_private_link_attachment_connection.py +26 -23
  67. pulumi_confluentcloud/get_provider_integration.py +30 -20
  68. pulumi_confluentcloud/get_provider_integration_authorization.py +142 -0
  69. pulumi_confluentcloud/get_provider_integration_setup.py +270 -0
  70. pulumi_confluentcloud/get_role_binding.py +16 -16
  71. pulumi_confluentcloud/get_schema.py +42 -42
  72. pulumi_confluentcloud/get_schema_registry_cluster.py +53 -38
  73. pulumi_confluentcloud/get_schema_registry_cluster_config.py +31 -17
  74. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +16 -16
  75. pulumi_confluentcloud/get_schema_registry_clusters.py +8 -8
  76. pulumi_confluentcloud/get_schema_registry_dek.py +44 -44
  77. pulumi_confluentcloud/get_schema_registry_kek.py +32 -32
  78. pulumi_confluentcloud/get_schemas.py +16 -16
  79. pulumi_confluentcloud/get_service_account.py +22 -22
  80. pulumi_confluentcloud/get_subject_config.py +37 -23
  81. pulumi_confluentcloud/get_subject_mode.py +22 -22
  82. pulumi_confluentcloud/get_tableflow_topic.py +374 -0
  83. pulumi_confluentcloud/get_tag.py +28 -26
  84. pulumi_confluentcloud/get_tag_binding.py +34 -32
  85. pulumi_confluentcloud/get_transit_gateway_attachment.py +19 -19
  86. pulumi_confluentcloud/get_user.py +26 -26
  87. pulumi_confluentcloud/get_users.py +8 -8
  88. pulumi_confluentcloud/group_mapping.py +54 -53
  89. pulumi_confluentcloud/identity_pool.py +74 -73
  90. pulumi_confluentcloud/identity_provider.py +138 -76
  91. pulumi_confluentcloud/invitation.py +81 -80
  92. pulumi_confluentcloud/ip_filter.py +420 -0
  93. pulumi_confluentcloud/ip_group.py +264 -0
  94. pulumi_confluentcloud/kafka_acl.py +173 -172
  95. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  96. pulumi_confluentcloud/kafka_cluster.py +227 -207
  97. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  98. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  99. pulumi_confluentcloud/kafka_topic.py +132 -131
  100. pulumi_confluentcloud/ksql_cluster.py +117 -120
  101. pulumi_confluentcloud/network.py +235 -198
  102. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  103. pulumi_confluentcloud/network_link_service.py +62 -68
  104. pulumi_confluentcloud/outputs.py +4735 -2224
  105. pulumi_confluentcloud/peering.py +128 -48
  106. pulumi_confluentcloud/plugin.py +428 -0
  107. pulumi_confluentcloud/private_link_access.py +54 -60
  108. pulumi_confluentcloud/private_link_attachment.py +93 -88
  109. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  110. pulumi_confluentcloud/provider.py +318 -192
  111. pulumi_confluentcloud/provider_integration.py +45 -34
  112. pulumi_confluentcloud/provider_integration_authorization.py +320 -0
  113. pulumi_confluentcloud/provider_integration_setup.py +448 -0
  114. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  115. pulumi_confluentcloud/role_binding.py +153 -56
  116. pulumi_confluentcloud/schema.py +416 -212
  117. pulumi_confluentcloud/schema_exporter.py +217 -164
  118. pulumi_confluentcloud/schema_registry_cluster_config.py +96 -44
  119. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  120. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  121. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  122. pulumi_confluentcloud/service_account.py +97 -96
  123. pulumi_confluentcloud/subject_config.py +142 -62
  124. pulumi_confluentcloud/subject_mode.py +107 -59
  125. pulumi_confluentcloud/tableflow_topic.py +883 -0
  126. pulumi_confluentcloud/tag.py +82 -79
  127. pulumi_confluentcloud/tag_binding.py +121 -84
  128. pulumi_confluentcloud/tf_importer.py +39 -36
  129. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  130. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/METADATA +7 -7
  131. pulumi_confluentcloud-2.54.0a1766503424.dist-info/RECORD +134 -0
  132. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/WHEEL +1 -1
  133. pulumi_confluentcloud-2.10.0a1731389320.dist-info/RECORD +0 -113
  134. {pulumi_confluentcloud-2.10.0a1731389320.dist-info → pulumi_confluentcloud-2.54.0a1766503424.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -54,53 +54,53 @@ class GetTagResult:
54
54
  raise TypeError("Expected argument 'version' to be a int")
55
55
  pulumi.set(__self__, "version", version)
56
56
 
57
- @property
57
+ @_builtins.property
58
58
  @pulumi.getter
59
59
  def credentials(self) -> Optional['outputs.GetTagCredentialsResult']:
60
60
  return pulumi.get(self, "credentials")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter
64
- def description(self) -> str:
64
+ def description(self) -> _builtins.str:
65
65
  """
66
66
  (Optional String) The description of the tag.
67
67
  """
68
68
  return pulumi.get(self, "description")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter(name="entityTypes")
72
- def entity_types(self) -> Sequence[str]:
72
+ def entity_types(self) -> Sequence[_builtins.str]:
73
73
  """
74
74
  (Optional List of String) The entity types of the tag, this always returns `["cf_entity"]`.
75
75
  """
76
76
  return pulumi.get(self, "entity_types")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
- def id(self) -> str:
80
+ def id(self) -> _builtins.str:
81
81
  """
82
82
  (Required String) The ID of the Tag, in the format `<Schema Registry cluster ID>/<Tag name>`, for example, `lsrc-8wrx70/PII`.
83
83
  """
84
84
  return pulumi.get(self, "id")
85
85
 
86
- @property
86
+ @_builtins.property
87
87
  @pulumi.getter
88
- def name(self) -> str:
88
+ def name(self) -> _builtins.str:
89
89
  return pulumi.get(self, "name")
90
90
 
91
- @property
91
+ @_builtins.property
92
92
  @pulumi.getter(name="restEndpoint")
93
- def rest_endpoint(self) -> Optional[str]:
93
+ def rest_endpoint(self) -> Optional[_builtins.str]:
94
94
  return pulumi.get(self, "rest_endpoint")
95
95
 
96
- @property
96
+ @_builtins.property
97
97
  @pulumi.getter(name="schemaRegistryCluster")
98
98
  def schema_registry_cluster(self) -> Optional['outputs.GetTagSchemaRegistryClusterResult']:
99
99
  return pulumi.get(self, "schema_registry_cluster")
100
100
 
101
- @property
101
+ @_builtins.property
102
102
  @pulumi.getter
103
- def version(self) -> int:
103
+ def version(self) -> _builtins.int:
104
104
  """
105
105
  (Optional Integer) The version, for example, `1`.
106
106
  """
@@ -124,8 +124,8 @@ class AwaitableGetTagResult(GetTagResult):
124
124
 
125
125
 
126
126
  def get_tag(credentials: Optional[Union['GetTagCredentialsArgs', 'GetTagCredentialsArgsDict']] = None,
127
- name: Optional[str] = None,
128
- rest_endpoint: Optional[str] = None,
127
+ name: Optional[_builtins.str] = None,
128
+ rest_endpoint: Optional[_builtins.str] = None,
129
129
  schema_registry_cluster: Optional[Union['GetTagSchemaRegistryClusterArgs', 'GetTagSchemaRegistryClusterArgsDict']] = None,
130
130
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagResult:
131
131
  """
@@ -160,12 +160,13 @@ def get_tag(credentials: Optional[Union['GetTagCredentialsArgs', 'GetTagCredenti
160
160
 
161
161
  pii = confluentcloud.get_tag(name="PII")
162
162
  ```
163
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
163
164
 
164
165
 
165
- :param str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
166
+ :param _builtins.str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
166
167
 
167
168
  > **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.
168
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
169
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
169
170
  """
170
171
  __args__ = dict()
171
172
  __args__['credentials'] = credentials
@@ -185,10 +186,10 @@ def get_tag(credentials: Optional[Union['GetTagCredentialsArgs', 'GetTagCredenti
185
186
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
186
187
  version=pulumi.get(__ret__, 'version'))
187
188
  def get_tag_output(credentials: Optional[pulumi.Input[Optional[Union['GetTagCredentialsArgs', 'GetTagCredentialsArgsDict']]]] = None,
188
- name: Optional[pulumi.Input[str]] = None,
189
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
189
+ name: Optional[pulumi.Input[_builtins.str]] = None,
190
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
190
191
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetTagSchemaRegistryClusterArgs', 'GetTagSchemaRegistryClusterArgsDict']]]] = None,
191
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagResult]:
192
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagResult]:
192
193
  """
193
194
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
194
195
 
@@ -221,19 +222,20 @@ def get_tag_output(credentials: Optional[pulumi.Input[Optional[Union['GetTagCred
221
222
 
222
223
  pii = confluentcloud.get_tag(name="PII")
223
224
  ```
225
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
224
226
 
225
227
 
226
- :param str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
228
+ :param _builtins.str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
227
229
 
228
230
  > **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.
229
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
231
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
230
232
  """
231
233
  __args__ = dict()
232
234
  __args__['credentials'] = credentials
233
235
  __args__['name'] = name
234
236
  __args__['restEndpoint'] = rest_endpoint
235
237
  __args__['schemaRegistryCluster'] = schema_registry_cluster
236
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
238
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
237
239
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getTag:getTag', __args__, opts=opts, typ=GetTagResult)
238
240
  return __ret__.apply(lambda __response__: GetTagResult(
239
241
  credentials=pulumi.get(__response__, 'credentials'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -51,42 +51,42 @@ class GetTagBindingResult:
51
51
  raise TypeError("Expected argument 'tag_name' to be a str")
52
52
  pulumi.set(__self__, "tag_name", tag_name)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
56
  def credentials(self) -> Optional['outputs.GetTagBindingCredentialsResult']:
57
57
  return pulumi.get(self, "credentials")
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter(name="entityName")
61
- def entity_name(self) -> str:
61
+ def entity_name(self) -> _builtins.str:
62
62
  return pulumi.get(self, "entity_name")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter(name="entityType")
66
- def entity_type(self) -> str:
66
+ def entity_type(self) -> _builtins.str:
67
67
  return pulumi.get(self, "entity_type")
68
68
 
69
- @property
69
+ @_builtins.property
70
70
  @pulumi.getter
71
- def id(self) -> str:
71
+ def id(self) -> _builtins.str:
72
72
  """
73
73
  (Required String) The ID of the Tag Binding, in the format `<Schema Registry Cluster Id>/<Tag Name>/<Entity Name>/<Entity Type>`, for example, `lsrc-8wrx70/PII/lsrc-8wrx70:.:100001/sr_schema`.
74
74
  """
75
75
  return pulumi.get(self, "id")
76
76
 
77
- @property
77
+ @_builtins.property
78
78
  @pulumi.getter(name="restEndpoint")
79
- def rest_endpoint(self) -> Optional[str]:
79
+ def rest_endpoint(self) -> Optional[_builtins.str]:
80
80
  return pulumi.get(self, "rest_endpoint")
81
81
 
82
- @property
82
+ @_builtins.property
83
83
  @pulumi.getter(name="schemaRegistryCluster")
84
84
  def schema_registry_cluster(self) -> Optional['outputs.GetTagBindingSchemaRegistryClusterResult']:
85
85
  return pulumi.get(self, "schema_registry_cluster")
86
86
 
87
- @property
87
+ @_builtins.property
88
88
  @pulumi.getter(name="tagName")
89
- def tag_name(self) -> str:
89
+ def tag_name(self) -> _builtins.str:
90
90
  return pulumi.get(self, "tag_name")
91
91
 
92
92
 
@@ -106,11 +106,11 @@ class AwaitableGetTagBindingResult(GetTagBindingResult):
106
106
 
107
107
 
108
108
  def get_tag_binding(credentials: Optional[Union['GetTagBindingCredentialsArgs', 'GetTagBindingCredentialsArgsDict']] = None,
109
- entity_name: Optional[str] = None,
110
- entity_type: Optional[str] = None,
111
- rest_endpoint: Optional[str] = None,
109
+ entity_name: Optional[_builtins.str] = None,
110
+ entity_type: Optional[_builtins.str] = None,
111
+ rest_endpoint: Optional[_builtins.str] = None,
112
112
  schema_registry_cluster: Optional[Union['GetTagBindingSchemaRegistryClusterArgs', 'GetTagBindingSchemaRegistryClusterArgsDict']] = None,
113
- tag_name: Optional[str] = None,
113
+ tag_name: Optional[_builtins.str] = None,
114
114
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagBindingResult:
115
115
  """
116
116
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -148,14 +148,15 @@ def get_tag_binding(credentials: Optional[Union['GetTagBindingCredentialsArgs',
148
148
  entity_name="lsrc-8wrx70:.:100001",
149
149
  entity_type="sr_schema")
150
150
  ```
151
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
151
152
 
152
153
 
153
- :param str entity_name: The qualified name of the entity., for example, `${data..main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
154
- :param str entity_type: The entity type, for example, `sr_schema`.
154
+ :param _builtins.str entity_name: The qualified name of the entity, for example, `${data.confluent_schema_registry_cluster.essentials.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.essentials.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`. Refer to the [Examples of qualified names](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#examples-of-qualified-names) to see the full list of supported values for the `entity_name` attribute.
155
+ :param _builtins.str entity_type: The entity type, for example, `sr_schema`.
155
156
 
156
157
  > **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.
157
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
158
- :param str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
158
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
159
+ :param _builtins.str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
159
160
  """
160
161
  __args__ = dict()
161
162
  __args__['credentials'] = credentials
@@ -176,12 +177,12 @@ def get_tag_binding(credentials: Optional[Union['GetTagBindingCredentialsArgs',
176
177
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
177
178
  tag_name=pulumi.get(__ret__, 'tag_name'))
178
179
  def get_tag_binding_output(credentials: Optional[pulumi.Input[Optional[Union['GetTagBindingCredentialsArgs', 'GetTagBindingCredentialsArgsDict']]]] = None,
179
- entity_name: Optional[pulumi.Input[str]] = None,
180
- entity_type: Optional[pulumi.Input[str]] = None,
181
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
180
+ entity_name: Optional[pulumi.Input[_builtins.str]] = None,
181
+ entity_type: Optional[pulumi.Input[_builtins.str]] = None,
182
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
182
183
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetTagBindingSchemaRegistryClusterArgs', 'GetTagBindingSchemaRegistryClusterArgsDict']]]] = None,
183
- tag_name: Optional[pulumi.Input[str]] = None,
184
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagBindingResult]:
184
+ tag_name: Optional[pulumi.Input[_builtins.str]] = None,
185
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagBindingResult]:
185
186
  """
186
187
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
187
188
 
@@ -218,14 +219,15 @@ def get_tag_binding_output(credentials: Optional[pulumi.Input[Optional[Union['Ge
218
219
  entity_name="lsrc-8wrx70:.:100001",
219
220
  entity_type="sr_schema")
220
221
  ```
222
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
221
223
 
222
224
 
223
- :param str entity_name: The qualified name of the entity., for example, `${data..main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
224
- :param str entity_type: The entity type, for example, `sr_schema`.
225
+ :param _builtins.str entity_name: The qualified name of the entity, for example, `${data.confluent_schema_registry_cluster.essentials.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.essentials.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`. Refer to the [Examples of qualified names](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#examples-of-qualified-names) to see the full list of supported values for the `entity_name` attribute.
226
+ :param _builtins.str entity_type: The entity type, for example, `sr_schema`.
225
227
 
226
228
  > **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.
227
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
228
- :param str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
229
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
230
+ :param _builtins.str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
229
231
  """
230
232
  __args__ = dict()
231
233
  __args__['credentials'] = credentials
@@ -234,7 +236,7 @@ def get_tag_binding_output(credentials: Optional[pulumi.Input[Optional[Union['Ge
234
236
  __args__['restEndpoint'] = rest_endpoint
235
237
  __args__['schemaRegistryCluster'] = schema_registry_cluster
236
238
  __args__['tagName'] = tag_name
237
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
239
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
238
240
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getTagBinding:getTagBinding', __args__, opts=opts, typ=GetTagBindingResult)
239
241
  return __ret__.apply(lambda __response__: GetTagBindingResult(
240
242
  credentials=pulumi.get(__response__, 'credentials'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -45,7 +45,7 @@ class GetTransitGatewayAttachmentResult:
45
45
  raise TypeError("Expected argument 'networks' to be a list")
46
46
  pulumi.set(__self__, "networks", networks)
47
47
 
48
- @property
48
+ @_builtins.property
49
49
  @pulumi.getter
50
50
  def aws(self) -> Sequence['outputs.GetTransitGatewayAttachmentAwResult']:
51
51
  """
@@ -53,15 +53,15 @@ class GetTransitGatewayAttachmentResult:
53
53
  """
54
54
  return pulumi.get(self, "aws")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter(name="displayName")
58
- def display_name(self) -> str:
58
+ def display_name(self) -> _builtins.str:
59
59
  """
60
60
  (Required String) The name of the Transit Gateway Attachment.
61
61
  """
62
62
  return pulumi.get(self, "display_name")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter
66
66
  def environment(self) -> 'outputs.GetTransitGatewayAttachmentEnvironmentResult':
67
67
  """
@@ -69,15 +69,15 @@ class GetTransitGatewayAttachmentResult:
69
69
  """
70
70
  return pulumi.get(self, "environment")
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
  (Required String) The ID of the Network that the Transit Gateway Attachment belongs to, for example, `n-abc123`.
77
77
  """
78
78
  return pulumi.get(self, "id")
79
79
 
80
- @property
80
+ @_builtins.property
81
81
  @pulumi.getter
82
82
  def networks(self) -> Sequence['outputs.GetTransitGatewayAttachmentNetworkResult']:
83
83
  """
@@ -99,9 +99,9 @@ class AwaitableGetTransitGatewayAttachmentResult(GetTransitGatewayAttachmentResu
99
99
  networks=self.networks)
100
100
 
101
101
 
102
- def get_transit_gateway_attachment(display_name: Optional[str] = None,
102
+ def get_transit_gateway_attachment(display_name: Optional[_builtins.str] = None,
103
103
  environment: Optional[Union['GetTransitGatewayAttachmentEnvironmentArgs', 'GetTransitGatewayAttachmentEnvironmentArgsDict']] = None,
104
- id: Optional[str] = None,
104
+ id: Optional[_builtins.str] = None,
105
105
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransitGatewayAttachmentResult:
106
106
  """
107
107
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -127,9 +127,9 @@ def get_transit_gateway_attachment(display_name: Optional[str] = None,
127
127
  ```
128
128
 
129
129
 
130
- :param str display_name: A human-readable name for the Transit Gateway Attachment.
130
+ :param _builtins.str display_name: A human-readable name for the Transit Gateway Attachment.
131
131
  :param Union['GetTransitGatewayAttachmentEnvironmentArgs', 'GetTransitGatewayAttachmentEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
132
- :param str id: The ID of the Peering, for example, `tgwa-abc123`.
132
+ :param _builtins.str id: The ID of the Peering, for example, `tgwa-abc123`.
133
133
  """
134
134
  __args__ = dict()
135
135
  __args__['displayName'] = display_name
@@ -144,10 +144,10 @@ def get_transit_gateway_attachment(display_name: Optional[str] = None,
144
144
  environment=pulumi.get(__ret__, 'environment'),
145
145
  id=pulumi.get(__ret__, 'id'),
146
146
  networks=pulumi.get(__ret__, 'networks'))
147
- def get_transit_gateway_attachment_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
147
+ def get_transit_gateway_attachment_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
148
148
  environment: Optional[pulumi.Input[Union['GetTransitGatewayAttachmentEnvironmentArgs', 'GetTransitGatewayAttachmentEnvironmentArgsDict']]] = None,
149
- id: Optional[pulumi.Input[Optional[str]]] = None,
150
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransitGatewayAttachmentResult]:
149
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
150
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransitGatewayAttachmentResult]:
151
151
  """
152
152
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
153
153
 
@@ -172,15 +172,15 @@ def get_transit_gateway_attachment_output(display_name: Optional[pulumi.Input[Op
172
172
  ```
173
173
 
174
174
 
175
- :param str display_name: A human-readable name for the Transit Gateway Attachment.
175
+ :param _builtins.str display_name: A human-readable name for the Transit Gateway Attachment.
176
176
  :param Union['GetTransitGatewayAttachmentEnvironmentArgs', 'GetTransitGatewayAttachmentEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
177
- :param str id: The ID of the Peering, for example, `tgwa-abc123`.
177
+ :param _builtins.str id: The ID of the Peering, for example, `tgwa-abc123`.
178
178
  """
179
179
  __args__ = dict()
180
180
  __args__['displayName'] = display_name
181
181
  __args__['environment'] = environment
182
182
  __args__['id'] = id
183
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
183
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
184
184
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getTransitGatewayAttachment:getTransitGatewayAttachment', __args__, opts=opts, typ=GetTransitGatewayAttachmentResult)
185
185
  return __ret__.apply(lambda __response__: GetTransitGatewayAttachmentResult(
186
186
  aws=pulumi.get(__response__, 'aws'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -43,41 +43,41 @@ class GetUserResult:
43
43
  raise TypeError("Expected argument 'kind' to be a str")
44
44
  pulumi.set(__self__, "kind", kind)
45
45
 
46
- @property
46
+ @_builtins.property
47
47
  @pulumi.getter(name="apiVersion")
48
- def api_version(self) -> str:
48
+ def api_version(self) -> _builtins.str:
49
49
  """
50
50
  (Required String) An API Version of the schema version of the User.
51
51
  """
52
52
  return pulumi.get(self, "api_version")
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
- def email(self) -> str:
56
+ def email(self) -> _builtins.str:
57
57
  """
58
58
  (Required String) The email address of the User.
59
59
  """
60
60
  return pulumi.get(self, "email")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter(name="fullName")
64
- def full_name(self) -> str:
64
+ def full_name(self) -> _builtins.str:
65
65
  """
66
66
  (Required String) The full name of the User.
67
67
  """
68
68
  return pulumi.get(self, "full_name")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter
72
- def id(self) -> str:
72
+ def id(self) -> _builtins.str:
73
73
  """
74
74
  (Required String) The ID of the User, for example, `u-abc123`.
75
75
  """
76
76
  return pulumi.get(self, "id")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
- def kind(self) -> str:
80
+ def kind(self) -> _builtins.str:
81
81
  """
82
82
  (Required String) A kind of the User.
83
83
  """
@@ -97,9 +97,9 @@ class AwaitableGetUserResult(GetUserResult):
97
97
  kind=self.kind)
98
98
 
99
99
 
100
- def get_user(email: Optional[str] = None,
101
- full_name: Optional[str] = None,
102
- id: Optional[str] = None,
100
+ def get_user(email: Optional[_builtins.str] = None,
101
+ full_name: Optional[_builtins.str] = None,
102
+ id: Optional[_builtins.str] = None,
103
103
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUserResult:
104
104
  """
105
105
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -133,11 +133,11 @@ def get_user(email: Optional[str] = None,
133
133
  ```
134
134
 
135
135
 
136
- :param str email: The email address of the User.
136
+ :param _builtins.str email: The email address of the User.
137
137
 
138
138
  > **Note:** Exactly one from the `id`, `full_name` and `email` attributes must be specified.
139
- :param str full_name: The full name of the User.
140
- :param str id: The ID of the User (e.g., `u-abc123`).
139
+ :param _builtins.str full_name: The full name of the User.
140
+ :param _builtins.str id: The ID of the User (e.g., `u-abc123`).
141
141
  """
142
142
  __args__ = dict()
143
143
  __args__['email'] = email
@@ -152,10 +152,10 @@ def get_user(email: Optional[str] = None,
152
152
  full_name=pulumi.get(__ret__, 'full_name'),
153
153
  id=pulumi.get(__ret__, 'id'),
154
154
  kind=pulumi.get(__ret__, 'kind'))
155
- def get_user_output(email: Optional[pulumi.Input[Optional[str]]] = None,
156
- full_name: Optional[pulumi.Input[Optional[str]]] = None,
157
- id: Optional[pulumi.Input[Optional[str]]] = None,
158
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUserResult]:
155
+ def get_user_output(email: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
156
+ full_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
157
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
158
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUserResult]:
159
159
  """
160
160
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
161
161
 
@@ -188,17 +188,17 @@ def get_user_output(email: Optional[pulumi.Input[Optional[str]]] = None,
188
188
  ```
189
189
 
190
190
 
191
- :param str email: The email address of the User.
191
+ :param _builtins.str email: The email address of the User.
192
192
 
193
193
  > **Note:** Exactly one from the `id`, `full_name` and `email` attributes must be specified.
194
- :param str full_name: The full name of the User.
195
- :param str id: The ID of the User (e.g., `u-abc123`).
194
+ :param _builtins.str full_name: The full name of the User.
195
+ :param _builtins.str id: The ID of the User (e.g., `u-abc123`).
196
196
  """
197
197
  __args__ = dict()
198
198
  __args__['email'] = email
199
199
  __args__['fullName'] = full_name
200
200
  __args__['id'] = id
201
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
201
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
202
202
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getUser:getUser', __args__, opts=opts, typ=GetUserResult)
203
203
  return __ret__.apply(lambda __response__: GetUserResult(
204
204
  api_version=pulumi.get(__response__, 'api_version'),
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -34,17 +34,17 @@ class GetUsersResult:
34
34
  raise TypeError("Expected argument 'ids' to be a list")
35
35
  pulumi.set(__self__, "ids", ids)
36
36
 
37
- @property
37
+ @_builtins.property
38
38
  @pulumi.getter
39
- def id(self) -> str:
39
+ def id(self) -> _builtins.str:
40
40
  """
41
41
  The provider-assigned unique ID for this managed resource.
42
42
  """
43
43
  return pulumi.get(self, "id")
44
44
 
45
- @property
45
+ @_builtins.property
46
46
  @pulumi.getter
47
- def ids(self) -> Sequence[str]:
47
+ def ids(self) -> Sequence[_builtins.str]:
48
48
  """
49
49
  (Required List of Strings) The list of User IDs, for example: `["u-abc123", "u-abc124"]`.
50
50
  """
@@ -84,7 +84,7 @@ def get_users(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUsersR
84
84
  return AwaitableGetUsersResult(
85
85
  id=pulumi.get(__ret__, 'id'),
86
86
  ids=pulumi.get(__ret__, 'ids'))
87
- def get_users_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUsersResult]:
87
+ def get_users_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUsersResult]:
88
88
  """
89
89
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
90
90
 
@@ -101,7 +101,7 @@ def get_users_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Outp
101
101
  ```
102
102
  """
103
103
  __args__ = dict()
104
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
104
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
105
105
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getUsers:getUsers', __args__, opts=opts, typ=GetUsersResult)
106
106
  return __ret__.apply(lambda __response__: GetUsersResult(
107
107
  id=pulumi.get(__response__, 'id'),