pulumi-aiven 6.26.0a1728364446__py3-none-any.whl → 6.26.1__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 (160) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8440 -400
  3. pulumi_aiven/_utilities.py +1 -1
  4. pulumi_aiven/account.py +5 -0
  5. pulumi_aiven/account_authentication.py +5 -0
  6. pulumi_aiven/account_team.py +5 -0
  7. pulumi_aiven/account_team_member.py +5 -0
  8. pulumi_aiven/account_team_project.py +12 -7
  9. pulumi_aiven/aws_privatelink.py +5 -0
  10. pulumi_aiven/aws_vpc_peering_connection.py +5 -0
  11. pulumi_aiven/azure_privatelink.py +5 -0
  12. pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
  13. pulumi_aiven/azure_vpc_peering_connection.py +5 -0
  14. pulumi_aiven/billing_group.py +5 -0
  15. pulumi_aiven/cassandra.py +12 -2
  16. pulumi_aiven/cassandra_user.py +5 -0
  17. pulumi_aiven/clickhouse.py +11 -1
  18. pulumi_aiven/clickhouse_database.py +5 -0
  19. pulumi_aiven/clickhouse_grant.py +5 -0
  20. pulumi_aiven/clickhouse_role.py +5 -0
  21. pulumi_aiven/clickhouse_user.py +5 -0
  22. pulumi_aiven/config/__init__.pyi +5 -0
  23. pulumi_aiven/config/vars.py +5 -0
  24. pulumi_aiven/connection_pool.py +5 -0
  25. pulumi_aiven/dragonfly.py +12 -2
  26. pulumi_aiven/flink.py +12 -2
  27. pulumi_aiven/flink_application.py +5 -0
  28. pulumi_aiven/flink_application_deployment.py +5 -0
  29. pulumi_aiven/flink_application_version.py +5 -0
  30. pulumi_aiven/gcp_privatelink.py +5 -0
  31. pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
  32. pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
  33. pulumi_aiven/get_account.py +19 -4
  34. pulumi_aiven/get_account_authentication.py +30 -4
  35. pulumi_aiven/get_account_team.py +17 -4
  36. pulumi_aiven/get_account_team_member.py +19 -4
  37. pulumi_aiven/get_account_team_project.py +18 -5
  38. pulumi_aiven/get_aws_privatelink.py +17 -4
  39. pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
  40. pulumi_aiven/get_azure_privatelink.py +19 -4
  41. pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
  42. pulumi_aiven/get_billing_group.py +27 -4
  43. pulumi_aiven/get_cassanda.py +40 -4
  44. pulumi_aiven/get_cassandra.py +40 -4
  45. pulumi_aiven/get_cassandra_user.py +20 -4
  46. pulumi_aiven/get_clickhouse.py +40 -4
  47. pulumi_aiven/get_clickhouse_database.py +17 -4
  48. pulumi_aiven/get_clickhouse_user.py +19 -4
  49. pulumi_aiven/get_connection_pool.py +21 -4
  50. pulumi_aiven/get_dragonfly.py +40 -4
  51. pulumi_aiven/get_external_identity.py +160 -0
  52. pulumi_aiven/get_flink.py +40 -4
  53. pulumi_aiven/get_flink_application.py +21 -4
  54. pulumi_aiven/get_flink_application_version.py +26 -4
  55. pulumi_aiven/get_gcp_privatelink.py +17 -4
  56. pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
  57. pulumi_aiven/get_grafana.py +40 -4
  58. pulumi_aiven/get_influx_db.py +40 -4
  59. pulumi_aiven/get_influxdb_database.py +17 -4
  60. pulumi_aiven/get_influxdb_user.py +20 -4
  61. pulumi_aiven/get_kafka.py +42 -4
  62. pulumi_aiven/get_kafka_acl.py +21 -4
  63. pulumi_aiven/get_kafka_connect.py +39 -4
  64. pulumi_aiven/get_kafka_connector.py +24 -4
  65. pulumi_aiven/get_kafka_mirror_maker.py +39 -4
  66. pulumi_aiven/get_kafka_schema.py +20 -4
  67. pulumi_aiven/get_kafka_schema_configuration.py +19 -4
  68. pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
  69. pulumi_aiven/get_kafka_topic.py +23 -4
  70. pulumi_aiven/get_kafka_user.py +20 -4
  71. pulumi_aiven/get_m3_aggregator.py +40 -4
  72. pulumi_aiven/get_m3_db.py +40 -4
  73. pulumi_aiven/get_m3db_user.py +18 -4
  74. pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
  75. pulumi_aiven/get_my_sql.py +40 -4
  76. pulumi_aiven/get_mysql_database.py +17 -4
  77. pulumi_aiven/get_mysql_user.py +21 -4
  78. pulumi_aiven/get_open_search.py +40 -4
  79. pulumi_aiven/get_open_search_acl_config.py +16 -4
  80. pulumi_aiven/get_open_search_acl_rule.py +20 -4
  81. pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
  82. pulumi_aiven/get_opensearch_user.py +18 -4
  83. pulumi_aiven/get_organization.py +16 -4
  84. pulumi_aiven/get_organization_application_user.py +17 -4
  85. pulumi_aiven/get_organization_user.py +17 -4
  86. pulumi_aiven/get_organization_user_group.py +18 -4
  87. pulumi_aiven/get_organizational_unit.py +16 -4
  88. pulumi_aiven/get_pg.py +40 -4
  89. pulumi_aiven/get_pg_database.py +19 -4
  90. pulumi_aiven/get_pg_user.py +21 -4
  91. pulumi_aiven/get_project.py +25 -4
  92. pulumi_aiven/get_project_user.py +17 -5
  93. pulumi_aiven/get_project_vpc.py +18 -4
  94. pulumi_aiven/get_redis.py +40 -4
  95. pulumi_aiven/get_redis_user.py +22 -4
  96. pulumi_aiven/get_service_component.py +26 -4
  97. pulumi_aiven/get_service_integration.py +52 -8
  98. pulumi_aiven/get_service_integration_endpoint.py +32 -4
  99. pulumi_aiven/get_thanos.py +40 -10
  100. pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
  101. pulumi_aiven/get_valkey.py +40 -4
  102. pulumi_aiven/get_valkey_user.py +22 -4
  103. pulumi_aiven/grafana.py +12 -2
  104. pulumi_aiven/influx_db.py +12 -2
  105. pulumi_aiven/influxdb_database.py +5 -0
  106. pulumi_aiven/influxdb_user.py +5 -0
  107. pulumi_aiven/kafka.py +12 -2
  108. pulumi_aiven/kafka_acl.py +5 -0
  109. pulumi_aiven/kafka_connect.py +12 -2
  110. pulumi_aiven/kafka_connector.py +5 -0
  111. pulumi_aiven/kafka_mirror_maker.py +12 -2
  112. pulumi_aiven/kafka_schema.py +5 -0
  113. pulumi_aiven/kafka_schema_configuration.py +5 -0
  114. pulumi_aiven/kafka_schema_registry_acl.py +5 -0
  115. pulumi_aiven/kafka_topic.py +5 -0
  116. pulumi_aiven/kafka_user.py +5 -0
  117. pulumi_aiven/m3_aggregator.py +12 -2
  118. pulumi_aiven/m3_db.py +12 -2
  119. pulumi_aiven/m3db_user.py +5 -0
  120. pulumi_aiven/mirror_maker_replication_flow.py +5 -0
  121. pulumi_aiven/my_sql.py +12 -2
  122. pulumi_aiven/mysql_database.py +5 -0
  123. pulumi_aiven/mysql_user.py +5 -0
  124. pulumi_aiven/open_search.py +12 -2
  125. pulumi_aiven/open_search_acl_config.py +5 -0
  126. pulumi_aiven/open_search_acl_rule.py +5 -0
  127. pulumi_aiven/opensearch_security_plugin_config.py +5 -0
  128. pulumi_aiven/opensearch_user.py +5 -0
  129. pulumi_aiven/organization.py +5 -0
  130. pulumi_aiven/organization_application_user.py +5 -0
  131. pulumi_aiven/organization_application_user_token.py +5 -0
  132. pulumi_aiven/organization_group_project.py +12 -7
  133. pulumi_aiven/organization_permission.py +5 -0
  134. pulumi_aiven/organization_user.py +5 -0
  135. pulumi_aiven/organization_user_group.py +5 -0
  136. pulumi_aiven/organization_user_group_member.py +5 -0
  137. pulumi_aiven/organizational_unit.py +5 -0
  138. pulumi_aiven/outputs.py +339 -62
  139. pulumi_aiven/pg.py +12 -2
  140. pulumi_aiven/pg_database.py +5 -0
  141. pulumi_aiven/pg_user.py +5 -0
  142. pulumi_aiven/project.py +5 -0
  143. pulumi_aiven/project_user.py +12 -7
  144. pulumi_aiven/project_vpc.py +5 -0
  145. pulumi_aiven/provider.py +5 -0
  146. pulumi_aiven/pulumi-plugin.json +1 -1
  147. pulumi_aiven/redis.py +12 -2
  148. pulumi_aiven/redis_user.py +5 -0
  149. pulumi_aiven/service_integration.py +59 -7
  150. pulumi_aiven/service_integration_endpoint.py +5 -0
  151. pulumi_aiven/static_ip.py +7 -2
  152. pulumi_aiven/thanos.py +12 -8
  153. pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
  154. pulumi_aiven/valkey.py +12 -2
  155. pulumi_aiven/valkey_user.py +5 -0
  156. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/METADATA +3 -2
  157. pulumi_aiven-6.26.1.dist-info/RECORD +161 -0
  158. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/WHEEL +1 -1
  159. pulumi_aiven-6.26.0a1728364446.dist-info/RECORD +0 -160
  160. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/top_level.txt +0 -0
