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
@@ -63,71 +63,71 @@ class GetSchemaRegistryDekResult:
63
63
  raise TypeError("Expected argument 'version' to be a int")
64
64
  pulumi.set(__self__, "version", version)
65
65
 
66
- @property
66
+ @_builtins.property
67
67
  @pulumi.getter
68
- def algorithm(self) -> Optional[str]:
68
+ def algorithm(self) -> Optional[_builtins.str]:
69
69
  return pulumi.get(self, "algorithm")
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter
73
73
  def credentials(self) -> Optional['outputs.GetSchemaRegistryDekCredentialsResult']:
74
74
  return pulumi.get(self, "credentials")
75
75
 
76
- @property
76
+ @_builtins.property
77
77
  @pulumi.getter(name="encryptedKeyMaterial")
78
- def encrypted_key_material(self) -> str:
78
+ def encrypted_key_material(self) -> _builtins.str:
79
79
  """
80
80
  (Optional String) The encrypted key material for the DEK.
81
81
  """
82
82
  return pulumi.get(self, "encrypted_key_material")
83
83
 
84
- @property
84
+ @_builtins.property
85
85
  @pulumi.getter(name="hardDelete")
86
- def hard_delete(self) -> bool:
86
+ def hard_delete(self) -> _builtins.bool:
87
87
  """
88
88
  (Optional Boolean) An optional flag to control whether a dek should be soft or hard deleted.
89
89
  """
90
90
  return pulumi.get(self, "hard_delete")
91
91
 
92
- @property
92
+ @_builtins.property
93
93
  @pulumi.getter
94
- def id(self) -> str:
94
+ def id(self) -> _builtins.str:
95
95
  """
96
96
  The provider-assigned unique ID for this managed resource.
97
97
  """
98
98
  return pulumi.get(self, "id")
99
99
 
100
- @property
100
+ @_builtins.property
101
101
  @pulumi.getter(name="kekName")
102
- def kek_name(self) -> str:
102
+ def kek_name(self) -> _builtins.str:
103
103
  return pulumi.get(self, "kek_name")
104
104
 
105
- @property
105
+ @_builtins.property
106
106
  @pulumi.getter(name="keyMaterial")
107
- def key_material(self) -> str:
107
+ def key_material(self) -> _builtins.str:
108
108
  """
109
109
  (Optional String) The decrypted version of encrypted key material.
110
110
  """
111
111
  return pulumi.get(self, "key_material")
112
112
 
113
- @property
113
+ @_builtins.property
114
114
  @pulumi.getter(name="restEndpoint")
115
- def rest_endpoint(self) -> Optional[str]:
115
+ def rest_endpoint(self) -> Optional[_builtins.str]:
116
116
  return pulumi.get(self, "rest_endpoint")
117
117
 
118
- @property
118
+ @_builtins.property
119
119
  @pulumi.getter(name="schemaRegistryCluster")
120
120
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryDekSchemaRegistryClusterResult']:
121
121
  return pulumi.get(self, "schema_registry_cluster")
122
122
 
123
- @property
123
+ @_builtins.property
124
124
  @pulumi.getter(name="subjectName")
125
- def subject_name(self) -> str:
125
+ def subject_name(self) -> _builtins.str:
126
126
  return pulumi.get(self, "subject_name")
127
127
 
128
- @property
128
+ @_builtins.property
129
129
  @pulumi.getter
130
- def version(self) -> Optional[int]:
130
+ def version(self) -> Optional[_builtins.int]:
131
131
  return pulumi.get(self, "version")
132
132
 
133
133
 
@@ -150,13 +150,13 @@ class AwaitableGetSchemaRegistryDekResult(GetSchemaRegistryDekResult):
150
150
  version=self.version)
151
151
 
152
152
 
