pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711602990__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 (132) hide show
  1. pulumi_aiven/_inputs.py +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711602990.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/top_level.txt +0 -0
@@ -34,7 +34,7 @@ class ClickhouseArgs:
34
34
  """
35
35
  The set of arguments for constructing a Clickhouse 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: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings
@@ -44,9 +44,9 @@ class ClickhouseArgs:
44
44
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
45
45
  :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.
46
46
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
47
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
47
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
48
48
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
49
- :param pulumi.Input[Sequence[pulumi.Input['ClickhouseTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
49
+ :param pulumi.Input[Sequence[pulumi.Input['ClickhouseTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
50
50
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
51
51
  """
52
52
  pulumi.set(__self__, "plan", plan)
@@ -96,7 +96,7 @@ class ClickhouseArgs:
96
96
  @pulumi.getter
97
97
  def project(self) -> pulumi.Input[str]:
98
98
  """
99
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
 
@@ -219,7 +219,7 @@ class ClickhouseArgs:
219
219
  @pulumi.getter(name="staticIps")
220
220
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
221
221
  """
222
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
222
+ Use static public IP addresses.
223
223
  """
224
224
  return pulumi.get(self, "static_ips")
225
225
 
@@ -243,7 +243,7 @@ class ClickhouseArgs:
243
243
  @pulumi.getter(name="techEmails")
244
244
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseTechEmailArgs']]]]:
245
245
  """
246
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
246
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
247
247
  """
248
248
  return pulumi.get(self, "tech_emails")
249
249
 
@@ -269,6 +269,7 @@ class _ClickhouseState:
269
269
  def __init__(__self__, *,
270
270
  additional_disk_space: Optional[pulumi.Input[str]] = None,
271
271
  clickhouse_user_config: Optional[pulumi.Input['ClickhouseClickhouseUserConfigArgs']] = None,
272
+ clickhouses: Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseArgs']]]] = None,
272
273
  cloud_name: Optional[pulumi.Input[str]] = None,
273
274
  components: Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseComponentArgs']]]] = None,
274
275
  disk_space: Optional[pulumi.Input[str]] = None,
@@ -298,6 +299,7 @@ class _ClickhouseState:
298
299
  Input properties used for looking up and filtering Clickhouse resources.
299
300
  :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.
300
301
  :param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings
302
+ :param pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseArgs']]] clickhouses: Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
301
303
  :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).
302
304
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseComponentArgs']]] components: Service component information objects
303
305
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -308,7 +310,7 @@ class _ClickhouseState:
308
310
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
309
311
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
310
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).
311
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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.
312
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.
313
315
  :param pulumi.Input[str] service_host: The hostname of the service.
314
316
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -319,15 +321,17 @@ class _ClickhouseState:
319
321
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
320
322
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
321
323
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
322
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
324
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
323
325
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
324
- :param pulumi.Input[Sequence[pulumi.Input['ClickhouseTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
326
+ :param pulumi.Input[Sequence[pulumi.Input['ClickhouseTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
325
327
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
326
328
  """
327
329
  if additional_disk_space is not None:
328
330
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
329
331
  if clickhouse_user_config is not None:
330
332
  pulumi.set(__self__, "clickhouse_user_config", clickhouse_user_config)
333
+ if clickhouses is not None:
334
+ pulumi.set(__self__, "clickhouses", clickhouses)
331
335
  if cloud_name is not None:
332
336
  pulumi.set(__self__, "cloud_name", cloud_name)
333
337
  if components is not None:
@@ -406,6 +410,18 @@ class _ClickhouseState:
406
410
  def clickhouse_user_config(self, value: Optional[pulumi.Input['ClickhouseClickhouseUserConfigArgs']]):
407
411
  pulumi.set(self, "clickhouse_user_config", value)
408
412
 
413
+ @property
414
+ @pulumi.getter
415
+ def clickhouses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseArgs']]]]:
416
+ """
417
+ Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
418
+ """
419
+ return pulumi.get(self, "clickhouses")
420
+
421
+ @clickhouses.setter
422
+ def clickhouses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseArgs']]]]):
423
+ pulumi.set(self, "clickhouses", value)
424
+
409
425
  @property
410
426
  @pulumi.getter(name="cloudName")
411
427
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
@@ -533,7 +549,7 @@ class _ClickhouseState:
533
549
  @pulumi.getter
