pulumi-aiven 6.13.0a1711027602__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.

Files changed (129) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2479 -932
  3. pulumi_aiven/account.py +6 -2
  4. pulumi_aiven/account_authentication.py +6 -2
  5. pulumi_aiven/account_team_member.py +21 -21
  6. pulumi_aiven/aws_privatelink.py +39 -39
  7. pulumi_aiven/aws_vpc_peering_connection.py +62 -52
  8. pulumi_aiven/azure_privatelink.py +49 -49
  9. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  10. pulumi_aiven/azure_vpc_peering_connection.py +76 -68
  11. pulumi_aiven/cassandra.py +7 -7
  12. pulumi_aiven/cassandra_user.py +21 -21
  13. pulumi_aiven/clickhouse.py +7 -7
  14. pulumi_aiven/clickhouse_database.py +21 -21
  15. pulumi_aiven/clickhouse_grant.py +42 -42
  16. pulumi_aiven/clickhouse_role.py +21 -21
  17. pulumi_aiven/clickhouse_user.py +21 -21
  18. pulumi_aiven/connection_pool.py +28 -28
  19. pulumi_aiven/dragonfly.py +1344 -0
  20. pulumi_aiven/flink.py +7 -7
  21. pulumi_aiven/flink_application.py +14 -14
  22. pulumi_aiven/flink_application_deployment.py +14 -14
  23. pulumi_aiven/flink_application_version.py +14 -14
  24. pulumi_aiven/gcp_privatelink.py +26 -26
  25. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  26. pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
  27. pulumi_aiven/get_account_team_member.py +9 -9
  28. pulumi_aiven/get_aws_privatelink.py +15 -15
  29. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
  30. pulumi_aiven/get_azure_privatelink.py +17 -17
  31. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  32. pulumi_aiven/get_cassanda.py +3 -3
  33. pulumi_aiven/get_cassandra.py +3 -3
  34. pulumi_aiven/get_cassandra_user.py +9 -9
  35. pulumi_aiven/get_clickhouse.py +3 -3
  36. pulumi_aiven/get_clickhouse_database.py +9 -9
  37. pulumi_aiven/get_clickhouse_user.py +9 -9
  38. pulumi_aiven/get_connection_pool.py +10 -10
  39. pulumi_aiven/get_dragonfly.py +443 -0
  40. pulumi_aiven/get_flink.py +3 -3
  41. pulumi_aiven/get_flink_application.py +6 -6
  42. pulumi_aiven/get_flink_application_version.py +6 -6
  43. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
  44. pulumi_aiven/get_grafana.py +3 -3
  45. pulumi_aiven/get_kafka.py +3 -3
  46. pulumi_aiven/get_kafka_acl.py +15 -15
  47. pulumi_aiven/get_kafka_connect.py +3 -3
  48. pulumi_aiven/get_kafka_connector.py +9 -9
  49. pulumi_aiven/get_kafka_mirror_maker.py +3 -3
  50. pulumi_aiven/get_kafka_schema.py +9 -9
  51. pulumi_aiven/get_kafka_schema_configuration.py +7 -7
  52. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  53. pulumi_aiven/get_kafka_topic.py +9 -9
  54. pulumi_aiven/get_kafka_user.py +9 -9
  55. pulumi_aiven/get_m3_aggregator.py +3 -3
  56. pulumi_aiven/get_m3_db.py +3 -3
  57. pulumi_aiven/get_m3db_user.py +9 -9
  58. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  59. pulumi_aiven/get_my_sql.py +3 -3
  60. pulumi_aiven/get_mysql_database.py +9 -9
  61. pulumi_aiven/get_mysql_user.py +9 -9
  62. pulumi_aiven/get_open_search.py +3 -3
  63. pulumi_aiven/get_open_search_acl_config.py +6 -6
  64. pulumi_aiven/get_open_search_acl_rule.py +12 -12
  65. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  66. pulumi_aiven/get_opensearch_user.py +9 -9
  67. pulumi_aiven/get_organization.py +8 -8
  68. pulumi_aiven/get_organization_user_group.py +33 -9
  69. pulumi_aiven/get_organizational_unit.py +9 -9
  70. pulumi_aiven/get_pg.py +3 -3
  71. pulumi_aiven/get_pg_database.py +11 -11
  72. pulumi_aiven/get_pg_user.py +9 -9
  73. pulumi_aiven/get_project_user.py +6 -6
  74. pulumi_aiven/get_project_vpc.py +11 -13
  75. pulumi_aiven/get_redis.py +3 -3
  76. pulumi_aiven/get_redis_user.py +13 -13
  77. pulumi_aiven/get_service_integration.py +56 -4
  78. pulumi_aiven/get_service_integration_endpoint.py +1 -1
  79. pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
  80. pulumi_aiven/grafana.py +7 -7
  81. pulumi_aiven/influx_db.py +7 -7
  82. pulumi_aiven/influxdb_database.py +21 -21
  83. pulumi_aiven/influxdb_user.py +28 -28
  84. pulumi_aiven/kafka.py +7 -7
  85. pulumi_aiven/kafka_acl.py +35 -35
  86. pulumi_aiven/kafka_connect.py +7 -7
  87. pulumi_aiven/kafka_connector.py +21 -21
  88. pulumi_aiven/kafka_mirror_maker.py +7 -7
  89. pulumi_aiven/kafka_schema.py +47 -43
  90. pulumi_aiven/kafka_schema_configuration.py +14 -14
  91. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  92. pulumi_aiven/kafka_topic.py +21 -21
  93. pulumi_aiven/kafka_user.py +21 -21
  94. pulumi_aiven/m3_aggregator.py +7 -7
  95. pulumi_aiven/m3_db.py +7 -7
  96. pulumi_aiven/m3db_user.py +21 -21
  97. pulumi_aiven/mirror_maker_replication_flow.py +50 -48
  98. pulumi_aiven/my_sql.py +7 -7
  99. pulumi_aiven/mysql_database.py +21 -21
  100. pulumi_aiven/mysql_user.py +21 -21
  101. pulumi_aiven/open_search.py +7 -7
  102. pulumi_aiven/open_search_acl_config.py +14 -14
  103. pulumi_aiven/open_search_acl_rule.py +28 -28
  104. pulumi_aiven/opensearch_security_plugin_config.py +66 -14
  105. pulumi_aiven/opensearch_user.py +21 -21
  106. pulumi_aiven/organization.py +10 -10
  107. pulumi_aiven/organization_group_project.py +290 -0
  108. pulumi_aiven/organization_user.py +16 -16
  109. pulumi_aiven/organization_user_group.py +61 -23
  110. pulumi_aiven/organization_user_group_member.py +352 -0
  111. pulumi_aiven/organizational_unit.py +32 -32
  112. pulumi_aiven/outputs.py +2989 -467
  113. pulumi_aiven/pg.py +7 -7
  114. pulumi_aiven/pg_database.py +35 -35
  115. pulumi_aiven/pg_user.py +21 -21
  116. pulumi_aiven/project.py +26 -0
  117. pulumi_aiven/project_user.py +14 -14
  118. pulumi_aiven/project_vpc.py +25 -25
  119. pulumi_aiven/redis.py +7 -7
  120. pulumi_aiven/redis_user.py +49 -49
  121. pulumi_aiven/service_integration.py +195 -7
  122. pulumi_aiven/service_integration_endpoint.py +7 -7
  123. pulumi_aiven/static_ip.py +14 -14
  124. pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
  125. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
  126. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
  127. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  128. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
  129. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