153
- def get_schema_registry_dek(algorithm: Optional[str] = None,
153
+ def get_schema_registry_dek(algorithm: Optional[_builtins.str] = None,
154
154
  credentials: Optional[Union['GetSchemaRegistryDekCredentialsArgs', 'GetSchemaRegistryDekCredentialsArgsDict']] = None,
155
- kek_name: Optional[str] = None,
156
- rest_endpoint: Optional[str] = None,
155
+ kek_name: Optional[_builtins.str] = None,
156
+ rest_endpoint: Optional[_builtins.str] = None,
157
157
  schema_registry_cluster: Optional[Union['GetSchemaRegistryDekSchemaRegistryClusterArgs', 'GetSchemaRegistryDekSchemaRegistryClusterArgsDict']] = None,
158
- subject_name: Optional[str] = None,
159
- version: Optional[int] = None,
158
+ subject_name: Optional[_builtins.str] = None,
159
+ version: Optional[_builtins.int] = None,
160
160
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryDekResult:
161
161
  """
162
162
  [![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,13 +194,13 @@ def get_schema_registry_dek(algorithm: Optional[str] = None,
194
194
  ```
195
195
 
196
196
 
197
- :param str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
197
+ :param _builtins.str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
198
198
 
199
199
  > **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.
200
- :param str kek_name: The name of the KEK used to encrypt this DEK.
201
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
202
- :param str subject_name: The subject for this DEK.
203
- :param int version: The version of this DEK. Defaults to `1`.
200
+ :param _builtins.str kek_name: The name of the KEK used to encrypt this DEK.
201
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
202
+ :param _builtins.str subject_name: The subject for this DEK.
203
+ :param _builtins.int version: The version of this DEK. Defaults to `1`.
204
204
  """
205
205
  __args__ = dict()
206
206
  __args__['algorithm'] = algorithm
@@ -225,14 +225,14 @@ def get_schema_registry_dek(algorithm: Optional[str] = None,
225
225
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
226
226
  subject_name=pulumi.get(__ret__, 'subject_name'),
227
227
  version=pulumi.get(__ret__, 'version'))
228
- def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[str]]] = None,
228
+ def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
229
229
  credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryDekCredentialsArgs', 'GetSchemaRegistryDekCredentialsArgsDict']]]] = None,
230
- kek_name: Optional[pulumi.Input[str]] = None,
231
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
230
+ kek_name: Optional[pulumi.Input[_builtins.str]] = None,
231
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
232
232
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryDekSchemaRegistryClusterArgs', 'GetSchemaRegistryDekSchemaRegistryClusterArgsDict']]]] = None,
233
- subject_name: Optional[pulumi.Input[str]] = None,
234
- version: Optional[pulumi.Input[Optional[int]]] = None,
235
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaRegistryDekResult]:
233
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
234
+ version: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
235
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryDekResult]:
236
236
  """
237
237
  [![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)
238
238
 
@@ -269,13 +269,13 @@ def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[str
269
269
  ```
270
270
 
271
271
 
272
- :param str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
272
+ :param _builtins.str algorithm: Accepted values are: `AES128_GCM`, `AES256_GCM`, and `AES256_SIV`. Defaults to `AES256_GCM`.
273
273
 
274
274
  > **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.
275
- :param str kek_name: The name of the KEK used to encrypt this DEK.
276
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
277
- :param str subject_name: The subject for this DEK.
278
- :param int version: The version of this DEK. Defaults to `1`.
275
+ :param _builtins.str kek_name: The name of the KEK used to encrypt this DEK.
276
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
277
+ :param _builtins.str subject_name: The subject for this DEK.
278
+ :param _builtins.int version: The version of this DEK. Defaults to `1`.
279
279
  """
280
280
  __args__ = dict()
281
281
  __args__['algorithm'] = algorithm
