pulumi-aiven 6.42.0a1753333878__py3-none-any.whl → 6.42.0a1753506621__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 (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10713 -10714
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +69 -70
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +302 -303
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +23 -24
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +61 -62
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +65 -66
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +19 -20
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +52 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +336 -337
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +302 -303
  142. pulumi_aiven/m3_db.py +302 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +70 -71
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +55 -56
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14260 -14261
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +61 -62
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +191 -192
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753506621.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0a1753506621.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.42.0a1753333878.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753506621.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753506621.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
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 builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -44,41 +43,41 @@ class GetOpenSearchAclConfigResult:
44
43
  raise TypeError("Expected argument 'service_name' to be a str")
45
44
  pulumi.set(__self__, "service_name", service_name)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter
49
- def enabled(self) -> builtins.bool:
48
+ def enabled(self) -> _builtins.bool:
50
49
  """
51
50
  Enable OpenSearch ACLs. When disabled, authenticated service users have unrestricted access. The default value is `true`.
52
51
  """
53
52
  return pulumi.get(self, "enabled")
54
53
 
55
- @property
54
+ @_builtins.property
56
55
  @pulumi.getter(name="extendedAcl")
57
- def extended_acl(self) -> builtins.bool:
56
+ def extended_acl(self) -> _builtins.bool:
58
57
  """
59
58
  Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
60
59
  """
61
60
  return pulumi.get(self, "extended_acl")
62
61
 
63
- @property
62
+ @_builtins.property
64
63
  @pulumi.getter
65
- def id(self) -> builtins.str:
64
+ def id(self) -> _builtins.str:
66
65
  """
67
66
  The provider-assigned unique ID for this managed resource.
68
67
  """
69
68
  return pulumi.get(self, "id")
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter
73
- def project(self) -> builtins.str:
72
+ def project(self) -> _builtins.str:
74
73
  """
75
74
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
76
75
  """
77
76
  return pulumi.get(self, "project")
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter(name="serviceName")
81
- def service_name(self) -> builtins.str:
80
+ def service_name(self) -> _builtins.str:
82
81
  """
83
82
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
84
83
  """
@@ -98,8 +97,8 @@ class AwaitableGetOpenSearchAclConfigResult(GetOpenSearchAclConfigResult):
98
97
  service_name=self.service_name)
99
98
 
100
99
 