@@ -21,9 +21,9 @@ class MysqlUserArgs:
21
21
  password: Optional[pulumi.Input[str]] = None):
22
22
  """
23
23
  The set of arguments for constructing a MysqlUser resource.
24
- :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. This property cannot be changed, doing so forces recreation of the resource.
25
- :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. This property cannot be changed, doing so forces recreation of the resource.
26
- :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
24
+ :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.
25
+ :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.
26
+ :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
27
27
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
28
28
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
29
29
  """
@@ -39,7 +39,7 @@ class MysqlUserArgs:
39
39
  @pulumi.getter
40
40
  def project(self) -> pulumi.Input[str]:
41
41
  """
42
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
42
+ 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.
43
43
  """
44
44
  return pulumi.get(self, "project")
45
45
 
@@ -51,7 +51,7 @@ class MysqlUserArgs:
51
51
  @pulumi.getter(name="serviceName")
52
52
  def service_name(self) -> pulumi.Input[str]:
53
53
  """
54
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
54
+ 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.
55
55
  """
56
56
  return pulumi.get(self, "service_name")
57
57
 
@@ -63,7 +63,7 @@ class MysqlUserArgs:
63
63
  @pulumi.getter
64
64
  def username(self) -> pulumi.Input[str]:
65
65
  """
66
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
66
+ The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
67
67
  """
