pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (138) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2973 -1323
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +36 -4
  6. pulumi_aiven/account_team_member.py +69 -35
  7. pulumi_aiven/account_team_project.py +52 -12
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +17 -13
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_influx_db.py +2 -114
  50. pulumi_aiven/get_influxdb_database.py +2 -21
  51. pulumi_aiven/get_influxdb_user.py +2 -55
  52. pulumi_aiven/get_kafka.py +7 -3
  53. pulumi_aiven/get_kafka_acl.py +19 -15
  54. pulumi_aiven/get_kafka_connect.py +7 -3
  55. pulumi_aiven/get_kafka_connector.py +13 -9
  56. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  57. pulumi_aiven/get_kafka_schema.py +13 -9
  58. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  59. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  60. pulumi_aiven/get_kafka_topic.py +13 -9
  61. pulumi_aiven/get_kafka_user.py +13 -9
  62. pulumi_aiven/get_m3_aggregator.py +7 -3
  63. pulumi_aiven/get_m3_db.py +7 -3
  64. pulumi_aiven/get_m3db_user.py +13 -9
  65. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  66. pulumi_aiven/get_my_sql.py +7 -3
  67. pulumi_aiven/get_mysql_database.py +13 -9
  68. pulumi_aiven/get_mysql_user.py +13 -9
  69. pulumi_aiven/get_open_search.py +7 -3
  70. pulumi_aiven/get_open_search_acl_config.py +10 -6
  71. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  72. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  73. pulumi_aiven/get_opensearch_user.py +13 -9
  74. pulumi_aiven/get_organization.py +12 -8
  75. pulumi_aiven/get_organization_user_group.py +33 -9
  76. pulumi_aiven/get_organizational_unit.py +9 -9
  77. pulumi_aiven/get_pg.py +7 -3
  78. pulumi_aiven/get_pg_database.py +15 -11
  79. pulumi_aiven/get_pg_user.py +13 -9
  80. pulumi_aiven/get_project.py +4 -0
  81. pulumi_aiven/get_project_user.py +10 -6
  82. pulumi_aiven/get_project_vpc.py +15 -13
  83. pulumi_aiven/get_redis.py +7 -3
  84. pulumi_aiven/get_redis_user.py +17 -13
  85. pulumi_aiven/get_service_component.py +4 -0
  86. pulumi_aiven/get_service_integration.py +68 -6
  87. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  88. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  89. pulumi_aiven/grafana.py +13 -9
  90. pulumi_aiven/influx_db.py +239 -138
  91. pulumi_aiven/influxdb_database.py +37 -25
  92. pulumi_aiven/influxdb_user.py +44 -63
  93. pulumi_aiven/kafka.py +19 -15
  94. pulumi_aiven/kafka_acl.py +41 -37
  95. pulumi_aiven/kafka_connect.py +13 -9
  96. pulumi_aiven/kafka_connector.py +29 -25
  97. pulumi_aiven/kafka_mirror_maker.py +13 -9
  98. pulumi_aiven/kafka_schema.py +53 -45
  99. pulumi_aiven/kafka_schema_configuration.py +20 -16
  100. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  101. pulumi_aiven/kafka_topic.py +23 -23
  102. pulumi_aiven/kafka_user.py +27 -23
  103. pulumi_aiven/m3_aggregator.py +13 -9
  104. pulumi_aiven/m3_db.py +13 -9
  105. pulumi_aiven/m3db_user.py +27 -23
  106. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  107. pulumi_aiven/my_sql.py +13 -9
  108. pulumi_aiven/mysql_database.py +27 -23
  109. pulumi_aiven/mysql_user.py +27 -23
  110. pulumi_aiven/open_search.py +17 -13
  111. pulumi_aiven/open_search_acl_config.py +20 -16
  112. pulumi_aiven/open_search_acl_rule.py +34 -30
  113. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  114. pulumi_aiven/opensearch_user.py +27 -23
  115. pulumi_aiven/organization.py +14 -10
  116. pulumi_aiven/organization_group_project.py +290 -0
  117. pulumi_aiven/organization_user.py +20 -18
  118. pulumi_aiven/organization_user_group.py +77 -38
  119. pulumi_aiven/organization_user_group_member.py +352 -0
  120. pulumi_aiven/organizational_unit.py +36 -32
  121. pulumi_aiven/outputs.py +4004 -1363
  122. pulumi_aiven/pg.py +16 -16
  123. pulumi_aiven/pg_database.py +41 -37
  124. pulumi_aiven/pg_user.py +27 -23
  125. pulumi_aiven/project.py +28 -2
  126. pulumi_aiven/project_user.py +20 -16
  127. pulumi_aiven/project_vpc.py +25 -25
  128. pulumi_aiven/redis.py +13 -9
  129. pulumi_aiven/redis_user.py +55 -51
  130. pulumi_aiven/service_integration.py +207 -15
  131. pulumi_aiven/service_integration_endpoint.py +7 -7
  132. pulumi_aiven/static_ip.py +14 -14
  133. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  134. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  135. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  136. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  137. pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
  138. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,7 @@ class M3AggregatorArgs:
40
40
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
41
41
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
42
42
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
43
- reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ reference. Changing this property forces recreation of the resource.
44
44
  :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
45
45
  service so name should be picked based on intended service usage rather than current attributes.
46
46
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
@@ -123,7 +123,7 @@ class M3AggregatorArgs:
123
123
  def project(self) -> pulumi.Input[str]:
124
124
  """
125
125
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
126
- reference. This property cannot be changed, doing so forces recreation of the resource.
126
+ reference. Changing this property forces recreation of the resource.
127
127
  """
128
128
  return pulumi.get(self, "project")
129
129
 
@@ -367,7 +367,7 @@ class _M3AggregatorState:
367
367
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
368
368
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
369
369
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
370
- reference. This property cannot be changed, doing so forces recreation of the resource.
370
+ reference. Changing this property forces recreation of the resource.
371
371
  :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
372
372
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
373
373
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -629,7 +629,7 @@ class _M3AggregatorState:
629
629
  def project(self) -> Optional[pulumi.Input[str]]:
630
630
  """
631
631
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
632
- reference. This property cannot be changed, doing so forces recreation of the resource.
632
+ reference. Changing this property forces recreation of the resource.
633
633
  """
634
634
  return pulumi.get(self, "project")
635
635
 
@@ -840,6 +840,7 @@ class M3Aggregator(pulumi.CustomResource):
840
840
 
841
841
  ## Example Usage
842
842
 
843
+ <!--Start PulumiCodeChooser -->
843
844
  ```python
844
845
  import pulumi
845
846
  import pulumi_aiven as aiven
@@ -855,11 +856,12 @@ class M3Aggregator(pulumi.CustomResource):
855
856
  m3aggregator_version="0.15",
856
857
  ))
857
858
  ```
859
+ <!--End PulumiCodeChooser -->
858
860
 
859
861
  ## Import
860
862
 
861
863
  ```sh
862
- $ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
864
+ $ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
863
865
  ```
864
866
 
865
867
  :param str resource_name: The name of the resource.
@@ -884,7 +886,7 @@ class M3Aggregator(pulumi.CustomResource):
884
886
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
885
887
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
886
888
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
887
- reference. This property cannot be changed, doing so forces recreation of the resource.
889
+ reference. Changing this property forces recreation of the resource.
888
890
  :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
889
891
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
890
892
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -912,6 +914,7 @@ class M3Aggregator(pulumi.CustomResource):
912
914
 
913
915
  ## Example Usage
914
916
 
917
+ <!--Start PulumiCodeChooser -->
915
918
  ```python
916
919
  import pulumi
917
920
  import pulumi_aiven as aiven
@@ -927,11 +930,12 @@ class M3Aggregator(pulumi.CustomResource):
927
930
  m3aggregator_version="0.15",
928
931
  ))
929
932
  ```