101
- def get_open_search_acl_config(project: Optional[builtins.str] = None,
102
- service_name: Optional[builtins.str] = None,
100
+ def get_open_search_acl_config(project: Optional[_builtins.str] = None,
101
+ service_name: Optional[_builtins.str] = None,
103
102
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchAclConfigResult:
104
103
  """
105
104
  Gets information about access control for an Aiven for OpenSearch® service.
@@ -115,8 +114,8 @@ def get_open_search_acl_config(project: Optional[builtins.str] = None,
115
114
  ```
116
115
 
117
116
 
118
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
119
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
117
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
118
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
120
119
  """
121
120
  __args__ = dict()
122
121
  __args__['project'] = project
@@ -130,8 +129,8 @@ def get_open_search_acl_config(project: Optional[builtins.str] = None,
130
129
  id=pulumi.get(__ret__, 'id'),
131
130
  project=pulumi.get(__ret__, 'project'),
132
131
  service_name=pulumi.get(__ret__, 'service_name'))
133
- def get_open_search_acl_config_output(project: Optional[pulumi.Input[builtins.str]] = None,
134
- service_name: Optional[pulumi.Input[builtins.str]] = None,
132
+ def get_open_search_acl_config_output(project: Optional[pulumi.Input[_builtins.str]] = None,
133
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
135
134
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclConfigResult]:
136
135
  """
137
136
  Gets information about access control for an Aiven for OpenSearch® service.
@@ -147,8 +146,8 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[builtins.st
147
146
  ```
148
147
 
149
148
 
150
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
151
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
149
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
150
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
152
151
  """
153
152
  __args__ = dict()
154
153
  __args__['project'] = project
@@ -2,8 +2,7 @@
2
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 builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -47,49 +46,49 @@ class GetOpenSearchAclRuleResult:
47
46
  raise TypeError("Expected argument 'username' to be a str")
48
47
  pulumi.set(__self__, "username", username)
49
48
 
50
- @property
49
+ @_builtins.property
51
50
  @pulumi.getter
52
- def id(self) -> builtins.str:
51
+ def id(self) -> _builtins.str:
53
52
  """
54
53
  The provider-assigned unique ID for this managed resource.
55
54
  """
56
55
  return pulumi.get(self, "id")
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter
60
- def index(self) -> builtins.str:
59
+ def index(self) -> _builtins.str:
61
60
  """
62
61
  The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
63
62
  """
64
63
  return pulumi.get(self, "index")
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter
68
- def permission(self) -> builtins.str:
67
+ def permission(self) -> _builtins.str:
69
68
  """
70
69
  The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
71
70
  """
72
71
  return pulumi.get(self, "permission")
73
72
 
74
- @property
73
+ @_builtins.property
75
74
  @pulumi.getter
76
- def project(self) -> builtins.str:
75
+ def project(self) -> _builtins.str:
77
76
  """
78
77
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
79
78
  """
80
79
  return pulumi.get(self, "project")
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter(name="serviceName")
84
- def service_name(self) -> builtins.str:
83
+ def service_name(self) -> _builtins.str:
85
84
  """
86
85
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
87
86
  """
88
87
  return pulumi.get(self, "service_name")
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter
92
- def username(self) -> builtins.str:
91
+ def username(self) -> _builtins.str:
93
92
  """
94
93
  The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
95
94
  """
@@ -110,11 +109,11 @@ class AwaitableGetOpenSearchAclRuleResult(GetOpenSearchAclRuleResult):
110
109
  username=self.username)
111
110
 
112
111
 
113
- def get_open_search_acl_rule(index: Optional[builtins.str] = None,
114
- permission: Optional[builtins.str] = None,
115
- project: Optional[builtins.str] = None,
116
- service_name: Optional[builtins.str] = None,
117
- username: Optional[builtins.str] = None,
112
+ def get_open_search_acl_rule(index: Optional[_builtins.str] = None,
113
+ permission: Optional[_builtins.str] = None,
114
+ project: Optional[_builtins.str] = None,
115
+ service_name: Optional[_builtins.str] = None,
116
+ username: Optional[_builtins.str] = None,
118
117
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchAclRuleResult:
119
118
  """
120
119
  Gets information about an Aiven for OpenSearch® ACL rule.
@@ -132,11 +131,11 @@ def get_open_search_acl_rule(index: Optional[builtins.str] = None,
132
131
  ```
133
132
 
134
133
 
135
- :param builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
136
- :param builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
137
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
138
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
139
- :param builtins.str username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
134
+ :param _builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
135
+ :param _builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
136
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
137
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
138
+ :param _builtins.str username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
140
139
  """
141
140
  __args__ = dict()
142
141
  __args__['index'] = index
@@ -154,11 +153,11 @@ def get_open_search_acl_rule(index: Optional[builtins.str] = None,
154
153
  project=pulumi.get(__ret__, 'project'),
155
154
  service_name=pulumi.get(__ret__, 'service_name'),
156
155
  username=pulumi.get(__ret__, 'username'))
157
- def get_open_search_acl_rule_output(index: Optional[pulumi.Input[builtins.str]] = None,
158
- permission: Optional[pulumi.Input[builtins.str]] = None,
159
- project: Optional[pulumi.Input[builtins.str]] = None,
160
- service_name: Optional[pulumi.Input[builtins.str]] = None,
161
- username: Optional[pulumi.Input[builtins.str]] = None,
156
+ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[_builtins.str]] = None,
157
+ permission: Optional[pulumi.Input[_builtins.str]] = None,
158
+ project: Optional[pulumi.Input[_builtins.str]] = None,
159
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
160
+ username: Optional[pulumi.Input[_builtins.str]] = None,
162
161
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclRuleResult]:
163
162
  """
164
163
  Gets information about an Aiven for OpenSearch® ACL rule.
@@ -176,11 +175,11 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[builtins.str]]
176
175
  ```
177
176
 
178
177
 
179
- :param builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
180
- :param builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
181
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
182
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
183
- :param builtins.str username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
178
+ :param _builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
179
+ :param _builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
180
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
181
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
182
+ :param _builtins.str username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
184
183
  """
185
184
  __args__ = dict()
186
185
  __args__['index'] = index
@@ -2,8 +2,7 @@
2
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 builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -50,57 +49,57 @@ class GetOpensearchSecurityPluginConfigResult:
50
49
  raise TypeError("Expected argument 'service_name' to be a str")
51
50
  pulumi.set(__self__, "service_name", service_name)
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter(name="adminEnabled")
55
- def admin_enabled(self) -> builtins.bool:
54
+ def admin_enabled(self) -> _builtins.bool:
56
55
  """
57
56
  Whether the os-sec-admin user is enabled. This indicates whether OpenSearch Security management is enabled. This is always true when the os-sec-admin password was set at least once.
58
57
  """
59
58
  return pulumi.get(self, "admin_enabled")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter(name="adminPassword")
63
- def admin_password(self) -> builtins.str:
62
+ def admin_password(self) -> _builtins.str:
64
63
  """
65
64
  The password for the os-sec-admin user.
66
65
  """
67
66
  return pulumi.get(self, "admin_password")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def available(self) -> builtins.bool:
70
+ def available(self) -> _builtins.bool:
72
71
  """
73
72
  Whether the security plugin is available. This is always true for recently created services.
74
73
  """
75
74
  return pulumi.get(self, "available")
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter
79
- def enabled(self) -> builtins.bool:
78
+ def enabled(self) -> _builtins.bool:
80
79
  """
81
80
  Whether the security plugin is enabled. This is always true for recently created services.
82
81
  """
83
82
  return pulumi.get(self, "enabled")
84
83
 
85
- @property
84
+ @_builtins.property
86
85
  @pulumi.getter
87
- def id(self) -> builtins.str:
86
+ def id(self) -> _builtins.str:
88
87
  """
89
88
  The provider-assigned unique ID for this managed resource.
90
89
  """
91
90
  return pulumi.get(self, "id")
92
91
 
93
- @property
92
+ @_builtins.property
94
93
  @pulumi.getter
95
- def project(self) -> builtins.str:
94
+ def project(self) -> _builtins.str:
96
95
  """
97
96
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
97
  """
99
98
  return pulumi.get(self, "project")
100
99
 
101
- @property
100
+ @_builtins.property
102
101
  @pulumi.getter(name="serviceName")
103
- def service_name(self) -> builtins.str:
102
+ def service_name(self) -> _builtins.str:
104
103
  """
105
104
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
106
105
  """
@@ -122,8 +121,8 @@ class AwaitableGetOpensearchSecurityPluginConfigResult(GetOpensearchSecurityPlug
122
121
  service_name=self.service_name)
123
122
 
124
123
 
125
- def get_opensearch_security_plugin_config(project: Optional[builtins.str] = None,
126
- service_name: Optional[builtins.str] = None,
124
+ def get_opensearch_security_plugin_config(project: Optional[_builtins.str] = None,
125
+ service_name: Optional[_builtins.str] = None,
127
126
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpensearchSecurityPluginConfigResult:
128
127
  """
129
128
  Gets information about OpenSearch Security configuration for an Aiven for OpenSearch® service.
@@ -139,8 +138,8 @@ def get_opensearch_security_plugin_config(project: Optional[builtins.str] = None
139
138
  ```
140
139
 
141
140
 
142
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
143
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
141
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
142
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
144
143
  """
145
144
  __args__ = dict()
146
145
  __args__['project'] = project
@@ -156,8 +155,8 @@ def get_opensearch_security_plugin_config(project: Optional[builtins.str] = None
156
155
  id=pulumi.get(__ret__, 'id'),
157
156
  project=pulumi.get(__ret__, 'project'),
158
157
  service_name=pulumi.get(__ret__, 'service_name'))
159
- def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[builtins.str]] = None,
160
- service_name: Optional[pulumi.Input[builtins.str]] = None,
158
+ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[_builtins.str]] = None,
159
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
161
160
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpensearchSecurityPluginConfigResult]:
162
161
  """
163
162
  Gets information about OpenSearch Security configuration for an Aiven for OpenSearch® service.
@@ -173,8 +172,8 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
173
172
  ```
174
173
 
175
174
 
176
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
177
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
175
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
176
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
178
177
  """
179
178
  __args__ = dict()
180
179
  __args__['project'] = project
@@ -2,8 +2,7 @@
2
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 builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -47,49 +46,49 @@ class GetOpensearchUserResult:
47
46
  raise TypeError("Expected argument 'username' to be a str")
48
47
  pulumi.set(__self__, "username", username)
49
48
 
50
- @property
49
+ @_builtins.property
51
50
  @pulumi.getter
52
- def id(self) -> builtins.str:
51
+ def id(self) -> _builtins.str:
53
52
  """
54
53
  The provider-assigned unique ID for this managed resource.
55
54
  """
56
55
  return pulumi.get(self, "id")
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter
60
- def password(self) -> builtins.str:
59
+ def password(self) -> _builtins.str:
61
60
  """
62
61
  The OpenSearch service user's password.
63
62
  """
64
63
  return pulumi.get(self, "password")
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter
68
- def project(self) -> builtins.str:
67
+ def project(self) -> _builtins.str:
69
68
  """
70
69
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
71
70
  """
72
71
  return pulumi.get(self, "project")
73
72
 
74
- @property
73
+ @_builtins.property
75
74
  @pulumi.getter(name="serviceName")
76
- def service_name(self) -> builtins.str:
75
+ def service_name(self) -> _builtins.str:
77
76
  """
78
77
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
79
78
  """
80
79
  return pulumi.get(self, "service_name")
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter
84
- def type(self) -> builtins.str:
83
+ def type(self) -> _builtins.str:
85
84
  """
86
85
  User account type, such as primary or regular account.
87
86
  """
88
87
  return pulumi.get(self, "type")
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter
92
- def username(self) -> builtins.str:
91
+ def username(self) -> _builtins.str:
93
92
  """
94
93
  Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
95
94
  """
@@ -110,9 +109,9 @@ class AwaitableGetOpensearchUserResult(GetOpensearchUserResult):
110
109
  username=self.username)
111
110
 
112
111
 
113
- def get_opensearch_user(project: Optional[builtins.str] = None,
114
- service_name: Optional[builtins.str] = None,
115
- username: Optional[builtins.str] = None,
112
+ def get_opensearch_user(project: Optional[_builtins.str] = None,
113
+ service_name: Optional[_builtins.str] = None,
114
+ username: Optional[_builtins.str] = None,
116
115
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpensearchUserResult:
117
116
  """
118
117
  Gets information about an Aiven for OpenSearch® service user.
@@ -129,9 +128,9 @@ def get_opensearch_user(project: Optional[builtins.str] = None,
129
128
  ```
130
129
 
131
130
 
132
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
133
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
134
- :param builtins.str username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
131
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
132
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
133
+ :param _builtins.str username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
135
134
  """
136
135
  __args__ = dict()
137
136
  __args__['project'] = project
@@ -147,9 +146,9 @@ def get_opensearch_user(project: Optional[builtins.str] = None,
147
146
  service_name=pulumi.get(__ret__, 'service_name'),
148
147
  type=pulumi.get(__ret__, 'type'),
149
148
  username=pulumi.get(__ret__, 'username'))
150
- def get_opensearch_user_output(project: Optional[pulumi.Input[builtins.str]] = None,
151
- service_name: Optional[pulumi.Input[builtins.str]] = None,
152
- username: Optional[pulumi.Input[builtins.str]] = None,
149
+ def get_opensearch_user_output(project: Optional[pulumi.Input[_builtins.str]] = None,
150
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
151
+ username: Optional[pulumi.Input[_builtins.str]] = None,
153
152
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpensearchUserResult]:
154
153
  """
155
154
  Gets information about an Aiven for OpenSearch® service user.
@@ -166,9 +165,9 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[builtins.str]] = N
166
165
  ```
167
166
 
168
167
 
169
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
170
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
171
- :param builtins.str username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
168
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
170
+ :param _builtins.str username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
172
171
  """
173
172
  __args__ = dict()
174
173
  __args__['project'] = project
@@ -2,8 +2,7 @@
2
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 builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -49,47 +48,47 @@ class GetOrganizationResult:
49
48
  raise TypeError("Expected argument 'update_time' to be a str")
50
49
  pulumi.set(__self__, "update_time", update_time)
51
50
 
52
- @property
51
+ @_builtins.property
53
52
  @pulumi.getter(name="createTime")
54
- def create_time(self) -> builtins.str:
53
+ def create_time(self) -> _builtins.str:
55
54
  """
56
55
  Timestamp in ISO 8601 format, always in UTC.
57
56
  """
58
57
  return pulumi.get(self, "create_time")
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  @pulumi.getter
62
- def id(self) -> Optional[builtins.str]:
61
+ def id(self) -> Optional[_builtins.str]:
63
62
  """
64
63
  ID of the organization.
65
64
  """
66
65
  return pulumi.get(self, "id")
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter
70
- def name(self) -> Optional[builtins.str]:
69
+ def name(self) -> Optional[_builtins.str]:
71
70
  """
72
71
  Name of the organization.
73
72
  """
74
73
  return pulumi.get(self, "name")
75
74
 
76
- @property
75
+ @_builtins.property
77
76
  @pulumi.getter(name="tenantId")
78
77
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release.""")
79
- def tenant_id(self) -> builtins.str:
78
+ def tenant_id(self) -> _builtins.str:
80
79
  """
81
80
  Tenant identifier.
82
81
  """
83
82
  return pulumi.get(self, "tenant_id")
84
83
 
85
- @property
84
+ @_builtins.property
86
85
  @pulumi.getter
87
86
  def timeouts(self) -> Optional['outputs.GetOrganizationTimeoutsResult']:
88
87
  return pulumi.get(self, "timeouts")
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter(name="updateTime")
92
- def update_time(self) -> builtins.str:
91
+ def update_time(self) -> _builtins.str:
93
92
  """
94
93
  Timestamp in ISO 8601 format, always in UTC.
95
94
  """
@@ -110,8 +109,8 @@ class AwaitableGetOrganizationResult(GetOrganizationResult):
110
109
  update_time=self.update_time)
111
110
 
112
111
 
113
- def get_organization(id: Optional[builtins.str] = None,
114
- name: Optional[builtins.str] = None,
112
+ def get_organization(id: Optional[_builtins.str] = None,
113
+ name: Optional[_builtins.str] = None,
115
114
  timeouts: Optional[Union['GetOrganizationTimeoutsArgs', 'GetOrganizationTimeoutsArgsDict']] = None,
116
115
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationResult:
117
116
  """
@@ -127,8 +126,8 @@ def get_organization(id: Optional[builtins.str] = None,
127
126
  ```
128
127
 
129
128
 
130
- :param builtins.str id: ID of the organization.
131
- :param builtins.str name: Name of the organization.
129
+ :param _builtins.str id: ID of the organization.
130
+ :param _builtins.str name: Name of the organization.
132
131
  """
133
132
  __args__ = dict()
134
133
  __args__['id'] = id
@@ -144,8 +143,8 @@ def get_organization(id: Optional[builtins.str] = None,
144
143
  tenant_id=pulumi.get(__ret__, 'tenant_id'),
145
144
  timeouts=pulumi.get(__ret__, 'timeouts'),
146
145
  update_time=pulumi.get(__ret__, 'update_time'))
147
- def get_organization_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
148
- name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
146
+ def get_organization_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
147
+ name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
149
148
  timeouts: Optional[pulumi.Input[Optional[Union['GetOrganizationTimeoutsArgs', 'GetOrganizationTimeoutsArgsDict']]]] = None,
150
149
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationResult]:
151
150
  """
@@ -161,8 +160,8 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[builtins.str]]] =
161
160
  ```
162
161
 
163
162
 
164
- :param builtins.str id: ID of the organization.
165
- :param builtins.str name: Name of the organization.
163
+ :param _builtins.str id: ID of the organization.
164
+ :param _builtins.str name: Name of the organization.
166
165
  """
167
166
  __args__ = dict()
168
167
  __args__['id'] = id