68
68
  return pulumi.get(self, "username")
69
69
 
@@ -113,10 +113,10 @@ class _MysqlUserState:
113
113
  :param pulumi.Input[str] access_key: Access certificate key for the user
114
114
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
115
115
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
116
- :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. This property cannot be changed, doing so forces recreation of the resource.
117
- :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. This property cannot be changed, doing so forces recreation of the resource.
116
+ :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.
117
+ :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.
118
118
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
119
- :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
119
+ :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
120
120
  """
121
121
  if access_cert is not None:
122
122
  pulumi.set(__self__, "access_cert", access_cert)
@@ -187,7 +187,7 @@ class _MysqlUserState:
187
187
  @pulumi.getter
188
188
  def project(self) -> Optional[pulumi.Input[str]]:
189
189
  """
190
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
190
+ 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.
191
191
  """
192
192
  return pulumi.get(self, "project")
193
193
 
@@ -199,7 +199,7 @@ class _MysqlUserState:
199
199
  @pulumi.getter(name="serviceName")
200
200
  def service_name(self) -> Optional[pulumi.Input[str]]:
201
201
  """
202
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
202
+ 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.
203
203
  """
204
204
  return pulumi.get(self, "service_name")
205
205
 
@@ -223,7 +223,7 @@ class _MysqlUserState:
223
223
  @pulumi.getter
224
224
  def username(self) -> Optional[pulumi.Input[str]]:
225
225
  """
226
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
226
+ The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
227
227
  """
228
228
  return pulumi.get(self, "username")
229
229
 
@@ -271,9 +271,9 @@ class MysqlUser(pulumi.CustomResource):
271
271
  :param pulumi.ResourceOptions opts: Options for the resource.
272
272
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
273
273
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
274
- :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. This property cannot be changed, doing so forces recreation of the resource.
275
- :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. This property cannot be changed, doing so forces recreation of the resource.
276
- :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
274
+ :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.
275
+ :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.
276
+ :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
277
277
  """
278
278
  ...
279
279
  @overload
@@ -379,10 +379,10 @@ class MysqlUser(pulumi.CustomResource):
379
379
  :param pulumi.Input[str] access_key: Access certificate key for the user
380
380
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
381
381
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
382
- :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. This property cannot be changed, doing so forces recreation of the resource.
383
- :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. This property cannot be changed, doing so forces recreation of the resource.
382
+ :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.
383
+ :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.
384
384
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
385
- :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
385
+ :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
386
386
  """
387
387
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
388
388
 
@@ -434,7 +434,7 @@ class MysqlUser(pulumi.CustomResource):
434
434
  @pulumi.getter
435
435
  def project(self) -> pulumi.Output[str]:
436
436
  """
437
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
437
+ 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.
438
438
  """
439
439
  return pulumi.get(self, "project")
440
440
 
@@ -442,7 +442,7 @@ class MysqlUser(pulumi.CustomResource):
442
442
  @pulumi.getter(name="serviceName")
443
443
  def service_name(self) -> pulumi.Output[str]:
444
444
  """