pulumi_aiven/pg.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -358,6 +363,9 @@ class _PgState:
358
363
  pulumi.set(__self__, "disk_space_default", disk_space_default)
359
364
  if disk_space_step is not None:
360
365
  pulumi.set(__self__, "disk_space_step", disk_space_step)
366
+ if disk_space_used is not None:
367
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
368
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
361
369
  if disk_space_used is not None:
362
370
  pulumi.set(__self__, "disk_space_used", disk_space_used)
363
371
  if maintenance_window_dow is not None:
@@ -488,6 +496,7 @@ class _PgState:
488
496
 
489
497
  @property
490
498
  @pulumi.getter(name="diskSpaceUsed")
499
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
491
500
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
492
501
  """
493
502
  Disk space that service is currently using
@@ -1045,6 +1054,7 @@ class Pg(pulumi.CustomResource):
1045
1054
 
1046
1055
  @property
1047
1056
  @pulumi.getter(name="diskSpaceUsed")
1057
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1048
1058
  def disk_space_used(self) -> pulumi.Output[str]:
1049
1059
  """
1050
1060
  Disk space that service is currently using
@@ -1101,7 +1111,7 @@ class Pg(pulumi.CustomResource):
1101
1111
 
1102
1112
  @property
1103
1113
  @pulumi.getter(name="projectVpcId")
