pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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 (135) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2491 -944
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -2
  6. pulumi_aiven/account_team_member.py +27 -23
  7. pulumi_aiven/account_team_project.py +6 -2
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +13 -9
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_kafka.py +7 -3
  50. pulumi_aiven/get_kafka_acl.py +19 -15
  51. pulumi_aiven/get_kafka_connect.py +7 -3
  52. pulumi_aiven/get_kafka_connector.py +13 -9
  53. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  54. pulumi_aiven/get_kafka_schema.py +13 -9
  55. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  56. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  57. pulumi_aiven/get_kafka_topic.py +13 -9
  58. pulumi_aiven/get_kafka_user.py +13 -9
  59. pulumi_aiven/get_m3_aggregator.py +7 -3
  60. pulumi_aiven/get_m3_db.py +7 -3
  61. pulumi_aiven/get_m3db_user.py +13 -9
  62. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  63. pulumi_aiven/get_my_sql.py +7 -3
  64. pulumi_aiven/get_mysql_database.py +13 -9
  65. pulumi_aiven/get_mysql_user.py +13 -9
  66. pulumi_aiven/get_open_search.py +7 -3
  67. pulumi_aiven/get_open_search_acl_config.py +10 -6
  68. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  69. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  70. pulumi_aiven/get_opensearch_user.py +13 -9
  71. pulumi_aiven/get_organization.py +12 -8
  72. pulumi_aiven/get_organization_user_group.py +33 -9
  73. pulumi_aiven/get_organizational_unit.py +9 -9
  74. pulumi_aiven/get_pg.py +7 -3
  75. pulumi_aiven/get_pg_database.py +15 -11
  76. pulumi_aiven/get_pg_user.py +13 -9
  77. pulumi_aiven/get_project.py +4 -0
  78. pulumi_aiven/get_project_user.py +10 -6
  79. pulumi_aiven/get_project_vpc.py +15 -13
  80. pulumi_aiven/get_redis.py +7 -3
  81. pulumi_aiven/get_redis_user.py +17 -13
  82. pulumi_aiven/get_service_component.py +4 -0
  83. pulumi_aiven/get_service_integration.py +60 -4
  84. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  85. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  86. pulumi_aiven/grafana.py +13 -9
  87. pulumi_aiven/influx_db.py +7 -7
  88. pulumi_aiven/influxdb_database.py +21 -21
  89. pulumi_aiven/influxdb_user.py +28 -28
  90. pulumi_aiven/kafka.py +13 -9
  91. pulumi_aiven/kafka_acl.py +41 -37
  92. pulumi_aiven/kafka_connect.py +13 -9
  93. pulumi_aiven/kafka_connector.py +27 -23
  94. pulumi_aiven/kafka_mirror_maker.py +13 -9
  95. pulumi_aiven/kafka_schema.py +53 -45
  96. pulumi_aiven/kafka_schema_configuration.py +20 -16
  97. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  98. pulumi_aiven/kafka_topic.py +23 -23
  99. pulumi_aiven/kafka_user.py +27 -23
  100. pulumi_aiven/m3_aggregator.py +13 -9
  101. pulumi_aiven/m3_db.py +13 -9
  102. pulumi_aiven/m3db_user.py +27 -23
  103. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  104. pulumi_aiven/my_sql.py +13 -9
  105. pulumi_aiven/mysql_database.py +27 -23
  106. pulumi_aiven/mysql_user.py +27 -23
  107. pulumi_aiven/open_search.py +13 -9
  108. pulumi_aiven/open_search_acl_config.py +20 -16
  109. pulumi_aiven/open_search_acl_rule.py +34 -30
  110. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  111. pulumi_aiven/opensearch_user.py +27 -23
  112. pulumi_aiven/organization.py +14 -10
  113. pulumi_aiven/organization_group_project.py +290 -0
  114. pulumi_aiven/organization_user.py +16 -16
  115. pulumi_aiven/organization_user_group.py +61 -23
  116. pulumi_aiven/organization_user_group_member.py +352 -0
  117. pulumi_aiven/organizational_unit.py +36 -32
  118. pulumi_aiven/outputs.py +3013 -491
  119. pulumi_aiven/pg.py +9 -9
  120. pulumi_aiven/pg_database.py +41 -37
  121. pulumi_aiven/pg_user.py +27 -23
  122. pulumi_aiven/project.py +28 -2
  123. pulumi_aiven/project_user.py +20 -16
  124. pulumi_aiven/project_vpc.py +25 -25
  125. pulumi_aiven/redis.py +13 -9
  126. pulumi_aiven/redis_user.py +55 -51
  127. pulumi_aiven/service_integration.py +201 -9
  128. pulumi_aiven/service_integration_endpoint.py +7 -7
  129. pulumi_aiven/static_ip.py +14 -14
  130. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  131. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  132. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  133. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  134. pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