445
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
445
+ 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.
446
446
  """
447
447
  return pulumi.get(self, "service_name")
448
448
 
@@ -458,7 +458,7 @@ class MysqlUser(pulumi.CustomResource):
458
458
  @pulumi.getter
459
459
  def username(self) -> pulumi.Output[str]:
460
460
  """
461
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
461
+ The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
462
462
  """
463
463
  return pulumi.get(self, "username")
464
464
 
@@ -34,7 +34,7 @@ class OpenSearchArgs:
34
34
  """
35
35
  The set of arguments for constructing a OpenSearch resource.
36
36
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
37
- :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. This property cannot be changed, doing so forces recreation of the resource.
37
+ :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.
38
38
  :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
39
39
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
40
40
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
@@ -96,7 +96,7 @@ class OpenSearchArgs:
96
96
  @pulumi.getter
97
97
  def project(self) -> pulumi.Input[str]:
98
98
  """
99
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
99
+ 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.
100
100
  """
101
101
  return pulumi.get(self, "project")
102
102
 
@@ -310,7 +310,7 @@ class _OpenSearchState:
310
310
  :param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
311
311
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: OpenSearch settings
312
312
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
313
- :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. This property cannot be changed, doing so forces recreation of the resource.
313
+ :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.
314
314
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
315
315
  :param pulumi.Input[str] service_host: The hostname of the service.
316
316
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -549,7 +549,7 @@ class _OpenSearchState:
549
549
  @pulumi.getter
550
550
  def project(self) -> Optional[pulumi.Input[str]]:
551
551
  """
552
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
552
+ 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.
553
553
  """
554
554
  return pulumi.get(self, "project")
555
555
 
@@ -793,7 +793,7 @@ class OpenSearch(pulumi.CustomResource):
793
793
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
794
794
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
795
795
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
796
- :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. This property cannot be changed, doing so forces recreation of the resource.
796
+ :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.
797
797
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
798
798
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
799
799
  :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
@@ -978,7 +978,7 @@ class OpenSearch(pulumi.CustomResource):
978
978
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
979
979
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch settings
980
980
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
981
- :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. This property cannot be changed, doing so forces recreation of the resource.
981
+ :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.
982
982
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
983
983
  :param pulumi.Input[str] service_host: The hostname of the service.
984
984
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -1139,7 +1139,7 @@ class OpenSearch(pulumi.CustomResource):
1139
1139
  @pulumi.getter
1140
1140
  def project(self) -> pulumi.Output[str]:
1141
1141
  """
1142
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
1142
+ 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.
1143
1143
  """
1144
1144
  return pulumi.get(self, "project")
1145
1145
 
@@ -20,8 +20,8 @@ class OpenSearchAclConfigArgs:
20
20
  extended_acl: Optional[pulumi.Input[bool]] = None):
21
21
  """
22
22
  The set of arguments for constructing a OpenSearchAclConfig 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the 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. 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
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
26
26
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
27
27
  """
@@ -36,7 +36,7 @@ class OpenSearchAclConfigArgs:
36
36
  @pulumi.getter
37
37
  def project(self) -> pulumi.Input[str]:
38
38
  """
39
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
39
+ 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.
40
40
  """
41
41
  return pulumi.get(self, "project")
42
42
 
@@ -48,7 +48,7 @@ class OpenSearchAclConfigArgs:
48
48
  @pulumi.getter(name="serviceName")
49
49
  def service_name(self) -> pulumi.Input[str]:
50
50
  """
51
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
51
+ 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.
52
52
  """
53
53
  return pulumi.get(self, "service_name")
54
54
 
@@ -92,8 +92,8 @@ class _OpenSearchAclConfigState:
92
92
  Input properties used for looking up and filtering OpenSearchAclConfig resources.
