pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.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.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +232 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -41
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +40 -60
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -36
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
|
@@ -23,8 +23,8 @@ class OpenSearchAclRuleArgs:
|
|
|
23
23
|
The set of arguments for constructing a OpenSearchAclRule resource.
|
|
24
24
|
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
25
25
|
:param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
26
|
-
:param pulumi.Input[str] project:
|
|
27
|
-
:param pulumi.Input[str] service_name:
|
|
26
|
+
:param pulumi.Input[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.
|
|
27
|
+
:param pulumi.Input[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.
|
|
28
28
|
:param pulumi.Input[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.
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "index", index)
|
|
@@ -61,7 +61,7 @@ class OpenSearchAclRuleArgs:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> pulumi.Input[str]:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -73,7 +73,7 @@ class OpenSearchAclRuleArgs:
|
|
|
73
73
|
@pulumi.getter(name="serviceName")
|
|
74
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "service_name")
|
|
79
79
|
|
|
@@ -106,8 +106,8 @@ class _OpenSearchAclRuleState:
|
|
|
106
106
|
Input properties used for looking up and filtering OpenSearchAclRule resources.
|
|
107
107
|
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
108
108
|
:param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
109
|
-
:param pulumi.Input[str] project:
|
|
110
|
-
:param pulumi.Input[str] service_name:
|
|
109
|
+
:param pulumi.Input[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.
|
|
110
|
+
:param pulumi.Input[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.
|
|
111
111
|
:param pulumi.Input[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.
|
|
112
112
|
"""
|
|
113
113
|
if index is not None:
|
|
@@ -149,7 +149,7 @@ class _OpenSearchAclRuleState:
|
|
|
149
149
|
@pulumi.getter
|
|
150
150
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
151
151
|
"""
|
|
152
|
-
|
|
152
|
+
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.
|
|
153
153
|
"""
|
|
154
154
|
return pulumi.get(self, "project")
|
|
155
155
|
|
|
@@ -161,7 +161,7 @@ class _OpenSearchAclRuleState:
|
|
|
161
161
|
@pulumi.getter(name="serviceName")
|
|
162
162
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
163
163
|
"""
|
|
164
|
-
|
|
164
|
+
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.
|
|
165
165
|
"""
|
|
166
166
|
return pulumi.get(self, "service_name")
|
|
167
167
|
|
|
@@ -258,15 +258,15 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
258
258
|
## Import
|
|
259
259
|
|
|
260
260
|
```sh
|
|
261
|
-
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule
|
|
261
|
+
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule PROJECT/SERVICE_NAME/USERNAME/INDEX
|
|
262
262
|
```
|
|
263
263
|
|
|
264
264
|
:param str resource_name: The name of the resource.
|
|
265
265
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
266
266
|
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
267
267
|
:param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
268
|
-
:param pulumi.Input[str] project:
|
|
269
|
-
:param pulumi.Input[str] service_name:
|
|
268
|
+
:param pulumi.Input[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.
|
|
269
|
+
:param pulumi.Input[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.
|
|
270
270
|
:param pulumi.Input[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.
|
|
271
271
|
"""
|
|
272
272
|
...
|
|
@@ -340,7 +340,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
340
340
|
## Import
|
|
341
341
|
|
|
342
342
|
```sh
|
|
343
|
-
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule
|
|
343
|
+
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule PROJECT/SERVICE_NAME/USERNAME/INDEX
|
|
344
344
|
```
|
|
345
345
|
|
|
346
346
|
:param str resource_name: The name of the resource.
|
|
@@ -411,8 +411,8 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
411
411
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
412
412
|
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
413
413
|
:param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
414
|
-
:param pulumi.Input[str] project:
|
|
415
|
-
:param pulumi.Input[str] service_name:
|
|
414
|
+
:param pulumi.Input[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.
|
|
415
|
+
:param pulumi.Input[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.
|
|
416
416
|
:param pulumi.Input[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.
|
|
417
417
|
"""
|
|
418
418
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -446,7 +446,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
446
446
|
@pulumi.getter
|
|
447
447
|
def project(self) -> pulumi.Output[str]:
|
|
448
448
|
"""
|
|
449
|
-
|
|
449
|
+
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.
|
|
450
450
|
"""
|
|
451
451
|
return pulumi.get(self, "project")
|
|
452
452
|
|
|
@@ -454,7 +454,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
454
454
|
@pulumi.getter(name="serviceName")
|
|
455
455
|
def service_name(self) -> pulumi.Output[str]:
|
|
456
456
|
"""
|
|
457
|
-
|
|
457
|
+
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.
|
|
458
458
|
"""
|
|
459
459
|
return pulumi.get(self, "service_name")
|
|
460
460
|
|
|
@@ -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:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
23
|
+
:param pulumi.Input[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.
|
|
24
|
+
:param pulumi.Input[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.
|
|
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
|
-
|
|
46
|
+
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.
|
|
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
|
-
|
|
58
|
+
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:
|
|
83
|
-
:param pulumi.Input[str] service_name:
|
|
82
|
+
:param pulumi.Input[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.
|
|
83
|
+
:param pulumi.Input[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.
|
|
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
|
-
|
|
150
|
+
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
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
|
-
|
|
162
|
+
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
|
|
|
@@ -207,14 +207,14 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
207
207
|
## Import
|
|
208
208
|
|
|
209
209
|
```sh
|
|
210
|
-
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo
|
|
210
|
+
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo PROJECT/SERVICE_NAME
|
|
211
211
|
```
|
|
212
212
|
|
|
213
213
|
:param str resource_name: The name of the resource.
|
|
214
214
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
215
215
|
:param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
|
|
216
|
-
:param pulumi.Input[str] project:
|
|
217
|
-
:param pulumi.Input[str] service_name:
|
|
216
|
+
:param pulumi.Input[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.
|
|
217
|
+
:param pulumi.Input[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.
|
|
218
218
|
"""
|
|
219
219
|
...
|
|
220
220
|
@overload
|
|
@@ -252,7 +252,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
252
252
|
## Import
|
|
253
253
|
|
|
254
254
|
```sh
|
|
255
|
-
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo
|
|
255
|
+
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo PROJECT/SERVICE_NAME
|
|
256
256
|
```
|
|
257
257
|
|
|
258
258
|
:param str resource_name: The name of the resource.
|
|
@@ -323,8 +323,8 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
323
323
|
:param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
|
|
324
324
|
:param pulumi.Input[bool] available: Whether the security plugin is available. This is always true for recently created services.
|
|
325
325
|
:param pulumi.Input[bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
|
|
326
|
-
:param pulumi.Input[str] project:
|
|
327
|
-
:param pulumi.Input[str] service_name:
|
|
326
|
+
:param pulumi.Input[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.
|
|
327
|
+
:param pulumi.Input[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.
|
|
328
328
|
"""
|
|
329
329
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
330
330
|
|
|
@@ -374,7 +374,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
374
374
|
@pulumi.getter
|
|
375
375
|
def project(self) -> pulumi.Output[str]:
|
|
376
376
|
"""
|
|
377
|
-
|
|
377
|
+
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.
|
|
378
378
|
"""
|
|
379
379
|
return pulumi.get(self, "project")
|
|
380
380
|
|
|
@@ -382,7 +382,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
382
382
|
@pulumi.getter(name="serviceName")
|
|
383
383
|
def service_name(self) -> pulumi.Output[str]:
|
|
384
384
|
"""
|
|
385
|
-
|
|
385
|
+
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.
|
|
386
386
|
"""
|
|
387
387
|
return pulumi.get(self, "service_name")
|
|
388
388
|
|
pulumi_aiven/opensearch_user.py
CHANGED
|
@@ -20,8 +20,8 @@ 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:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
23
|
+
:param pulumi.Input[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.
|
|
24
|
+
:param pulumi.Input[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.
|
|
25
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
|
"""
|
|
@@ -35,7 +35,7 @@ class OpensearchUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
|
|
38
|
+
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.
|
|
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
|
-
|
|
50
|
+
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
|
|
|
@@ -91,8 +91,8 @@ 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:
|
|
95
|
-
:param pulumi.Input[str] service_name:
|
|
94
|
+
:param pulumi.Input[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.
|
|
95
|
+
:param pulumi.Input[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.
|
|
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
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
|
"""
|
|
@@ -123,7 +123,7 @@ class _OpensearchUserState:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
|
|
126
|
+
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.
|
|
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
|
-
|
|
138
|
+
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
|
|
|
@@ -197,14 +197,14 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
197
197
|
## Import
|
|
198
198
|
|
|
199
199
|
```sh
|
|
200
|
-
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo
|
|
200
|
+
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
201
201
|
```
|
|
202
202
|
|
|
203
203
|
:param str resource_name: The name of the resource.
|
|
204
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
205
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
206
|
-
:param pulumi.Input[str] project:
|
|
207
|
-
:param pulumi.Input[str] service_name:
|
|
206
|
+
:param pulumi.Input[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.
|
|
207
|
+
:param pulumi.Input[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.
|
|
208
208
|
: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.
|
|
209
209
|
"""
|
|
210
210
|
...
|
|
@@ -232,7 +232,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
232
232
|
## Import
|
|
233
233
|
|
|
234
234
|
```sh
|
|
235
|
-
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo
|
|
235
|
+
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
236
236
|
```
|
|
237
237
|
|
|
238
238
|
:param str resource_name: The name of the resource.
|
|
@@ -299,8 +299,8 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
299
299
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
300
300
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
301
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
302
|
-
:param pulumi.Input[str] project:
|
|
303
|
-
:param pulumi.Input[str] service_name:
|
|
302
|
+
:param pulumi.Input[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.
|
|
303
|
+
:param pulumi.Input[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.
|
|
304
304
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
305
305
|
: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.
|
|
306
306
|
"""
|
|
@@ -327,7 +327,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
327
327
|
@pulumi.getter
|
|
328
328
|
def project(self) -> pulumi.Output[str]:
|
|
329
329
|
"""
|
|
330
|
-
|
|
330
|
+
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.
|
|
331
331
|
"""
|
|
332
332
|
return pulumi.get(self, "project")
|
|
333
333
|
|
|
@@ -335,7 +335,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
335
335
|
@pulumi.getter(name="serviceName")
|
|
336
336
|
def service_name(self) -> pulumi.Output[str]:
|
|
337
337
|
"""
|
|
338
|
-
|
|
338
|
+
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.
|
|
339
339
|
"""
|
|
340
340
|
return pulumi.get(self, "service_name")
|
|
341
341
|
|