534
550
  def project(self) -> Optional[pulumi.Input[str]]:
535
551
  """
536
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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.
537
553
  """
538
554
  return pulumi.get(self, "project")
539
555
 
@@ -665,7 +681,7 @@ class _ClickhouseState:
665
681
  @pulumi.getter(name="staticIps")
666
682
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
667
683
  """
668
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
684
+ Use static public IP addresses.
669
685
  """
670
686
  return pulumi.get(self, "static_ips")
671
687
 
@@ -689,7 +705,7 @@ class _ClickhouseState:
689
705
  @pulumi.getter(name="techEmails")
690
706
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseTechEmailArgs']]]]:
691
707
  """
692
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
708
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
693
709
  """
694
710
  return pulumi.get(self, "tech_emails")
695
711
 
@@ -736,23 +752,25 @@ class Clickhouse(pulumi.CustomResource):
736
752
 
737
753
  ## Example Usage
738
754
 
755
+ <!--Start PulumiCodeChooser -->
739
756
  ```python
740
757
  import pulumi
741
758
  import pulumi_aiven as aiven
742
759
 
743
760
  clickhouse = aiven.Clickhouse("clickhouse",
744
- project=pr1["project"],
761
+ project=data["aiven_project"]["pr1"]["project"],
745
762
  cloud_name="google-europe-west1",
746
763
  plan="business-4",
747
764
  service_name="my-clickhouse",
748
765
  maintenance_window_dow="monday",
749
766
  maintenance_window_time="10:00:00")
750
767
  ```
768
+ <!--End PulumiCodeChooser -->
751
769
 
752
770
  ## Import
753
771
 
754
772
  ```sh
755
- $ pulumi import aiven:index/clickhouse:Clickhouse clickhouse PROJECT/SERVICE_NAME
773
+ $ pulumi import aiven:index/clickhouse:Clickhouse clickhouse project/service_name
756
774
  ```
757
775
 
758
776
  :param str resource_name: The name of the resource.
@@ -764,13 +782,13 @@ class Clickhouse(pulumi.CustomResource):
764
782
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
765
783
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
766
784
  :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).
767
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
785
+ :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.
768
786
  :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.
769
787
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
770
788
  :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.
771
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
789
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
772
790
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
773
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
791
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
774
792
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
775
793
  """
776
794
  ...
@@ -784,23 +802,25 @@ class Clickhouse(pulumi.CustomResource):
784
802
 
785
803
  ## Example Usage
786
804
 
805
+ <!--Start PulumiCodeChooser -->
787
806
  ```python
788
807
  import pulumi
789
808
  import pulumi_aiven as aiven
790
809
 
791
810
  clickhouse = aiven.Clickhouse("clickhouse",
792
- project=pr1["project"],
811
+ project=data["aiven_project"]["pr1"]["project"],
793
812
  cloud_name="google-europe-west1",
794
813
  plan="business-4",
795
814
  service_name="my-clickhouse",
796
815
  maintenance_window_dow="monday",
797
816
  maintenance_window_time="10:00:00")
798
817
  ```
818
+ <!--End PulumiCodeChooser -->
799
819
 
800
820
  ## Import
801
821
 
802
822
  ```sh
803
- $ pulumi import aiven:index/clickhouse:Clickhouse clickhouse PROJECT/SERVICE_NAME
823
+ $ pulumi import aiven:index/clickhouse:Clickhouse clickhouse project/service_name
804
824
  ```
805
825
 
806
826
  :param str resource_name: The name of the resource.
@@ -863,6 +883,7 @@ class Clickhouse(pulumi.CustomResource):
863
883
  __props__.__dict__["tags"] = tags
864
884
  __props__.__dict__["tech_emails"] = tech_emails
865
885
  __props__.__dict__["termination_protection"] = termination_protection
886
+ __props__.__dict__["clickhouses"] = None
866
887
  __props__.__dict__["components"] = None
867
888
  __props__.__dict__["disk_space_cap"] = None
868
889
  __props__.__dict__["disk_space_default"] = None
@@ -889,6 +910,7 @@ class Clickhouse(pulumi.CustomResource):
889
910
  opts: Optional[pulumi.ResourceOptions] = None,
890
911
  additional_disk_space: Optional[pulumi.Input[str]] = None,
891
912
  clickhouse_user_config: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']]] = None,
913
+ clickhouses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']]]]] = None,
892
914
  cloud_name: Optional[pulumi.Input[str]] = None,
893
915
  components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseComponentArgs']]]]] = None,
894
916
  disk_space: Optional[pulumi.Input[str]] = None,
@@ -923,6 +945,7 @@ class Clickhouse(pulumi.CustomResource):
923
945
  :param pulumi.ResourceOptions opts: Options for the resource.
924
946
  :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.
925
947
  :param pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']] clickhouse_user_config: Clickhouse user configurable settings
948
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']]]] clickhouses: Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
926
949
  :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).
927
950
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseComponentArgs']]]] components: Service component information objects
928
951
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -933,7 +956,7 @@ class Clickhouse(pulumi.CustomResource):
933
956
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
934
957
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
935
958
  :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).
936
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
959
+ :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.
937
960
  :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.
938
961
  :param pulumi.Input[str] service_host: The hostname of the service.
939
962
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -944,9 +967,9 @@ class Clickhouse(pulumi.CustomResource):
944
967
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
945
968
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
946
969
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
947
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
970
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
948
971
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
949
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
972
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
950
973
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
951
974
  """