@@ -94,7 +94,7 @@ class GetMysqlUserResult:
94
94
  @pulumi.getter
95
95
  def project(self) -> str:
96
96
  """
97
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
97
+ Identifies 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
98
  """
99
99
  return pulumi.get(self, "project")
100
100
 
@@ -102,7 +102,7 @@ class GetMysqlUserResult:
102
102
  @pulumi.getter(name="serviceName")
103
103
  def service_name(self) -> str:
104
104
  """
105
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
105
+ Specifies 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
106
  """
107
107
  return pulumi.get(self, "service_name")
108
108
 
@@ -118,7 +118,7 @@ class GetMysqlUserResult:
118
118
  @pulumi.getter
119
119
  def username(self) -> str:
120
120
  """
121
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
121
+ The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "username")
124
124
 
@@ -149,6 +149,7 @@ def get_mysql_user(project: Optional[str] = None,
149
149
 
150
150
  ## Example Usage
151
151
 
152
+ <!--Start PulumiCodeChooser -->
152
153
  ```python
153
154
  import pulumi
154
155
  import pulumi_aiven as aiven
@@ -157,11 +158,12 @@ def get_mysql_user(project: Optional[str] = None,
157
158
  service_name="my-service",
158
159
  username="user1")
159
160
  ```
161
+ <!--End PulumiCodeChooser -->
160
162
 
161
163
 
162
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
163
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
164
- :param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
164
+ :param str project: Identifies 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.
165
+ :param str service_name: Specifies 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.
166
+ :param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
165
167
  """
166
168
  __args__ = dict()
167
169
  __args__['project'] = project
@@ -192,6 +194,7 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
192
194
 
193
195
  ## Example Usage
194
196
 
197
+ <!--Start PulumiCodeChooser -->
195
198
  ```python
196
199
  import pulumi
197
200
  import pulumi_aiven as aiven
@@ -200,10 +203,11 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
200
203
  service_name="my-service",
201
204
  username="user1")
202
205
  ```
206
+ <!--End PulumiCodeChooser -->
203
207
 
204
208
 
205
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
206
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
207
- :param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
209
+ :param str project: Identifies 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.
210
+ :param str service_name: Specifies 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.
211
+ :param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
208
212
  """
209
213
  ...
@@ -227,7 +227,7 @@ class GetOpenSearchResult:
227
227
  @pulumi.getter
228
228
  def project(self) -> str:
229
229
  """
230
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
230
+ Identifies 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.
231
231
  """
232
232
  return pulumi.get(self, "project")
233
233
 
@@ -389,6 +389,7 @@ def get_open_search(project: Optional[str] = None,
389
389
 
390
390
  ## Example Usage
391
391
 
392
+ <!--Start PulumiCodeChooser -->
392
393
  ```python
393
394
  import pulumi
394
395
  import pulumi_aiven as aiven
@@ -396,9 +397,10 @@ def get_open_search(project: Optional[str] = None,
396
397
  os1 = aiven.get_open_search(project=data["aiven_project"]["pr1"]["project"],
397
398
  service_name="my-os1")
398
399
  ```
400
+ <!--End PulumiCodeChooser -->
399
401
 
400
402
 
401
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
403
+ :param str project: Identifies 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.
402
404
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
403
405
  """
404
406
  __args__ = dict()
@@ -448,6 +450,7 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
448
450
 
449
451
  ## Example Usage
450
452
 
453
+ <!--Start PulumiCodeChooser -->
451
454
  ```python
452
455
  import pulumi
453
456
  import pulumi_aiven as aiven
@@ -455,9 +458,10 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
455
458
  os1 = aiven.get_open_search(project=data["aiven_project"]["pr1"]["project"],
456
459
  service_name="my-os1")
457
460
  ```
461
+ <!--End PulumiCodeChooser -->
458
462
 
459
463
 
460
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
464
+ :param str project: Identifies 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.
461
465
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
462
466
  """
463
467
  ...
@@ -66,7 +66,7 @@ class GetOpenSearchAclConfigResult:
66
66
  @pulumi.getter
67
67
  def project(self) -> str:
68
68
  """