933
+ <!--End PulumiCodeChooser -->
930
934
 
931
935
  ## Import
932
936
 
933
937
  ```sh
934
- $ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
938
+ $ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
935
939
  ```
936
940
 
937
941
  :param str resource_name: The name of the resource.
@@ -1082,7 +1086,7 @@ class M3Aggregator(pulumi.CustomResource):
1082
1086
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1083
1087
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1084
1088
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1085
- reference. This property cannot be changed, doing so forces recreation of the resource.
1089
+ reference. Changing this property forces recreation of the resource.
1086
1090
  :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
1087
1091
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1088
1092
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -1266,7 +1270,7 @@ class M3Aggregator(pulumi.CustomResource):
1266
1270
  def project(self) -> pulumi.Output[str]:
1267
1271
  """
1268
1272
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1269
- reference. This property cannot be changed, doing so forces recreation of the resource.
1273
+ reference. Changing this property forces recreation of the resource.
1270
1274
  """
1271
1275
  return pulumi.get(self, "project")
1272
1276
 
pulumi_aiven/m3_db.py CHANGED
@@ -40,7 +40,7 @@ class M3DbArgs:
40
40
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
41
41
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
42
42
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
43
- reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ reference. Changing this property forces recreation of the resource.
44
44
  :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
45
45
  service so name should be picked based on intended service usage rather than current attributes.
46
46
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
@@ -123,7 +123,7 @@ class M3DbArgs:
123
123
  def project(self) -> pulumi.Input[str]:
124
124
  """
125
125
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
126
- reference. This property cannot be changed, doing so forces recreation of the resource.
126
+ reference. Changing this property forces recreation of the resource.
127
127
  """
128
128
  return pulumi.get(self, "project")
129
129
 
@@ -367,7 +367,7 @@ class _M3DbState:
367
367
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
368
368
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
369
369
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
370
- reference. This property cannot be changed, doing so forces recreation of the resource.
370
+ reference. Changing this property forces recreation of the resource.
371
371
  :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
372
372
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
373
373
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -629,7 +629,7 @@ class _M3DbState:
629
629
  def project(self) -> Optional[pulumi.Input[str]]:
630
630
  """
631
631
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
632
- reference. This property cannot be changed, doing so forces recreation of the resource.
632
+ reference. Changing this property forces recreation of the resource.
633
633
  """
634
634
  return pulumi.get(self, "project")
635
635
 
@@ -840,6 +840,7 @@ class M3Db(pulumi.CustomResource):
840
840
 
841
841
  ## Example Usage
842
842
 
843
+ <!--Start PulumiCodeChooser -->
843
844
  ```python
844
845
  import pulumi
845
846
  import pulumi_aiven as aiven
@@ -859,11 +860,12 @@ class M3Db(pulumi.CustomResource):
859
860
  )],
860
861
  ))
861
862
  ```
863
+ <!--End PulumiCodeChooser -->
862
864
 
863
865
  ## Import
864
866
 
865
867
  ```sh
866
- $ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
868
+ $ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
867
869
  ```
868
870
 
869
871
  :param str resource_name: The name of the resource.
@@ -888,7 +890,7 @@ class M3Db(pulumi.CustomResource):
888
890
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
889
891
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
890
892
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
891
- reference. This property cannot be changed, doing so forces recreation of the resource.
893
+ reference. Changing this property forces recreation of the resource.
892
894
  :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
893
895
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
894
896
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -916,6 +918,7 @@ class M3Db(pulumi.CustomResource):
916
918
 
917
919
  ## Example Usage
918
920
 
921
+ <!--Start PulumiCodeChooser -->
919
922
  ```python
920
923
  import pulumi
921
924
  import pulumi_aiven as aiven
@@ -935,11 +938,12 @@ class M3Db(pulumi.CustomResource):
935
938
  )],
936
939
  ))
937
940
  ```