93
93
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
94
94
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
95
- :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. This property cannot be changed, doing so forces recreation of the resource.
96
- :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. This property cannot be changed, doing so forces recreation of the resource.
95
+ :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.
96
+ :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.
97
97
  """
98
98
  if enabled is not None:
99
99
  pulumi.set(__self__, "enabled", enabled)
@@ -132,7 +132,7 @@ class _OpenSearchAclConfigState:
132
132
  @pulumi.getter
133
133
  def project(self) -> Optional[pulumi.Input[str]]:
134
134
  """
135
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
135
+ 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.
136
136
  """
137
137
  return pulumi.get(self, "project")
138
138
 
@@ -144,7 +144,7 @@ class _OpenSearchAclConfigState:
144
144
  @pulumi.getter(name="serviceName")
145
145
  def service_name(self) -> Optional[pulumi.Input[str]]:
146
146
  """
147
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
147
+ 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.
148
148
  """
149
149
  return pulumi.get(self, "service_name")
150
150
 
@@ -203,8 +203,8 @@ class OpenSearchAclConfig(pulumi.CustomResource):
203
203
  :param pulumi.ResourceOptions opts: Options for the resource.
204
204
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
205
205
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
208
208
  """
209
209
  ...
210
210
  @overload
@@ -307,8 +307,8 @@ class OpenSearchAclConfig(pulumi.CustomResource):
307
307
  :param pulumi.ResourceOptions opts: Options for the resource.
308
308
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
309
309
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
310
- :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. This property cannot be changed, doing so forces recreation of the resource.
311
- :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. This property cannot be changed, doing so forces recreation of the resource.
310
+ :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.
311
+ :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.
312
312
  """
313
313
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
314
314
 
@@ -340,7 +340,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
340
340
  @pulumi.getter
341
341
  def project(self) -> pulumi.Output[str]:
342
342
  """
343
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
343
+ 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.
344
344
  """
345
345
  return pulumi.get(self, "project")
346
346
 
@@ -348,7 +348,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
348
348
  @pulumi.getter(name="serviceName")
349
349
  def service_name(self) -> pulumi.Output[str]:
350
350
  """
351
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
351
+ 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.
352
352
  """
353
353
  return pulumi.get(self, "service_name")
354
354
 
@@ -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`. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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`. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
64
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
88
+ The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
89
89
  """
90
90
  return pulumi.get(self, "username")
91
91
 
@@ -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`. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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`. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -265,11 +265,11 @@ class OpenSearchAclRule(pulumi.CustomResource):
265
265
 
266
266
  :param str resource_name: The name of the resource.
267
267
  :param pulumi.ResourceOptions opts: Options for the resource.
268
- :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
268
+ :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
269
269
  :param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
273
273
  """
274
274
  ...
275
275
  @overload
@@ -413,11 +413,11 @@ class OpenSearchAclRule(pulumi.CustomResource):
413
413
  :param str resource_name: The unique name of the resulting resource.
414
414
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
415
415
  :param pulumi.ResourceOptions opts: Options for the resource.
416
- :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
416
+ :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
417
417
  :param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
421
421
  """
422
422
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
423
423
 
@@ -434,7 +434,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
434
434
  @pulumi.getter
435
435
  def index(self) -> pulumi.Output[str]:
436
436
  """
437
- The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
437
+ The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
438
438
  """
439
439
  return pulumi.get(self, "index")
440
440
 
@@ -450,7 +450,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
450
450
  @pulumi.getter
451
451
  def project(self) -> pulumi.Output[str]:
452
452
  """
453
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
454
454
  """
455
455
  return pulumi.get(self, "project")
456
456
 
@@ -458,7 +458,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
458
458
  @pulumi.getter(name="serviceName")
459
459
  def service_name(self) -> pulumi.Output[str]:
460
460
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
462
462
  """
463
463
  return pulumi.get(self, "service_name")
464
464
 
@@ -466,7 +466,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
466
466
  @pulumi.getter
467
467
  def username(self) -> pulumi.Output[str]:
468
468
  """
469
- The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
470
470
  """
471
471
  return pulumi.get(self, "username")
472
472