952
975
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -955,6 +978,7 @@ class Clickhouse(pulumi.CustomResource):
955
978
 
956
979
  __props__.__dict__["additional_disk_space"] = additional_disk_space
957
980
  __props__.__dict__["clickhouse_user_config"] = clickhouse_user_config
981
+ __props__.__dict__["clickhouses"] = clickhouses
958
982
  __props__.__dict__["cloud_name"] = cloud_name
959
983
  __props__.__dict__["components"] = components
960
984
  __props__.__dict__["disk_space"] = disk_space
@@ -998,6 +1022,14 @@ class Clickhouse(pulumi.CustomResource):
998
1022
  """
999
1023
  return pulumi.get(self, "clickhouse_user_config")
1000
1024
 
1025
+ @property
1026
+ @pulumi.getter
1027
+ def clickhouses(self) -> pulumi.Output[Sequence['outputs.ClickhouseClickhouse']]:
1028
+ """
1029
+ Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
1030
+ """
1031
+ return pulumi.get(self, "clickhouses")
1032
+
1001
1033
  @property
1002
1034
  @pulumi.getter(name="cloudName")
1003
1035
  def cloud_name(self) -> pulumi.Output[Optional[str]]:
@@ -1085,7 +1117,7 @@ class Clickhouse(pulumi.CustomResource):
1085
1117
  @pulumi.getter
1086
1118
  def project(self) -> pulumi.Output[str]:
1087
1119
  """
1088
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1120
+ 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.
1089
1121
  """
1090
1122
  return pulumi.get(self, "project")
1091
1123
 
@@ -1173,7 +1205,7 @@ class Clickhouse(pulumi.CustomResource):
1173
1205
  @pulumi.getter(name="staticIps")
1174
1206
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1175
1207
  """
1176
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1208
+ Use static public IP addresses.
1177
1209
  """
1178
1210
  return pulumi.get(self, "static_ips")
1179
1211
 
@@ -1189,7 +1221,7 @@ class Clickhouse(pulumi.CustomResource):
1189
1221
  @pulumi.getter(name="techEmails")
1190
1222
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.ClickhouseTechEmail']]]:
1191
1223
  """
1192
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
1224
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
1193
1225
  """
1194
1226
  return pulumi.get(self, "tech_emails")
1195
1227
 
@@ -20,8 +20,8 @@ class ClickhouseDatabaseArgs:
20
20
  termination_protection: Optional[pulumi.Input[bool]] = None):
21
21
  """
22
22
  The set of arguments for constructing a ClickhouseDatabase resource.
23
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
27
27
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
@@ -38,7 +38,7 @@ class ClickhouseDatabaseArgs:
38
38
  @pulumi.getter
39
39
  def project(self) -> pulumi.Input[str]:
40
40
  """
41
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
41
+ 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.
42
42
  """
43
43
  return pulumi.get(self, "project")
44
44
 
@@ -50,7 +50,7 @@ class ClickhouseDatabaseArgs:
50
50
  @pulumi.getter(name="serviceName")
51
51
  def service_name(self) -> pulumi.Input[str]:
52
52
  """
53
- 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.
53
+ 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.
54
54
  """