941
+ <!--End PulumiCodeChooser -->
938
942
 
939
943
  ## Import
940
944
 
941
945
  ```sh
942
- $ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
946
+ $ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
943
947
  ```
944
948
 
945
949
  :param str resource_name: The name of the resource.
@@ -1090,7 +1094,7 @@ class M3Db(pulumi.CustomResource):
1090
1094
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1091
1095
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1092
1096
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1093
- reference. This property cannot be changed, doing so forces recreation of the resource.
1097
+ reference. Changing this property forces recreation of the resource.
1094
1098
  :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
1095
1099
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1096
1100
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -1274,7 +1278,7 @@ class M3Db(pulumi.CustomResource):
1274
1278
  def project(self) -> pulumi.Output[str]:
1275
1279
  """
1276
1280
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1277
- reference. This property cannot be changed, doing so forces recreation of the resource.
1281
+ reference. Changing this property forces recreation of the resource.
1278
1282
  """
1279
1283
  return pulumi.get(self, "project")
1280
1284
 
pulumi_aiven/m3db_user.py CHANGED
@@ -20,9 +20,9 @@ class M3dbUserArgs:
20
20
  password: Optional[pulumi.Input[str]] = None):
21
21
  """
22
22
  The set of arguments for constructing a M3dbUser 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.
25
- :param pulumi.Input[str] username: The actual name of the M3DB 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.
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 M3DB 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 M3DB User.
27
27
  """
28
28
  pulumi.set(__self__, "project", project)
@@ -35,7 +35,7 @@ class M3dbUserArgs:
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. This property cannot be changed, doing so forces recreation of the resource.
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 M3dbUserArgs:
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. This property cannot be changed, doing so forces recreation of the resource.
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 M3dbUserArgs:
59
59
  @pulumi.getter
60
60
  def username(self) -> pulumi.Input[str]:
61
61
  """
62
- The actual name of the M3DB 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.
62
+ The actual name of the M3DB 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 _M3dbUserState:
91
91
  """
92
92
  Input properties used for looking up and filtering M3dbUser resources.
93
93
  :param pulumi.Input[str] password: The password of the M3DB 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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 M3DB 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.
97
+ :param pulumi.Input[str] username: The actual name of the M3DB 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 _M3dbUserState:
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. This property cannot be changed, doing so forces recreation of the resource.
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 _M3dbUserState:
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. This property cannot be changed, doing so forces recreation of the resource.
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 _M3dbUserState:
159
159
  @pulumi.getter
160
160
  def username(self) -> Optional[pulumi.Input[str]]:
161
161
  """
162
- The actual name of the M3DB 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.
162
+ The actual name of the M3DB 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 M3dbUser(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 M3dbUser(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
- $ pulumi import aiven:index/m3dbUser:M3dbUser foo project/service_name/username
202
+ $ pulumi import aiven:index/m3dbUser:M3dbUser 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 M3DB 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. 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.
208
- :param pulumi.Input[str] username: The actual name of the M3DB 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.
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 M3DB 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 M3dbUser(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 M3dbUser(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
- $ pulumi import aiven:index/m3dbUser:M3dbUser foo project/service_name/username
239
+ $ pulumi import aiven:index/m3dbUser:M3dbUser 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 M3dbUser(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 M3DB 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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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 M3DB 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.
309
+ :param pulumi.Input[str] username: The actual name of the M3DB 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 M3dbUser(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. This property cannot be changed, doing so forces recreation of the resource.
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 M3dbUser(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. This property cannot be changed, doing so forces recreation of the resource.
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 M3dbUser(pulumi.CustomResource):
351
355
  @pulumi.getter
352
356
  def username(self) -> pulumi.Output[str]:
353
357
  """
354
- The actual name of the M3DB 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.
358
+ The actual name of the M3DB 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