69
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
69
+ Identifies 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.
70
70
  """
71
71
  return pulumi.get(self, "project")
72
72
 
@@ -74,7 +74,7 @@ class GetOpenSearchAclConfigResult:
74
74
  @pulumi.getter(name="serviceName")
75
75
  def service_name(self) -> str:
76
76
  """
77
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
77
+ Specifies 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.
78
78
  """
79
79
  return pulumi.get(self, "service_name")
80
80
 
@@ -100,6 +100,7 @@ def get_open_search_acl_config(project: Optional[str] = None,
100
100
 
101
101
  ## Example Usage
102
102
 
103
+ <!--Start PulumiCodeChooser -->
103
104
  ```python
104
105
  import pulumi
105
106
  import pulumi_aiven as aiven
@@ -107,10 +108,11 @@ def get_open_search_acl_config(project: Optional[str] = None,
107
108
  os_acl_config = aiven.get_open_search_acl_config(project=aiven_project["os-project"]["project"],
108
109
  service_name=aiven_opensearch["os"]["service_name"])
109
110
  ```
111
+ <!--End PulumiCodeChooser -->
110
112
 
111
113
 
112
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
113
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
114
+ :param str project: Identifies 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.
115
+ :param str service_name: Specifies 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.
114
116
  """
115
117
  __args__ = dict()
116
118
  __args__['project'] = project
@@ -135,6 +137,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
135
137
 
136
138
  ## Example Usage
137
139
 
140
+ <!--Start PulumiCodeChooser -->
138
141
  ```python
139
142
  import pulumi
140
143
  import pulumi_aiven as aiven
@@ -142,9 +145,10 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
142
145
  os_acl_config = aiven.get_open_search_acl_config(project=aiven_project["os-project"]["project"],
143
146
  service_name=aiven_opensearch["os"]["service_name"])
144
147
  ```
148
+ <!--End PulumiCodeChooser -->
145
149
 
146
150
 
147
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
148
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
151
+ :param str project: Identifies 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.
152
+ :param str service_name: Specifies 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
153
  """
150
154
  ...
@@ -53,7 +53,7 @@ class GetOpenSearchAclRuleResult:
53
53
  @pulumi.getter
54
54
  def index(self) -> str:
55
55
  """
56
- The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
56
+ The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
57
57
  """
58
58
  return pulumi.get(self, "index")
59
59
 
@@ -69,7 +69,7 @@ class GetOpenSearchAclRuleResult:
69
69
  @pulumi.getter
70
70
  def project(self) -> str:
71
71
  """
72
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
72
+ Identifies 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.
73
73
  """
74
74
  return pulumi.get(self, "project")
75
75
 
@@ -77,7 +77,7 @@ class GetOpenSearchAclRuleResult:
77
77
  @pulumi.getter(name="serviceName")
78
78
  def service_name(self) -> str:
79
79
  """
80
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
80
+ Specifies 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.
81
81
  """
82
82
  return pulumi.get(self, "service_name")
83
83
 
@@ -85,7 +85,7 @@ class GetOpenSearchAclRuleResult:
85
85
  @pulumi.getter
86
86
  def username(self) -> str:
87
87
  """
88
- The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
+ The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
89
89
  """
90
90
  return pulumi.get(self, "username")
91
91
 
@@ -115,6 +115,7 @@ def get_open_search_acl_rule(index: Optional[str] = None,
115
115
 
116
116
  ## Example Usage
117
117
 
118
+ <!--Start PulumiCodeChooser -->
118
119
  ```python
119
120
  import pulumi
120
121
  import pulumi_aiven as aiven
@@ -124,13 +125,14 @@ def get_open_search_acl_rule(index: Optional[str] = None,
124
125
  username="<USERNAME>",
125
126
  index="<INDEX>")
126
127
  ```
128
+ <!--End PulumiCodeChooser -->
127
129
 
128
130
 
129
- :param str index: The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
131
+ :param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
130
132
  :param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
131
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
132
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
133
- :param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
133
+ :param str project: Identifies 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.
134
+ :param str service_name: Specifies 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.
135
+ :param str username: The username for the ACL entry. 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
136
  """
135
137
  __args__ = dict()
136
138
  __args__['index'] = index
@@ -162,6 +164,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
162
164
 
163
165
  ## Example Usage
164
166
 
167
+ <!--Start PulumiCodeChooser -->
165
168
  ```python
166
169
  import pulumi
167
170
  import pulumi_aiven as aiven
@@ -171,12 +174,13 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
171
174
  username="<USERNAME>",
172
175
  index="<INDEX>")
173
176
  ```