55
55
  return pulumi.get(self, "service_name")
56
56
 
@@ -95,8 +95,8 @@ class _ClickhouseDatabaseState:
95
95
  """
96
96
  Input properties used for looking up and filtering ClickhouseDatabase resources.
97
97
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
98
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
99
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
+ :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.
99
+ :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.
100
100
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
101
101
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
102
102
  default value is `false`.
@@ -126,7 +126,7 @@ class _ClickhouseDatabaseState:
126
126
  @pulumi.getter
127
127
  def project(self) -> Optional[pulumi.Input[str]]:
128
128
  """
129
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
129
+ 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.
130
130
  """
131
131
  return pulumi.get(self, "project")
132
132
 
@@ -138,7 +138,7 @@ class _ClickhouseDatabaseState:
138
138
  @pulumi.getter(name="serviceName")
139
139
  def service_name(self) -> Optional[pulumi.Input[str]]:
140
140
  """
141
- 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.
141
+ 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.
142
142
  """
143
143
  return pulumi.get(self, "service_name")
144
144
 
@@ -176,27 +176,28 @@ class ClickhouseDatabase(pulumi.CustomResource):
176
176
 
177
177
  ## Example Usage
178
178
 
179
+ <!--Start PulumiCodeChooser -->
179
180
  ```python
180
181
  import pulumi
181
182
  import pulumi_aiven as aiven
182
183
 
183
- clickhouse_db = aiven.ClickhouseDatabase("clickhouse_db",
184
- project=ch["project"],
185
- service_name=ch["serviceName"],
186
- name="my-ch-db")
184
+ clickhouse_db = aiven.ClickhouseDatabase("clickhouseDb",
185
+ project=aiven_clickhouse["ch"]["project"],
186
+ service_name=aiven_clickhouse["ch"]["service_name"])
187
187
  ```
188
+ <!--End PulumiCodeChooser -->
188
189
 
189
190
  ## Import
190
191
 
191
192
  ```sh
192
- $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db PROJECT/SERVICE_NAME/NAME
193
+ $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
193
194
  ```
194
195
 
195
196
  :param str resource_name: The name of the resource.
196
197
  :param pulumi.ResourceOptions opts: Options for the resource.
197
198
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
198
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
199
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
199
+ :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.
200
+ :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.
200
201
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
201
202
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
202
203
  default value is `false`.
@@ -212,20 +213,21 @@ class ClickhouseDatabase(pulumi.CustomResource):
212
213
 
213
214
  ## Example Usage
214
215
 
216
+ <!--Start PulumiCodeChooser -->
215
217
  ```python
216
218
  import pulumi
217
219
  import pulumi_aiven as aiven
218
220
 
219
- clickhouse_db = aiven.ClickhouseDatabase("clickhouse_db",
220
- project=ch["project"],
221
- service_name=ch["serviceName"],
222
- name="my-ch-db")
221
+ clickhouse_db = aiven.ClickhouseDatabase("clickhouseDb",
222
+ project=aiven_clickhouse["ch"]["project"],
223
+ service_name=aiven_clickhouse["ch"]["service_name"])
223
224
  ```
225
+ <!--End PulumiCodeChooser -->
224
226
 
225
227
  ## Import
226
228
 
227
229
  ```sh
228
- $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db PROJECT/SERVICE_NAME/NAME
230
+ $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
229
231
  ```
230
232
 
231
233
  :param str resource_name: The name of the resource.
@@ -286,8 +288,8 @@ class ClickhouseDatabase(pulumi.CustomResource):
286
288
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
287
289
  :param pulumi.ResourceOptions opts: Options for the resource.
288
290
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
289
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
290
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
291
+ :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.
292
+ :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.
291
293
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
292
294
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
293
295
  default value is `false`.
@@ -314,7 +316,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
314
316
  @pulumi.getter
315
317
  def project(self) -> pulumi.Output[str]:
316
318
  """
317
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
319
+ 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.
318
320
  """
319
321
  return pulumi.get(self, "project")
320
322
 
@@ -322,7 +324,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
322
324
  @pulumi.getter(name="serviceName")
323
325
  def service_name(self) -> pulumi.Output[str]:
324
326
  """
325
- 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.
327
+ 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.
326
328
  """
327
329
  return pulumi.get(self, "service_name")
328
330