pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
38
+ :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.
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: Enable flink.
43
+ :param pulumi.Input['FlinkFlinkArgs'] flink: Flink server provided values
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: Use static public IP addresses.
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
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: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Enable flink.
166
+ Flink server provided values
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
- Use static public IP addresses.
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
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
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
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: Enable flink.
324
+ :param pulumi.Input['FlinkFlinkArgs'] flink: Flink server provided values
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Use static public IP addresses.
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
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: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
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
- Enable flink.
508
+ Flink server provided values
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Use static public IP addresses.
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
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
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
725
725
  """
726
726
  return pulumi.get(self, "tech_emails")
727
727
 
@@ -769,13 +769,12 @@ class Flink(pulumi.CustomResource):
769
769
 
770
770
  ## Example Usage
771
771
 
772
- <!--Start PulumiCodeChooser -->
773
772
  ```python
774
773
  import pulumi
775
774
  import pulumi_aiven as aiven
776
775
 
777
776
  flink = aiven.Flink("flink",
778
- project=data["aiven_project"]["pr1"]["project"],
777
+ project=pr1["project"],
779
778
  cloud_name="google-europe-west1",
780
779
  plan="business-4",
781
780
  service_name="my-flink",
@@ -785,12 +784,11 @@ class Flink(pulumi.CustomResource):
785
784
  flink_version="1.16",
786
785
  ))
787
786
  ```
788
- <!--End PulumiCodeChooser -->
789
787
 
790
788
  ## Import
791
789
 
792
790
  ```sh
793
- $ pulumi import aiven:index/flink:Flink flink project/service_name
791
+ $ pulumi import aiven:index/flink:Flink flink PROJECT/SERVICE_NAME
794
792
  ```
795
793
 
796
794
  :param str resource_name: The name of the resource.
@@ -798,18 +796,18 @@ class Flink(pulumi.CustomResource):
798
796
  :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.
799
797
  :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).
800
798
  :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.
801
- :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Enable flink.
799
+ :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Flink server provided values
802
800
  :param pulumi.Input[pulumi.InputType['FlinkFlinkUserConfigArgs']] flink_user_config: Flink user configurable settings
803
801
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
804
802
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
805
803
  :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).
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. This property cannot be changed, doing so forces recreation of the resource.
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.
807
805
  :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.
808
806
  :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
809
807
  :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.
810
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
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
811
809
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
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.
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.
813
811
  :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.
814
812
  """
815
813
  ...
@@ -823,13 +821,12 @@ class Flink(pulumi.CustomResource):
823
821
 
824
822
  ## Example Usage
825
823
 
826
- <!--Start PulumiCodeChooser -->
827
824
  ```python
828
825
  import pulumi
829
826
  import pulumi_aiven as aiven
830
827
 
831
828
  flink = aiven.Flink("flink",
832
- project=data["aiven_project"]["pr1"]["project"],
829
+ project=pr1["project"],
833
830
  cloud_name="google-europe-west1",
834
831
  plan="business-4",
835
832
  service_name="my-flink",
@@ -839,12 +836,11 @@ class Flink(pulumi.CustomResource):
839
836
  flink_version="1.16",
840
837
  ))
841
838
  ```
842
- <!--End PulumiCodeChooser -->
843
839
 
844
840
  ## Import
845
841
 
846
842
  ```sh
847
- $ pulumi import aiven:index/flink:Flink flink project/service_name
843
+ $ pulumi import aiven:index/flink:Flink flink PROJECT/SERVICE_NAME
848
844
  ```
849
845
 
850
846
  :param str resource_name: The name of the resource.
@@ -976,12 +972,12 @@ class Flink(pulumi.CustomResource):
976
972
  :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`
977
973
  :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.
978
974
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
979
- :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Enable flink.
975
+ :param pulumi.Input[pulumi.InputType['FlinkFlinkArgs']] flink: Flink server provided values
980
976
  :param pulumi.Input[pulumi.InputType['FlinkFlinkUserConfigArgs']] flink_user_config: Flink user configurable settings
981
977
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
982
978
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
983
979
  :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).
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. This property cannot be changed, doing so forces recreation of the resource.
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.
985
981
  :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.
986
982
  :param pulumi.Input[str] service_host: The hostname of the service.
987
983
  :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
@@ -992,9 +988,9 @@ class Flink(pulumi.CustomResource):
992
988
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
993
989
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
994
990
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
995
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
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
996
992
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
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.
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.
998
994
  :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.
999
995
  """
1000
996
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1102,7 +1098,7 @@ class Flink(pulumi.CustomResource):
1102
1098
  @pulumi.getter
1103
1099
  def flink(self) -> pulumi.Output['outputs.FlinkFlink']:
1104
1100
  """
1105
- Enable flink.
1101
+ Flink server provided values
1106
1102
  """
1107
1103
  return pulumi.get(self, "flink")
1108
1104
 
@@ -1142,7 +1138,7 @@ class Flink(pulumi.CustomResource):
1142
1138
  @pulumi.getter
1143
1139
  def project(self) -> pulumi.Output[str]:
1144
1140
  """
1145
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
1146
1142
  """
1147
1143
  return pulumi.get(self, "project")
1148
1144
 
@@ -1230,7 +1226,7 @@ class Flink(pulumi.CustomResource):
1230
1226
  @pulumi.getter(name="staticIps")
1231
1227
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1232
1228
  """
1233
- Use static public IP addresses.
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
1234
1230
  """
1235
1231
  return pulumi.get(self, "static_ips")
1236
1232
 
@@ -1246,7 +1242,7 @@ class Flink(pulumi.CustomResource):
1246
1242
  @pulumi.getter(name="techEmails")
1247
1243
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.FlinkTechEmail']]]:
1248
1244
  """
1249
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
1250
1246
  """
1251
1247
  return pulumi.get(self, "tech_emails")
1252
1248
 
@@ -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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the 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.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
172
172
  """
173
173
  return pulumi.get(self, "service_name")
174
174
 
@@ -215,28 +215,27 @@ class FlinkApplication(pulumi.CustomResource):
215
215
 
216
216
  ## Example Usage
217
217
 
218
- <!--Start PulumiCodeChooser -->
219
218
  ```python