1104
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1114
+ def project_vpc_id(self) -> pulumi.Output[str]:
1105
1115
  """
1106
1116
  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.
1107
1117
  """
@@ -1117,7 +1127,7 @@ class Pg(pulumi.CustomResource):
1117
1127
 
1118
1128
  @property
1119
1129
  @pulumi.getter(name="serviceIntegrations")
1120
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.PgServiceIntegration']]]:
1130
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.PgServiceIntegration']]:
1121
1131
  """
1122
1132
  Service integrations to specify when creating a service. Not applied after initial service creation
1123
1133
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['PgDatabaseArgs', 'PgDatabase']
pulumi_aiven/pg_user.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['PgUserArgs', 'PgUser']
pulumi_aiven/project.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['ProjectUserArgs', 'ProjectUser']
@@ -20,7 +25,7 @@ class ProjectUserArgs:
20
25
  """
21
26
  The set of arguments for constructing a ProjectUser resource.
22
27
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
23
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
28
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
24
29
  :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.
25
30
  """
26
31
  pulumi.set(__self__, "email", email)
@@ -43,7 +48,7 @@ class ProjectUserArgs:
43
48
  @pulumi.getter(name="memberType")
44
49
  def member_type(self) -> pulumi.Input[str]:
45
50
  """
46
- Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
51
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
47
52
  """
48
53
  return pulumi.get(self, "member_type")
49
54
 
@@ -75,7 +80,7 @@ class _ProjectUserState:
75
80
  Input properties used for looking up and filtering ProjectUser resources.
76
81
  :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
77
82
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
78
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
83
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
79
84
  :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.
80
85
  """
81
86
  if accepted is not None:
@@ -115,7 +120,7 @@ class _ProjectUserState:
115
120
  @pulumi.getter(name="memberType")
116
121
  def member_type(self) -> Optional[pulumi.Input[str]]:
117
122
  """
118
- Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
123
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
119
124
  """