177
+ <!--End PulumiCodeChooser -->
174
178
 
175
179
 
176
- :param str index: The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
180
+ :param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
177
181
  :param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
178
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
179
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
180
- :param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
182
+ :param str project: Identifies 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.
183
+ :param str service_name: Specifies 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.
184
+ :param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
181
185
  """
182
186
  ...
@@ -88,7 +88,7 @@ class GetOpensearchSecurityPluginConfigResult:
88
88
  @pulumi.getter
89
89
  def project(self) -> str:
90
90
  """
91
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
91
+ Identifies 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.
92
92
  """
93
93
  return pulumi.get(self, "project")
94
94
 
@@ -96,7 +96,7 @@ class GetOpensearchSecurityPluginConfigResult:
96
96
  @pulumi.getter(name="serviceName")
97
97
  def service_name(self) -> str:
98
98
  """
99
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
99
+ Specifies 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.
100
100
  """
101
101
  return pulumi.get(self, "service_name")
102
102
 
@@ -124,6 +124,7 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
124
124
 
125
125
  ## Example Usage
126
126
 
127
+ <!--Start PulumiCodeChooser -->
127
128
  ```python
128
129
  import pulumi
129
130
  import pulumi_aiven as aiven
@@ -131,10 +132,11 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
131
132
  os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
132
133
  service_name=aiven_opensearch["os"]["service_name"])
133
134
  ```
135
+ <!--End PulumiCodeChooser -->
134
136
 
135
137
 
136
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
137
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
138
+ :param str project: Identifies 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.
139
+ :param str service_name: Specifies 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
140
  """
139
141
  __args__ = dict()
140
142
  __args__['project'] = project
@@ -161,6 +163,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
161
163
 
162
164
  ## Example Usage
163
165
 
166
+ <!--Start PulumiCodeChooser -->
164
167
  ```python
165
168
  import pulumi
166
169
  import pulumi_aiven as aiven
@@ -168,9 +171,10 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
168
171
  os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
169
172
  service_name=aiven_opensearch["os"]["service_name"])
170
173
  ```
174
+ <!--End PulumiCodeChooser -->
171
175
 
172
176
 
173
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
174
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
177
+ :param str project: Identifies 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.
178
+ :param str service_name: Specifies 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
179
  """
176
180
  ...
@@ -61,7 +61,7 @@ class GetOpensearchUserResult:
61
61
  @pulumi.getter
62
62
  def project(self) -> str:
63
63
  """
64
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
64
+ Identifies 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.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -69,7 +69,7 @@ class GetOpensearchUserResult:
69
69
  @pulumi.getter(name="serviceName")
70
70
  def service_name(self) -> str:
71
71
  """
72
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
72
+ Specifies 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.
73
73
  """
74
74
  return pulumi.get(self, "service_name")
75
75
 
@@ -85,7 +85,7 @@ class GetOpensearchUserResult:
85
85
  @pulumi.getter
86
86
  def username(self) -> str:
87
87
  """
88
- The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
+ The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
89
89
  """
90
90
  return pulumi.get(self, "username")
91
91
 
