pulumi-aiven 6.37.0a1744255932__py3-none-any.whl → 6.38.0__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-aiven might be problematic. Click here for more details.

Files changed (114) hide show
  1. pulumi_aiven/__init__.py +9 -0
  2. pulumi_aiven/_inputs.py +1302 -160
  3. pulumi_aiven/account.py +1 -0
  4. pulumi_aiven/account_authentication.py +1 -0
  5. pulumi_aiven/account_team.py +1 -0
  6. pulumi_aiven/account_team_member.py +1 -0
  7. pulumi_aiven/account_team_project.py +1 -0
  8. pulumi_aiven/alloydbomni.py +1 -0
  9. pulumi_aiven/alloydbomni_database.py +1 -0
  10. pulumi_aiven/alloydbomni_user.py +1 -0
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
  12. pulumi_aiven/aws_privatelink.py +1 -0
  13. pulumi_aiven/aws_vpc_peering_connection.py +1 -0
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
  15. pulumi_aiven/azure_privatelink.py +1 -0
  16. pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
  17. pulumi_aiven/azure_vpc_peering_connection.py +1 -0
  18. pulumi_aiven/billing_group.py +1 -0
  19. pulumi_aiven/cassandra.py +1 -0
  20. pulumi_aiven/cassandra_user.py +1 -0
  21. pulumi_aiven/clickhouse.py +1 -0
  22. pulumi_aiven/clickhouse_database.py +1 -0
  23. pulumi_aiven/clickhouse_grant.py +19 -0
  24. pulumi_aiven/clickhouse_role.py +1 -0
  25. pulumi_aiven/clickhouse_user.py +1 -0
  26. pulumi_aiven/connection_pool.py +1 -0
  27. pulumi_aiven/dragonfly.py +1 -0
  28. pulumi_aiven/flink.py +1 -0
  29. pulumi_aiven/flink_application.py +1 -0
  30. pulumi_aiven/flink_application_deployment.py +1 -0
  31. pulumi_aiven/flink_application_version.py +1 -0
  32. pulumi_aiven/flink_jar_application.py +1 -0
  33. pulumi_aiven/flink_jar_application_deployment.py +1 -0
  34. pulumi_aiven/flink_jar_application_version.py +1 -0
  35. pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
  36. pulumi_aiven/gcp_privatelink.py +1 -0
  37. pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
  38. pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
  39. pulumi_aiven/get_external_identity.py +5 -5
  40. pulumi_aiven/get_open_search.py +7 -7
  41. pulumi_aiven/get_open_search_acl_config.py +7 -7
  42. pulumi_aiven/get_open_search_acl_rule.py +19 -19
  43. pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
  44. pulumi_aiven/get_opensearch_user.py +13 -13
  45. pulumi_aiven/get_organization.py +24 -6
  46. pulumi_aiven/get_organization_address.py +52 -29
  47. pulumi_aiven/get_organization_billing_group.py +38 -15
  48. pulumi_aiven/get_organization_billing_group_list.py +40 -12
  49. pulumi_aiven/get_organization_project.py +50 -14
  50. pulumi_aiven/governance_access.py +418 -0
  51. pulumi_aiven/grafana.py +1 -0
  52. pulumi_aiven/influx_db.py +1 -0
  53. pulumi_aiven/influxdb_database.py +1 -0
  54. pulumi_aiven/influxdb_user.py +1 -0
  55. pulumi_aiven/kafka.py +1 -0
  56. pulumi_aiven/kafka_acl.py +1 -0
  57. pulumi_aiven/kafka_connect.py +1 -0
  58. pulumi_aiven/kafka_connector.py +1 -0
  59. pulumi_aiven/kafka_mirror_maker.py +1 -0
  60. pulumi_aiven/kafka_native_acl.py +1 -0
  61. pulumi_aiven/kafka_quota.py +1 -0
  62. pulumi_aiven/kafka_schema.py +1 -0
  63. pulumi_aiven/kafka_schema_configuration.py +1 -0
  64. pulumi_aiven/kafka_schema_registry_acl.py +1 -0
  65. pulumi_aiven/kafka_topic.py +1 -0
  66. pulumi_aiven/kafka_user.py +1 -0
  67. pulumi_aiven/m3_aggregator.py +1 -0
  68. pulumi_aiven/m3_db.py +1 -0
  69. pulumi_aiven/m3db_user.py +1 -0
  70. pulumi_aiven/mirror_maker_replication_flow.py +1 -0
  71. pulumi_aiven/my_sql.py +1 -0
  72. pulumi_aiven/mysql_database.py +1 -0
  73. pulumi_aiven/mysql_user.py +1 -0
  74. pulumi_aiven/open_search.py +18 -19
  75. pulumi_aiven/open_search_acl_config.py +30 -41
  76. pulumi_aiven/open_search_acl_rule.py +48 -47
  77. pulumi_aiven/opensearch_security_plugin_config.py +15 -42
  78. pulumi_aiven/opensearch_user.py +33 -32
  79. pulumi_aiven/organization.py +25 -19
  80. pulumi_aiven/organization_address.py +103 -96
  81. pulumi_aiven/organization_application_user.py +10 -0
  82. pulumi_aiven/organization_application_user_token.py +1 -0
  83. pulumi_aiven/organization_billing_group.py +67 -60
  84. pulumi_aiven/organization_group_project.py +1 -0
  85. pulumi_aiven/organization_permission.py +1 -0
  86. pulumi_aiven/organization_project.py +112 -62
  87. pulumi_aiven/organization_user.py +1 -0
  88. pulumi_aiven/organization_user_group.py +1 -0
  89. pulumi_aiven/organization_user_group_member.py +1 -0
  90. pulumi_aiven/organization_vpc.py +1 -0
  91. pulumi_aiven/organizational_unit.py +1 -0
  92. pulumi_aiven/outputs.py +1039 -189
  93. pulumi_aiven/pg.py +1 -0
  94. pulumi_aiven/pg_database.py +1 -0
  95. pulumi_aiven/pg_user.py +1 -0
  96. pulumi_aiven/project.py +1 -0
  97. pulumi_aiven/project_user.py +1 -0
  98. pulumi_aiven/project_vpc.py +1 -0
  99. pulumi_aiven/provider.py +21 -0
  100. pulumi_aiven/pulumi-plugin.json +1 -1
  101. pulumi_aiven/redis.py +1 -0
  102. pulumi_aiven/redis_user.py +1 -0
  103. pulumi_aiven/service_integration.py +1 -0
  104. pulumi_aiven/service_integration_endpoint.py +1 -0
  105. pulumi_aiven/static_ip.py +1 -0
  106. pulumi_aiven/thanos.py +1 -0
  107. pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
  108. pulumi_aiven/valkey.py +1 -0
  109. pulumi_aiven/valkey_user.py +1 -0
  110. {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
  111. pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
  112. {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
  113. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +0 -188
  114. {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,418 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from . import _utilities
17
+ from . import outputs
18
+ from ._inputs import *
19
+
20
+ __all__ = ['GovernanceAccessArgs', 'GovernanceAccess']
21
+
22
+ @pulumi.input_type
23
+ class GovernanceAccessArgs:
24
+ def __init__(__self__, *,
25
+ access_data: pulumi.Input['GovernanceAccessAccessDataArgs'],
26
+ access_name: pulumi.Input[builtins.str],
27
+ access_type: pulumi.Input[builtins.str],
28
+ organization_id: pulumi.Input[builtins.str],
29
+ owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None):
30
+ """
31
+ The set of arguments for constructing a GovernanceAccess resource.
32
+ :param pulumi.Input['GovernanceAccessAccessDataArgs'] access_data: Details of the access. Changing this property forces recreation of the resource.
33
+ :param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
35
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
36
+ :param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
37
+ """
38
+ pulumi.set(__self__, "access_data", access_data)
39
+ pulumi.set(__self__, "access_name", access_name)
40
+ pulumi.set(__self__, "access_type", access_type)
41
+ pulumi.set(__self__, "organization_id", organization_id)
42
+ if owner_user_group_id is not None:
43
+ pulumi.set(__self__, "owner_user_group_id", owner_user_group_id)
44
+
45
+ @property
46
+ @pulumi.getter(name="accessData")
47
+ def access_data(self) -> pulumi.Input['GovernanceAccessAccessDataArgs']:
48
+ """
49
+ Details of the access. Changing this property forces recreation of the resource.
50
+ """
51
+ return pulumi.get(self, "access_data")
52
+
53
+ @access_data.setter
54
+ def access_data(self, value: pulumi.Input['GovernanceAccessAccessDataArgs']):
55
+ pulumi.set(self, "access_data", value)
56
+
57
+ @property
58
+ @pulumi.getter(name="accessName")
59
+ def access_name(self) -> pulumi.Input[builtins.str]:
60
+ """
61
+ The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
62
+ """
63
+ return pulumi.get(self, "access_name")
64
+
65
+ @access_name.setter
66
+ def access_name(self, value: pulumi.Input[builtins.str]):
67
+ pulumi.set(self, "access_name", value)
68
+
69
+ @property
70
+ @pulumi.getter(name="accessType")
71
+ def access_type(self) -> pulumi.Input[builtins.str]:
72
+ """
73
+ The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
74
+ """
75
+ return pulumi.get(self, "access_type")
76
+
77
+ @access_type.setter
78
+ def access_type(self, value: pulumi.Input[builtins.str]):
79
+ pulumi.set(self, "access_type", value)
80
+
81
+ @property
82
+ @pulumi.getter(name="organizationId")
83
+ def organization_id(self) -> pulumi.Input[builtins.str]:
84
+ """
85
+ The ID of the organization. Changing this property forces recreation of the resource.
86
+ """
87
+ return pulumi.get(self, "organization_id")
88
+
89
+ @organization_id.setter
90
+ def organization_id(self, value: pulumi.Input[builtins.str]):
91
+ pulumi.set(self, "organization_id", value)
92
+
93
+ @property
94
+ @pulumi.getter(name="ownerUserGroupId")
95
+ def owner_user_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
96
+ """
97
+ The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
98
+ """
99
+ return pulumi.get(self, "owner_user_group_id")
100
+
101
+ @owner_user_group_id.setter
102
+ def owner_user_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
103
+ pulumi.set(self, "owner_user_group_id", value)
104
+
105
+
106
+ @pulumi.input_type
107
+ class _GovernanceAccessState:
108
+ def __init__(__self__, *,
109
+ access_data: Optional[pulumi.Input['GovernanceAccessAccessDataArgs']] = None,
110
+ access_name: Optional[pulumi.Input[builtins.str]] = None,
111
+ access_type: Optional[pulumi.Input[builtins.str]] = None,
112
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
113
+ owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
114
+ susbcription_id: Optional[pulumi.Input[builtins.str]] = None):
115
+ """
116
+ Input properties used for looking up and filtering GovernanceAccess resources.
117
+ :param pulumi.Input['GovernanceAccessAccessDataArgs'] access_data: Details of the access. Changing this property forces recreation of the resource.
118
+ :param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
119
+ :param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
120
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
121
+ :param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
122
+ :param pulumi.Input[builtins.str] susbcription_id: The ID of the access.
123
+ """
124
+ if access_data is not None:
125
+ pulumi.set(__self__, "access_data", access_data)
126
+ if access_name is not None:
127
+ pulumi.set(__self__, "access_name", access_name)
128
+ if access_type is not None:
129
+ pulumi.set(__self__, "access_type", access_type)
130
+ if organization_id is not None:
131
+ pulumi.set(__self__, "organization_id", organization_id)
132
+ if owner_user_group_id is not None:
133
+ pulumi.set(__self__, "owner_user_group_id", owner_user_group_id)
134
+ if susbcription_id is not None:
135
+ pulumi.set(__self__, "susbcription_id", susbcription_id)
136
+
137
+ @property
138
+ @pulumi.getter(name="accessData")
139
+ def access_data(self) -> Optional[pulumi.Input['GovernanceAccessAccessDataArgs']]:
140
+ """
141
+ Details of the access. Changing this property forces recreation of the resource.
142
+ """
143
+ return pulumi.get(self, "access_data")
144
+
145
+ @access_data.setter
146
+ def access_data(self, value: Optional[pulumi.Input['GovernanceAccessAccessDataArgs']]):
147
+ pulumi.set(self, "access_data", value)
148
+
149
+ @property
150
+ @pulumi.getter(name="accessName")
151
+ def access_name(self) -> Optional[pulumi.Input[builtins.str]]:
152
+ """
153
+ The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
154
+ """
155
+ return pulumi.get(self, "access_name")
156
+
157
+ @access_name.setter
158
+ def access_name(self, value: Optional[pulumi.Input[builtins.str]]):
159
+ pulumi.set(self, "access_name", value)
160
+
161
+ @property
162
+ @pulumi.getter(name="accessType")
163
+ def access_type(self) -> Optional[pulumi.Input[builtins.str]]:
164
+ """
165
+ The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
166
+ """
167
+ return pulumi.get(self, "access_type")
168
+
169
+ @access_type.setter
170
+ def access_type(self, value: Optional[pulumi.Input[builtins.str]]):
171
+ pulumi.set(self, "access_type", value)
172
+
173
+ @property
174
+ @pulumi.getter(name="organizationId")
175
+ def organization_id(self) -> Optional[pulumi.Input[builtins.str]]:
176
+ """
177
+ The ID of the organization. Changing this property forces recreation of the resource.
178
+ """
179
+ return pulumi.get(self, "organization_id")
180
+
181
+ @organization_id.setter
182
+ def organization_id(self, value: Optional[pulumi.Input[builtins.str]]):
183
+ pulumi.set(self, "organization_id", value)
184
+
185
+ @property
186
+ @pulumi.getter(name="ownerUserGroupId")
187
+ def owner_user_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
188
+ """
189
+ The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
190
+ """
191
+ return pulumi.get(self, "owner_user_group_id")
192
+
193
+ @owner_user_group_id.setter
194
+ def owner_user_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
195
+ pulumi.set(self, "owner_user_group_id", value)
196
+
197
+ @property
198
+ @pulumi.getter(name="susbcriptionId")
199
+ def susbcription_id(self) -> Optional[pulumi.Input[builtins.str]]:
200
+ """
201
+ The ID of the access.
202
+ """
203
+ return pulumi.get(self, "susbcription_id")
204
+
205
+ @susbcription_id.setter
206
+ def susbcription_id(self, value: Optional[pulumi.Input[builtins.str]]):
207
+ pulumi.set(self, "susbcription_id", value)
208
+
209
+
210
+ @pulumi.type_token("aiven:index/governanceAccess:GovernanceAccess")
211
+ class GovernanceAccess(pulumi.CustomResource):
212
+ @overload
213
+ def __init__(__self__,
214
+ resource_name: str,
215
+ opts: Optional[pulumi.ResourceOptions] = None,
216
+ access_data: Optional[pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']]] = None,
217
+ access_name: Optional[pulumi.Input[builtins.str]] = None,
218
+ access_type: Optional[pulumi.Input[builtins.str]] = None,
219
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
220
+ owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
221
+ __props__=None):
222
+ """
223
+ ## Example Usage
224
+
225
+ ```python
226
+ import pulumi
227
+ import pulumi_aiven as aiven
228
+
229
+ example_access = aiven.GovernanceAccess("example_access",
230
+ organization_id=main["id"],
231
+ access_name="example-topic-access",
232
+ access_type="KAFKA",
233
+ access_data={
234
+ "project": example_project["project"],
235
+ "service_name": example_kafka["serviceName"],
236
+ "acls": [{
237
+ "resource_name": "example-topic",
238
+ "resource_type": "Topic",
239
+ "operation": "Read",
240
+ "permission_type": "ALLOW",
241
+ "host": "*",
242
+ }],
243
+ },
244
+ owner_user_group_id=example["groupId"])
245
+ ```
246
+
247
+ :param str resource_name: The name of the resource.
248
+ :param pulumi.ResourceOptions opts: Options for the resource.
249
+ :param pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']] access_data: Details of the access. Changing this property forces recreation of the resource.
250
+ :param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
251
+ :param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
252
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
253
+ :param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
254
+ """
255
+ ...
256
+ @overload
257
+ def __init__(__self__,
258
+ resource_name: str,
259
+ args: GovernanceAccessArgs,
260
+ opts: Optional[pulumi.ResourceOptions] = None):
261
+ """
262
+ ## Example Usage
263
+
264
+ ```python
265
+ import pulumi
266
+ import pulumi_aiven as aiven
267
+
268
+ example_access = aiven.GovernanceAccess("example_access",
269
+ organization_id=main["id"],
270
+ access_name="example-topic-access",
271
+ access_type="KAFKA",
272
+ access_data={
273
+ "project": example_project["project"],
274
+ "service_name": example_kafka["serviceName"],
275
+ "acls": [{
276
+ "resource_name": "example-topic",
277
+ "resource_type": "Topic",
278
+ "operation": "Read",
279
+ "permission_type": "ALLOW",
280
+ "host": "*",
281
+ }],
282
+ },
283
+ owner_user_group_id=example["groupId"])
284
+ ```
285
+
286
+ :param str resource_name: The name of the resource.
287
+ :param GovernanceAccessArgs args: The arguments to use to populate this resource's properties.
288
+ :param pulumi.ResourceOptions opts: Options for the resource.
289
+ """
290
+ ...
291
+ def __init__(__self__, resource_name: str, *args, **kwargs):
292
+ resource_args, opts = _utilities.get_resource_args_opts(GovernanceAccessArgs, pulumi.ResourceOptions, *args, **kwargs)
293
+ if resource_args is not None:
294
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
295
+ else:
296
+ __self__._internal_init(resource_name, *args, **kwargs)
297
+
298
+ def _internal_init(__self__,
299
+ resource_name: str,
300
+ opts: Optional[pulumi.ResourceOptions] = None,
301
+ access_data: Optional[pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']]] = None,
302
+ access_name: Optional[pulumi.Input[builtins.str]] = None,
303
+ access_type: Optional[pulumi.Input[builtins.str]] = None,
304
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
305
+ owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
306
+ __props__=None):
307
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
308
+ if not isinstance(opts, pulumi.ResourceOptions):
309
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
310
+ if opts.id is None:
311
+ if __props__ is not None:
312
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
313
+ __props__ = GovernanceAccessArgs.__new__(GovernanceAccessArgs)
314
+
315
+ if access_data is None and not opts.urn:
316
+ raise TypeError("Missing required property 'access_data'")
317
+ __props__.__dict__["access_data"] = access_data
318
+ if access_name is None and not opts.urn:
319
+ raise TypeError("Missing required property 'access_name'")
320
+ __props__.__dict__["access_name"] = access_name
321
+ if access_type is None and not opts.urn:
322
+ raise TypeError("Missing required property 'access_type'")
323
+ __props__.__dict__["access_type"] = access_type
324
+ if organization_id is None and not opts.urn:
325
+ raise TypeError("Missing required property 'organization_id'")
326
+ __props__.__dict__["organization_id"] = organization_id
327
+ __props__.__dict__["owner_user_group_id"] = owner_user_group_id
328
+ __props__.__dict__["susbcription_id"] = None
329
+ super(GovernanceAccess, __self__).__init__(
330
+ 'aiven:index/governanceAccess:GovernanceAccess',
331
+ resource_name,
332
+ __props__,
333
+ opts)
334
+
335
+ @staticmethod
336
+ def get(resource_name: str,
337
+ id: pulumi.Input[str],
338
+ opts: Optional[pulumi.ResourceOptions] = None,
339
+ access_data: Optional[pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']]] = None,
340
+ access_name: Optional[pulumi.Input[builtins.str]] = None,
341
+ access_type: Optional[pulumi.Input[builtins.str]] = None,
342
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
343
+ owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
344
+ susbcription_id: Optional[pulumi.Input[builtins.str]] = None) -> 'GovernanceAccess':
345
+ """
346
+ Get an existing GovernanceAccess resource's state with the given name, id, and optional extra
347
+ properties used to qualify the lookup.
348
+
349
+ :param str resource_name: The unique name of the resulting resource.
350
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
351
+ :param pulumi.ResourceOptions opts: Options for the resource.
352
+ :param pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']] access_data: Details of the access. Changing this property forces recreation of the resource.
353
+ :param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
354
+ :param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
355
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
356
+ :param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
357
+ :param pulumi.Input[builtins.str] susbcription_id: The ID of the access.
358
+ """
359
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
360
+
361
+ __props__ = _GovernanceAccessState.__new__(_GovernanceAccessState)
362
+
363
+ __props__.__dict__["access_data"] = access_data
364
+ __props__.__dict__["access_name"] = access_name
365
+ __props__.__dict__["access_type"] = access_type
366
+ __props__.__dict__["organization_id"] = organization_id
367
+ __props__.__dict__["owner_user_group_id"] = owner_user_group_id
368
+ __props__.__dict__["susbcription_id"] = susbcription_id
369
+ return GovernanceAccess(resource_name, opts=opts, __props__=__props__)
370
+
371
+ @property
372
+ @pulumi.getter(name="accessData")
373
+ def access_data(self) -> pulumi.Output['outputs.GovernanceAccessAccessData']:
374
+ """
375
+ Details of the access. Changing this property forces recreation of the resource.
376
+ """
377
+ return pulumi.get(self, "access_data")
378
+
379
+ @property
380
+ @pulumi.getter(name="accessName")
381
+ def access_name(self) -> pulumi.Output[builtins.str]:
382
+ """
383
+ The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
384
+ """
385
+ return pulumi.get(self, "access_name")
386
+
387
+ @property
388
+ @pulumi.getter(name="accessType")
389
+ def access_type(self) -> pulumi.Output[builtins.str]:
390
+ """
391
+ The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
392
+ """
393
+ return pulumi.get(self, "access_type")
394
+
395
+ @property
396
+ @pulumi.getter(name="organizationId")
397
+ def organization_id(self) -> pulumi.Output[builtins.str]:
398
+ """
399
+ The ID of the organization. Changing this property forces recreation of the resource.
400
+ """
401
+ return pulumi.get(self, "organization_id")
402
+
403
+ @property
404
+ @pulumi.getter(name="ownerUserGroupId")
405
+ def owner_user_group_id(self) -> pulumi.Output[Optional[builtins.str]]:
406
+ """
407
+ The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
408
+ """
409
+ return pulumi.get(self, "owner_user_group_id")
410
+
411
+ @property
412
+ @pulumi.getter(name="susbcriptionId")
413
+ def susbcription_id(self) -> pulumi.Output[builtins.str]:
414
+ """
415
+ The ID of the access.
416
+ """
417
+ return pulumi.get(self, "susbcription_id")
418
+
pulumi_aiven/grafana.py CHANGED
@@ -745,6 +745,7 @@ class _GrafanaState:
745
745
  pulumi.set(self, "termination_protection", value)
746
746
 
747
747
 
748
+ @pulumi.type_token("aiven:index/grafana:Grafana")
748
749
  class Grafana(pulumi.CustomResource):
749
750
  @overload
750
751
  def __init__(__self__,
pulumi_aiven/influx_db.py CHANGED
@@ -848,6 +848,7 @@ class _InfluxDbState:
848
848
  pulumi.set(self, "termination_protection", value)
849
849
 
850
850
 
851
+ @pulumi.type_token("aiven:index/influxDb:InfluxDb")
851
852
  class InfluxDb(pulumi.CustomResource):
852
853
  @overload
853
854
  def __init__(__self__,
@@ -158,6 +158,7 @@ class _InfluxdbDatabaseState:
158
158
  pulumi.set(self, "termination_protection", value)
159
159
 
160
160
 
161
+ @pulumi.type_token("aiven:index/influxdbDatabase:InfluxdbDatabase")
161
162
  class InfluxdbDatabase(pulumi.CustomResource):
162
163
  @overload
163
164
  def __init__(__self__,
@@ -218,6 +218,7 @@ class _InfluxdbUserState:
218
218
  pulumi.set(self, "username", value)
219
219
 
220
220
 
221
+ @pulumi.type_token("aiven:index/influxdbUser:InfluxdbUser")
221
222
  class InfluxdbUser(pulumi.CustomResource):
222
223
  @overload
223
224
  def __init__(__self__,
pulumi_aiven/kafka.py CHANGED
@@ -816,6 +816,7 @@ class _KafkaState:
816
816
  pulumi.set(self, "termination_protection", value)
817
817
 
818
818
 
819
+ @pulumi.type_token("aiven:index/kafka:Kafka")
819
820
  class Kafka(pulumi.CustomResource):
820
821
  @overload
821
822
  def __init__(__self__,
pulumi_aiven/kafka_acl.py CHANGED
@@ -204,6 +204,7 @@ class _KafkaAclState:
204
204
  pulumi.set(self, "username", value)
205
205
 
206
206
 
207
+ @pulumi.type_token("aiven:index/kafkaAcl:KafkaAcl")
207
208
  class KafkaAcl(pulumi.CustomResource):
208
209
  @overload
209
210
  def __init__(__self__,
@@ -712,6 +712,7 @@ class _KafkaConnectState:
712
712
  pulumi.set(self, "termination_protection", value)
713
713
 
714
714
 
715
+ @pulumi.type_token("aiven:index/kafkaConnect:KafkaConnect")
715
716
  class KafkaConnect(pulumi.CustomResource):
716
717
  @overload
717
718
  def __init__(__self__,
@@ -271,6 +271,7 @@ class _KafkaConnectorState:
271
271
  pulumi.set(self, "tasks", value)
272
272
 
273
273
 
274
+ @pulumi.type_token("aiven:index/kafkaConnector:KafkaConnector")
274
275
  class KafkaConnector(pulumi.CustomResource):
275
276
  @overload
276
277
  def __init__(__self__,
@@ -712,6 +712,7 @@ class _KafkaMirrorMakerState:
712
712
  pulumi.set(self, "termination_protection", value)
713
713
 
714
714
 
715
+ @pulumi.type_token("aiven:index/kafkaMirrorMaker:KafkaMirrorMaker")
715
716
  class KafkaMirrorMaker(pulumi.CustomResource):
716
717
  @overload
717
718
  def __init__(__self__,
@@ -313,6 +313,7 @@ class _KafkaNativeAclState:
313
313
  pulumi.set(self, "service_name", value)
314
314
 
315
315
 
316
+ @pulumi.type_token("aiven:index/kafkaNativeAcl:KafkaNativeAcl")
316
317
  class KafkaNativeAcl(pulumi.CustomResource):
317
318
  @overload
318
319
  def __init__(__self__,
@@ -311,6 +311,7 @@ class _KafkaQuotaState:
311
311
  pulumi.set(self, "user", value)
312
312
 
313
313
 
314
+ @pulumi.type_token("aiven:index/kafkaQuota:KafkaQuota")
314
315
  class KafkaQuota(pulumi.CustomResource):
315
316
  @overload
316
317
  def __init__(__self__,
@@ -237,6 +237,7 @@ class _KafkaSchemaState:
237
237
  pulumi.set(self, "version", value)
238
238
 
239
239
 
240
+ @pulumi.type_token("aiven:index/kafkaSchema:KafkaSchema")
240
241
  class KafkaSchema(pulumi.CustomResource):
241
242
  @overload
242
243
  def __init__(__self__,
@@ -127,6 +127,7 @@ class _KafkaSchemaConfigurationState:
127
127
  pulumi.set(self, "service_name", value)
128
128
 
129
129
 
130
+ @pulumi.type_token("aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration")
130
131
  class KafkaSchemaConfiguration(pulumi.CustomResource):
131
132
  @overload
132
133
  def __init__(__self__,
@@ -204,6 +204,7 @@ class _KafkaSchemaRegistryAclState:
204
204
  pulumi.set(self, "username", value)
205
205
 
206
206
 
207
+ @pulumi.type_token("aiven:index/kafkaSchemaRegistryAcl:KafkaSchemaRegistryAcl")
207
208
  class KafkaSchemaRegistryAcl(pulumi.CustomResource):
208
209
  @overload
209
210
  def __init__(__self__,
@@ -342,6 +342,7 @@ class _KafkaTopicState:
342
342
  pulumi.set(self, "topic_name", value)
343
343
 
344
344
 
345
+ @pulumi.type_token("aiven:index/kafkaTopic:KafkaTopic")
345
346
  class KafkaTopic(pulumi.CustomResource):
346
347
  @overload
347
348
  def __init__(__self__,
@@ -206,6 +206,7 @@ class _KafkaUserState:
206
206
  pulumi.set(self, "username", value)
207
207
 
208
208
 
209
+ @pulumi.type_token("aiven:index/kafkaUser:KafkaUser")
209
210
  class KafkaUser(pulumi.CustomResource):
210
211
  @overload
211
212
  def __init__(__self__,
@@ -744,6 +744,7 @@ class _M3AggregatorState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/m3Aggregator:M3Aggregator")
747
748
  class M3Aggregator(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
pulumi_aiven/m3_db.py CHANGED
@@ -744,6 +744,7 @@ class _M3DbState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/m3Db:M3Db")
747
748
  class M3Db(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
pulumi_aiven/m3db_user.py CHANGED
@@ -174,6 +174,7 @@ class _M3dbUserState:
174
174
  pulumi.set(self, "username", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/m3dbUser:M3dbUser")
177
178
  class M3dbUser(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -538,6 +538,7 @@ class _MirrorMakerReplicationFlowState:
538
538
  pulumi.set(self, "topics_blacklists", value)
539
539
 
540
540
 
541
+ @pulumi.type_token("aiven:index/mirrorMakerReplicationFlow:MirrorMakerReplicationFlow")
541
542
  class MirrorMakerReplicationFlow(pulumi.CustomResource):
542
543
  @overload
543
544
  def __init__(__self__,
pulumi_aiven/my_sql.py CHANGED
@@ -744,6 +744,7 @@ class _MySqlState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/mySql:MySql")
747
748
  class MySql(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
@@ -150,6 +150,7 @@ class _MysqlDatabaseState:
150
150
  pulumi.set(self, "termination_protection", value)
151
151
 
152
152
 
153
+ @pulumi.type_token("aiven:index/mysqlDatabase:MysqlDatabase")
153
154
  class MysqlDatabase(pulumi.CustomResource):
154
155
  @overload
155
156
  def __init__(__self__,
@@ -238,6 +238,7 @@ class _MysqlUserState:
238
238
  pulumi.set(self, "username", value)
239
239
 
240
240
 
241
+ @pulumi.type_token("aiven:index/mysqlUser:MysqlUser")
241
242
  class MysqlUser(pulumi.CustomResource):
242
243
  @overload
243
244
  def __init__(__self__,