120
125
  return pulumi.get(self, "member_type")
121
126
 
@@ -169,7 +174,7 @@ class ProjectUser(pulumi.CustomResource):
169
174
  :param str resource_name: The name of the resource.
170
175
  :param pulumi.ResourceOptions opts: Options for the resource.
171
176
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
172
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
177
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
173
178
  :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.
174
179
  """
175
180
  ...
@@ -259,7 +264,7 @@ class ProjectUser(pulumi.CustomResource):
259
264
  :param pulumi.ResourceOptions opts: Options for the resource.
260
265
  :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
261
266
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
262
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
267
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
263
268
  :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.
264
269
  """
265
270
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -292,7 +297,7 @@ class ProjectUser(pulumi.CustomResource):
292
297
  @pulumi.getter(name="memberType")
293
298
  def member_type(self) -> pulumi.Output[str]:
294
299
  """
295
- Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
300
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
296
301
  """
297
302
  return pulumi.get(self, "member_type")
298
303
 
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['ProjectVpcArgs', 'ProjectVpc']
pulumi_aiven/provider.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['ProviderArgs', 'Provider']
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.26.0-alpha.1728364446"
4
+ "version": "6.26.1"
5
5
  }
pulumi_aiven/redis.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -357,6 +362,9 @@ class _RedisState:
357
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
358
363
  if disk_space_step is not None:
359
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
360
368
  if disk_space_used is not None:
361
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
362
370
  if maintenance_window_dow is not None:
@@ -487,6 +495,7 @@ class _RedisState:
487
495
 
488
496
  @property
489
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
490
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
491
500
  """
492
501
  Disk space that service is currently using
@@ -1088,6 +1097,7 @@ class Redis(pulumi.CustomResource):
1088
1097
 
1089
1098
  @property
1090
1099
  @pulumi.getter(name="diskSpaceUsed")
1100
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1091
1101
  def disk_space_used(self) -> pulumi.Output[str]:
1092
1102
  """
1093
1103
  Disk space that service is currently using
@@ -1128,7 +1138,7 @@ class Redis(pulumi.CustomResource):
1128
1138
 
1129
1139
  @property
1130
1140
  @pulumi.getter(name="projectVpcId")
1131
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1141
+ def project_vpc_id(self) -> pulumi.Output[str]:
1132
1142
  """
1133
1143
  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.
1134
1144
  """
@@ -1160,7 +1170,7 @@ class Redis(pulumi.CustomResource):
1160
1170
 
1161
1171
  @property
1162
1172
  @pulumi.getter(name="serviceIntegrations")
1163
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.RedisServiceIntegration']]]:
1173
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.RedisServiceIntegration']]:
1164
1174
  """
1165
1175
  Service integrations to specify when creating a service. Not applied after initial service creation
1166
1176
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['RedisUserArgs', 'RedisUser']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -27,6 +32,7 @@ class ServiceIntegrationArgs:
27
32
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
28
33
  external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
29
34
  external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
35
+ flink_external_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']] = None,
30
36
  kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
31
37
  kafka_logs_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']] = None,
32
38
  kafka_mirrormaker_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] = None,
@@ -37,7 +43,7 @@ class ServiceIntegrationArgs:
37
43
  source_service_name: Optional[pulumi.Input[str]] = None):
38
44
  """
39
45
  The set of arguments for constructing a ServiceIntegration resource.
40
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
46
+ :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
41
47
  :param pulumi.Input[str] project: Project the integration belongs to.
42
48
  :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
43
49
  :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
@@ -48,6 +54,7 @@ class ServiceIntegrationArgs:
48
54
  :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
49
55
  :param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
50
56
  :param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
57
+ :param pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs'] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings
51
58
  :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
52
59
  :param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
53
60
  :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
@@ -77,6 +84,8 @@ class ServiceIntegrationArgs:
77
84
  pulumi.set(__self__, "external_elasticsearch_logs_user_config", external_elasticsearch_logs_user_config)
78
85
  if external_opensearch_logs_user_config is not None:
79
86
  pulumi.set(__self__, "external_opensearch_logs_user_config", external_opensearch_logs_user_config)
87
+ if flink_external_postgresql_user_config is not None:
88
+ pulumi.set(__self__, "flink_external_postgresql_user_config", flink_external_postgresql_user_config)
80
89
  if kafka_connect_user_config is not None:
81
90
  pulumi.set(__self__, "kafka_connect_user_config", kafka_connect_user_config)
