pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
|
@@ -20,8 +20,8 @@ class OpensearchSecurityPluginConfigArgs:
|
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a OpensearchSecurityPluginConfig resource.
|
|
22
22
|
:param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[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.
|
|
23
|
+
:param pulumi.Input[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.
|
|
24
|
+
:param pulumi.Input[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.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "admin_password", admin_password)
|
|
27
27
|
pulumi.set(__self__, "project", project)
|
|
@@ -43,7 +43,7 @@ class OpensearchSecurityPluginConfigArgs:
|
|
|
43
43
|
@pulumi.getter
|
|
44
44
|
def project(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
46
|
+
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.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "project")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class OpensearchSecurityPluginConfigArgs:
|
|
|
55
55
|
@pulumi.getter(name="serviceName")
|
|
56
56
|
def service_name(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
58
|
+
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.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "service_name")
|
|
61
61
|
|
|
@@ -79,8 +79,8 @@ class _OpensearchSecurityPluginConfigState:
|
|
|
79
79
|
:param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
|
|
80
80
|
:param pulumi.Input[bool] available: Whether the security plugin is available. This is always true for recently created services.
|
|
81
81
|
:param pulumi.Input[bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
|
|
82
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
-
:param pulumi.Input[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.
|
|
82
|
+
:param pulumi.Input[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.
|
|
83
|
+
:param pulumi.Input[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.
|
|
84
84
|
"""
|
|
85
85
|
if admin_enabled is not None:
|
|
86
86
|
pulumi.set(__self__, "admin_enabled", admin_enabled)
|
|
@@ -147,7 +147,7 @@ class _OpensearchSecurityPluginConfigState:
|
|
|
147
147
|
@pulumi.getter
|
|
148
148
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
149
149
|
"""
|
|
150
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
150
|
+
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.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "project")
|
|
153
153
|
|
|
@@ -159,7 +159,7 @@ class _OpensearchSecurityPluginConfigState:
|
|
|
159
159
|
@pulumi.getter(name="serviceName")
|
|
160
160
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
162
|
+
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.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "service_name")
|
|
165
165
|
|
|
@@ -180,6 +180,32 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
180
180
|
"""
|
|
181
181
|
The OpenSearch Security Plugin Config resource allows the creation and management of AivenOpenSearch Security Plugin config.
|
|
182
182
|
|
|
183
|
+
## Example Usage
|
|
184
|
+
|
|
185
|
+
<!--Start PulumiCodeChooser -->
|
|
186
|
+
```python
|
|
187
|
+
import pulumi
|
|
188
|
+
import pulumi_aiven as aiven
|
|
189
|
+
|
|
190
|
+
foo_project = aiven.get_project(project="example_project")
|
|
191
|
+
bar = aiven.OpenSearch("bar",
|
|
192
|
+
project=foo_project.project,
|
|
193
|
+
cloud_name="google-europe-west1",
|
|
194
|
+
plan="startup-4",
|
|
195
|
+
service_name="example_service_name",
|
|
196
|
+
maintenance_window_dow="monday",
|
|
197
|
+
maintenance_window_time="10:00:00")
|
|
198
|
+
foo_opensearch_user = aiven.OpensearchUser("fooOpensearchUser",
|
|
199
|
+
service_name=bar.service_name,
|
|
200
|
+
project=foo_project.project,
|
|
201
|
+
username="user-example")
|
|
202
|
+
foo_opensearch_security_plugin_config = aiven.OpensearchSecurityPluginConfig("fooOpensearchSecurityPluginConfig",
|
|
203
|
+
project=foo_project.project,
|
|
204
|
+
service_name=bar.service_name,
|
|
205
|
+
admin_password="ThisIsATest123^=^")
|
|
206
|
+
```
|
|
207
|
+
<!--End PulumiCodeChooser -->
|
|
208
|
+
|
|
183
209
|
## Import
|
|
184
210
|
|
|
185
211
|
```sh
|
|
@@ -189,8 +215,8 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
189
215
|
:param str resource_name: The name of the resource.
|
|
190
216
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
191
217
|
:param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
|
|
192
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
193
|
-
:param pulumi.Input[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.
|
|
218
|
+
:param pulumi.Input[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.
|
|
219
|
+
:param pulumi.Input[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.
|
|
194
220
|
"""
|
|
195
221
|
...
|
|
196
222
|
@overload
|
|
@@ -201,6 +227,32 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
201
227
|
"""
|
|
202
228
|
The OpenSearch Security Plugin Config resource allows the creation and management of AivenOpenSearch Security Plugin config.
|
|
203
229
|
|
|
230
|
+
## Example Usage
|
|
231
|
+
|
|
232
|
+
<!--Start PulumiCodeChooser -->
|
|
233
|
+
```python
|
|
234
|
+
import pulumi
|
|
235
|
+
import pulumi_aiven as aiven
|
|
236
|
+
|
|
237
|
+
foo_project = aiven.get_project(project="example_project")
|
|
238
|
+
bar = aiven.OpenSearch("bar",
|
|
239
|
+
project=foo_project.project,
|
|
240
|
+
cloud_name="google-europe-west1",
|
|
241
|
+
plan="startup-4",
|
|
242
|
+
service_name="example_service_name",
|
|
243
|
+
maintenance_window_dow="monday",
|
|
244
|
+
maintenance_window_time="10:00:00")
|
|
245
|
+
foo_opensearch_user = aiven.OpensearchUser("fooOpensearchUser",
|
|
246
|
+
service_name=bar.service_name,
|
|
247
|
+
project=foo_project.project,
|
|
248
|
+
username="user-example")
|
|
249
|
+
foo_opensearch_security_plugin_config = aiven.OpensearchSecurityPluginConfig("fooOpensearchSecurityPluginConfig",
|
|
250
|
+
project=foo_project.project,
|
|
251
|
+
service_name=bar.service_name,
|
|
252
|
+
admin_password="ThisIsATest123^=^")
|
|
253
|
+
```
|
|
254
|
+
<!--End PulumiCodeChooser -->
|
|
255
|
+
|
|
204
256
|
## Import
|
|
205
257
|
|
|
206
258
|
```sh
|
|
@@ -275,8 +327,8 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
275
327
|
:param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
|
|
276
328
|
:param pulumi.Input[bool] available: Whether the security plugin is available. This is always true for recently created services.
|
|
277
329
|
:param pulumi.Input[bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
|
|
278
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
279
|
-
:param pulumi.Input[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.
|
|
330
|
+
:param pulumi.Input[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.
|
|
331
|
+
:param pulumi.Input[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.
|
|
280
332
|
"""
|
|
281
333
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
282
334
|
|
|
@@ -326,7 +378,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
326
378
|
@pulumi.getter
|
|
327
379
|
def project(self) -> pulumi.Output[str]:
|
|
328
380
|
"""
|
|
329
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
381
|
+
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.
|
|
330
382
|
"""
|
|
331
383
|
return pulumi.get(self, "project")
|
|
332
384
|
|
|
@@ -334,7 +386,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
334
386
|
@pulumi.getter(name="serviceName")
|
|
335
387
|
def service_name(self) -> pulumi.Output[str]:
|
|
336
388
|
"""
|
|
337
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
389
|
+
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.
|
|
338
390
|
"""
|
|
339
391
|
return pulumi.get(self, "service_name")
|
|
340
392
|
|
pulumi_aiven/opensearch_user.py
CHANGED
|
@@ -20,9 +20,9 @@ class OpensearchUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a OpensearchUser resource.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[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.
|
|
25
|
-
:param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
+
:param pulumi.Input[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.
|
|
24
|
+
:param pulumi.Input[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.
|
|
25
|
+
:param pulumi.Input[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.
|
|
26
26
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +35,7 @@ class OpensearchUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
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.
|
|
39
39
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class OpensearchUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
50
|
+
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.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class OpensearchUserArgs:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def username(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
62
|
+
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.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "username")
|
|
65
65
|
|
|
@@ -91,10 +91,10 @@ class _OpensearchUserState:
|
|
|
91
91
|
"""
|
|
92
92
|
Input properties used for looking up and filtering OpensearchUser resources.
|
|
93
93
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
94
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
95
|
-
:param pulumi.Input[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.
|
|
94
|
+
:param pulumi.Input[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.
|
|
95
|
+
:param pulumi.Input[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.
|
|
96
96
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
97
|
-
:param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
:param pulumi.Input[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.
|
|
98
98
|
"""
|
|
99
99
|
if password is not None:
|
|
100
100
|
pulumi.set(__self__, "password", password)
|
|
@@ -123,7 +123,7 @@ class _OpensearchUserState:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
126
|
+
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.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -135,7 +135,7 @@ class _OpensearchUserState:
|
|
|
135
135
|
@pulumi.getter(name="serviceName")
|
|
136
136
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
138
|
+
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.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "service_name")
|
|
141
141
|
|
|
@@ -159,7 +159,7 @@ class _OpensearchUserState:
|
|
|
159
159
|
@pulumi.getter
|
|
160
160
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
162
|
+
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.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "username")
|
|
165
165
|
|
|
@@ -205,9 +205,9 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
205
205
|
:param str resource_name: The name of the resource.
|
|
206
206
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
207
207
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
208
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
-
:param pulumi.Input[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.
|
|
210
|
-
:param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
208
|
+
:param pulumi.Input[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.
|
|
209
|
+
:param pulumi.Input[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.
|
|
210
|
+
:param pulumi.Input[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.
|
|
211
211
|
"""
|
|
212
212
|
...
|
|
213
213
|
@overload
|
|
@@ -303,10 +303,10 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
303
303
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
304
304
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
305
305
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
306
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
307
|
-
:param pulumi.Input[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.
|
|
306
|
+
:param pulumi.Input[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.
|
|
307
|
+
:param pulumi.Input[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.
|
|
308
308
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
309
|
-
:param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
309
|
+
:param pulumi.Input[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.
|
|
310
310
|
"""
|
|
311
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
312
312
|
|
|
@@ -331,7 +331,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
331
331
|
@pulumi.getter
|
|
332
332
|
def project(self) -> pulumi.Output[str]:
|
|
333
333
|
"""
|
|
334
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
334
|
+
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.
|
|
335
335
|
"""
|
|
336
336
|
return pulumi.get(self, "project")
|
|
337
337
|
|
|
@@ -339,7 +339,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
339
339
|
@pulumi.getter(name="serviceName")
|
|
340
340
|
def service_name(self) -> pulumi.Output[str]:
|
|
341
341
|
"""
|
|
342
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
342
|
+
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.
|
|
343
343
|
"""
|
|
344
344
|
return pulumi.get(self, "service_name")
|
|
345
345
|
|
|
@@ -355,7 +355,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
355
355
|
@pulumi.getter
|
|
356
356
|
def username(self) -> pulumi.Output[str]:
|
|
357
357
|
"""
|
|
358
|
-
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
358
|
+
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.
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "username")
|
|
361
361
|
|
pulumi_aiven/organization.py
CHANGED
|
@@ -61,7 +61,7 @@ class _OrganizationState:
|
|
|
61
61
|
Input properties used for looking up and filtering Organization resources.
|
|
62
62
|
:param pulumi.Input[str] create_time: Timestamp of the creation of the organization.
|
|
63
63
|
:param pulumi.Input[str] name: Name of the organization.
|
|
64
|
-
:param pulumi.Input[str] tenant_id: Tenant
|
|
64
|
+
:param pulumi.Input[str] tenant_id: Tenant ID of the organization.
|
|
65
65
|
:param pulumi.Input[str] update_time: Timestamp of the last update of the organization.
|
|
66
66
|
"""
|
|
67
67
|
if create_time is not None:
|
|
@@ -103,7 +103,7 @@ class _OrganizationState:
|
|
|
103
103
|
@pulumi.getter(name="tenantId")
|
|
104
104
|
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
105
105
|
"""
|
|
106
|
-
Tenant
|
|
106
|
+
Tenant ID of the organization.
|
|
107
107
|
"""
|
|
108
108
|
return pulumi.get(self, "tenant_id")
|
|
109
109
|
|
|
@@ -142,7 +142,7 @@ class Organization(pulumi.CustomResource):
|
|
|
142
142
|
timeouts: Optional[pulumi.Input[pulumi.InputType['OrganizationTimeoutsArgs']]] = None,
|
|
143
143
|
__props__=None):
|
|
144
144
|
"""
|
|
145
|
-
Creates and manages an organization
|
|
145
|
+
Creates and manages an [organization](https://aiven.io/docs/platform/concepts/projects_accounts_access).
|
|
146
146
|
|
|
147
147
|
## Example Usage
|
|
148
148
|
|
|
@@ -151,14 +151,14 @@ class Organization(pulumi.CustomResource):
|
|
|
151
151
|
import pulumi
|
|
152
152
|
import pulumi_aiven as aiven
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
main = aiven.Organization("main")
|
|
155
155
|
```
|
|
156
156
|
<!--End PulumiCodeChooser -->
|
|
157
157
|
|
|
158
158
|
## Import
|
|
159
159
|
|
|
160
160
|
```sh
|
|
161
|
-
$ pulumi import aiven:index/organization:Organization
|
|
161
|
+
$ pulumi import aiven:index/organization:Organization main ORGANIZATION_ID
|
|
162
162
|
```
|
|
163
163
|
|
|
164
164
|
:param str resource_name: The name of the resource.
|
|
@@ -172,7 +172,7 @@ class Organization(pulumi.CustomResource):
|
|
|
172
172
|
args: Optional[OrganizationArgs] = None,
|
|
173
173
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
174
174
|
"""
|
|
175
|
-
Creates and manages an organization
|
|
175
|
+
Creates and manages an [organization](https://aiven.io/docs/platform/concepts/projects_accounts_access).
|
|
176
176
|
|
|
177
177
|
## Example Usage
|
|
178
178
|
|
|
@@ -181,14 +181,14 @@ class Organization(pulumi.CustomResource):
|
|
|
181
181
|
import pulumi
|
|
182
182
|
import pulumi_aiven as aiven
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
main = aiven.Organization("main")
|
|
185
185
|
```
|
|
186
186
|
<!--End PulumiCodeChooser -->
|
|
187
187
|
|
|
188
188
|
## Import
|
|
189
189
|
|
|
190
190
|
```sh
|
|
191
|
-
$ pulumi import aiven:index/organization:Organization
|
|
191
|
+
$ pulumi import aiven:index/organization:Organization main ORGANIZATION_ID
|
|
192
192
|
```
|
|
193
193
|
|
|
194
194
|
:param str resource_name: The name of the resource.
|
|
@@ -246,7 +246,7 @@ class Organization(pulumi.CustomResource):
|
|
|
246
246
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
247
247
|
:param pulumi.Input[str] create_time: Timestamp of the creation of the organization.
|
|
248
248
|
:param pulumi.Input[str] name: Name of the organization.
|
|
249
|
-
:param pulumi.Input[str] tenant_id: Tenant
|
|
249
|
+
:param pulumi.Input[str] tenant_id: Tenant ID of the organization.
|
|
250
250
|
:param pulumi.Input[str] update_time: Timestamp of the last update of the organization.
|
|
251
251
|
"""
|
|
252
252
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -280,7 +280,7 @@ class Organization(pulumi.CustomResource):
|
|
|
280
280
|
@pulumi.getter(name="tenantId")
|
|
281
281
|
def tenant_id(self) -> pulumi.Output[str]:
|
|
282
282
|
"""
|
|
283
|
-
Tenant
|
|
283
|
+
Tenant ID of the organization.
|
|
284
284
|
"""
|
|
285
285
|
return pulumi.get(self, "tenant_id")
|
|
286
286
|
|