220
219
  import pulumi
221
220
  import pulumi_aiven as aiven
222
221
 
223
222
  foo = aiven.FlinkApplication("foo",
224
- project=aiven_project["foo"]["project"],
225
- service_name="flink-service-1")
223
+ project=foo_aiven_project["project"],
224
+ service_name="flink-service-1",
225
+ name="my-flink-app")
226
226
  ```
227
- <!--End PulumiCodeChooser -->
228
227
 
229
228
  ## Import
230
229
 
231
230
  ```sh
232
- $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
231
+ $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp PROJECT/SERVICE/APPLICATION_NAME
233
232
  ```
234
233
 
235
234
  :param str resource_name: The name of the resource.
236
235
  :param pulumi.ResourceOptions opts: Options for the resource.
237
236
  :param pulumi.Input[str] name: Application name
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
240
239
  """
241
240
  ...
242
241
  @overload
@@ -249,21 +248,20 @@ class FlinkApplication(pulumi.CustomResource):
249
248
 
250
249
  ## Example Usage
251
250
 
252
- <!--Start PulumiCodeChooser -->
253
251
  ```python
254
252
  import pulumi
255
253
  import pulumi_aiven as aiven
256
254
 
257
255
  foo = aiven.FlinkApplication("foo",
258
- project=aiven_project["foo"]["project"],
259
- service_name="flink-service-1")
256
+ project=foo_aiven_project["project"],
257
+ service_name="flink-service-1",
258
+ name="my-flink-app")
260
259
  ```
261
- <!--End PulumiCodeChooser -->
262
260
 
263
261
  ## Import
264
262
 
265
263
  ```sh
266
- $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
264
+ $ pulumi import aiven:index/flinkApplication:FlinkApplication myapp PROJECT/SERVICE/APPLICATION_NAME
267
265
  ```
268
266
 
269
267
  :param str resource_name: The name of the resource.
@@ -334,8 +332,8 @@ class FlinkApplication(pulumi.CustomResource):
334
332
  :param pulumi.Input[str] created_at: Application creation time
335
333
  :param pulumi.Input[str] created_by: Application creator
336
334
  :param pulumi.Input[str] name: Application name
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
339
337
  :param pulumi.Input[str] updated_at: Application update time
340
338
  :param pulumi.Input[str] updated_by: Application updater
341
339
  """
@@ -389,7 +387,7 @@ class FlinkApplication(pulumi.CustomResource):
389
387
  @pulumi.getter
390
388
  def project(self) -> pulumi.Output[str]:
391
389
  """
392
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
393
391
  """
394
392
  return pulumi.get(self, "project")
395
393
 
@@ -397,7 +395,7 @@ class FlinkApplication(pulumi.CustomResource):
397
395
  @pulumi.getter(name="serviceName")
398
396
  def service_name(self) -> pulumi.Output[str]:
399
397
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
401
399
  """
402
400
  return pulumi.get(self, "service_name")
403
401
 
@@ -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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
28
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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
30
+ 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,8 +60,8 @@ class FlinkApplicationDeploymentArgs:
60
60
  @pulumi.getter
61
61
  def project(self) -> pulumi.Input[str]:
62
62
  """
63
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
64
- reference. This property cannot be changed, doing so forces recreation of the resource.
63
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
64
+ reference. Changing this property forces recreation of the resource.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -73,8 +73,8 @@ class FlinkApplicationDeploymentArgs:
73
73
  @pulumi.getter(name="serviceName")
74
74
  def service_name(self) -> pulumi.Input[str]:
75
75
  """
76
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
77
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
153
- reference. This property cannot be changed, doing so forces recreation of the resource.
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
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: 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. This property cannot be changed, doing so forces recreation of the resource.
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.
157
157
  :param pulumi.Input[str] starting_savepoint: Job savepoint
158
158
  :param pulumi.Input[str] version_id: ApplicationVersion ID
159
159
  """
@@ -228,8 +228,8 @@ class _FlinkApplicationDeploymentState:
228
228
  @pulumi.getter
229
229
  def project(self) -> Optional[pulumi.Input[str]]:
230
230
  """
231
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
232
- reference. This property cannot be changed, doing so forces recreation of the resource.
231
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
232
+ reference. Changing this property forces recreation of the resource.
233
233
  """
234
234
  return pulumi.get(self, "project")
235
235
 
@@ -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
- 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. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
310
- reference. This property cannot be changed, doing so forces recreation of the resource.
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
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: 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. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
404
- reference. This property cannot be changed, doing so forces recreation of the resource.
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
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: 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. This property cannot be changed, doing so forces recreation of the resource.
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.
408
408
  :param pulumi.Input[str] starting_savepoint: Job savepoint
409
409
  :param pulumi.Input[str] version_id: ApplicationVersion ID
410
410
  """
@@ -459,8 +459,8 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
459
459
  @pulumi.getter
460
460
  def project(self) -> pulumi.Output[str]:
461
461
  """
462
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
463
- reference. This property cannot be changed, doing so forces recreation of the resource.
462
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
463
+ reference. Changing this property forces recreation of the resource.
464
464
  """
465
465
  return pulumi.get(self, "project")
466
466
 
@@ -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
- 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. This property cannot be changed, doing so forces recreation of the resource.
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.
481
481
  """
482
482
  return pulumi.get(self, "service_name")
483
483