82
91
  if kafka_logs_user_config is not None:
@@ -98,7 +107,7 @@ class ServiceIntegrationArgs:
98
107
  @pulumi.getter(name="integrationType")
99
108
  def integration_type(self) -> pulumi.Input[str]:
100
109
  """
101
- Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
110
+ Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
102
111
  """
103
112
  return pulumi.get(self, "integration_type")
104
113
 
@@ -226,6 +235,18 @@ class ServiceIntegrationArgs:
226
235
  def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
227
236
  pulumi.set(self, "external_opensearch_logs_user_config", value)
228
237
 
238
+ @property
239
+ @pulumi.getter(name="flinkExternalPostgresqlUserConfig")
240
+ def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
241
+ """
242
+ FlinkExternalPostgresql user configurable settings
243
+ """
244
+ return pulumi.get(self, "flink_external_postgresql_user_config")
245
+
246
+ @flink_external_postgresql_user_config.setter
247
+ def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
248
+ pulumi.set(self, "flink_external_postgresql_user_config", value)
249
+
229
250
  @property
230
251
  @pulumi.getter(name="kafkaConnectUserConfig")
231
252
  def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
@@ -335,6 +356,7 @@ class _ServiceIntegrationState:
335
356
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
336
357
  external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
337
358
  external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
359
+ flink_external_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']] = None,
338
360
  integration_id: Optional[pulumi.Input[str]] = None,
339
361
  integration_type: Optional[pulumi.Input[str]] = None,
340
362
  kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
@@ -357,8 +379,9 @@ class _ServiceIntegrationState:
357
379
  :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
358
380
  :param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
359
381
  :param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
382
+ :param pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs'] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings
360
383
  :param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
361
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
384
+ :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
362
385
  :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
363
386
  :param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
364
387
  :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
@@ -387,6 +410,8 @@ class _ServiceIntegrationState:
387
410
  pulumi.set(__self__, "external_elasticsearch_logs_user_config", external_elasticsearch_logs_user_config)
388
411
  if external_opensearch_logs_user_config is not None:
389
412
  pulumi.set(__self__, "external_opensearch_logs_user_config", external_opensearch_logs_user_config)
413
+ if flink_external_postgresql_user_config is not None:
414
+ pulumi.set(__self__, "flink_external_postgresql_user_config", flink_external_postgresql_user_config)
390
415
  if integration_id is not None:
391
416
  pulumi.set(__self__, "integration_id", integration_id)
392
417
  if integration_type is not None:
@@ -518,6 +543,18 @@ class _ServiceIntegrationState:
518
543
  def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
519
544
  pulumi.set(self, "external_opensearch_logs_user_config", value)
520
545
 
546
+ @property
547
+ @pulumi.getter(name="flinkExternalPostgresqlUserConfig")
548
+ def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
549
+ """
550
+ FlinkExternalPostgresql user configurable settings
551
+ """
552
+ return pulumi.get(self, "flink_external_postgresql_user_config")
553
+
554
+ @flink_external_postgresql_user_config.setter
555
+ def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
556
+ pulumi.set(self, "flink_external_postgresql_user_config", value)
557
+
521
558
  @property
522
559
  @pulumi.getter(name="integrationId")
523
560
  def integration_id(self) -> Optional[pulumi.Input[str]]:
@@ -534,7 +571,7 @@ class _ServiceIntegrationState:
534
571
  @pulumi.getter(name="integrationType")
535
572
  def integration_type(self) -> Optional[pulumi.Input[str]]:
536
573
  """
537
- Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
574
+ Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
538
575
  """
539
576
  return pulumi.get(self, "integration_type")
540
577
 
@@ -665,6 +702,7 @@ class ServiceIntegration(pulumi.CustomResource):
665
702
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
666
703
  external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
667
704
  external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
705
+ flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
668
706
  integration_type: Optional[pulumi.Input[str]] = None,
669
707
  kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
670
708
  kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
@@ -716,7 +754,8 @@ class ServiceIntegration(pulumi.CustomResource):
716
754
  :param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
717
755
  :param pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
718
756
  :param pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
719
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
757
+ :param pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings
758
+ :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
720
759
  :param pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings
721
760
  :param pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']] kafka_logs_user_config: KafkaLogs user configurable settings
722
761
  :param pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
@@ -786,6 +825,7 @@ class ServiceIntegration(pulumi.CustomResource):
786
825
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
787
826
  external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
