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.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +81 -1
  2. pulumi_confluentcloud/_inputs.py +4170 -2453
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +144 -36
  5. pulumi_confluentcloud/api_key.py +138 -272
  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 +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  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 +303 -81
  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 +88 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +250 -194
  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 +44 -31
  30. pulumi_confluentcloud/get_access_point.py +36 -16
  31. pulumi_confluentcloud/get_business_metadata.py +25 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +34 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  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 +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +59 -41
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +45 -17
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  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 +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +51 -36
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +26 -24
  81. pulumi_confluentcloud/get_tag_binding.py +32 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -207
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3400 -2088
  102. pulumi_confluentcloud/peering.py +128 -48
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +318 -192
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +82 -79
  122. pulumi_confluentcloud/tag_binding.py +121 -84
  123. pulumi_confluentcloud/tf_importer.py +39 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
  129. {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 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,8 +230,8 @@ 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
236
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaRegistryKekResult]:
237
237
  """
@@ -268,10 +268,10 @@ 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
@@ -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,7 +167,7 @@ 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
172
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemasResult]:
173
173
  """
@@ -214,7 +214,7 @@ 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
@@ -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,8 +135,8 @@ 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,
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
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)
@@ -156,10 +156,10 @@ 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
@@ -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,48 +51,48 @@ class GetSubjectConfigResult:
51
51
  raise TypeError("Expected argument 'subject_name' to be a str")
52
52
  pulumi.set(__self__, "subject_name", subject_name)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter(name="compatibilityGroup")
56
- def compatibility_group(self) -> str:
56
+ def compatibility_group(self) -> _builtins.str:
57
57
  """
58
58
  (Required String) The Compatibility Group of the specified subject.
59
59
  """
60
60
  return pulumi.get(self, "compatibility_group")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter(name="compatibilityLevel")
64
- def compatibility_level(self) -> str:
64
+ def compatibility_level(self) -> _builtins.str:
65
65
  """
66
66
  (Required String) 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.
67
67
  """
68
68
  return pulumi.get(self, "compatibility_level")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter
72
72
  def credentials(self) -> Optional['outputs.GetSubjectConfigCredentialsResult']:
73
73
  return pulumi.get(self, "credentials")
74
74
 
75
- @property
75
+ @_builtins.property
76
76
  @pulumi.getter
77
- def id(self) -> str:
77
+ def id(self) -> _builtins.str:
78
78
  """
79
79
  The provider-assigned unique ID for this managed resource.
80
80
  """
81
81
  return pulumi.get(self, "id")
82
82
 
83
- @property
83
+ @_builtins.property
84
84
  @pulumi.getter(name="restEndpoint")
85
- def rest_endpoint(self) -> Optional[str]:
85
+ def rest_endpoint(self) -> Optional[_builtins.str]:
86
86
  return pulumi.get(self, "rest_endpoint")
87
87
 
88
- @property
88
+ @_builtins.property
89
89
  @pulumi.getter(name="schemaRegistryCluster")
90
90
  def schema_registry_cluster(self) -> Optional['outputs.GetSubjectConfigSchemaRegistryClusterResult']:
91
91
  return pulumi.get(self, "schema_registry_cluster")
92
92
 
93
- @property
93
+ @_builtins.property
94
94
  @pulumi.getter(name="subjectName")
95
- def subject_name(self) -> str:
95
+ def subject_name(self) -> _builtins.str:
96
96
  return pulumi.get(self, "subject_name")
97
97
 
98
98
 
@@ -112,9 +112,9 @@ class AwaitableGetSubjectConfigResult(GetSubjectConfigResult):
112
112
 
113
113
 
