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
pulumi_aiven/flink.py CHANGED
@@ -35,20 +35,20 @@ class FlinkArgs:
35
35
  """
36
36
  The set of arguments for constructing a Flink resource.
37
37
  :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).
38
- :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.
38
+ :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.
39
39
  :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.
40
40
  :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.
41
41
  :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).
42
42
  :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.
43
- :param pulumi.Input['FlinkFlinkArgs'] flink: Flink server provided values
43
+ :param pulumi.Input['FlinkFlinkArgs'] flink: Enable flink.
44
44
  :param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings
45
45
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
46
46
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
47
47
  :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.
48
48
  :param pulumi.Input[Sequence[pulumi.Input['FlinkServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
49
- :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
49
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
50
50
  :param pulumi.Input[Sequence[pulumi.Input['FlinkTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
51
- :param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] 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.
51
+ :param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
52
52
  :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.
53
53
  """
54
54
  pulumi.set(__self__, "plan", plan)
@@ -100,7 +100,7 @@ class FlinkArgs:
100
100
  @pulumi.getter
101
101
  def project(self) -> pulumi.Input[str]:
102
102
  """
103
- 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.
103
+ 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.
104
104
  """
105
105
  return pulumi.get(self, "project")
106
106
 
@@ -163,7 +163,7 @@ class FlinkArgs:
163
163
  @pulumi.getter
164
164
  def flink(self) -> Optional[pulumi.Input['FlinkFlinkArgs']]:
165
165
  """
166
- Flink server provided values
166
+ Enable flink.
167
167
  """
168
168
  return pulumi.get(self, "flink")
169
169
 
@@ -235,7 +235,7 @@ class FlinkArgs:
235
235
  @pulumi.getter(name="staticIps")
236
236
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
237
237
  """
238
- 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
238
+ Use static public IP addresses.
239
239
  """
240
240
  return pulumi.get(self, "static_ips")
241
241
 
@@ -259,7 +259,7 @@ class FlinkArgs:
259
259
  @pulumi.getter(name="techEmails")
260
260
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]]]:
261
261
  """
262
- 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.
262
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
263
263
  """
264
264
  return pulumi.get(self, "tech_emails")
265
265
 
@@ -321,12 +321,12 @@ class _FlinkState:
321
321
  :param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
322
322
  :param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
323
323
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
324
- :param pulumi.Input['FlinkFlinkArgs'] flink: Flink server provided values
324
+ :param pulumi.Input['FlinkFlinkArgs'] flink: Enable flink.
325
325
  :param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings
326
326
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
327
327
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
328
328
  :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).
329
- :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.
329
+ :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.
330
330
  :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.
331
331
  :param pulumi.Input[str] service_host: The hostname of the service.