@@ -285,7 +285,7 @@ def get_schema_registry_dek_output(algorithm: Optional[pulumi.Input[Optional[str
285
285
  __args__['schemaRegistryCluster'] = schema_registry_cluster
286
286
  __args__['subjectName'] = subject_name
287
287
  __args__['version'] = version
288
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
288
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
289
289
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemaRegistryDek:getSchemaRegistryDek', __args__, opts=opts, typ=GetSchemaRegistryDekResult)
290
290
  return __ret__.apply(lambda __response__: GetSchemaRegistryDekResult(
291
291
  algorithm=pulumi.get(__response__, 'algorithm'),
@@ -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
@@ -63,38 +63,38 @@ class GetSchemaRegistryKekResult:
63
63
  raise TypeError("Expected argument 'shared' to be a bool")
64
64
  pulumi.set(__self__, "shared", shared)
65
65
 
66
- @property
66
+ @_builtins.property
67
67
  @pulumi.getter
68
68
  def credentials(self) -> Optional['outputs.GetSchemaRegistryKekCredentialsResult']:
69
69
  return pulumi.get(self, "credentials")
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter
73
- def doc(self) -> str:
73
+ def doc(self) -> _builtins.str:
74
74
  """
75
75
  (Optional String) The optional description for the KEK.
76
76
  """
77
77
  return pulumi.get(self, "doc")
78
78
 
79
- @property
79
+ @_builtins.property
80
80
  @pulumi.getter(name="hardDelete")
81
- def hard_delete(self) -> bool:
81
+ def hard_delete(self) -> _builtins.bool:
82
82
  """
83
83
  (Optional Boolean) The optional flag to control whether a kek should be soft or hard deleted. Defaults to `false`.
84
84
  """
85
85
  return pulumi.get(self, "hard_delete")
86
86
 
87
- @property
87
+ @_builtins.property
88
88
  @pulumi.getter
89
- def id(self) -> str:
89
+ def id(self) -> _builtins.str:
90
90
  """
91
91
  The provider-assigned unique ID for this managed resource.
92
92
  """
93
93
  return pulumi.get(self, "id")
94
94
 
95
- @property
95
+ @_builtins.property
96
96
  @pulumi.getter(name="kmsKeyId")
97
- def kms_key_id(self) -> str:
97
+ def kms_key_id(self) -> _builtins.str:
98
98
  """
99
99
  (Required String) The ID of the key from KMS.
100
100
  - When using the AWS KMS, this is an ARN, for example, `arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789abc`.
@@ -103,43 +103,43 @@ class GetSchemaRegistryKekResult:
103
103
  """
104
104
  return pulumi.get(self, "kms_key_id")
105
105
 
106
- @property
106
+ @_builtins.property
107
107
  @pulumi.getter(name="kmsType")
108
- def kms_type(self) -> str:
108
+ def kms_type(self) -> _builtins.str:
109
109
  """
110
110
  (Required String) The type of Key Management Service (KMS). The supported values include `aws-kms`, `azure-kms`, and `gcp-kms`. Additionally, custom KMS types are supported as well.
111
111
  """
112
112
  return pulumi.get(self, "kms_type")
113
113
 
114
- @property
114
+ @_builtins.property
115
115
  @pulumi.getter
116
- def name(self) -> str:
116
+ def name(self) -> _builtins.str:
117
117
  """
118
118
  (Required String) The custom property name (for example, `KeyUsage`).
119
119
  """
120
120
  return pulumi.get(self, "name")
121
121
 
122
- @property
122
+ @_builtins.property
123
123
  @pulumi.getter
124
- def properties(self) -> Mapping[str, str]:
124
+ def properties(self) -> Mapping[str, _builtins.str]:
125
125
  """
126
126
  (Optional Map) The custom properties to set (for example, `KeyUsage=ENCRYPT_DECRYPT`, `KeyState=Enabled`):
127
127
  """
128
128
  return pulumi.get(self, "properties")
129
129
 
130
- @property
130
+ @_builtins.property
131
131
  @pulumi.getter(name="restEndpoint")
132
- def rest_endpoint(self) -> Optional[str]:
132
+ def rest_endpoint(self) -> Optional[_builtins.str]:
133
133
  return pulumi.get(self, "rest_endpoint")
134
134
 
135
- @property
135
+ @_builtins.property
136
136
  @pulumi.getter(name="schemaRegistryCluster")
137
137
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaRegistryKekSchemaRegistryClusterResult']:
138
138
  return pulumi.get(self, "schema_registry_cluster")
139
139
 
140
- @property
140
+ @_builtins.property
141
141
  @pulumi.getter
142
- def shared(self) -> bool:
142
+ def shared(self) -> _builtins.bool:
143
143
  """
144
144
  (Optional Boolean) The optional flag to control whether the DEK Registry has shared access to the KMS. Defaults to `false`.
145
145
  """
@@ -166,8 +166,8 @@ class AwaitableGetSchemaRegistryKekResult(GetSchemaRegistryKekResult):
166
166
 
167
167
 
168
168
  def get_schema_registry_kek(credentials: Optional[Union['GetSchemaRegistryKekCredentialsArgs', 'GetSchemaRegistryKekCredentialsArgsDict']] = None,
169
- name: Optional[str] = None,
170
- rest_endpoint: Optional[str] = None,
169
+ name: Optional[_builtins.str] = None,
170
+ rest_endpoint: Optional[_builtins.str] = None,
171
171
  schema_registry_cluster: Optional[Union['GetSchemaRegistryKekSchemaRegistryClusterArgs', 'GetSchemaRegistryKekSchemaRegistryClusterArgsDict']] = None,
172
172
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaRegistryKekResult:
173
173
  """
@@ -204,10 +204,10 @@ def get_schema_registry_kek(credentials: Optional[Union['GetSchemaRegistryKekCre
204
204
  ```
205
205
 
206
206
 
207
- :param str name: The name for the KEK.
207
+ :param _builtins.str name: The name for the KEK.
208
208
 
209
209
  > **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.
210
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
210
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
211
211
  """
212
212
  __args__ = dict()
213
213
  __args__['credentials'] = credentials
@@ -230,10 +230,10 @@ def get_schema_registry_kek(credentials: Optional[Union['GetSchemaRegistryKekCre
230
230
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
231
231
  shared=pulumi.get(__ret__, 'shared'))
232
232
  def get_schema_registry_kek_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryKekCredentialsArgs', 'GetSchemaRegistryKekCredentialsArgsDict']]]] = None,
233
- name: Optional[pulumi.Input[str]] = None,
234
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
233
+ name: Optional[pulumi.Input[_builtins.str]] = None,
234
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
235
235
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaRegistryKekSchemaRegistryClusterArgs', 'GetSchemaRegistryKekSchemaRegistryClusterArgsDict']]]] = None,
236
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaRegistryKekResult]:
236
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryKekResult]:
237
237
  """
238
238
  [![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)
239
239
 
@@ -268,17 +268,17 @@ def get_schema_registry_kek_output(credentials: Optional[pulumi.Input[Optional[U
268
268
  ```
269
269
 
270
270
 
271
- :param str name: The name for the KEK.
271
+ :param _builtins.str name: The name for the KEK.
272
272
 
273
273
  > **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.
274
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
274
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
275
275
  """
276
276
  __args__ = dict()
277
277
  __args__['credentials'] = credentials
278
278
  __args__['name'] = name
279
279
  __args__['restEndpoint'] = rest_endpoint
280
280
  __args__['schemaRegistryCluster'] = schema_registry_cluster
281
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
281
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
282
282
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemaRegistryKek:getSchemaRegistryKek', __args__, opts=opts, typ=GetSchemaRegistryKekResult)
283
283
  return __ret__.apply(lambda __response__: GetSchemaRegistryKekResult(
284
284
  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
@@ -48,35 +48,35 @@ class GetSchemasResult:
48
48
  raise TypeError("Expected argument 'schemas' to be a list")
49
49
  pulumi.set(__self__, "schemas", schemas)
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter
53
53
  def credentials(self) -> Optional['outputs.GetSchemasCredentialsResult']:
54
54
  return pulumi.get(self, "credentials")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter
58
58
  def filter(self) -> Optional['outputs.GetSchemasFilterResult']:
59
59
  return pulumi.get(self, "filter")
60
60
 
61
- @property
61
+ @_builtins.property
62
62
  @pulumi.getter
63
- def id(self) -> str:
63
+ def id(self) -> _builtins.str:
64
64
  """
65
65
  The provider-assigned unique ID for this managed resource.
66
66
  """
67
67
  return pulumi.get(self, "id")
68
68
 
69
- @property
69
+ @_builtins.property
70
70
  @pulumi.getter(name="restEndpoint")
71
- def rest_endpoint(self) -> Optional[str]:
71
+ def rest_endpoint(self) -> Optional[_builtins.str]:
72
72
  return pulumi.get(self, "rest_endpoint")
73
73
 
74
- @property
74
+ @_builtins.property
75
75
  @pulumi.getter(name="schemaRegistryCluster")
76
76
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemasSchemaRegistryClusterResult']:
77
77
  return pulumi.get(self, "schema_registry_cluster")
78
78
 
79
- @property
79
+ @_builtins.property
80
80
  @pulumi.getter
81
81
  def schemas(self) -> Sequence['outputs.GetSchemasSchemaResult']:
82
82
  """
@@ -101,7 +101,7 @@ class AwaitableGetSchemasResult(GetSchemasResult):
101
101
 
102
102
  def get_schemas(credentials: Optional[Union['GetSchemasCredentialsArgs', 'GetSchemasCredentialsArgsDict']] = None,
103
103
  filter: Optional[Union['GetSchemasFilterArgs', 'GetSchemasFilterArgsDict']] = None,
104
- rest_endpoint: Optional[str] = None,
104
+ rest_endpoint: Optional[_builtins.str] = None,
105
105
  schema_registry_cluster: Optional[Union['GetSchemasSchemaRegistryClusterArgs', 'GetSchemasSchemaRegistryClusterArgsDict']] = None,
106
106
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemasResult:
107
107
  """
@@ -148,7 +148,7 @@ def get_schemas(credentials: Optional[Union['GetSchemasCredentialsArgs', 'GetSch
148
148
  ```
149
149
 
150
150
 
151
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
151
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
152
152
  """
153
153
  __args__ = dict()
154
154
  __args__['credentials'] = credentials
@@ -167,9 +167,9 @@ def get_schemas(credentials: Optional[Union['GetSchemasCredentialsArgs', 'GetSch
167
167
  schemas=pulumi.get(__ret__, 'schemas'))
168
168
  def get_schemas_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemasCredentialsArgs', 'GetSchemasCredentialsArgsDict']]]] = None,
169
169
  filter: Optional[pulumi.Input[Optional[Union['GetSchemasFilterArgs', 'GetSchemasFilterArgsDict']]]] = None,
170
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
170
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
171
171
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemasSchemaRegistryClusterArgs', 'GetSchemasSchemaRegistryClusterArgsDict']]]] = None,
172
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemasResult]:
172
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemasResult]:
173
173
  """
174
174
  [![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)
175
175
 
@@ -214,14 +214,14 @@ def get_schemas_output(credentials: Optional[pulumi.Input[Optional[Union['GetSch
214
214
  ```
215
215
 
216
216
 
217
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
217
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
218
218
  """
219
219
  __args__ = dict()
220
220
  __args__['credentials'] = credentials
221
221
  __args__['filter'] = filter
222
222
  __args__['restEndpoint'] = rest_endpoint
223
223
  __args__['schemaRegistryCluster'] = schema_registry_cluster
224
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
224
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
225
225
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getSchemas:getSchemas', __args__, opts=opts, typ=GetSchemasResult)
226
226
  return __ret__.apply(lambda __response__: GetSchemasResult(
227
227
  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
@@ -43,41 +43,41 @@ class GetServiceAccountResult:
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 Service Account.
51
51
  """
52
52
  return pulumi.get(self, "api_version")
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
- def description(self) -> str:
56
+ def description(self) -> _builtins.str:
57
57
  """
58
58
  (Required String) A free-form description of the Service Account.
59
59
  """
60
60
  return pulumi.get(self, "description")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter(name="displayName")
64
- def display_name(self) -> str:
64
+ def display_name(self) -> _builtins.str:
65
65
  """
66
66
  (Required String) A human-readable name for the Service Account. Limited to 64 characters in length.
67
67
  """
68
68
  return pulumi.get(self, "display_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 Service Account (e.g., `sa-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 Service Account.
83
83
  """
@@ -97,8 +97,8 @@ class AwaitableGetServiceAccountResult(GetServiceAccountResult):
97
97
  kind=self.kind)
98
98
 
99
99
 
100
- def get_service_account(display_name: Optional[str] = None,
101
- id: Optional[str] = None,
100
+ def get_service_account(display_name: Optional[_builtins.str] = None,
101
+ id: Optional[_builtins.str] = None,
102
102
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceAccountResult:
103
103
  """
104
104
  [![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)
@@ -118,10 +118,10 @@ def get_service_account(display_name: Optional[str] = None,
118
118
  ```
119
119
 
120
120
 
121
- :param str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
121
+ :param _builtins.str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
122
122
 
123
123
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
124
- :param str id: The ID of the Service Account (e.g., `sa-abc123`).
124
+ :param _builtins.str id: The ID of the Service Account (e.g., `sa-abc123`).
125
125
  """
126
126
  __args__ = dict()
127
127
  __args__['displayName'] = display_name
@@ -135,9 +135,9 @@ def get_service_account(display_name: Optional[str] = None,
135
135
  display_name=pulumi.get(__ret__, 'display_name'),
136
136
  id=pulumi.get(__ret__, 'id'),
137
137
  kind=pulumi.get(__ret__, 'kind'))
138
- def get_service_account_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
139
- id: Optional[pulumi.Input[Optional[str]]] = None,
140
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceAccountResult]:
138
+ def get_service_account_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
139
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
140
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceAccountResult]:
141
141
  """
142
142
  [![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)
143
143
 
@@ -156,15 +156,15 @@ def get_service_account_output(display_name: Optional[pulumi.Input[Optional[str]
156
156
  ```
157
157
 
158
158
 
159
- :param str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
159
+ :param _builtins.str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
160
160
 
161
161
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
162
- :param str id: The ID of the Service Account (e.g., `sa-abc123`).
162
+ :param _builtins.str id: The ID of the Service Account (e.g., `sa-abc123`).
163
163
  """
164
164
  __args__ = dict()
165
165
  __args__['displayName'] = display_name
166
166
  __args__['id'] = id
167
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
167
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
168
168
  __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getServiceAccount:getServiceAccount', __args__, opts=opts, typ=GetServiceAccountResult)
169
169
  return __ret__.apply(lambda __response__: GetServiceAccountResult(
170
170
  api_version=pulumi.get(__response__, 'api_version'),