114
114
  def get_subject_config(credentials: Optional[Union['GetSubjectConfigCredentialsArgs', 'GetSubjectConfigCredentialsArgsDict']] = None,
115
- rest_endpoint: Optional[str] = None,
115
+ rest_endpoint: Optional[_builtins.str] = None,
116
116
  schema_registry_cluster: Optional[Union['GetSubjectConfigSchemaRegistryClusterArgs', 'GetSubjectConfigSchemaRegistryClusterArgsDict']] = None,
117
- subject_name: Optional[str] = None,
117
+ subject_name: Optional[_builtins.str] = None,
118
118
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSubjectConfigResult:
119
119
  """
120
120
  [![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)
@@ -124,8 +124,8 @@ def get_subject_config(credentials: Optional[Union['GetSubjectConfigCredentialsA
124
124
  ## Example Usage
125
125
 
126
126
 
127
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
128
- :param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
127
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
128
+ :param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
129
129
  """
130
130
  __args__ = dict()
131
131
  __args__['credentials'] = credentials
@@ -144,9 +144,9 @@ def get_subject_config(credentials: Optional[Union['GetSubjectConfigCredentialsA
144
144
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
145
145
  subject_name=pulumi.get(__ret__, 'subject_name'))
146
146
  def get_subject_config_output(credentials: Optional[pulumi.Input[Optional[Union['GetSubjectConfigCredentialsArgs', 'GetSubjectConfigCredentialsArgsDict']]]] = None,
147
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
147
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
148
148
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSubjectConfigSchemaRegistryClusterArgs', 'GetSubjectConfigSchemaRegistryClusterArgsDict']]]] = None,
149
- subject_name: Optional[pulumi.Input[str]] = None,
149
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
150
150
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSubjectConfigResult]:
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)
@@ -156,8 +156,8 @@ def get_subject_config_output(credentials: Optional[pulumi.Input[Optional[Union[
156
156
  ## Example Usage
157
157
 
158
158
 
159
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
160
- :param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
159
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
160
+ :param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
161
161
  """
162
162
  __args__ = dict()
163
163
  __args__['credentials'] = 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,40 +48,40 @@ class GetSubjectModeResult:
48
48
  raise TypeError("Expected argument 'subject_name' to be a str")
49
49
  pulumi.set(__self__, "subject_name", subject_name)
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter
53
53
  def credentials(self) -> Optional['outputs.GetSubjectModeCredentialsResult']:
54
54
  return pulumi.get(self, "credentials")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter
58
- def id(self) -> str:
58
+ def id(self) -> _builtins.str:
59
59
  """
60
60
  The provider-assigned unique ID for this managed resource.
61
61
  """
62
62
  return pulumi.get(self, "id")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter
66
- def mode(self) -> str:
66
+ def mode(self) -> _builtins.str:
67
67
  """
68
68
  (Required String) The mode of the specified subject. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
69
69
  """
70
70
  return pulumi.get(self, "mode")
71
71
 
72
- @property
72
+ @_builtins.property
73
73
  @pulumi.getter(name="restEndpoint")
74
- def rest_endpoint(self) -> Optional[str]:
74
+ def rest_endpoint(self) -> Optional[_builtins.str]:
75
75
  return pulumi.get(self, "rest_endpoint")
76
76
 
77
- @property
77
+ @_builtins.property
78
78
  @pulumi.getter(name="schemaRegistryCluster")
79
79
  def schema_registry_cluster(self) -> Optional['outputs.GetSubjectModeSchemaRegistryClusterResult']:
80
80
  return pulumi.get(self, "schema_registry_cluster")
81
81
 
82
- @property
82
+ @_builtins.property
83
83
  @pulumi.getter(name="subjectName")
84
- def subject_name(self) -> str:
84
+ def subject_name(self) -> _builtins.str:
85
85
  return pulumi.get(self, "subject_name")
86
86
 
87
87
 
@@ -100,9 +100,9 @@ class AwaitableGetSubjectModeResult(GetSubjectModeResult):
100
100
 
101
101
 
102
102
  def get_subject_mode(credentials: Optional[Union['GetSubjectModeCredentialsArgs', 'GetSubjectModeCredentialsArgsDict']] = None,
103
- rest_endpoint: Optional[str] = None,
103
+ rest_endpoint: Optional[_builtins.str] = None,
104
104
  schema_registry_cluster: Optional[Union['GetSubjectModeSchemaRegistryClusterArgs', 'GetSubjectModeSchemaRegistryClusterArgsDict']] = None,
105
- subject_name: Optional[str] = None,
105
+ subject_name: Optional[_builtins.str] = None,
106
106
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSubjectModeResult:
107
107
  """
108
108
  [![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)
@@ -140,8 +140,8 @@ def get_subject_mode(credentials: Optional[Union['GetSubjectModeCredentialsArgs'
140
140
  ```
141
141
 
142
142
 
143
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
144
- :param 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`.
143
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
144
+ :param _builtins.str 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`.
145
145
 
146
146
  > **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.
147
147
  """
@@ -161,9 +161,9 @@ def get_subject_mode(credentials: Optional[Union['GetSubjectModeCredentialsArgs'
161
161
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
162
162
  subject_name=pulumi.get(__ret__, 'subject_name'))
163
163
  def get_subject_mode_output(credentials: Optional[pulumi.Input[Optional[Union['GetSubjectModeCredentialsArgs', 'GetSubjectModeCredentialsArgsDict']]]] = None,
164
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
164
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
165
165
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSubjectModeSchemaRegistryClusterArgs', 'GetSubjectModeSchemaRegistryClusterArgsDict']]]] = None,
166
- subject_name: Optional[pulumi.Input[str]] = None,
166
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
167
167
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSubjectModeResult]:
168
168
  """
169
169
  [![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)
@@ -201,8 +201,8 @@ def get_subject_mode_output(credentials: Optional[pulumi.Input[Optional[Union['G
201
201
  ```
202
202
 
203
203
 
204
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
205
- :param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
204
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
205
+ :param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
206
206
 
207
207
  > **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.
208
208
  """