332
332
  :param pulumi.Input[Sequence[pulumi.Input['FlinkServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -337,9 +337,9 @@ class _FlinkState:
337
337
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
338
338
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
339
339
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
340
- :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
340
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
341
341
  :param pulumi.Input[Sequence[pulumi.Input['FlinkTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
342
- :param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] 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.
342
+ :param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
343
343
  :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.
344
344
  """
345
345
  if additional_disk_space is not None:
@@ -505,7 +505,7 @@ class _FlinkState:
505
505
  @pulumi.getter
506
506
  def flink(self) -> Optional[pulumi.Input['FlinkFlinkArgs']]:
507
507
  """
508
- Flink server provided values
508
+ Enable flink.
509
509
  """
510
510
  return pulumi.get(self, "flink")
511
511
 
@@ -565,7 +565,7 @@ class _FlinkState:
565
565
  @pulumi.getter
566
566
  def project(self) -> Optional[pulumi.Input[str]]:
567
567
  """
568
- 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.
568
+ 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.
569
569
  """
570
570
  return pulumi.get(self, "project")
571
571
 
@@ -697,7 +697,7 @@ class _FlinkState:
697
697
  @pulumi.getter(name="staticIps")
698
698
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
699
699
  """
700
- 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
700
+ Use static public IP addresses.
701
701
  """
702
702
  return pulumi.get(self, "static_ips")
703
703
 
@@ -721,7 +721,7 @@ class _FlinkState:
721
721
  @pulumi.getter(name="techEmails")
722
722
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]]]:
723
723
  """
724
- 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.
724
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
725
725
  """
726
726
  return pulumi.get(self, "tech_emails")
727
727
 
@@ -769,12 +769,13 @@ class Flink(pulumi.CustomResource):
769
769
 
770
770
  ## Example Usage
771
771
 
772
+ <!--Start PulumiCodeChooser -->
772
773
  ```python
773
774
  import pulumi
774
775
  import pulumi_aiven as aiven
775
776
 
776
777
  flink = aiven.Flink("flink",
777
- project=pr1["project"],
778
+ project=data["aiven_project"]["pr1"]["project"],
778
779
  cloud_name="google-europe-west1",
779
780
  plan="business-4",
780
781
  service_name="my-flink",
@@ -784,11 +785,12 @@ class Flink(pulumi.CustomResource):
784
785
  flink_version="1.16",
785
786
  ))
786
787
  ```
788
+ <!--End PulumiCodeChooser -->
787
789
 
788
790
  ## Import
789
791
 
790
792
  ```sh
791
- $ pulumi import aiven:index/flink:Flink flink PROJECT/SERVICE_NAME
793
+ $ pulumi import aiven:index/flink:Flink flink project/service_name
792
794
  ```
793
795
 
794
796
  :param str resource_name: The name of the resource.
@@ -796,18 +798,18 @@ class Flink(pulumi.CustomResource):
796
798
  :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.
797
799
  :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).
798
800
  :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.
799
- :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Flink server provided values
801
+ :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Enable flink.
800
802
  :param pulumi.Input[pulumi.InputType['FlinkFlinkUserConfigArgs']] flink_user_config: Flink user configurable settings
801
803
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
802
804
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
803
805
  :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).
804
- :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.
806
+ :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.
805
807
  :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.
806
808
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
807
809
  :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.
808
- :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
810
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
809
811
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
810
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTechEmailArgs']]]] 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.
812
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
811
813
  :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.
812
814
  """
813
815
  ...
@@ -821,12 +823,13 @@ class Flink(pulumi.CustomResource):
821
823
 
822
824
  ## Example Usage
823
825
 
826
+ <!--Start PulumiCodeChooser -->
824
827
  ```python
825
828
  import pulumi
826
829
  import pulumi_aiven as aiven
827
830
 
828
831
  flink = aiven.Flink("flink",
829
- project=pr1["project"],
832
+ project=data["aiven_project"]["pr1"]["project"],
830
833
  cloud_name="google-europe-west1",
831
834
  plan="business-4",
832
835
  service_name="my-flink",
@@ -836,11 +839,12 @@ class Flink(pulumi.CustomResource):
836
839
  flink_version="1.16",
837
840
  ))
838
841
  ```
842
+ <!--End PulumiCodeChooser -->
839
843
 
840
844
  ## Import
841
845
 
842
846
  ```sh
843
- $ pulumi import aiven:index/flink:Flink flink PROJECT/SERVICE_NAME
847
+ $ pulumi import aiven:index/flink:Flink flink project/service_name
844
848
  ```
845
849
 
846
850
  :param str resource_name: The name of the resource.
@@ -972,12 +976,12 @@ class Flink(pulumi.CustomResource):
972
976
  :param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
973
977
  :param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
974
978
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
975
- :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Flink server provided values
979
+ :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Enable flink.
976
980
  :param pulumi.Input[pulumi.InputType['FlinkFlinkUserConfigArgs']] flink_user_config: Flink user configurable settings
977
981
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
978
982
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
979
983
  :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).
980
- :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.
984
+ :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.
981
985
  :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.
982
986
  :param pulumi.Input[str] service_host: The hostname of the service.
983
987
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -988,9 +992,9 @@ class Flink(pulumi.CustomResource):
988
992
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
989
993
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
990
994
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
991
- :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
995
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
992
996
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
993
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTechEmailArgs']]]] 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.
997
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
994
998
  :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.
995
999
  """
996
1000
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1098,7 +1102,7 @@ class Flink(pulumi.CustomResource):
1098
1102
  @pulumi.getter
1099
1103
  def flink(self) -> pulumi.Output['outputs.FlinkFlink']:
1100
1104
  """
1101
- Flink server provided values
1105
+ Enable flink.
1102
1106
  """
1103
1107
  return pulumi.get(self, "flink")
1104
1108
 
@@ -1138,7 +1142,7 @@ class Flink(pulumi.CustomResource):
1138
1142
  @pulumi.getter
1139
1143
  def project(self) -> pulumi.Output[str]:
1140
1144
  """
1141
- 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.
1145
+ 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.
1142
1146
  """
1143
1147
  return pulumi.get(self, "project")
1144
1148
 
@@ -1226,7 +1230,7 @@ class Flink(pulumi.CustomResource):
1226
1230
  @pulumi.getter(name="staticIps")
1227
1231
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1228
1232
  """
1229
- 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
1233
+ Use static public IP addresses.
1230
1234
  """
1231
1235
  return pulumi.get(self, "static_ips")
1232
1236
 
@@ -1242,7 +1246,7 @@ class Flink(pulumi.CustomResource):
1242
1246
  @pulumi.getter(name="techEmails")
1243
1247
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.FlinkTechEmail']]]:
1244
1248
  """
1245
- 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.
1249
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
1246
1250
  """
1247
1251
  return pulumi.get(self, "tech_emails")
1248
1252
 
@@ -19,8 +19,8 @@ class FlinkApplicationArgs:
19
19
  name: Optional[pulumi.Input[str]] = None):
20
20
  """
21
21
  The set of arguments for constructing a FlinkApplication resource.
22
- :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.
23
- :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.
22
+ :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.
23
+ :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.
24
24
  :param pulumi.Input[str] name: Application name
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
@@ -32,7 +32,7 @@ class FlinkApplicationArgs:
32
32
  @pulumi.getter
33
33
  def project(self) -> pulumi.Input[str]:
34
34
  """
35
- 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.
35
+ 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.
36
36
  """
37
37
  return pulumi.get(self, "project")
38
38
 
@@ -44,7 +44,7 @@ class FlinkApplicationArgs:
44
44
  @pulumi.getter(name="serviceName")
45
45
  def service_name(self) -> pulumi.Input[str]:
46
46
  """
47
- 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.
47
+ 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.
48
48
  """
49
49
  return pulumi.get(self, "service_name")
50
50
 
@@ -82,8 +82,8 @@ class _FlinkApplicationState:
82
82
  :param pulumi.Input[str] created_at: Application creation time
83
83
  :param pulumi.Input[str] created_by: Application creator
84
84
  :param pulumi.Input[str] name: Application name
85
- :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.
86
- :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.
85
+ :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.
86
+ :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.
87
87
  :param pulumi.Input[str] updated_at: Application update time
88
88
  :param pulumi.Input[str] updated_by: Application updater
89
89
  """
@@ -156,7 +156,7 @@ class _FlinkApplicationState:
156
156
  @pulumi.getter
157
157
  def project(self) -> Optional[pulumi.Input[str]]:
158
158
  """
159
- 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.
159
+ 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.
160
160
  """
161
161
  return pulumi.get(self, "project")
162
162
 
@@ -168,7 +168,7 @@ class _FlinkApplicationState:
168
168
  @pulumi.getter(name="serviceName")
169
169
  def service_name(self) -> Optional[pulumi.Input[str]]:
170
170
  """
171
- 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.
171
+ 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.
172
172
  """
173
173
  return pulumi.get(self, "service_name")
174
174
 
@@ -215,27 +215,28 @@ class FlinkApplication(pulumi.CustomResource):
215
215
 
216
216
  ## Example Usage
217
217
 
218
+ <!--Start PulumiCodeChooser -->
218
219
  ```python
219
220
  import pulumi
220
221
  import pulumi_aiven as aiven
221
222
 
222
223
  foo = aiven.FlinkApplication("foo",
223
- project=foo_aiven_project["project"],
224
- service_name="flink-service-1",
225
- name="my-flink-app")
224
+ project=aiven_project["foo"]["project"],
225
+ service_name="flink-service-1")
226
226
  ```
227
+ <!--End PulumiCodeChooser -->
227
228
 
228
229
  ## Import
229
230
 
230
231
  ```sh
231
- $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp PROJECT/SERVICE/APPLICATION_NAME
232
+ $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
232
233
  ```
233
234
 
234
235
  :param str resource_name: The name of the resource.
235
236
  :param pulumi.ResourceOptions opts: Options for the resource.
236
237
  :param pulumi.Input[str] name: Application name
237
- :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.
238
- :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.
238
+ :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.
239
+ :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.
239
240
  """
240
241
  ...
241
242
  @overload
@@ -248,20 +249,21 @@ class FlinkApplication(pulumi.CustomResource):
248
249
 
249
250
  ## Example Usage
250
251
 
252
+ <!--Start PulumiCodeChooser -->
251
253
  ```python
252
254
  import pulumi
253
255
  import pulumi_aiven as aiven
254
256
 
255
257
  foo = aiven.FlinkApplication("foo",
256
- project=foo_aiven_project["project"],
257
- service_name="flink-service-1",
258
- name="my-flink-app")
258
+ project=aiven_project["foo"]["project"],
259
+ service_name="flink-service-1")
259
260
  ```
261
+ <!--End PulumiCodeChooser -->
260
262
 
261
263
  ## Import
262
264
 
263
265
  ```sh
264
- $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp PROJECT/SERVICE/APPLICATION_NAME
266
+ $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
265
267
  ```
266
268
 
267
269
  :param str resource_name: The name of the resource.
@@ -332,8 +334,8 @@ class FlinkApplication(pulumi.CustomResource):
332
334
  :param pulumi.Input[str] created_at: Application creation time
333
335
  :param pulumi.Input[str] created_by: Application creator
334
336
  :param pulumi.Input[str] name: Application name
335
- :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.
336
- :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.
337
+ :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.
338
+ :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.
337
339
  :param pulumi.Input[str] updated_at: Application update time
338
340
  :param pulumi.Input[str] updated_by: Application updater
339
341
  """
@@ -387,7 +389,7 @@ class FlinkApplication(pulumi.CustomResource):
387
389
  @pulumi.getter
388
390
  def project(self) -> pulumi.Output[str]:
389
391
  """
390
- 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.
392
+ 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.
391
393
  """
392
394
  return pulumi.get(self, "project")
393
395
 
@@ -395,7 +397,7 @@ class FlinkApplication(pulumi.CustomResource):
395
397
  @pulumi.getter(name="serviceName")
396
398
  def service_name(self) -> pulumi.Output[str]:
397
399
  """
398
- 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.
400
+ 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.
399
401
  """
400
402
  return pulumi.get(self, "service_name")
401
403
 
@@ -24,10 +24,10 @@ class FlinkApplicationDeploymentArgs:
24
24
  """
25
25
  The set of arguments for constructing a FlinkApplicationDeployment resource.
26
26
  :param pulumi.Input[str] application_id: Application ID
27
- :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
28
- reference. Changing this property forces recreation of the resource.
29
- :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
27
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
30
28
  reference. Changing this property forces recreation of the resource.
29
+ :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
30
+ variable as a reference. Changing this property forces recreation of the resource.
31
31
  :param pulumi.Input[str] version_id: ApplicationVersion ID
32
32
  :param pulumi.Input[int] parallelism: Flink Job parallelism
33
33
  :param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
@@ -60,7 +60,7 @@ class FlinkApplicationDeploymentArgs:
60
60
  @pulumi.getter
61
61
  def project(self) -> pulumi.Input[str]:
62
62
  """
63
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
63
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
64
64
  reference. Changing this property forces recreation of the resource.
65
65
  """
66
66
  return pulumi.get(self, "project")
@@ -73,8 +73,8 @@ class FlinkApplicationDeploymentArgs:
73
73
  @pulumi.getter(name="serviceName")
74
74
  def service_name(self) -> pulumi.Input[str]:
75
75
  """
76
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
77
- reference. Changing this property 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
77
+ variable as a reference. Changing this property forces recreation of the resource.
78
78
  """
79
79
  return pulumi.get(self, "service_name")
80
80
 
@@ -149,11 +149,11 @@ class _FlinkApplicationDeploymentState:
149
149
  :param pulumi.Input[str] created_at: Application deployment creation time
150
150
  :param pulumi.Input[str] created_by: Application deployment creator
151
151
  :param pulumi.Input[int] parallelism: Flink Job parallelism
152
- :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
152
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
153
153
  reference. Changing this property forces recreation of the resource.
154
154
  :param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
155
- :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
156
- reference. Changing this property forces recreation of the resource.
155
+ :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
156
+ variable as a reference. Changing this property forces recreation of the resource.
157
157
  :param pulumi.Input[str] starting_savepoint: Job savepoint
158
158
  :param pulumi.Input[str] version_id: ApplicationVersion ID
159
159
  """
@@ -228,7 +228,7 @@ class _FlinkApplicationDeploymentState:
228
228
  @pulumi.getter
229
229
  def project(self) -> Optional[pulumi.Input[str]]:
230
230
  """
231
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
231
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
232
232
  reference. Changing this property forces recreation of the resource.
233
233
  """
234
234
  return pulumi.get(self, "project")
@@ -253,8 +253,8 @@ class _FlinkApplicationDeploymentState:
253
253
  @pulumi.getter(name="serviceName")
254
254
  def service_name(self) -> Optional[pulumi.Input[str]]:
255
255
  """
256
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
257
- reference. Changing this property forces recreation of the resource.
256
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
257
+ variable as a reference. Changing this property forces recreation of the resource.
258
258
  """
259
259
  return pulumi.get(self, "service_name")
260
260
 
@@ -306,11 +306,11 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
306
306
  :param pulumi.ResourceOptions opts: Options for the resource.
307
307
  :param pulumi.Input[str] application_id: Application ID
308
308
  :param pulumi.Input[int] parallelism: Flink Job parallelism
309
- :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
309
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
310
310
  reference. Changing this property forces recreation of the resource.
311
311
  :param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
312
- :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
313
- reference. Changing this property forces recreation of the resource.
312
+ :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
313
+ variable as a reference. Changing this property forces recreation of the resource.
314
314
  :param pulumi.Input[str] starting_savepoint: Job savepoint
315
315
  :param pulumi.Input[str] version_id: ApplicationVersion ID
316
316
  """
@@ -400,11 +400,11 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
400
400
  :param pulumi.Input[str] created_at: Application deployment creation time
401
401
  :param pulumi.Input[str] created_by: Application deployment creator
402
402
  :param pulumi.Input[int] parallelism: Flink Job parallelism
403
- :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
403
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
404
404
  reference. Changing this property forces recreation of the resource.
405
405
  :param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
406
- :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
407
- reference. Changing this property forces recreation of the resource.
406
+ :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
407
+ variable as a reference. Changing this property forces recreation of the resource.
408
408
  :param pulumi.Input[str] starting_savepoint: Job savepoint
409
409
  :param pulumi.Input[str] version_id: ApplicationVersion ID
410
410
  """
@@ -459,7 +459,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
459
459
  @pulumi.getter
460
460
  def project(self) -> pulumi.Output[str]:
461
461
  """
462
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
462
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
463
463
  reference. Changing this property forces recreation of the resource.
464
464
  """
465
465
  return pulumi.get(self, "project")
@@ -476,8 +476,8 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
476
476
  @pulumi.getter(name="serviceName")
477
477
  def service_name(self) -> pulumi.Output[str]:
478
478
  """
479
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
480
- reference. Changing this property forces recreation of the resource.
479
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
480
+ variable as a reference. Changing this property forces recreation of the resource.
481
481
  """
482
482
  return pulumi.get(self, "service_name")
483
483