788
827
  external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
828
+ flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
789
829
  integration_type: Optional[pulumi.Input[str]] = None,
790
830
  kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
791
831
  kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
@@ -814,6 +854,7 @@ class ServiceIntegration(pulumi.CustomResource):
814
854
  __props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
815
855
  __props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
816
856
  __props__.__dict__["external_opensearch_logs_user_config"] = external_opensearch_logs_user_config
857
+ __props__.__dict__["flink_external_postgresql_user_config"] = flink_external_postgresql_user_config
817
858
  if integration_type is None and not opts.urn:
818
859
  raise TypeError("Missing required property 'integration_type'")
819
860
  __props__.__dict__["integration_type"] = integration_type
@@ -848,6 +889,7 @@ class ServiceIntegration(pulumi.CustomResource):
848
889
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
849
890
  external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
850
891
  external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
892
+ flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
851
893
  integration_id: Optional[pulumi.Input[str]] = None,
852
894
  integration_type: Optional[pulumi.Input[str]] = None,
853
895
  kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
@@ -875,8 +917,9 @@ class ServiceIntegration(pulumi.CustomResource):
875
917
  :param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
876
918
  :param pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
877
919
  :param pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
920
+ :param pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings
878
921
  :param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
879
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
922
+ :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
880
923
  :param pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings
881
924
  :param pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']] kafka_logs_user_config: KafkaLogs user configurable settings
882
925
  :param pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
@@ -900,6 +943,7 @@ class ServiceIntegration(pulumi.CustomResource):
900
943
  __props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
901
944
  __props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
902
945
  __props__.__dict__["external_opensearch_logs_user_config"] = external_opensearch_logs_user_config
946
+ __props__.__dict__["flink_external_postgresql_user_config"] = flink_external_postgresql_user_config
903
947
  __props__.__dict__["integration_id"] = integration_id
904
948
  __props__.__dict__["integration_type"] = integration_type
905
949
  __props__.__dict__["kafka_connect_user_config"] = kafka_connect_user_config
@@ -985,6 +1029,14 @@ class ServiceIntegration(pulumi.CustomResource):
985
1029
  """
986
1030
  return pulumi.get(self, "external_opensearch_logs_user_config")
987
1031
 
1032
+ @property
1033
+ @pulumi.getter(name="flinkExternalPostgresqlUserConfig")
1034
+ def flink_external_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationFlinkExternalPostgresqlUserConfig']]:
1035
+ """
1036
+ FlinkExternalPostgresql user configurable settings
1037
+ """
1038
+ return pulumi.get(self, "flink_external_postgresql_user_config")
1039
+
988
1040
  @property
989
1041
  @pulumi.getter(name="integrationId")
990
1042
  def integration_id(self) -> pulumi.Output[str]:
@@ -997,7 +1049,7 @@ class ServiceIntegration(pulumi.CustomResource):
997
1049
  @pulumi.getter(name="integrationType")
998
1050
  def integration_type(self) -> pulumi.Output[str]:
999
1051
  """
1000
- Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
1052
+ Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
1001
1053
  """
1002
1054
  return pulumi.get(self, "integration_type")
1003
1055
 
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
pulumi_aiven/static_ip.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['StaticIpArgs', 'StaticIp']
@@ -162,7 +167,7 @@ class StaticIp(pulumi.CustomResource):
162
167
  project: Optional[pulumi.Input[str]] = None,
163
168
  __props__=None):
164
169
  """
165
- The StaticIp resource allows the creation and deletion of static ips. Please not that once a static ip is in the 'assigned' state it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
170
+ The StaticIp resource allows the creation and deletion of static ips. Please note that once a static ip is in the 'assigned' state it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
166
171
 
167
172
  :param str resource_name: The name of the resource.
168
173
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -176,7 +181,7 @@ class StaticIp(pulumi.CustomResource):
176
181
  args: StaticIpArgs,
177
182
  opts: Optional[pulumi.ResourceOptions] = None):
178
183
  """
179
- The StaticIp resource allows the creation and deletion of static ips. Please not that once a static ip is in the 'assigned' state it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
184
+ The StaticIp resource allows the creation and deletion of static ips. Please note that once a static ip is in the 'assigned' state it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
180
185
 
181
186
  :param str resource_name: The name of the resource.
182
187
  :param StaticIpArgs args: The arguments to use to populate this resource's properties.