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.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- 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 +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -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 +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -21,11 +21,11 @@ class OpenSearchAclRuleArgs:
|
|
|
21
21
|
username: pulumi.Input[str]):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a OpenSearchAclRule resource.
|
|
24
|
-
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
27
|
-
: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.
|
|
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.
|
|
26
|
+
: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.
|
|
27
|
+
: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.
|
|
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)
|
|
31
31
|
pulumi.set(__self__, "permission", permission)
|
|
@@ -37,7 +37,7 @@ class OpenSearchAclRuleArgs:
|
|
|
37
37
|
@pulumi.getter
|
|
38
38
|
def index(self) -> pulumi.Input[str]:
|
|
39
39
|
"""
|
|
40
|
-
The index pattern for this ACL entry. Maximum length: `249`.
|
|
40
|
+
The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
41
41
|
"""
|
|
42
42
|
return pulumi.get(self, "index")
|
|
43
43
|
|
|
@@ -61,7 +61,7 @@ class OpenSearchAclRuleArgs:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> pulumi.Input[str]:
|
|
63
63
|
"""
|
|
64
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
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
|
|
|
@@ -73,7 +73,7 @@ class OpenSearchAclRuleArgs:
|
|
|
73
73
|
@pulumi.getter(name="serviceName")
|
|
74
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "service_name")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class OpenSearchAclRuleArgs:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> pulumi.Input[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.
|
|
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
|
|
|
@@ -104,11 +104,11 @@ class _OpenSearchAclRuleState:
|
|
|
104
104
|
username: Optional[pulumi.Input[str]] = None):
|
|
105
105
|
"""
|
|
106
106
|
Input properties used for looking up and filtering OpenSearchAclRule resources.
|
|
107
|
-
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
-
: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.
|
|
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.
|
|
109
|
+
: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.
|
|
110
|
+
: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.
|
|
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:
|
|
114
114
|
pulumi.set(__self__, "index", index)
|
|
@@ -125,7 +125,7 @@ class _OpenSearchAclRuleState:
|
|
|
125
125
|
@pulumi.getter
|
|
126
126
|
def index(self) -> Optional[pulumi.Input[str]]:
|
|
127
127
|
"""
|
|
128
|
-
The index pattern for this ACL entry. Maximum length: `249`.
|
|
128
|
+
The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "index")
|
|
131
131
|
|
|
@@ -149,7 +149,7 @@ class _OpenSearchAclRuleState:
|
|
|
149
149
|
@pulumi.getter
|
|
150
150
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
151
151
|
"""
|
|
152
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
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.
|
|
165
165
|
"""
|
|
166
166
|
return pulumi.get(self, "service_name")
|
|
167
167
|
|
|
@@ -173,7 +173,7 @@ class _OpenSearchAclRuleState:
|
|
|
173
173
|
@pulumi.getter
|
|
174
174
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
175
175
|
"""
|
|
176
|
-
The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
176
|
+
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.
|
|
177
177
|
"""
|
|
178
178
|
return pulumi.get(self, "username")
|
|
179
179
|
|
|
@@ -198,6 +198,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
198
198
|
|
|
199
199
|
## Example Usage
|
|
200
200
|
|
|
201
|
+
<!--Start PulumiCodeChooser -->
|
|
201
202
|
```python
|
|
202
203
|
import pulumi
|
|
203
204
|
import pulumi_aiven as aiven
|
|
@@ -254,20 +255,21 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
254
255
|
|
|
255
256
|
pulumi.Output.all({i: v for i, v in acl_rules}).apply(lambda resolved_outputs: create_os_acl_rule(resolved_outputs[0]))
|
|
256
257
|
```
|
|
258
|
+
<!--End PulumiCodeChooser -->
|
|
257
259
|
|
|
258
260
|
## Import
|
|
259
261
|
|
|
260
262
|
```sh
|
|
261
|
-
|
|
263
|
+
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule project/service_name/username/index
|
|
262
264
|
```
|
|
263
265
|
|
|
264
266
|
:param str resource_name: The name of the resource.
|
|
265
267
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
266
|
-
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
268
|
+
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
267
269
|
: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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
269
|
-
: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.
|
|
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.
|
|
270
|
+
: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.
|
|
271
|
+
: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.
|
|
272
|
+
: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
273
|
"""
|
|
272
274
|
...
|
|
273
275
|
@overload
|
|
@@ -280,6 +282,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
280
282
|
|
|
281
283
|
## Example Usage
|
|
282
284
|
|
|
285
|
+
<!--Start PulumiCodeChooser -->
|
|
283
286
|
```python
|
|
284
287
|
import pulumi
|
|
285
288
|
import pulumi_aiven as aiven
|
|
@@ -336,11 +339,12 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
336
339
|
|
|
337
340
|
pulumi.Output.all({i: v for i, v in acl_rules}).apply(lambda resolved_outputs: create_os_acl_rule(resolved_outputs[0]))
|
|
338
341
|
```
|
|
342
|
+
<!--End PulumiCodeChooser -->
|
|
339
343
|
|
|
340
344
|
## Import
|
|
341
345
|
|
|
342
346
|
```sh
|
|
343
|
-
|
|
347
|
+
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule project/service_name/username/index
|
|
344
348
|
```
|
|
345
349
|
|
|
346
350
|
:param str resource_name: The name of the resource.
|
|
@@ -409,11 +413,11 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
409
413
|
:param str resource_name: The unique name of the resulting resource.
|
|
410
414
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
411
415
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
412
|
-
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
416
|
+
:param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
413
417
|
: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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
415
|
-
: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.
|
|
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.
|
|
418
|
+
: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.
|
|
419
|
+
: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.
|
|
420
|
+
: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
421
|
"""
|
|
418
422
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
419
423
|
|
|
@@ -430,7 +434,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
430
434
|
@pulumi.getter
|
|
431
435
|
def index(self) -> pulumi.Output[str]:
|
|
432
436
|
"""
|
|
433
|
-
The index pattern for this ACL entry. Maximum length: `249`.
|
|
437
|
+
The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
434
438
|
"""
|
|
435
439
|
return pulumi.get(self, "index")
|
|
436
440
|
|
|
@@ -446,7 +450,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
446
450
|
@pulumi.getter
|
|
447
451
|
def project(self) -> pulumi.Output[str]:
|
|
448
452
|
"""
|
|
449
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
453
|
+
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.
|
|
450
454
|
"""
|
|
451
455
|
return pulumi.get(self, "project")
|
|
452
456
|
|
|
@@ -454,7 +458,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
454
458
|
@pulumi.getter(name="serviceName")
|
|
455
459
|
def service_name(self) -> pulumi.Output[str]:
|
|
456
460
|
"""
|
|
457
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
461
|
+
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.
|
|
458
462
|
"""
|
|
459
463
|
return pulumi.get(self, "service_name")
|
|
460
464
|
|
|
@@ -462,7 +466,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
462
466
|
@pulumi.getter
|
|
463
467
|
def username(self) -> pulumi.Output[str]:
|
|
464
468
|
"""
|
|
465
|
-
The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
469
|
+
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.
|
|
466
470
|
"""
|
|
467
471
|
return pulumi.get(self, "username")
|
|
468
472
|
|
|
@@ -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,17 +180,43 @@ 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
|
|
186
|
-
|
|
212
|
+
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo project/service_name
|
|
187
213
|
```
|
|
188
214
|
|
|
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,10 +227,36 @@ 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
|
|
207
|
-
|
|
259
|
+
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo project/service_name
|
|
208
260
|
```
|
|
209
261
|
|
|
210
262
|
:param str resource_name: The name of the resource.
|
|
@@ -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
|
|
|
@@ -183,6 +183,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
183
183
|
|
|
184
184
|
## Example Usage
|
|
185
185
|
|
|
186
|
+
<!--Start PulumiCodeChooser -->
|
|
186
187
|
```python
|
|
187
188
|
import pulumi
|
|
188
189
|
import pulumi_aiven as aiven
|
|
@@ -193,19 +194,20 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
193
194
|
username="user-1",
|
|
194
195
|
password="Test$1234")
|
|
195
196
|
```
|
|
197
|
+
<!--End PulumiCodeChooser -->
|
|
196
198
|
|
|
197
199
|
## Import
|
|
198
200
|
|
|
199
201
|
```sh
|
|
200
|
-
|
|
202
|
+
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo project/service_name/username
|
|
201
203
|
```
|
|
202
204
|
|
|
203
205
|
:param str resource_name: The name of the resource.
|
|
204
206
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
207
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
206
|
-
: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.
|
|
207
|
-
: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.
|
|
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.
|
|
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.
|
|
209
211
|
"""
|
|
210
212
|
...
|
|
211
213
|
@overload
|
|
@@ -218,6 +220,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
218
220
|
|
|
219
221
|
## Example Usage
|
|
220
222
|
|
|
223
|
+
<!--Start PulumiCodeChooser -->
|
|
221
224
|
```python
|
|
222
225
|
import pulumi
|
|
223
226
|
import pulumi_aiven as aiven
|
|
@@ -228,11 +231,12 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
228
231
|
username="user-1",
|
|
229
232
|
password="Test$1234")
|
|
230
233
|
```
|
|
234
|
+
<!--End PulumiCodeChooser -->
|
|
231
235
|
|
|
232
236
|
## Import
|
|
233
237
|
|
|
234
238
|
```sh
|
|
235
|
-
|
|
239
|
+
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo project/service_name/username
|
|
236
240
|
```
|
|
237
241
|
|
|
238
242
|
:param str resource_name: The name of the resource.
|
|
@@ -299,10 +303,10 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
299
303
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
300
304
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
305
|
:param pulumi.Input[str] password: The password of the OpenSearch User.
|
|
302
|
-
: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.
|
|
303
|
-
: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.
|
|
304
308
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
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.
|
|
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.
|
|
306
310
|
"""
|
|
307
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
308
312
|
|
|
@@ -327,7 +331,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
327
331
|
@pulumi.getter
|
|
328
332
|
def project(self) -> pulumi.Output[str]:
|
|
329
333
|
"""
|
|
330
|
-
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.
|
|
331
335
|
"""
|
|
332
336
|
return pulumi.get(self, "project")
|
|
333
337
|
|
|
@@ -335,7 +339,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
335
339
|
@pulumi.getter(name="serviceName")
|
|
336
340
|
def service_name(self) -> pulumi.Output[str]:
|
|
337
341
|
"""
|
|
338
|
-
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.
|
|
339
343
|
"""
|
|
340
344
|
return pulumi.get(self, "service_name")
|
|
341
345
|
|
|
@@ -351,7 +355,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
351
355
|
@pulumi.getter
|
|
352
356
|
def username(self) -> pulumi.Output[str]:
|
|
353
357
|
"""
|
|
354
|
-
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.
|
|
355
359
|
"""
|
|
356
360
|
return pulumi.get(self, "username")
|
|
357
361
|
|