@@ -113,6 +113,7 @@ def get_opensearch_user(project: Optional[str] = None,
113
113
 
114
114
  ## Example Usage
115
115
 
116
+ <!--Start PulumiCodeChooser -->
116
117
  ```python
117
118
  import pulumi
118
119
  import pulumi_aiven as aiven
@@ -121,11 +122,12 @@ def get_opensearch_user(project: Optional[str] = None,
121
122
  service_name="my-service",
122
123
  username="user1")
123
124
  ```
125
+ <!--End PulumiCodeChooser -->
124
126
 
125
127
 
126
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
127
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
128
- :param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
128
+ :param str project: Identifies 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.
129
+ :param str service_name: Specifies 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.
130
+ :param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
129
131
  """
130
132
  __args__ = dict()
131
133
  __args__['project'] = project
@@ -153,6 +155,7 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
153
155
 
154
156
  ## Example Usage
155
157
 
158
+ <!--Start PulumiCodeChooser -->
156
159
  ```python
157
160
  import pulumi
158
161
  import pulumi_aiven as aiven
@@ -161,10 +164,11 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
161
164
  service_name="my-service",
162
165
  username="user1")
163
166
  ```
167
+ <!--End PulumiCodeChooser -->
164
168
 
165
169
 
166
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
167
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
168
- :param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
170
+ :param str project: Identifies 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.
171
+ :param str service_name: Specifies 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.
172
+ :param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
173
  """
170
174
  ...
@@ -50,7 +50,7 @@ class GetOrganizationResult:
50
50
  @pulumi.getter
51
51
  def id(self) -> Optional[str]:
52
52
  """
53
- Identifier of the organization.
53
+ ID of the organization.
54
54
  """
55
55
  return pulumi.get(self, "id")
56
56
 
@@ -66,7 +66,7 @@ class GetOrganizationResult:
66
66
  @pulumi.getter(name="tenantId")
67
67
  def tenant_id(self) -> str:
68
68
  """
69
- Tenant identifier of the organization.
69
+ Tenant ID of the organization.
70
70
  """
71
71
  return pulumi.get(self, "tenant_id")
72
72
 
@@ -96,19 +96,21 @@ def get_organization(id: Optional[str] = None,
96
96
  name: Optional[str] = None,
97
97
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationResult:
98
98
  """
99
- Retrieves information about an organization from Aiven.
99
+ Gets information about an organization.
100
100
 
101
101
  ## Example Usage
102
102
 
103
+ <!--Start PulumiCodeChooser -->
103
104
  ```python
104
105
  import pulumi
105
106
  import pulumi_aiven as aiven
106
107
 
107
- organization1 = aiven.get_organization(name="<ORGANIZATION_NAME>")
108
+ main = aiven.get_organization(name="Example organization")
108
109
  ```
110
+ <!--End PulumiCodeChooser -->
109
111
 
110
112
 
111
- :param str id: Identifier of the organization.
113
+ :param str id: ID of the organization.
112
114
  :param str name: Name of the organization.
113
115
  """
114
116
  __args__ = dict()
@@ -130,19 +132,21 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
130
132
  name: Optional[pulumi.Input[Optional[str]]] = None,
131
133
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationResult]:
132
134
  """
133
- Retrieves information about an organization from Aiven.
135
+ Gets information about an organization.
134
136
 
135
137
  ## Example Usage
136
138
 
139
+ <!--Start PulumiCodeChooser -->
137
140
  ```python
138
141
  import pulumi
139
142
  import pulumi_aiven as aiven
140
143
 
141
- organization1 = aiven.get_organization(name="<ORGANIZATION_NAME>")
144
+ main = aiven.get_organization(name="Example organization")
142
145
  ```
146
+ <!--End PulumiCodeChooser -->
143
147
 
144
148
 
145
- :param str id: Identifier of the organization.
149
+ :param str id: ID of the organization.
146
150
  :param str name: Name of the organization.
147
151
  """
148
152
  ...
@@ -56,7 +56,7 @@ class GetOrganizationUserGroupResult:
56
56
  @pulumi.getter
57
57
  def description(self) -> str:
58
58
  """
59
- The description of the user group. This property cannot be changed, doing so forces recreation of the resource.
59
+ The description of the user group. Changing this property forces recreation of the resource.
60
60
  """
61
61
  return pulumi.get(self, "description")
62
62
 
@@ -80,7 +80,7 @@ class GetOrganizationUserGroupResult:
80
80
  @pulumi.getter
81
81
  def name(self) -> str:
82
82
  """
83
- The name of the user group. This property cannot be changed, doing so forces recreation of the resource.
83
+ The name of the user group. Changing this property forces recreation of the resource.
84
84
  """
85
85
  return pulumi.get(self, "name")
86
86
 
@@ -88,7 +88,7 @@ class GetOrganizationUserGroupResult:
88
88
  @pulumi.getter(name="organizationId")
89
89
  def organization_id(self) -> str:
90
90
  """
91
- The ID of the organization. This property cannot be changed, doing so forces recreation of the resource.
91
+ The ID of the organization. Changing this property forces recreation of the resource.
92
92
  """
93
93
  return pulumi.get(self, "organization_id")
94
94
 
@@ -120,11 +120,23 @@ def get_organization_user_group(name: Optional[str] = None,
120
120
  organization_id: Optional[str] = None,
121
121
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationUserGroupResult:
122
122
  """
123
- Provides information about an existing user group in an organization.
123
+ Gets information about an existing user group in an organization.
124
124
 
125
+ ## Example Usage
125
126
 
126
- :param str name: The name of the user group. This property cannot be changed, doing so forces recreation of the resource.
127
- :param str organization_id: The ID of the organization. This property cannot be changed, doing so forces recreation of the resource.
127
+ <!--Start PulumiCodeChooser -->
128
+ ```python
129
+ import pulumi
130
+ import pulumi_aiven as aiven
131
+
132
+ example = aiven.get_organization_user_group(name="Example group",
133
+ organization_id=aiven_organization["main"]["id"])
134
+ ```
135
+ <!--End PulumiCodeChooser -->
136
+
137
+
138
+ :param str name: The name of the user group. Changing this property forces recreation of the resource.
139
+ :param str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
128
140
  """
129
141
  __args__ = dict()
130
142
  __args__['name'] = name
@@ -147,10 +159,22 @@ def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
147
159
  organization_id: Optional[pulumi.Input[str]] = None,
148
160
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationUserGroupResult]:
149
161
  """
150
- Provides information about an existing user group in an organization.
162
+ Gets information about an existing user group in an organization.
163
+
164
+ ## Example Usage
165
+
166
+ <!--Start PulumiCodeChooser -->
167
+ ```python
168
+ import pulumi
169
+ import pulumi_aiven as aiven
170
+
171
+ example = aiven.get_organization_user_group(name="Example group",
172
+ organization_id=aiven_organization["main"]["id"])
173
+ ```
174
+ <!--End PulumiCodeChooser -->
151
175
 
152
176
 
153
- :param str name: The name of the user group. This property cannot be changed, doing so forces recreation of the resource.
154
- :param str organization_id: The ID of the organization. This property cannot be changed, doing so forces recreation of the resource.
177
+ :param str name: The name of the user group. Changing this property forces recreation of the resource.
178
+ :param str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
155
179
  """
156
180
  ...
@@ -45,7 +45,7 @@ class GetOrganizationalUnitResult:
45
45
  @pulumi.getter(name="createTime")
46
46
  def create_time(self) -> str:
47
47
  """
48
- Time of creation
48
+ Time of creation.
49
49
  """
50
50
  return pulumi.get(self, "create_time")
51
51
 
@@ -61,7 +61,7 @@ class GetOrganizationalUnitResult:
61
61
  @pulumi.getter
62
62
  def name(self) -> str:
63
63
  """
64
- Organizational Unit name
64
+ The name of the organizational unit.
65
65
  """
66
66
  return pulumi.get(self, "name")
67
67
 
@@ -69,7 +69,7 @@ class GetOrganizationalUnitResult:
69
69
  @pulumi.getter(name="parentId")
70
70
  def parent_id(self) -> str:
71
71
  """
72
- Parent ID
72
+ The ID of the organization that the unit is created in.
73
73
  """
74
74
  return pulumi.get(self, "parent_id")
75
75
 
@@ -77,7 +77,7 @@ class GetOrganizationalUnitResult:
77
77
  @pulumi.getter(name="tenantId")
78
78
  def tenant_id(self) -> str:
79
79
  """
80
- Tenant ID
80
+ Tenant ID.
81
81
  """
82
82
  return pulumi.get(self, "tenant_id")
83
83
 
@@ -85,7 +85,7 @@ class GetOrganizationalUnitResult:
85
85
  @pulumi.getter(name="updateTime")
86
86
  def update_time(self) -> str:
87
87
  """
88
- Time of last update
88
+ Time of last update.
89
89
  """
90
90
  return pulumi.get(self, "update_time")
91
91
 
@@ -107,10 +107,10 @@ class AwaitableGetOrganizationalUnitResult(GetOrganizationalUnitResult):
107
107
  def get_organizational_unit(name: Optional[str] = None,
108
108
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationalUnitResult:
109
109
  """
110
- The Organizational Unit data source provides information about the existing Aiven Organizational Unit.
110
+ Gets information about an organizational unit.
111
111
 
112
112
 
113
- :param str name: Organizational Unit name
113
+ :param str name: The name of the organizational unit.
114
114
  """
115
115
  __args__ = dict()
116
116
  __args__['name'] = name
@@ -130,9 +130,9 @@ def get_organizational_unit(name: Optional[str] = None,
130
130
  def get_organizational_unit_output(name: Optional[pulumi.Input[str]] = None,
131
131
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationalUnitResult]:
132
132
  """
133
- The Organizational Unit data source provides information about the existing Aiven Organizational Unit.
133
+ Gets information about an organizational unit.
134
134
 
135
135
 
136
- :param str name: Organizational Unit name
136
+ :param str name: The name of the organizational unit.
137
137
  """
138
138
  ...