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

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

Potentially problematic release.


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

Files changed (135) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2491 -944
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -2
  6. pulumi_aiven/account_team_member.py +27 -23
  7. pulumi_aiven/account_team_project.py +6 -2
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +13 -9
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_kafka.py +7 -3
  50. pulumi_aiven/get_kafka_acl.py +19 -15
  51. pulumi_aiven/get_kafka_connect.py +7 -3
  52. pulumi_aiven/get_kafka_connector.py +13 -9
  53. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  54. pulumi_aiven/get_kafka_schema.py +13 -9
  55. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  56. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  57. pulumi_aiven/get_kafka_topic.py +13 -9
  58. pulumi_aiven/get_kafka_user.py +13 -9
  59. pulumi_aiven/get_m3_aggregator.py +7 -3
  60. pulumi_aiven/get_m3_db.py +7 -3
  61. pulumi_aiven/get_m3db_user.py +13 -9
  62. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  63. pulumi_aiven/get_my_sql.py +7 -3
  64. pulumi_aiven/get_mysql_database.py +13 -9
  65. pulumi_aiven/get_mysql_user.py +13 -9
  66. pulumi_aiven/get_open_search.py +7 -3
  67. pulumi_aiven/get_open_search_acl_config.py +10 -6
  68. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  69. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  70. pulumi_aiven/get_opensearch_user.py +13 -9
  71. pulumi_aiven/get_organization.py +12 -8
  72. pulumi_aiven/get_organization_user_group.py +33 -9
  73. pulumi_aiven/get_organizational_unit.py +9 -9
  74. pulumi_aiven/get_pg.py +7 -3
  75. pulumi_aiven/get_pg_database.py +15 -11
  76. pulumi_aiven/get_pg_user.py +13 -9
  77. pulumi_aiven/get_project.py +4 -0
  78. pulumi_aiven/get_project_user.py +10 -6
  79. pulumi_aiven/get_project_vpc.py +15 -13
  80. pulumi_aiven/get_redis.py +7 -3
  81. pulumi_aiven/get_redis_user.py +17 -13
  82. pulumi_aiven/get_service_component.py +4 -0
  83. pulumi_aiven/get_service_integration.py +60 -4
  84. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  85. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  86. pulumi_aiven/grafana.py +13 -9
  87. pulumi_aiven/influx_db.py +7 -7
  88. pulumi_aiven/influxdb_database.py +21 -21
  89. pulumi_aiven/influxdb_user.py +28 -28
  90. pulumi_aiven/kafka.py +13 -9
  91. pulumi_aiven/kafka_acl.py +41 -37
  92. pulumi_aiven/kafka_connect.py +13 -9
  93. pulumi_aiven/kafka_connector.py +27 -23
  94. pulumi_aiven/kafka_mirror_maker.py +13 -9
  95. pulumi_aiven/kafka_schema.py +53 -45
  96. pulumi_aiven/kafka_schema_configuration.py +20 -16
  97. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  98. pulumi_aiven/kafka_topic.py +23 -23
  99. pulumi_aiven/kafka_user.py +27 -23
  100. pulumi_aiven/m3_aggregator.py +13 -9
  101. pulumi_aiven/m3_db.py +13 -9
  102. pulumi_aiven/m3db_user.py +27 -23
  103. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  104. pulumi_aiven/my_sql.py +13 -9
  105. pulumi_aiven/mysql_database.py +27 -23
  106. pulumi_aiven/mysql_user.py +27 -23
  107. pulumi_aiven/open_search.py +13 -9
  108. pulumi_aiven/open_search_acl_config.py +20 -16
  109. pulumi_aiven/open_search_acl_rule.py +34 -30
  110. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  111. pulumi_aiven/opensearch_user.py +27 -23
  112. pulumi_aiven/organization.py +14 -10
  113. pulumi_aiven/organization_group_project.py +290 -0
  114. pulumi_aiven/organization_user.py +16 -16
  115. pulumi_aiven/organization_user_group.py +61 -23
  116. pulumi_aiven/organization_user_group_member.py +352 -0
  117. pulumi_aiven/organizational_unit.py +36 -32
  118. pulumi_aiven/outputs.py +3013 -491
  119. pulumi_aiven/pg.py +9 -9
  120. pulumi_aiven/pg_database.py +41 -37
  121. pulumi_aiven/pg_user.py +27 -23
  122. pulumi_aiven/project.py +28 -2
  123. pulumi_aiven/project_user.py +20 -16
  124. pulumi_aiven/project_vpc.py +25 -25
  125. pulumi_aiven/redis.py +13 -9
  126. pulumi_aiven/redis_user.py +55 -51
  127. pulumi_aiven/service_integration.py +201 -9
  128. pulumi_aiven/service_integration_endpoint.py +7 -7
  129. pulumi_aiven/static_ip.py +14 -14
  130. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  131. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  132. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  133. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  134. pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -33,6 +33,17 @@ __all__ = [
33
33
  'ClickhouseServiceIntegrationArgs',
34
34
  'ClickhouseTagArgs',
35
35
  'ClickhouseTechEmailArgs',
36
+ 'DragonflyComponentArgs',
37
+ 'DragonflyDragonflyArgs',
38
+ 'DragonflyDragonflyUserConfigArgs',
39
+ 'DragonflyDragonflyUserConfigIpFilterObjectArgs',
40
+ 'DragonflyDragonflyUserConfigMigrationArgs',
41
+ 'DragonflyDragonflyUserConfigPrivateAccessArgs',
42
+ 'DragonflyDragonflyUserConfigPrivatelinkAccessArgs',
43
+ 'DragonflyDragonflyUserConfigPublicAccessArgs',
44
+ 'DragonflyServiceIntegrationArgs',
45
+ 'DragonflyTagArgs',
46
+ 'DragonflyTechEmailArgs',
36
47
  'FlinkApplicationVersionSinkArgs',
37
48
  'FlinkApplicationVersionSourceArgs',
38
49
  'FlinkComponentArgs',
@@ -168,7 +179,9 @@ __all__ = [
168
179
  'OpenSearchServiceIntegrationArgs',
169
180
  'OpenSearchTagArgs',
170
181
  'OpenSearchTechEmailArgs',
182
+ 'OrganizationGroupProjectTimeoutsArgs',
171
183
  'OrganizationTimeoutsArgs',
184
+ 'OrganizationUserGroupMemberTimeoutsArgs',
172
185
  'PgComponentArgs',
173
186
  'PgPgArgs',
174
187
  'PgPgUserConfigArgs',
@@ -176,6 +189,7 @@ __all__ = [
176
189
  'PgPgUserConfigMigrationArgs',
177
190
  'PgPgUserConfigPgArgs',
178
191
  'PgPgUserConfigPgQualstatsArgs',
192
+ 'PgPgUserConfigPgauditArgs',
179
193
  'PgPgUserConfigPgbouncerArgs',
180
194
  'PgPgUserConfigPglookoutArgs',
181
195
  'PgPgUserConfigPrivateAccessArgs',
@@ -221,9 +235,12 @@ __all__ = [
221
235
  'ServiceIntegrationEndpointJolokiaUserConfigArgs',
222
236
  'ServiceIntegrationEndpointPrometheusUserConfigArgs',
223
237
  'ServiceIntegrationEndpointRsyslogUserConfigArgs',
238
+ 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs',
224
239
  'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs',
225
240
  'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs',
226
241
  'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs',
242
+ 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgs',
243
+ 'ServiceIntegrationExternalOpensearchLogsUserConfigArgs',
227
244
  'ServiceIntegrationKafkaConnectUserConfigArgs',
228
245
  'ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs',
229
246
  'ServiceIntegrationKafkaLogsUserConfigArgs',
@@ -233,6 +250,9 @@ __all__ = [
233
250
  'ServiceIntegrationMetricsUserConfigArgs',
234
251
  'ServiceIntegrationMetricsUserConfigSourceMysqlArgs',
235
252
  'ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs',
253
+ 'ServiceIntegrationPrometheusUserConfigArgs',
254
+ 'ServiceIntegrationPrometheusUserConfigSourceMysqlArgs',
255
+ 'ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs',
236
256
  ]
237
257
 
238
258
  @pulumi.input_type
@@ -1569,11 +1589,11 @@ class ClickhouseGrantPrivilegeGrantArgs:
1569
1589
  table: Optional[pulumi.Input[str]] = None,
1570
1590
  with_grant: Optional[pulumi.Input[bool]] = None):
1571
1591
  """
1572
- :param pulumi.Input[str] database: The database that the grant refers 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.
1573
- :param pulumi.Input[str] column: The column that the grant refers to. This property cannot be changed, doing so forces recreation of the resource.
1574
- :param pulumi.Input[str] privilege: The privilege to grant, i.e. 'INSERT', 'SELECT', etc. This property cannot be changed, doing so forces recreation of the resource.
1575
- :param pulumi.Input[str] table: The table that the grant refers to. This property cannot be changed, doing so forces recreation of the resource.
1576
- :param pulumi.Input[bool] with_grant: If true then the grantee gets the ability to grant the privileges he received too. This property cannot be changed, doing so forces recreation of the resource.
1592
+ :param pulumi.Input[str] database: The database that the grant refers to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1593
+ :param pulumi.Input[str] column: The column that the grant refers to. Changing this property forces recreation of the resource.
1594
+ :param pulumi.Input[str] privilege: The privilege to grant, i.e. 'INSERT', 'SELECT', etc. Changing this property forces recreation of the resource.
1595
+ :param pulumi.Input[str] table: The table that the grant refers to. Changing this property forces recreation of the resource.
1596
+ :param pulumi.Input[bool] with_grant: If true then the grantee gets the ability to grant the privileges he received too. Changing this property forces recreation of the resource.
1577
1597
  """
1578
1598
  pulumi.set(__self__, "database", database)
1579
1599
  if column is not None:
@@ -1589,7 +1609,7 @@ class ClickhouseGrantPrivilegeGrantArgs:
1589
1609
  @pulumi.getter
1590
1610
  def database(self) -> pulumi.Input[str]:
1591
1611
  """
1592
- The database that the grant refers 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.
1612
+ The database that the grant refers to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1593
1613
  """
1594
1614
  return pulumi.get(self, "database")
1595
1615
 
@@ -1601,7 +1621,7 @@ class ClickhouseGrantPrivilegeGrantArgs:
1601
1621
  @pulumi.getter
1602
1622
  def column(self) -> Optional[pulumi.Input[str]]:
1603
1623
  """
1604
- The column that the grant refers to. This property cannot be changed, doing so forces recreation of the resource.
1624
+ The column that the grant refers to. Changing this property forces recreation of the resource.
1605
1625
  """
1606
1626
  return pulumi.get(self, "column")
1607
1627
 
@@ -1613,7 +1633,7 @@ class ClickhouseGrantPrivilegeGrantArgs:
1613
1633
  @pulumi.getter
1614
1634
  def privilege(self) -> Optional[pulumi.Input[str]]:
1615
1635
  """
1616
- The privilege to grant, i.e. 'INSERT', 'SELECT', etc. This property cannot be changed, doing so forces recreation of the resource.
1636
+ The privilege to grant, i.e. 'INSERT', 'SELECT', etc. Changing this property forces recreation of the resource.
1617
1637
  """
1618
1638
  return pulumi.get(self, "privilege")
1619
1639
 
@@ -1625,7 +1645,7 @@ class ClickhouseGrantPrivilegeGrantArgs:
1625
1645
  @pulumi.getter
1626
1646
  def table(self) -> Optional[pulumi.Input[str]]:
1627
1647
  """
1628
- The table that the grant refers to. This property cannot be changed, doing so forces recreation of the resource.
1648
+ The table that the grant refers to. Changing this property forces recreation of the resource.
1629
1649
  """
1630
1650
  return pulumi.get(self, "table")
1631
1651
 
@@ -1637,7 +1657,7 @@ class ClickhouseGrantPrivilegeGrantArgs:
1637
1657
  @pulumi.getter(name="withGrant")
1638
1658
  def with_grant(self) -> Optional[pulumi.Input[bool]]:
1639
1659
  """
1640
- If true then the grantee gets the ability to grant the privileges he received too. This property cannot be changed, doing so forces recreation of the resource.
1660
+ If true then the grantee gets the ability to grant the privileges he received too. Changing this property forces recreation of the resource.
1641
1661
  """
1642
1662
  return pulumi.get(self, "with_grant")
1643
1663
 
@@ -1651,7 +1671,7 @@ class ClickhouseGrantRoleGrantArgs:
1651
1671
  def __init__(__self__, *,
1652
1672
  role: Optional[pulumi.Input[str]] = None):
1653
1673
  """
1654
- :param pulumi.Input[str] role: The role that is to be granted. 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.
1674
+ :param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1655
1675
  """
1656
1676
  if role is not None:
1657
1677
  pulumi.set(__self__, "role", role)
@@ -1660,7 +1680,7 @@ class ClickhouseGrantRoleGrantArgs:
1660
1680
  @pulumi.getter
1661
1681
  def role(self) -> Optional[pulumi.Input[str]]:
1662
1682
  """
1663
- The role that is to be granted. 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.
1683
+ The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1664
1684
  """
1665
1685
  return pulumi.get(self, "role")
1666
1686
 
@@ -1766,83 +1786,7 @@ class ClickhouseTechEmailArgs:
1766
1786
 
1767
1787
 
1768
1788
  @pulumi.input_type
1769
- class FlinkApplicationVersionSinkArgs:
1770
- def __init__(__self__, *,
1771
- create_table: pulumi.Input[str],
1772
- integration_id: Optional[pulumi.Input[str]] = None):
1773
- """
1774
- :param pulumi.Input[str] create_table: The CREATE TABLE statement
1775
- :param pulumi.Input[str] integration_id: The integration ID
1776
- """
1777
- pulumi.set(__self__, "create_table", create_table)
1778
- if integration_id is not None:
1779
- pulumi.set(__self__, "integration_id", integration_id)
1780
-
1781
- @property
1782
- @pulumi.getter(name="createTable")
1783
- def create_table(self) -> pulumi.Input[str]:
1784
- """
1785
- The CREATE TABLE statement
1786
- """
1787
- return pulumi.get(self, "create_table")
1788
-
1789
- @create_table.setter
1790
- def create_table(self, value: pulumi.Input[str]):
1791
- pulumi.set(self, "create_table", value)
1792
-
1793
- @property
1794
- @pulumi.getter(name="integrationId")
1795
- def integration_id(self) -> Optional[pulumi.Input[str]]:
1796
- """
1797
- The integration ID
1798
- """
1799
- return pulumi.get(self, "integration_id")
1800
-
1801
- @integration_id.setter
1802
- def integration_id(self, value: Optional[pulumi.Input[str]]):
1803
- pulumi.set(self, "integration_id", value)
1804
-
1805
-
1806
- @pulumi.input_type
1807
- class FlinkApplicationVersionSourceArgs:
1808
- def __init__(__self__, *,
1809
- create_table: pulumi.Input[str],
1810
- integration_id: Optional[pulumi.Input[str]] = None):
1811
- """
1812
- :param pulumi.Input[str] create_table: The CREATE TABLE statement
1813
- :param pulumi.Input[str] integration_id: The integration ID
1814
- """
1815
- pulumi.set(__self__, "create_table", create_table)
1816
- if integration_id is not None:
1817
- pulumi.set(__self__, "integration_id", integration_id)
1818
-
1819
- @property
1820
- @pulumi.getter(name="createTable")
1821
- def create_table(self) -> pulumi.Input[str]:
1822
- """
1823
- The CREATE TABLE statement
1824
- """
1825
- return pulumi.get(self, "create_table")
1826
-
1827
- @create_table.setter
1828
- def create_table(self, value: pulumi.Input[str]):
1829
- pulumi.set(self, "create_table", value)
1830
-
1831
- @property
1832
- @pulumi.getter(name="integrationId")
1833
- def integration_id(self) -> Optional[pulumi.Input[str]]:
1834
- """
1835
- The integration ID
1836
- """
1837
- return pulumi.get(self, "integration_id")
1838
-
1839
- @integration_id.setter
1840
- def integration_id(self, value: Optional[pulumi.Input[str]]):
1841
- pulumi.set(self, "integration_id", value)
1842
-
1843
-
1844
- @pulumi.input_type
1845
- class FlinkComponentArgs:
1789
+ class DragonflyComponentArgs:
1846
1790
  def __init__(__self__, *,
1847
1791
  component: Optional[pulumi.Input[str]] = None,
1848
1792
  connection_uri: Optional[pulumi.Input[str]] = None,
@@ -1977,58 +1921,48 @@ class FlinkComponentArgs:
1977
1921
 
1978
1922
 
1979
1923
  @pulumi.input_type
1980
- class FlinkFlinkArgs:
1981
- def __init__(__self__, *,
1982
- host_ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1983
- """
1984
- :param pulumi.Input[Sequence[pulumi.Input[str]]] host_ports: Host and Port of a Flink server
1985
- """
1986
- if host_ports is not None:
1987
- pulumi.set(__self__, "host_ports", host_ports)
1988
-
1989
- @property
1990
- @pulumi.getter(name="hostPorts")
1991
- def host_ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1992
- """
1993
- Host and Port of a Flink server
1994
- """
1995
- return pulumi.get(self, "host_ports")
1996
-
1997
- @host_ports.setter
1998
- def host_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1999
- pulumi.set(self, "host_ports", value)
1924
+ class DragonflyDragonflyArgs:
1925
+ def __init__(__self__):
1926
+ pass
2000
1927
 
2001
1928
 
2002
1929
  @pulumi.input_type
2003
- class FlinkFlinkUserConfigArgs:
1930
+ class DragonflyDragonflyUserConfigArgs:
2004
1931
  def __init__(__self__, *,
2005
- additional_backup_regions: Optional[pulumi.Input[str]] = None,
2006
- flink_version: Optional[pulumi.Input[str]] = None,
2007
- ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]] = None,
1932
+ cache_mode: Optional[pulumi.Input[bool]] = None,
1933
+ dragonfly_ssl: Optional[pulumi.Input[bool]] = None,
1934
+ ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]]] = None,
2008
1935
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2009
1936
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2010
- number_of_task_slots: Optional[pulumi.Input[int]] = None,
2011
- privatelink_access: Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']] = None,
1937
+ migration: Optional[pulumi.Input['DragonflyDragonflyUserConfigMigrationArgs']] = None,
1938
+ private_access: Optional[pulumi.Input['DragonflyDragonflyUserConfigPrivateAccessArgs']] = None,
1939
+ privatelink_access: Optional[pulumi.Input['DragonflyDragonflyUserConfigPrivatelinkAccessArgs']] = None,
1940
+ project_to_fork_from: Optional[pulumi.Input[str]] = None,
1941
+ public_access: Optional[pulumi.Input['DragonflyDragonflyUserConfigPublicAccessArgs']] = None,
1942
+ recovery_basebackup_name: Optional[pulumi.Input[str]] = None,
2012
1943
  service_log: Optional[pulumi.Input[bool]] = None,
1944
+ service_to_fork_from: Optional[pulumi.Input[str]] = None,
2013
1945
  static_ips: Optional[pulumi.Input[bool]] = None):
2014
1946
  """
2015
- :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
2016
- :param pulumi.Input[str] flink_version: Flink major version.
2017
- :param pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
1947
+ :param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
1948
+ :param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
1949
+ :param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
2018
1950
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2019
1951
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2020
- :param pulumi.Input[int] number_of_task_slots: Task slots per node. For a 3 node plan, total number of task slots is 3x this value.
2021
- :param pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
1952
+ :param pulumi.Input['DragonflyDragonflyUserConfigMigrationArgs'] migration: Migrate data from existing server
1953
+ :param pulumi.Input['DragonflyDragonflyUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
1954
+ :param pulumi.Input['DragonflyDragonflyUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
1955
+ :param pulumi.Input[str] project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created.
1956
+ :param pulumi.Input['DragonflyDragonflyUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
1957
+ :param pulumi.Input[str] recovery_basebackup_name: Name of the basebackup to restore in forked service.
2022
1958
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
1959
+ :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
2023
1960
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
2024
1961
  """
2025
- if additional_backup_regions is not None:
2026
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
2027
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
2028
- if additional_backup_regions is not None:
2029
- pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
2030
- if flink_version is not None:
2031
- pulumi.set(__self__, "flink_version", flink_version)
1962
+ if cache_mode is not None:
1963
+ pulumi.set(__self__, "cache_mode", cache_mode)
1964
+ if dragonfly_ssl is not None:
1965
+ pulumi.set(__self__, "dragonfly_ssl", dragonfly_ssl)
2032
1966
  if ip_filter_objects is not None:
2033
1967
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
2034
1968
  if ip_filter_strings is not None:
@@ -2038,52 +1972,59 @@ class FlinkFlinkUserConfigArgs:
2038
1972
  pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
2039
1973
  if ip_filters is not None:
2040
1974
  pulumi.set(__self__, "ip_filters", ip_filters)
2041
- if number_of_task_slots is not None:
2042
- pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
1975
+ if migration is not None:
1976
+ pulumi.set(__self__, "migration", migration)
1977
+ if private_access is not None:
1978
+ pulumi.set(__self__, "private_access", private_access)
2043
1979
  if privatelink_access is not None:
2044
1980
  pulumi.set(__self__, "privatelink_access", privatelink_access)
1981
+ if project_to_fork_from is not None:
1982
+ pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
1983
+ if public_access is not None:
1984
+ pulumi.set(__self__, "public_access", public_access)
1985
+ if recovery_basebackup_name is not None:
1986
+ pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
2045
1987
  if service_log is not None:
2046
1988
  pulumi.set(__self__, "service_log", service_log)
1989
+ if service_to_fork_from is not None:
1990
+ pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
2047
1991
  if static_ips is not None:
2048
1992
  pulumi.set(__self__, "static_ips", static_ips)
2049
1993
 
2050
1994
  @property
2051
- @pulumi.getter(name="additionalBackupRegions")
2052
- def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
1995
+ @pulumi.getter(name="cacheMode")
1996
+ def cache_mode(self) -> Optional[pulumi.Input[bool]]:
2053
1997
  """
2054
- Additional Cloud Regions for Backup Replication.
1998
+ Evict entries when getting close to maxmemory limit. The default value is `false`.
2055
1999
  """
2056
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
2057
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
2058
-
2059
- return pulumi.get(self, "additional_backup_regions")
2000
+ return pulumi.get(self, "cache_mode")
2060
2001
 
2061
- @additional_backup_regions.setter
2062
- def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
2063
- pulumi.set(self, "additional_backup_regions", value)
2002
+ @cache_mode.setter
2003
+ def cache_mode(self, value: Optional[pulumi.Input[bool]]):
2004
+ pulumi.set(self, "cache_mode", value)
2064
2005
 
2065
2006
  @property
2066
- @pulumi.getter(name="flinkVersion")
2067
- def flink_version(self) -> Optional[pulumi.Input[str]]:
2007
+ @pulumi.getter(name="dragonflySsl")
2008
+ def dragonfly_ssl(self) -> Optional[pulumi.Input[bool]]:
2068
2009
  """
2069
- Flink major version.
2010
+ Require SSL to access Dragonfly. The default value is `true`.
2070
2011
  """
2071
- return pulumi.get(self, "flink_version")
2012
+ return pulumi.get(self, "dragonfly_ssl")
2072
2013
 
2073
- @flink_version.setter
2074
- def flink_version(self, value: Optional[pulumi.Input[str]]):
2075
- pulumi.set(self, "flink_version", value)
2014
+ @dragonfly_ssl.setter
2015
+ def dragonfly_ssl(self, value: Optional[pulumi.Input[bool]]):
2016
+ pulumi.set(self, "dragonfly_ssl", value)
2076
2017
 
2077
2018
  @property
2078
2019
  @pulumi.getter(name="ipFilterObjects")
2079
- def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]]:
2020
+ def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]]]:
2080
2021
  """
2081
2022
  Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
2082
2023
  """
2083
2024
  return pulumi.get(self, "ip_filter_objects")
2084
2025
 
2085
2026
  @ip_filter_objects.setter
2086
- def ip_filter_objects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]]):
2027
+ def ip_filter_objects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]]]):
2087
2028
  pulumi.set(self, "ip_filter_objects", value)
2088
2029
 
2089
2030
  @property
@@ -2114,29 +2055,77 @@ class FlinkFlinkUserConfigArgs:
2114
2055
  pulumi.set(self, "ip_filters", value)
2115
2056
 
2116
2057
  @property
2117
- @pulumi.getter(name="numberOfTaskSlots")
2118
- def number_of_task_slots(self) -> Optional[pulumi.Input[int]]:
2058
+ @pulumi.getter
2059
+ def migration(self) -> Optional[pulumi.Input['DragonflyDragonflyUserConfigMigrationArgs']]:
2119
2060
  """
2120
- Task slots per node. For a 3 node plan, total number of task slots is 3x this value.
2061
+ Migrate data from existing server
2121
2062
  """
2122
- return pulumi.get(self, "number_of_task_slots")
2063
+ return pulumi.get(self, "migration")
2123
2064
 
2124
- @number_of_task_slots.setter
2125
- def number_of_task_slots(self, value: Optional[pulumi.Input[int]]):
2126
- pulumi.set(self, "number_of_task_slots", value)
2065
+ @migration.setter
2066
+ def migration(self, value: Optional[pulumi.Input['DragonflyDragonflyUserConfigMigrationArgs']]):
2067
+ pulumi.set(self, "migration", value)
2068
+
2069
+ @property
2070
+ @pulumi.getter(name="privateAccess")
2071
+ def private_access(self) -> Optional[pulumi.Input['DragonflyDragonflyUserConfigPrivateAccessArgs']]:
2072
+ """
2073
+ Allow access to selected service ports from private networks
2074
+ """
2075
+ return pulumi.get(self, "private_access")
2076
+
2077
+ @private_access.setter
2078
+ def private_access(self, value: Optional[pulumi.Input['DragonflyDragonflyUserConfigPrivateAccessArgs']]):
2079
+ pulumi.set(self, "private_access", value)
2127
2080
 
2128
2081
  @property
2129
2082
  @pulumi.getter(name="privatelinkAccess")
2130
- def privatelink_access(self) -> Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']]:
2083
+ def privatelink_access(self) -> Optional[pulumi.Input['DragonflyDragonflyUserConfigPrivatelinkAccessArgs']]:
2131
2084
  """
2132
2085
  Allow access to selected service components through Privatelink
2133
2086
  """
2134
2087
  return pulumi.get(self, "privatelink_access")
2135
2088
 
2136
2089
  @privatelink_access.setter
2137
- def privatelink_access(self, value: Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']]):
2090
+ def privatelink_access(self, value: Optional[pulumi.Input['DragonflyDragonflyUserConfigPrivatelinkAccessArgs']]):
2138
2091
  pulumi.set(self, "privatelink_access", value)
2139
2092
 
2093
+ @property
2094
+ @pulumi.getter(name="projectToForkFrom")
2095
+ def project_to_fork_from(self) -> Optional[pulumi.Input[str]]:
2096
+ """
2097
+ Name of another project to fork a service from. This has effect only when a new service is being created.
2098
+ """
2099
+ return pulumi.get(self, "project_to_fork_from")
2100
+
2101
+ @project_to_fork_from.setter
2102
+ def project_to_fork_from(self, value: Optional[pulumi.Input[str]]):
2103
+ pulumi.set(self, "project_to_fork_from", value)
2104
+
2105
+ @property
2106
+ @pulumi.getter(name="publicAccess")
2107
+ def public_access(self) -> Optional[pulumi.Input['DragonflyDragonflyUserConfigPublicAccessArgs']]:
2108
+ """
2109
+ Allow access to selected service ports from the public Internet
2110
+ """
2111
+ return pulumi.get(self, "public_access")
2112
+
2113
+ @public_access.setter
2114
+ def public_access(self, value: Optional[pulumi.Input['DragonflyDragonflyUserConfigPublicAccessArgs']]):
2115
+ pulumi.set(self, "public_access", value)
2116
+
2117
+ @property
2118
+ @pulumi.getter(name="recoveryBasebackupName")
2119
+ def recovery_basebackup_name(self) -> Optional[pulumi.Input[str]]:
2120
+ """
2121
+ Name of the basebackup to restore in forked service.
2122
+ """
2123
+ return pulumi.get(self, "recovery_basebackup_name")
2124
+
2125
+ @recovery_basebackup_name.setter
2126
+ def recovery_basebackup_name(self, value: Optional[pulumi.Input[str]]):
2127
+ pulumi.set(self, "recovery_basebackup_name", value)
2128
+
2140
2129
  @property
2141
2130
  @pulumi.getter(name="serviceLog")
2142
2131
  def service_log(self) -> Optional[pulumi.Input[bool]]:
@@ -2149,6 +2138,18 @@ class FlinkFlinkUserConfigArgs:
2149
2138
  def service_log(self, value: Optional[pulumi.Input[bool]]):
2150
2139
  pulumi.set(self, "service_log", value)
2151
2140
 
2141
+ @property
2142
+ @pulumi.getter(name="serviceToForkFrom")
2143
+ def service_to_fork_from(self) -> Optional[pulumi.Input[str]]:
2144
+ """
2145
+ Name of another service to fork from. This has effect only when a new service is being created.
2146
+ """
2147
+ return pulumi.get(self, "service_to_fork_from")
2148
+
2149
+ @service_to_fork_from.setter
2150
+ def service_to_fork_from(self, value: Optional[pulumi.Input[str]]):
2151
+ pulumi.set(self, "service_to_fork_from", value)
2152
+
2152
2153
  @property
2153
2154
  @pulumi.getter(name="staticIps")
2154
2155
  def static_ips(self) -> Optional[pulumi.Input[bool]]:
@@ -2163,7 +2164,7 @@ class FlinkFlinkUserConfigArgs:
2163
2164
 
2164
2165
 
2165
2166
  @pulumi.input_type
2166
- class FlinkFlinkUserConfigIpFilterObjectArgs:
2167
+ class DragonflyDragonflyUserConfigIpFilterObjectArgs:
2167
2168
  def __init__(__self__, *,
2168
2169
  network: pulumi.Input[str],
2169
2170
  description: Optional[pulumi.Input[str]] = None):
@@ -2201,30 +2202,202 @@ class FlinkFlinkUserConfigIpFilterObjectArgs:
2201
2202
 
2202
2203
 
2203
2204
  @pulumi.input_type
2204
- class FlinkFlinkUserConfigPrivatelinkAccessArgs:
2205
+ class DragonflyDragonflyUserConfigMigrationArgs:
2205
2206
  def __init__(__self__, *,
2206
- flink: Optional[pulumi.Input[bool]] = None,
2207
- prometheus: Optional[pulumi.Input[bool]] = None):
2207
+ host: pulumi.Input[str],
2208
+ port: pulumi.Input[int],
2209
+ dbname: Optional[pulumi.Input[str]] = None,
2210
+ ignore_dbs: Optional[pulumi.Input[str]] = None,
2211
+ method: Optional[pulumi.Input[str]] = None,
2212
+ password: Optional[pulumi.Input[str]] = None,
2213
+ ssl: Optional[pulumi.Input[bool]] = None,
2214
+ username: Optional[pulumi.Input[str]] = None):
2208
2215
  """
2209
- :param pulumi.Input[bool] flink: Enable flink.
2210
- :param pulumi.Input[bool] prometheus: Enable prometheus.
2216
+ :param pulumi.Input[str] host: Hostname or IP address of the server where to migrate data from.
2217
+ :param pulumi.Input[int] port: Port number of the server where to migrate data from.
2218
+ :param pulumi.Input[str] dbname: Database name for bootstrapping the initial connection.
2219
+ :param pulumi.Input[str] ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
2220
+ :param pulumi.Input[str] method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
2221
+ :param pulumi.Input[str] password: Password for authentication with the server where to migrate data from.
2222
+ :param pulumi.Input[bool] ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
2223
+ :param pulumi.Input[str] username: User name for authentication with the server where to migrate data from.
2211
2224
  """
2212
- if flink is not None:
2213
- pulumi.set(__self__, "flink", flink)
2214
- if prometheus is not None:
2215
- pulumi.set(__self__, "prometheus", prometheus)
2216
-
2217
- @property
2218
- @pulumi.getter
2219
- def flink(self) -> Optional[pulumi.Input[bool]]:
2225
+ pulumi.set(__self__, "host", host)
2226
+ pulumi.set(__self__, "port", port)
2227
+ if dbname is not None:
2228
+ pulumi.set(__self__, "dbname", dbname)
2229
+ if ignore_dbs is not None:
2230
+ pulumi.set(__self__, "ignore_dbs", ignore_dbs)
2231
+ if method is not None:
2232
+ pulumi.set(__self__, "method", method)
2233
+ if password is not None:
2234
+ pulumi.set(__self__, "password", password)
2235
+ if ssl is not None:
2236
+ pulumi.set(__self__, "ssl", ssl)
2237
+ if username is not None:
2238
+ pulumi.set(__self__, "username", username)
2239
+
2240
+ @property
2241
+ @pulumi.getter
2242
+ def host(self) -> pulumi.Input[str]:
2220
2243
  """
2221
- Enable flink.
2244
+ Hostname or IP address of the server where to migrate data from.
2222
2245
  """
2223
- return pulumi.get(self, "flink")
2246
+ return pulumi.get(self, "host")
2224
2247
 
2225
- @flink.setter
2226
- def flink(self, value: Optional[pulumi.Input[bool]]):
2227
- pulumi.set(self, "flink", value)
2248
+ @host.setter
2249
+ def host(self, value: pulumi.Input[str]):
2250
+ pulumi.set(self, "host", value)
2251
+
2252
+ @property
2253
+ @pulumi.getter
2254
+ def port(self) -> pulumi.Input[int]:
2255
+ """
2256
+ Port number of the server where to migrate data from.
2257
+ """
2258
+ return pulumi.get(self, "port")
2259
+
2260
+ @port.setter
2261
+ def port(self, value: pulumi.Input[int]):
2262
+ pulumi.set(self, "port", value)
2263
+
2264
+ @property
2265
+ @pulumi.getter
2266
+ def dbname(self) -> Optional[pulumi.Input[str]]:
2267
+ """
2268
+ Database name for bootstrapping the initial connection.
2269
+ """
2270
+ return pulumi.get(self, "dbname")
2271
+
2272
+ @dbname.setter
2273
+ def dbname(self, value: Optional[pulumi.Input[str]]):
2274
+ pulumi.set(self, "dbname", value)
2275
+
2276
+ @property
2277
+ @pulumi.getter(name="ignoreDbs")
2278
+ def ignore_dbs(self) -> Optional[pulumi.Input[str]]:
2279
+ """
2280
+ Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
2281
+ """
2282
+ return pulumi.get(self, "ignore_dbs")
2283
+
2284
+ @ignore_dbs.setter
2285
+ def ignore_dbs(self, value: Optional[pulumi.Input[str]]):
2286
+ pulumi.set(self, "ignore_dbs", value)
2287
+
2288
+ @property
2289
+ @pulumi.getter
2290
+ def method(self) -> Optional[pulumi.Input[str]]:
2291
+ """
2292
+ The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
2293
+ """
2294
+ return pulumi.get(self, "method")
2295
+
2296
+ @method.setter
2297
+ def method(self, value: Optional[pulumi.Input[str]]):
2298
+ pulumi.set(self, "method", value)
2299
+
2300
+ @property
2301
+ @pulumi.getter
2302
+ def password(self) -> Optional[pulumi.Input[str]]:
2303
+ """
2304
+ Password for authentication with the server where to migrate data from.
2305
+ """
2306
+ return pulumi.get(self, "password")
2307
+
2308
+ @password.setter
2309
+ def password(self, value: Optional[pulumi.Input[str]]):
2310
+ pulumi.set(self, "password", value)
2311
+
2312
+ @property
2313
+ @pulumi.getter
2314
+ def ssl(self) -> Optional[pulumi.Input[bool]]:
2315
+ """
2316
+ The server where to migrate data from is secured with SSL. The default value is `true`.
2317
+ """
2318
+ return pulumi.get(self, "ssl")
2319
+
2320
+ @ssl.setter
2321
+ def ssl(self, value: Optional[pulumi.Input[bool]]):
2322
+ pulumi.set(self, "ssl", value)
2323
+
2324
+ @property
2325
+ @pulumi.getter
2326
+ def username(self) -> Optional[pulumi.Input[str]]:
2327
+ """
2328
+ User name for authentication with the server where to migrate data from.
2329
+ """
2330
+ return pulumi.get(self, "username")
2331
+
2332
+ @username.setter
2333
+ def username(self, value: Optional[pulumi.Input[str]]):
2334
+ pulumi.set(self, "username", value)
2335
+
2336
+
2337
+ @pulumi.input_type
2338
+ class DragonflyDragonflyUserConfigPrivateAccessArgs:
2339
+ def __init__(__self__, *,
2340
+ dragonfly: Optional[pulumi.Input[bool]] = None,
2341
+ prometheus: Optional[pulumi.Input[bool]] = None):
2342
+ """
2343
+ :param pulumi.Input[bool] dragonfly: Allow clients to connect to dragonfly with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
2344
+ :param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
2345
+ """
2346
+ if dragonfly is not None:
2347
+ pulumi.set(__self__, "dragonfly", dragonfly)
2348
+ if prometheus is not None:
2349
+ pulumi.set(__self__, "prometheus", prometheus)
2350
+
2351
+ @property
2352
+ @pulumi.getter
2353
+ def dragonfly(self) -> Optional[pulumi.Input[bool]]:
2354
+ """
2355
+ Allow clients to connect to dragonfly with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
2356
+ """
2357
+ return pulumi.get(self, "dragonfly")
2358
+
2359
+ @dragonfly.setter
2360
+ def dragonfly(self, value: Optional[pulumi.Input[bool]]):
2361
+ pulumi.set(self, "dragonfly", value)
2362
+
2363
+ @property
2364
+ @pulumi.getter
2365
+ def prometheus(self) -> Optional[pulumi.Input[bool]]:
2366
+ """
2367
+ Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
2368
+ """
2369
+ return pulumi.get(self, "prometheus")
2370
+
2371
+ @prometheus.setter
2372
+ def prometheus(self, value: Optional[pulumi.Input[bool]]):
2373
+ pulumi.set(self, "prometheus", value)
2374
+
2375
+
2376
+ @pulumi.input_type
2377
+ class DragonflyDragonflyUserConfigPrivatelinkAccessArgs:
2378
+ def __init__(__self__, *,
2379
+ dragonfly: Optional[pulumi.Input[bool]] = None,
2380
+ prometheus: Optional[pulumi.Input[bool]] = None):
2381
+ """
2382
+ :param pulumi.Input[bool] dragonfly: Enable dragonfly.
2383
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
2384
+ """
2385
+ if dragonfly is not None:
2386
+ pulumi.set(__self__, "dragonfly", dragonfly)
2387
+ if prometheus is not None:
2388
+ pulumi.set(__self__, "prometheus", prometheus)
2389
+
2390
+ @property
2391
+ @pulumi.getter
2392
+ def dragonfly(self) -> Optional[pulumi.Input[bool]]:
2393
+ """
2394
+ Enable dragonfly.
2395
+ """
2396
+ return pulumi.get(self, "dragonfly")
2397
+
2398
+ @dragonfly.setter
2399
+ def dragonfly(self, value: Optional[pulumi.Input[bool]]):
2400
+ pulumi.set(self, "dragonfly", value)
2228
2401
 
2229
2402
  @property
2230
2403
  @pulumi.getter
@@ -2240,7 +2413,46 @@ class FlinkFlinkUserConfigPrivatelinkAccessArgs:
2240
2413
 
2241
2414
 
2242
2415
  @pulumi.input_type
2243
- class FlinkServiceIntegrationArgs:
2416
+ class DragonflyDragonflyUserConfigPublicAccessArgs:
2417
+ def __init__(__self__, *,
2418
+ dragonfly: Optional[pulumi.Input[bool]] = None,
2419
+ prometheus: Optional[pulumi.Input[bool]] = None):
2420
+ """
2421
+ :param pulumi.Input[bool] dragonfly: Allow clients to connect to dragonfly from the public internet for service nodes that are in a project VPC or another type of private network.
2422
+ :param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
2423
+ """
2424
+ if dragonfly is not None:
2425
+ pulumi.set(__self__, "dragonfly", dragonfly)
2426
+ if prometheus is not None:
2427
+ pulumi.set(__self__, "prometheus", prometheus)
2428
+
2429
+ @property
2430
+ @pulumi.getter
2431
+ def dragonfly(self) -> Optional[pulumi.Input[bool]]:
2432
+ """
2433
+ Allow clients to connect to dragonfly from the public internet for service nodes that are in a project VPC or another type of private network.
2434
+ """
2435
+ return pulumi.get(self, "dragonfly")
2436
+
2437
+ @dragonfly.setter
2438
+ def dragonfly(self, value: Optional[pulumi.Input[bool]]):
2439
+ pulumi.set(self, "dragonfly", value)
2440
+
2441
+ @property
2442
+ @pulumi.getter
2443
+ def prometheus(self) -> Optional[pulumi.Input[bool]]:
2444
+ """
2445
+ Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
2446
+ """
2447
+ return pulumi.get(self, "prometheus")
2448
+
2449
+ @prometheus.setter
2450
+ def prometheus(self, value: Optional[pulumi.Input[bool]]):
2451
+ pulumi.set(self, "prometheus", value)
2452
+
2453
+
2454
+ @pulumi.input_type
2455
+ class DragonflyServiceIntegrationArgs:
2244
2456
  def __init__(__self__, *,
2245
2457
  integration_type: pulumi.Input[str],
2246
2458
  source_service_name: pulumi.Input[str]):
@@ -2277,7 +2489,7 @@ class FlinkServiceIntegrationArgs:
2277
2489
 
2278
2490
 
2279
2491
  @pulumi.input_type
2280
- class FlinkTagArgs:
2492
+ class DragonflyTagArgs:
2281
2493
  def __init__(__self__, *,
2282
2494
  key: pulumi.Input[str],
2283
2495
  value: pulumi.Input[str]):
@@ -2314,7 +2526,7 @@ class FlinkTagArgs:
2314
2526
 
2315
2527
 
2316
2528
  @pulumi.input_type
2317
- class FlinkTechEmailArgs:
2529
+ class DragonflyTechEmailArgs:
2318
2530
  def __init__(__self__, *,
2319
2531
  email: pulumi.Input[str]):
2320
2532
  """
@@ -2336,66 +2548,142 @@ class FlinkTechEmailArgs:
2336
2548
 
2337
2549
 
2338
2550
  @pulumi.input_type
2339
- class GrafanaComponentArgs:
2551
+ class FlinkApplicationVersionSinkArgs:
2340
2552
  def __init__(__self__, *,
2341
- component: Optional[pulumi.Input[str]] = None,
2342
- connection_uri: Optional[pulumi.Input[str]] = None,
2343
- host: Optional[pulumi.Input[str]] = None,
2344
- kafka_authentication_method: Optional[pulumi.Input[str]] = None,
2345
- port: Optional[pulumi.Input[int]] = None,
2346
- route: Optional[pulumi.Input[str]] = None,
2347
- ssl: Optional[pulumi.Input[bool]] = None,
2348
- usage: Optional[pulumi.Input[str]] = None):
2553
+ create_table: pulumi.Input[str],
2554
+ integration_id: Optional[pulumi.Input[str]] = None):
2349
2555
  """
2350
- :param pulumi.Input[str] component: Service component name
2351
- :param pulumi.Input[str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
2352
- :param pulumi.Input[str] host: Host name for connecting to the service component
2353
- :param pulumi.Input[str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
2354
- :param pulumi.Input[int] port: Port number for connecting to the service component
2355
- :param pulumi.Input[str] route: Network access route
2356
- :param pulumi.Input[bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
2357
- :param pulumi.Input[str] usage: DNS usage name
2556
+ :param pulumi.Input[str] create_table: The CREATE TABLE statement
2557
+ :param pulumi.Input[str] integration_id: The integration ID
2358
2558
  """
2359
- if component is not None:
2360
- pulumi.set(__self__, "component", component)
2361
- if connection_uri is not None:
2362
- pulumi.set(__self__, "connection_uri", connection_uri)
2363
- if host is not None:
2364
- pulumi.set(__self__, "host", host)
2365
- if kafka_authentication_method is not None:
2366
- pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
2367
- if port is not None:
2368
- pulumi.set(__self__, "port", port)
2369
- if route is not None:
2370
- pulumi.set(__self__, "route", route)
2371
- if ssl is not None:
2372
- pulumi.set(__self__, "ssl", ssl)
2373
- if usage is not None:
2374
- pulumi.set(__self__, "usage", usage)
2559
+ pulumi.set(__self__, "create_table", create_table)
2560
+ if integration_id is not None:
2561
+ pulumi.set(__self__, "integration_id", integration_id)
2375
2562
 
2376
2563
  @property
2377
- @pulumi.getter
2378
- def component(self) -> Optional[pulumi.Input[str]]:
2564
+ @pulumi.getter(name="createTable")
2565
+ def create_table(self) -> pulumi.Input[str]:
2379
2566
  """
2380
- Service component name
2567
+ The CREATE TABLE statement
2381
2568
  """
2382
- return pulumi.get(self, "component")
2569
+ return pulumi.get(self, "create_table")
2383
2570
 
2384
- @component.setter
2385
- def component(self, value: Optional[pulumi.Input[str]]):
2386
- pulumi.set(self, "component", value)
2571
+ @create_table.setter
2572
+ def create_table(self, value: pulumi.Input[str]):
2573
+ pulumi.set(self, "create_table", value)
2387
2574
 
2388
2575
  @property
2389
- @pulumi.getter(name="connectionUri")
2390
- def connection_uri(self) -> Optional[pulumi.Input[str]]:
2576
+ @pulumi.getter(name="integrationId")
2577
+ def integration_id(self) -> Optional[pulumi.Input[str]]:
2391
2578
  """
2392
- Connection info for connecting to the service component. This is a combination of host and port.
2579
+ The integration ID
2393
2580
  """
2394
- return pulumi.get(self, "connection_uri")
2581
+ return pulumi.get(self, "integration_id")
2395
2582
 
2396
- @connection_uri.setter
2397
- def connection_uri(self, value: Optional[pulumi.Input[str]]):
2398
- pulumi.set(self, "connection_uri", value)
2583
+ @integration_id.setter
2584
+ def integration_id(self, value: Optional[pulumi.Input[str]]):
2585
+ pulumi.set(self, "integration_id", value)
2586
+
2587
+
2588
+ @pulumi.input_type
2589
+ class FlinkApplicationVersionSourceArgs:
2590
+ def __init__(__self__, *,
2591
+ create_table: pulumi.Input[str],
2592
+ integration_id: Optional[pulumi.Input[str]] = None):
2593
+ """
2594
+ :param pulumi.Input[str] create_table: The CREATE TABLE statement
2595
+ :param pulumi.Input[str] integration_id: The integration ID
2596
+ """
2597
+ pulumi.set(__self__, "create_table", create_table)
2598
+ if integration_id is not None:
2599
+ pulumi.set(__self__, "integration_id", integration_id)
2600
+
2601
+ @property
2602
+ @pulumi.getter(name="createTable")
2603
+ def create_table(self) -> pulumi.Input[str]:
2604
+ """
2605
+ The CREATE TABLE statement
2606
+ """
2607
+ return pulumi.get(self, "create_table")
2608
+
2609
+ @create_table.setter
2610
+ def create_table(self, value: pulumi.Input[str]):
2611
+ pulumi.set(self, "create_table", value)
2612
+
2613
+ @property
2614
+ @pulumi.getter(name="integrationId")
2615
+ def integration_id(self) -> Optional[pulumi.Input[str]]:
2616
+ """
2617
+ The integration ID
2618
+ """
2619
+ return pulumi.get(self, "integration_id")
2620
+
2621
+ @integration_id.setter
2622
+ def integration_id(self, value: Optional[pulumi.Input[str]]):
2623
+ pulumi.set(self, "integration_id", value)
2624
+
2625
+
2626
+ @pulumi.input_type
2627
+ class FlinkComponentArgs:
2628
+ def __init__(__self__, *,
2629
+ component: Optional[pulumi.Input[str]] = None,
2630
+ connection_uri: Optional[pulumi.Input[str]] = None,
2631
+ host: Optional[pulumi.Input[str]] = None,
2632
+ kafka_authentication_method: Optional[pulumi.Input[str]] = None,
2633
+ port: Optional[pulumi.Input[int]] = None,
2634
+ route: Optional[pulumi.Input[str]] = None,
2635
+ ssl: Optional[pulumi.Input[bool]] = None,
2636
+ usage: Optional[pulumi.Input[str]] = None):
2637
+ """
2638
+ :param pulumi.Input[str] component: Service component name
2639
+ :param pulumi.Input[str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
2640
+ :param pulumi.Input[str] host: Host name for connecting to the service component
2641
+ :param pulumi.Input[str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
2642
+ :param pulumi.Input[int] port: Port number for connecting to the service component
2643
+ :param pulumi.Input[str] route: Network access route
2644
+ :param pulumi.Input[bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
2645
+ :param pulumi.Input[str] usage: DNS usage name
2646
+ """
2647
+ if component is not None:
2648
+ pulumi.set(__self__, "component", component)
2649
+ if connection_uri is not None:
2650
+ pulumi.set(__self__, "connection_uri", connection_uri)
2651
+ if host is not None:
2652
+ pulumi.set(__self__, "host", host)
2653
+ if kafka_authentication_method is not None:
2654
+ pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
2655
+ if port is not None:
2656
+ pulumi.set(__self__, "port", port)
2657
+ if route is not None:
2658
+ pulumi.set(__self__, "route", route)
2659
+ if ssl is not None:
2660
+ pulumi.set(__self__, "ssl", ssl)
2661
+ if usage is not None:
2662
+ pulumi.set(__self__, "usage", usage)
2663
+
2664
+ @property
2665
+ @pulumi.getter
2666
+ def component(self) -> Optional[pulumi.Input[str]]:
2667
+ """
2668
+ Service component name
2669
+ """
2670
+ return pulumi.get(self, "component")
2671
+
2672
+ @component.setter
2673
+ def component(self, value: Optional[pulumi.Input[str]]):
2674
+ pulumi.set(self, "component", value)
2675
+
2676
+ @property
2677
+ @pulumi.getter(name="connectionUri")
2678
+ def connection_uri(self) -> Optional[pulumi.Input[str]]:
2679
+ """
2680
+ Connection info for connecting to the service component. This is a combination of host and port.
2681
+ """
2682
+ return pulumi.get(self, "connection_uri")
2683
+
2684
+ @connection_uri.setter
2685
+ def connection_uri(self, value: Optional[pulumi.Input[str]]):
2686
+ pulumi.set(self, "connection_uri", value)
2399
2687
 
2400
2688
  @property
2401
2689
  @pulumi.getter
@@ -2471,151 +2759,58 @@ class GrafanaComponentArgs:
2471
2759
 
2472
2760
 
2473
2761
  @pulumi.input_type
2474
- class GrafanaGrafanaArgs:
2475
- def __init__(__self__):
2476
- pass
2762
+ class FlinkFlinkArgs:
2763
+ def __init__(__self__, *,
2764
+ host_ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2765
+ """
2766
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] host_ports: Host and Port of a Flink server
2767
+ """
2768
+ if host_ports is not None:
2769
+ pulumi.set(__self__, "host_ports", host_ports)
2770
+
2771
+ @property
2772
+ @pulumi.getter(name="hostPorts")
2773
+ def host_ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2774
+ """
2775
+ Host and Port of a Flink server
2776
+ """
2777
+ return pulumi.get(self, "host_ports")
2778
+
2779
+ @host_ports.setter
2780
+ def host_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2781
+ pulumi.set(self, "host_ports", value)
2477
2782
 
2478
2783
 
2479
2784
  @pulumi.input_type
2480
- class GrafanaGrafanaUserConfigArgs:
2785
+ class FlinkFlinkUserConfigArgs:
2481
2786
  def __init__(__self__, *,
2482
2787
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
2483
- alerting_enabled: Optional[pulumi.Input[bool]] = None,
2484
- alerting_error_or_timeout: Optional[pulumi.Input[str]] = None,
2485
- alerting_max_annotations_to_keep: Optional[pulumi.Input[int]] = None,
2486
- alerting_nodata_or_nullvalues: Optional[pulumi.Input[str]] = None,
2487
- allow_embedding: Optional[pulumi.Input[bool]] = None,
2488
- auth_azuread: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs']] = None,
2489
- auth_basic_enabled: Optional[pulumi.Input[bool]] = None,
2490
- auth_generic_oauth: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs']] = None,
2491
- auth_github: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs']] = None,
2492
- auth_gitlab: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs']] = None,
2493
- auth_google: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs']] = None,
2494
- cookie_samesite: Optional[pulumi.Input[str]] = None,
2495
- custom_domain: Optional[pulumi.Input[str]] = None,
2496
- dashboard_previews_enabled: Optional[pulumi.Input[bool]] = None,
2497
- dashboards_min_refresh_interval: Optional[pulumi.Input[str]] = None,
2498
- dashboards_versions_to_keep: Optional[pulumi.Input[int]] = None,
2499
- dataproxy_send_user_header: Optional[pulumi.Input[bool]] = None,
2500
- dataproxy_timeout: Optional[pulumi.Input[int]] = None,
2501
- date_formats: Optional[pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs']] = None,
2502
- disable_gravatar: Optional[pulumi.Input[bool]] = None,
2503
- editors_can_admin: Optional[pulumi.Input[bool]] = None,
2504
- external_image_storage: Optional[pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs']] = None,
2505
- google_analytics_ua_id: Optional[pulumi.Input[str]] = None,
2506
- ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]]] = None,
2788
+ flink_version: Optional[pulumi.Input[str]] = None,
2789
+ ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]] = None,
2507
2790
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2508
2791
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2509
- metrics_enabled: Optional[pulumi.Input[bool]] = None,
2510
- oauth_allow_insecure_email_lookup: Optional[pulumi.Input[bool]] = None,
2511
- private_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']] = None,
2512
- privatelink_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']] = None,
2513
- project_to_fork_from: Optional[pulumi.Input[str]] = None,
2514
- public_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPublicAccessArgs']] = None,
2515
- recovery_basebackup_name: Optional[pulumi.Input[str]] = None,
2792
+ number_of_task_slots: Optional[pulumi.Input[int]] = None,
2793
+ privatelink_access: Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']] = None,
2516
2794
  service_log: Optional[pulumi.Input[bool]] = None,
2517
- service_to_fork_from: Optional[pulumi.Input[str]] = None,
2518
- smtp_server: Optional[pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs']] = None,
2519
- static_ips: Optional[pulumi.Input[bool]] = None,
2520
- unified_alerting_enabled: Optional[pulumi.Input[bool]] = None,
2521
- user_auto_assign_org: Optional[pulumi.Input[bool]] = None,
2522
- user_auto_assign_org_role: Optional[pulumi.Input[str]] = None,
2523
- viewers_can_edit: Optional[pulumi.Input[bool]] = None):
2795
+ static_ips: Optional[pulumi.Input[bool]] = None):
2524
2796
  """
2525
2797
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
2526
- :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
2527
- :param pulumi.Input[str] alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
2528
- :param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
2529
- :param pulumi.Input[str] alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
2530
- :param pulumi.Input[bool] allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
2531
- :param pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs'] auth_azuread: Azure AD OAuth integration
2532
- :param pulumi.Input[bool] auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
2533
- :param pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs'] auth_generic_oauth: Generic OAuth integration
2534
- :param pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs'] auth_github: Github Auth integration
2535
- :param pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs'] auth_gitlab: GitLab Auth integration
2536
- :param pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs'] auth_google: Google Auth integration
2537
- :param pulumi.Input[str] cookie_samesite: Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
2538
- :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
2539
- :param pulumi.Input[bool] dashboard_previews_enabled: This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
2540
- :param pulumi.Input[str] dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h.
2541
- :param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard.
2542
- :param pulumi.Input[bool] dataproxy_send_user_header: Send 'X-Grafana-User' header to data source.
2543
- :param pulumi.Input[int] dataproxy_timeout: Timeout for data proxy requests in seconds.
2544
- :param pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs'] date_formats: Grafana date format specifications
2545
- :param pulumi.Input[bool] disable_gravatar: Set to true to disable gravatar. Defaults to false (gravatar is enabled).
2546
- :param pulumi.Input[bool] editors_can_admin: Editors can manage folders, teams and dashboards created by them.
2547
- :param pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs'] external_image_storage: External image store settings
2548
- :param pulumi.Input[str] google_analytics_ua_id: Google Analytics ID.
2549
- :param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
2798
+ :param pulumi.Input[str] flink_version: Flink major version.
2799
+ :param pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
2550
2800
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2551
2801
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2552
- :param pulumi.Input[bool] metrics_enabled: Enable Grafana /metrics endpoint.
2553
- :param pulumi.Input[bool] oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
2554
- :param pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
2555
- :param pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
2556
- :param pulumi.Input[str] project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created.
2557
- :param pulumi.Input['GrafanaGrafanaUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
2558
- :param pulumi.Input[str] recovery_basebackup_name: Name of the basebackup to restore in forked service.
2802
+ :param pulumi.Input[int] number_of_task_slots: Task slots per node. For a 3 node plan, total number of task slots is 3x this value.
2803
+ :param pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
2559
2804
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
2560
- :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
2561
- :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
2562
2805
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
2563
- :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
2564
- :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
2565
- :param pulumi.Input[str] user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
2566
- :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
2567
2806
  """
2568
2807
  if additional_backup_regions is not None:
2569
2808
  warnings.warn("""This property is deprecated.""", DeprecationWarning)
2570
2809
  pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
2571
2810
  if additional_backup_regions is not None:
2572
2811
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
2573
- if alerting_enabled is not None:
2574
- pulumi.set(__self__, "alerting_enabled", alerting_enabled)
2575
- if alerting_error_or_timeout is not None:
2576
- pulumi.set(__self__, "alerting_error_or_timeout", alerting_error_or_timeout)
2577
- if alerting_max_annotations_to_keep is not None:
2578
- pulumi.set(__self__, "alerting_max_annotations_to_keep", alerting_max_annotations_to_keep)
2579
- if alerting_nodata_or_nullvalues is not None:
2580
- pulumi.set(__self__, "alerting_nodata_or_nullvalues", alerting_nodata_or_nullvalues)
2581
- if allow_embedding is not None:
2582
- pulumi.set(__self__, "allow_embedding", allow_embedding)
2583
- if auth_azuread is not None:
2584
- pulumi.set(__self__, "auth_azuread", auth_azuread)
2585
- if auth_basic_enabled is not None:
2586
- pulumi.set(__self__, "auth_basic_enabled", auth_basic_enabled)
2587
- if auth_generic_oauth is not None:
2588
- pulumi.set(__self__, "auth_generic_oauth", auth_generic_oauth)
2589
- if auth_github is not None:
2590
- pulumi.set(__self__, "auth_github", auth_github)
2591
- if auth_gitlab is not None:
2592
- pulumi.set(__self__, "auth_gitlab", auth_gitlab)
2593
- if auth_google is not None:
2594
- pulumi.set(__self__, "auth_google", auth_google)
2595
- if cookie_samesite is not None:
2596
- pulumi.set(__self__, "cookie_samesite", cookie_samesite)
2597
- if custom_domain is not None:
2598
- pulumi.set(__self__, "custom_domain", custom_domain)
2599
- if dashboard_previews_enabled is not None:
2600
- pulumi.set(__self__, "dashboard_previews_enabled", dashboard_previews_enabled)
2601
- if dashboards_min_refresh_interval is not None:
2602
- pulumi.set(__self__, "dashboards_min_refresh_interval", dashboards_min_refresh_interval)
2603
- if dashboards_versions_to_keep is not None:
2604
- pulumi.set(__self__, "dashboards_versions_to_keep", dashboards_versions_to_keep)
2605
- if dataproxy_send_user_header is not None:
2606
- pulumi.set(__self__, "dataproxy_send_user_header", dataproxy_send_user_header)
2607
- if dataproxy_timeout is not None:
2608
- pulumi.set(__self__, "dataproxy_timeout", dataproxy_timeout)
2609
- if date_formats is not None:
2610
- pulumi.set(__self__, "date_formats", date_formats)
2611
- if disable_gravatar is not None:
2612
- pulumi.set(__self__, "disable_gravatar", disable_gravatar)
2613
- if editors_can_admin is not None:
2614
- pulumi.set(__self__, "editors_can_admin", editors_can_admin)
2615
- if external_image_storage is not None:
2616
- pulumi.set(__self__, "external_image_storage", external_image_storage)
2617
- if google_analytics_ua_id is not None:
2618
- pulumi.set(__self__, "google_analytics_ua_id", google_analytics_ua_id)
2812
+ if flink_version is not None:
2813
+ pulumi.set(__self__, "flink_version", flink_version)
2619
2814
  if ip_filter_objects is not None:
2620
2815
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
2621
2816
  if ip_filter_strings is not None:
@@ -2625,36 +2820,14 @@ class GrafanaGrafanaUserConfigArgs:
2625
2820
  pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
2626
2821
  if ip_filters is not None:
2627
2822
  pulumi.set(__self__, "ip_filters", ip_filters)
2628
- if metrics_enabled is not None:
2629
- pulumi.set(__self__, "metrics_enabled", metrics_enabled)
2630
- if oauth_allow_insecure_email_lookup is not None:
2631
- pulumi.set(__self__, "oauth_allow_insecure_email_lookup", oauth_allow_insecure_email_lookup)
2632
- if private_access is not None:
2633
- pulumi.set(__self__, "private_access", private_access)
2823
+ if number_of_task_slots is not None:
2824
+ pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
2634
2825
  if privatelink_access is not None:
2635
2826
  pulumi.set(__self__, "privatelink_access", privatelink_access)
2636
- if project_to_fork_from is not None:
2637
- pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
2638
- if public_access is not None:
2639
- pulumi.set(__self__, "public_access", public_access)
2640
- if recovery_basebackup_name is not None:
2641
- pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
2642
2827
  if service_log is not None:
2643
2828
  pulumi.set(__self__, "service_log", service_log)
2644
- if service_to_fork_from is not None:
2645
- pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
2646
- if smtp_server is not None:
2647
- pulumi.set(__self__, "smtp_server", smtp_server)
2648
2829
  if static_ips is not None:
2649
2830
  pulumi.set(__self__, "static_ips", static_ips)
2650
- if unified_alerting_enabled is not None:
2651
- pulumi.set(__self__, "unified_alerting_enabled", unified_alerting_enabled)
2652
- if user_auto_assign_org is not None:
2653
- pulumi.set(__self__, "user_auto_assign_org", user_auto_assign_org)
2654
- if user_auto_assign_org_role is not None:
2655
- pulumi.set(__self__, "user_auto_assign_org_role", user_auto_assign_org_role)
2656
- if viewers_can_edit is not None:
2657
- pulumi.set(__self__, "viewers_can_edit", viewers_can_edit)
2658
2831
 
2659
2832
  @property
2660
2833
  @pulumi.getter(name="additionalBackupRegions")
@@ -2672,371 +2845,980 @@ class GrafanaGrafanaUserConfigArgs:
2672
2845
  pulumi.set(self, "additional_backup_regions", value)
2673
2846
 
2674
2847
  @property
2675
- @pulumi.getter(name="alertingEnabled")
2676
- def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
2848
+ @pulumi.getter(name="flinkVersion")
2849
+ def flink_version(self) -> Optional[pulumi.Input[str]]:
2677
2850
  """
2678
- Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
2851
+ Flink major version.
2679
2852
  """
2680
- return pulumi.get(self, "alerting_enabled")
2853
+ return pulumi.get(self, "flink_version")
2681
2854
 
2682
- @alerting_enabled.setter
2683
- def alerting_enabled(self, value: Optional[pulumi.Input[bool]]):
2684
- pulumi.set(self, "alerting_enabled", value)
2855
+ @flink_version.setter
2856
+ def flink_version(self, value: Optional[pulumi.Input[str]]):
2857
+ pulumi.set(self, "flink_version", value)
2685
2858
 
2686
2859
  @property
2687
- @pulumi.getter(name="alertingErrorOrTimeout")
2688
- def alerting_error_or_timeout(self) -> Optional[pulumi.Input[str]]:
2860
+ @pulumi.getter(name="ipFilterObjects")
2861
+ def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]]:
2689
2862
  """
2690
- Default error or timeout setting for new alerting rules.
2863
+ Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
2691
2864
  """
2692
- return pulumi.get(self, "alerting_error_or_timeout")
2865
+ return pulumi.get(self, "ip_filter_objects")
2693
2866
 
2694
- @alerting_error_or_timeout.setter
2695
- def alerting_error_or_timeout(self, value: Optional[pulumi.Input[str]]):
2696
- pulumi.set(self, "alerting_error_or_timeout", value)
2867
+ @ip_filter_objects.setter
2868
+ def ip_filter_objects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]]):
2869
+ pulumi.set(self, "ip_filter_objects", value)
2697
2870
 
2698
2871
  @property
2699
- @pulumi.getter(name="alertingMaxAnnotationsToKeep")
2700
- def alerting_max_annotations_to_keep(self) -> Optional[pulumi.Input[int]]:
2872
+ @pulumi.getter(name="ipFilterStrings")
2873
+ def ip_filter_strings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2701
2874
  """
2702
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
2875
+ Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2703
2876
  """
2704
- return pulumi.get(self, "alerting_max_annotations_to_keep")
2877
+ return pulumi.get(self, "ip_filter_strings")
2705
2878
 
2706
- @alerting_max_annotations_to_keep.setter
2707
- def alerting_max_annotations_to_keep(self, value: Optional[pulumi.Input[int]]):
2708
- pulumi.set(self, "alerting_max_annotations_to_keep", value)
2879
+ @ip_filter_strings.setter
2880
+ def ip_filter_strings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2881
+ pulumi.set(self, "ip_filter_strings", value)
2709
2882
 
2710
2883
  @property
2711
- @pulumi.getter(name="alertingNodataOrNullvalues")
2712
- def alerting_nodata_or_nullvalues(self) -> Optional[pulumi.Input[str]]:
2884
+ @pulumi.getter(name="ipFilters")
2885
+ def ip_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2713
2886
  """
2714
- Default value for 'no data or null values' for new alerting rules.
2887
+ Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2715
2888
  """
2716
- return pulumi.get(self, "alerting_nodata_or_nullvalues")
2889
+ warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
2890
+ pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
2717
2891
 
2718
- @alerting_nodata_or_nullvalues.setter
2719
- def alerting_nodata_or_nullvalues(self, value: Optional[pulumi.Input[str]]):
2720
- pulumi.set(self, "alerting_nodata_or_nullvalues", value)
2892
+ return pulumi.get(self, "ip_filters")
2893
+
2894
+ @ip_filters.setter
2895
+ def ip_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2896
+ pulumi.set(self, "ip_filters", value)
2721
2897
 
2722
2898
  @property
2723
- @pulumi.getter(name="allowEmbedding")
2724
- def allow_embedding(self) -> Optional[pulumi.Input[bool]]:
2899
+ @pulumi.getter(name="numberOfTaskSlots")
2900
+ def number_of_task_slots(self) -> Optional[pulumi.Input[int]]:
2725
2901
  """
2726
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
2902
+ Task slots per node. For a 3 node plan, total number of task slots is 3x this value.
2727
2903
  """
2728
- return pulumi.get(self, "allow_embedding")
2904
+ return pulumi.get(self, "number_of_task_slots")
2729
2905
 
2730
- @allow_embedding.setter
2731
- def allow_embedding(self, value: Optional[pulumi.Input[bool]]):
2732
- pulumi.set(self, "allow_embedding", value)
2906
+ @number_of_task_slots.setter
2907
+ def number_of_task_slots(self, value: Optional[pulumi.Input[int]]):
2908
+ pulumi.set(self, "number_of_task_slots", value)
2733
2909
 
2734
2910
  @property
2735
- @pulumi.getter(name="authAzuread")
2736
- def auth_azuread(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs']]:
2911
+ @pulumi.getter(name="privatelinkAccess")
2912
+ def privatelink_access(self) -> Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']]:
2737
2913
  """
2738
- Azure AD OAuth integration
2914
+ Allow access to selected service components through Privatelink
2739
2915
  """
2740
- return pulumi.get(self, "auth_azuread")
2916
+ return pulumi.get(self, "privatelink_access")
2741
2917
 
2742
- @auth_azuread.setter
2743
- def auth_azuread(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs']]):
2744
- pulumi.set(self, "auth_azuread", value)
2918
+ @privatelink_access.setter
2919
+ def privatelink_access(self, value: Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']]):
2920
+ pulumi.set(self, "privatelink_access", value)
2745
2921
 
2746
2922
  @property
2747
- @pulumi.getter(name="authBasicEnabled")
2748
- def auth_basic_enabled(self) -> Optional[pulumi.Input[bool]]:
2923
+ @pulumi.getter(name="serviceLog")
2924
+ def service_log(self) -> Optional[pulumi.Input[bool]]:
2749
2925
  """
2750
- Enable or disable basic authentication form, used by Grafana built-in login.
2926
+ Store logs for the service so that they are available in the HTTP API and console.
2751
2927
  """
2752
- return pulumi.get(self, "auth_basic_enabled")
2928
+ return pulumi.get(self, "service_log")
2753
2929
 
2754
- @auth_basic_enabled.setter
2755
- def auth_basic_enabled(self, value: Optional[pulumi.Input[bool]]):
2756
- pulumi.set(self, "auth_basic_enabled", value)
2930
+ @service_log.setter
2931
+ def service_log(self, value: Optional[pulumi.Input[bool]]):
2932
+ pulumi.set(self, "service_log", value)
2757
2933
 
2758
2934
  @property
2759
- @pulumi.getter(name="authGenericOauth")
2760
- def auth_generic_oauth(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs']]:
2935
+ @pulumi.getter(name="staticIps")
2936
+ def static_ips(self) -> Optional[pulumi.Input[bool]]:
2761
2937
  """
2762
- Generic OAuth integration
2938
+ Use static public IP addresses.
2763
2939
  """
2764
- return pulumi.get(self, "auth_generic_oauth")
2940
+ return pulumi.get(self, "static_ips")
2765
2941
 
2766
- @auth_generic_oauth.setter
2767
- def auth_generic_oauth(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs']]):
2768
- pulumi.set(self, "auth_generic_oauth", value)
2942
+ @static_ips.setter
2943
+ def static_ips(self, value: Optional[pulumi.Input[bool]]):
2944
+ pulumi.set(self, "static_ips", value)
2769
2945
 
2770
- @property
2771
- @pulumi.getter(name="authGithub")
2772
- def auth_github(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs']]:
2946
+
2947
+ @pulumi.input_type
2948
+ class FlinkFlinkUserConfigIpFilterObjectArgs:
2949
+ def __init__(__self__, *,
2950
+ network: pulumi.Input[str],
2951
+ description: Optional[pulumi.Input[str]] = None):
2773
2952
  """
2774
- Github Auth integration
2953
+ :param pulumi.Input[str] network: CIDR address block.
2954
+ :param pulumi.Input[str] description: Description for IP filter list entry.
2775
2955
  """
2776
- return pulumi.get(self, "auth_github")
2777
-
2778
- @auth_github.setter
2779
- def auth_github(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs']]):
2780
- pulumi.set(self, "auth_github", value)
2956
+ pulumi.set(__self__, "network", network)
2957
+ if description is not None:
2958
+ pulumi.set(__self__, "description", description)
2781
2959
 
2782
2960
  @property
2783
- @pulumi.getter(name="authGitlab")
2784
- def auth_gitlab(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs']]:
2961
+ @pulumi.getter
2962
+ def network(self) -> pulumi.Input[str]:
2785
2963
  """
2786
- GitLab Auth integration
2964
+ CIDR address block.
2787
2965
  """
2788
- return pulumi.get(self, "auth_gitlab")
2966
+ return pulumi.get(self, "network")
2789
2967
 
2790
- @auth_gitlab.setter
2791
- def auth_gitlab(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs']]):
2792
- pulumi.set(self, "auth_gitlab", value)
2968
+ @network.setter
2969
+ def network(self, value: pulumi.Input[str]):
2970
+ pulumi.set(self, "network", value)
2793
2971
 
2794
2972
  @property
2795
- @pulumi.getter(name="authGoogle")
2796
- def auth_google(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs']]:
2973
+ @pulumi.getter
2974
+ def description(self) -> Optional[pulumi.Input[str]]:
2797
2975
  """
2798
- Google Auth integration
2976
+ Description for IP filter list entry.
2799
2977
  """
2800
- return pulumi.get(self, "auth_google")
2978
+ return pulumi.get(self, "description")
2801
2979
 
2802
- @auth_google.setter
2803
- def auth_google(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs']]):
2804
- pulumi.set(self, "auth_google", value)
2980
+ @description.setter
2981
+ def description(self, value: Optional[pulumi.Input[str]]):
2982
+ pulumi.set(self, "description", value)
2805
2983
 
2806
- @property
2807
- @pulumi.getter(name="cookieSamesite")
2808
- def cookie_samesite(self) -> Optional[pulumi.Input[str]]:
2984
+
2985
+ @pulumi.input_type
2986
+ class FlinkFlinkUserConfigPrivatelinkAccessArgs:
2987
+ def __init__(__self__, *,
2988
+ flink: Optional[pulumi.Input[bool]] = None,
2989
+ prometheus: Optional[pulumi.Input[bool]] = None):
2809
2990
  """
2810
- Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
2991
+ :param pulumi.Input[bool] flink: Enable flink.
2992
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
2811
2993
  """
2812
- return pulumi.get(self, "cookie_samesite")
2813
-
2814
- @cookie_samesite.setter
2815
- def cookie_samesite(self, value: Optional[pulumi.Input[str]]):
2816
- pulumi.set(self, "cookie_samesite", value)
2994
+ if flink is not None:
2995
+ pulumi.set(__self__, "flink", flink)
2996
+ if prometheus is not None:
2997
+ pulumi.set(__self__, "prometheus", prometheus)
2817
2998
 
2818
2999
  @property
2819
- @pulumi.getter(name="customDomain")
2820
- def custom_domain(self) -> Optional[pulumi.Input[str]]:
3000
+ @pulumi.getter
3001
+ def flink(self) -> Optional[pulumi.Input[bool]]:
2821
3002
  """
2822
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
3003
+ Enable flink.
2823
3004
  """
2824
- return pulumi.get(self, "custom_domain")
3005
+ return pulumi.get(self, "flink")
2825
3006
 
2826
- @custom_domain.setter
2827
- def custom_domain(self, value: Optional[pulumi.Input[str]]):
2828
- pulumi.set(self, "custom_domain", value)
3007
+ @flink.setter
3008
+ def flink(self, value: Optional[pulumi.Input[bool]]):
3009
+ pulumi.set(self, "flink", value)
2829
3010
 
2830
3011
  @property
2831
- @pulumi.getter(name="dashboardPreviewsEnabled")
2832
- def dashboard_previews_enabled(self) -> Optional[pulumi.Input[bool]]:
3012
+ @pulumi.getter
3013
+ def prometheus(self) -> Optional[pulumi.Input[bool]]:
2833
3014
  """
2834
- This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
3015
+ Enable prometheus.
2835
3016
  """
2836
- return pulumi.get(self, "dashboard_previews_enabled")
3017
+ return pulumi.get(self, "prometheus")
2837
3018
 
2838
- @dashboard_previews_enabled.setter
2839
- def dashboard_previews_enabled(self, value: Optional[pulumi.Input[bool]]):
2840
- pulumi.set(self, "dashboard_previews_enabled", value)
3019
+ @prometheus.setter
3020
+ def prometheus(self, value: Optional[pulumi.Input[bool]]):
3021
+ pulumi.set(self, "prometheus", value)
2841
3022
 
2842
- @property
2843
- @pulumi.getter(name="dashboardsMinRefreshInterval")
2844
- def dashboards_min_refresh_interval(self) -> Optional[pulumi.Input[str]]:
3023
+
3024
+ @pulumi.input_type
3025
+ class FlinkServiceIntegrationArgs:
3026
+ def __init__(__self__, *,
3027
+ integration_type: pulumi.Input[str],
3028
+ source_service_name: pulumi.Input[str]):
2845
3029
  """
2846
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h.
3030
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
3031
+ :param pulumi.Input[str] source_service_name: Name of the source service
2847
3032
  """
2848
- return pulumi.get(self, "dashboards_min_refresh_interval")
2849
-
2850
- @dashboards_min_refresh_interval.setter
2851
- def dashboards_min_refresh_interval(self, value: Optional[pulumi.Input[str]]):
2852
- pulumi.set(self, "dashboards_min_refresh_interval", value)
3033
+ pulumi.set(__self__, "integration_type", integration_type)
3034
+ pulumi.set(__self__, "source_service_name", source_service_name)
2853
3035
 
2854
3036
  @property
2855
- @pulumi.getter(name="dashboardsVersionsToKeep")
2856
- def dashboards_versions_to_keep(self) -> Optional[pulumi.Input[int]]:
3037
+ @pulumi.getter(name="integrationType")
3038
+ def integration_type(self) -> pulumi.Input[str]:
2857
3039
  """
2858
- Dashboard versions to keep per dashboard.
3040
+ Type of the service integration. The only supported value at the moment is `read_replica`
2859
3041
  """
2860
- return pulumi.get(self, "dashboards_versions_to_keep")
3042
+ return pulumi.get(self, "integration_type")
2861
3043
 
2862
- @dashboards_versions_to_keep.setter
2863
- def dashboards_versions_to_keep(self, value: Optional[pulumi.Input[int]]):
2864
- pulumi.set(self, "dashboards_versions_to_keep", value)
3044
+ @integration_type.setter
3045
+ def integration_type(self, value: pulumi.Input[str]):
3046
+ pulumi.set(self, "integration_type", value)
2865
3047
 
2866
3048
  @property
2867
- @pulumi.getter(name="dataproxySendUserHeader")
2868
- def dataproxy_send_user_header(self) -> Optional[pulumi.Input[bool]]:
3049
+ @pulumi.getter(name="sourceServiceName")
3050
+ def source_service_name(self) -> pulumi.Input[str]:
2869
3051
  """
2870
- Send 'X-Grafana-User' header to data source.
3052
+ Name of the source service
2871
3053
  """
2872
- return pulumi.get(self, "dataproxy_send_user_header")
3054
+ return pulumi.get(self, "source_service_name")
2873
3055
 
2874
- @dataproxy_send_user_header.setter
2875
- def dataproxy_send_user_header(self, value: Optional[pulumi.Input[bool]]):
2876
- pulumi.set(self, "dataproxy_send_user_header", value)
3056
+ @source_service_name.setter
3057
+ def source_service_name(self, value: pulumi.Input[str]):
3058
+ pulumi.set(self, "source_service_name", value)
2877
3059
 
2878
- @property
2879
- @pulumi.getter(name="dataproxyTimeout")
2880
- def dataproxy_timeout(self) -> Optional[pulumi.Input[int]]:
3060
+
3061
+ @pulumi.input_type
3062
+ class FlinkTagArgs:
3063
+ def __init__(__self__, *,
3064
+ key: pulumi.Input[str],
3065
+ value: pulumi.Input[str]):
2881
3066
  """
2882
- Timeout for data proxy requests in seconds.
3067
+ :param pulumi.Input[str] key: Service tag key
3068
+ :param pulumi.Input[str] value: Service tag value
2883
3069
  """
2884
- return pulumi.get(self, "dataproxy_timeout")
2885
-
2886
- @dataproxy_timeout.setter
2887
- def dataproxy_timeout(self, value: Optional[pulumi.Input[int]]):
2888
- pulumi.set(self, "dataproxy_timeout", value)
3070
+ pulumi.set(__self__, "key", key)
3071
+ pulumi.set(__self__, "value", value)
2889
3072
 
2890
3073
  @property
2891
- @pulumi.getter(name="dateFormats")
2892
- def date_formats(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs']]:
3074
+ @pulumi.getter
3075
+ def key(self) -> pulumi.Input[str]:
2893
3076
  """
2894
- Grafana date format specifications
3077
+ Service tag key
2895
3078
  """
2896
- return pulumi.get(self, "date_formats")
3079
+ return pulumi.get(self, "key")
2897
3080
 
2898
- @date_formats.setter
2899
- def date_formats(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs']]):
2900
- pulumi.set(self, "date_formats", value)
3081
+ @key.setter
3082
+ def key(self, value: pulumi.Input[str]):
3083
+ pulumi.set(self, "key", value)
2901
3084
 
2902
3085
  @property
2903
- @pulumi.getter(name="disableGravatar")
2904
- def disable_gravatar(self) -> Optional[pulumi.Input[bool]]:
3086
+ @pulumi.getter
3087
+ def value(self) -> pulumi.Input[str]:
2905
3088
  """
2906
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
3089
+ Service tag value
2907
3090
  """
2908
- return pulumi.get(self, "disable_gravatar")
3091
+ return pulumi.get(self, "value")
2909
3092
 
2910
- @disable_gravatar.setter
2911
- def disable_gravatar(self, value: Optional[pulumi.Input[bool]]):
2912
- pulumi.set(self, "disable_gravatar", value)
3093
+ @value.setter
3094
+ def value(self, value: pulumi.Input[str]):
3095
+ pulumi.set(self, "value", value)
2913
3096
 
2914
- @property
2915
- @pulumi.getter(name="editorsCanAdmin")
2916
- def editors_can_admin(self) -> Optional[pulumi.Input[bool]]:
3097
+
3098
+ @pulumi.input_type
3099
+ class FlinkTechEmailArgs:
3100
+ def __init__(__self__, *,
3101
+ email: pulumi.Input[str]):
2917
3102
  """
2918
- Editors can manage folders, teams and dashboards created by them.
3103
+ :param pulumi.Input[str] email: An email address to contact for technical issues
2919
3104
  """
2920
- return pulumi.get(self, "editors_can_admin")
2921
-
2922
- @editors_can_admin.setter
2923
- def editors_can_admin(self, value: Optional[pulumi.Input[bool]]):
2924
- pulumi.set(self, "editors_can_admin", value)
3105
+ pulumi.set(__self__, "email", email)
2925
3106
 
2926
3107
  @property
2927
- @pulumi.getter(name="externalImageStorage")
2928
- def external_image_storage(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs']]:
3108
+ @pulumi.getter
3109
+ def email(self) -> pulumi.Input[str]:
2929
3110
  """
2930
- External image store settings
3111
+ An email address to contact for technical issues
2931
3112
  """
2932
- return pulumi.get(self, "external_image_storage")
3113
+ return pulumi.get(self, "email")
2933
3114
 
2934
- @external_image_storage.setter
2935
- def external_image_storage(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs']]):
2936
- pulumi.set(self, "external_image_storage", value)
3115
+ @email.setter
3116
+ def email(self, value: pulumi.Input[str]):
3117
+ pulumi.set(self, "email", value)
2937
3118
 
2938
- @property
2939
- @pulumi.getter(name="googleAnalyticsUaId")
2940
- def google_analytics_ua_id(self) -> Optional[pulumi.Input[str]]:
3119
+
3120
+ @pulumi.input_type
3121
+ class GrafanaComponentArgs:
3122
+ def __init__(__self__, *,
3123
+ component: Optional[pulumi.Input[str]] = None,
3124
+ connection_uri: Optional[pulumi.Input[str]] = None,
3125
+ host: Optional[pulumi.Input[str]] = None,
3126
+ kafka_authentication_method: Optional[pulumi.Input[str]] = None,
3127
+ port: Optional[pulumi.Input[int]] = None,
3128
+ route: Optional[pulumi.Input[str]] = None,
3129
+ ssl: Optional[pulumi.Input[bool]] = None,
3130
+ usage: Optional[pulumi.Input[str]] = None):
2941
3131
  """
2942
- Google Analytics ID.
3132
+ :param pulumi.Input[str] component: Service component name
3133
+ :param pulumi.Input[str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
3134
+ :param pulumi.Input[str] host: Host name for connecting to the service component
3135
+ :param pulumi.Input[str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
3136
+ :param pulumi.Input[int] port: Port number for connecting to the service component
3137
+ :param pulumi.Input[str] route: Network access route
3138
+ :param pulumi.Input[bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
3139
+ :param pulumi.Input[str] usage: DNS usage name
2943
3140
  """
2944
- return pulumi.get(self, "google_analytics_ua_id")
2945
-
2946
- @google_analytics_ua_id.setter
2947
- def google_analytics_ua_id(self, value: Optional[pulumi.Input[str]]):
2948
- pulumi.set(self, "google_analytics_ua_id", value)
3141
+ if component is not None:
3142
+ pulumi.set(__self__, "component", component)
3143
+ if connection_uri is not None:
3144
+ pulumi.set(__self__, "connection_uri", connection_uri)
3145
+ if host is not None:
3146
+ pulumi.set(__self__, "host", host)
3147
+ if kafka_authentication_method is not None:
3148
+ pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
3149
+ if port is not None:
3150
+ pulumi.set(__self__, "port", port)
3151
+ if route is not None:
3152
+ pulumi.set(__self__, "route", route)
3153
+ if ssl is not None:
3154
+ pulumi.set(__self__, "ssl", ssl)
3155
+ if usage is not None:
3156
+ pulumi.set(__self__, "usage", usage)
2949
3157
 
2950
3158
  @property
2951
- @pulumi.getter(name="ipFilterObjects")
2952
- def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]]]:
3159
+ @pulumi.getter
3160
+ def component(self) -> Optional[pulumi.Input[str]]:
2953
3161
  """
2954
- Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
3162
+ Service component name
2955
3163
  """
2956
- return pulumi.get(self, "ip_filter_objects")
3164
+ return pulumi.get(self, "component")
2957
3165
 
2958
- @ip_filter_objects.setter
2959
- def ip_filter_objects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]]]):
2960
- pulumi.set(self, "ip_filter_objects", value)
3166
+ @component.setter
3167
+ def component(self, value: Optional[pulumi.Input[str]]):
3168
+ pulumi.set(self, "component", value)
2961
3169
 
2962
3170
  @property
2963
- @pulumi.getter(name="ipFilterStrings")
2964
- def ip_filter_strings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3171
+ @pulumi.getter(name="connectionUri")
3172
+ def connection_uri(self) -> Optional[pulumi.Input[str]]:
2965
3173
  """
2966
- Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
3174
+ Connection info for connecting to the service component. This is a combination of host and port.
2967
3175
  """
2968
- return pulumi.get(self, "ip_filter_strings")
3176
+ return pulumi.get(self, "connection_uri")
2969
3177
 
2970
- @ip_filter_strings.setter
2971
- def ip_filter_strings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2972
- pulumi.set(self, "ip_filter_strings", value)
3178
+ @connection_uri.setter
3179
+ def connection_uri(self, value: Optional[pulumi.Input[str]]):
3180
+ pulumi.set(self, "connection_uri", value)
2973
3181
 
2974
3182
  @property
2975
- @pulumi.getter(name="ipFilters")
2976
- def ip_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3183
+ @pulumi.getter
3184
+ def host(self) -> Optional[pulumi.Input[str]]:
2977
3185
  """
2978
- Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
3186
+ Host name for connecting to the service component
2979
3187
  """
2980
- warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
2981
- pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
2982
-
2983
- return pulumi.get(self, "ip_filters")
3188
+ return pulumi.get(self, "host")
2984
3189
 
2985
- @ip_filters.setter
2986
- def ip_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2987
- pulumi.set(self, "ip_filters", value)
3190
+ @host.setter
3191
+ def host(self, value: Optional[pulumi.Input[str]]):
3192
+ pulumi.set(self, "host", value)
2988
3193
 
2989
3194
  @property
2990
- @pulumi.getter(name="metricsEnabled")
2991
- def metrics_enabled(self) -> Optional[pulumi.Input[bool]]:
3195
+ @pulumi.getter(name="kafkaAuthenticationMethod")
3196
+ def kafka_authentication_method(self) -> Optional[pulumi.Input[str]]:
2992
3197
  """
2993
- Enable Grafana /metrics endpoint.
3198
+ Kafka authentication method. This is a value specific to the 'kafka' service component
2994
3199
  """
2995
- return pulumi.get(self, "metrics_enabled")
3200
+ return pulumi.get(self, "kafka_authentication_method")
2996
3201
 
2997
- @metrics_enabled.setter
2998
- def metrics_enabled(self, value: Optional[pulumi.Input[bool]]):
2999
- pulumi.set(self, "metrics_enabled", value)
3202
+ @kafka_authentication_method.setter
3203
+ def kafka_authentication_method(self, value: Optional[pulumi.Input[str]]):
3204
+ pulumi.set(self, "kafka_authentication_method", value)
3000
3205
 
3001
3206
  @property
3002
- @pulumi.getter(name="oauthAllowInsecureEmailLookup")
3003
- def oauth_allow_insecure_email_lookup(self) -> Optional[pulumi.Input[bool]]:
3207
+ @pulumi.getter
3208
+ def port(self) -> Optional[pulumi.Input[int]]:
3004
3209
  """
3005
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
3210
+ Port number for connecting to the service component
3006
3211
  """
3007
- return pulumi.get(self, "oauth_allow_insecure_email_lookup")
3212
+ return pulumi.get(self, "port")
3008
3213
 
3009
- @oauth_allow_insecure_email_lookup.setter
3010
- def oauth_allow_insecure_email_lookup(self, value: Optional[pulumi.Input[bool]]):
3011
- pulumi.set(self, "oauth_allow_insecure_email_lookup", value)
3214
+ @port.setter
3215
+ def port(self, value: Optional[pulumi.Input[int]]):
3216
+ pulumi.set(self, "port", value)
3012
3217
 
3013
3218
  @property
3014
- @pulumi.getter(name="privateAccess")
3015
- def private_access(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']]:
3219
+ @pulumi.getter
3220
+ def route(self) -> Optional[pulumi.Input[str]]:
3016
3221
  """
3017
- Allow access to selected service ports from private networks
3222
+ Network access route
3018
3223
  """
3019
- return pulumi.get(self, "private_access")
3224
+ return pulumi.get(self, "route")
3020
3225
 
3021
- @private_access.setter
3022
- def private_access(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']]):
3023
- pulumi.set(self, "private_access", value)
3226
+ @route.setter
3227
+ def route(self, value: Optional[pulumi.Input[str]]):
3228
+ pulumi.set(self, "route", value)
3024
3229
 
3025
3230
  @property
3026
- @pulumi.getter(name="privatelinkAccess")
3027
- def privatelink_access(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']]:
3231
+ @pulumi.getter
3232
+ def ssl(self) -> Optional[pulumi.Input[bool]]:
3028
3233
  """
3029
- Allow access to selected service components through Privatelink
3234
+ Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
3030
3235
  """
3031
- return pulumi.get(self, "privatelink_access")
3236
+ return pulumi.get(self, "ssl")
3032
3237
 
3033
- @privatelink_access.setter
3034
- def privatelink_access(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']]):
3035
- pulumi.set(self, "privatelink_access", value)
3238
+ @ssl.setter
3239
+ def ssl(self, value: Optional[pulumi.Input[bool]]):
3240
+ pulumi.set(self, "ssl", value)
3036
3241
 
3037
3242
  @property
3038
- @pulumi.getter(name="projectToForkFrom")
3039
- def project_to_fork_from(self) -> Optional[pulumi.Input[str]]:
3243
+ @pulumi.getter
3244
+ def usage(self) -> Optional[pulumi.Input[str]]:
3245
+ """
3246
+ DNS usage name
3247
+ """
3248
+ return pulumi.get(self, "usage")
3249
+
3250
+ @usage.setter
3251
+ def usage(self, value: Optional[pulumi.Input[str]]):
3252
+ pulumi.set(self, "usage", value)
3253
+
3254
+
3255
+ @pulumi.input_type
3256
+ class GrafanaGrafanaArgs:
3257
+ def __init__(__self__):
3258
+ pass
3259
+
3260
+
3261
+ @pulumi.input_type
3262
+ class GrafanaGrafanaUserConfigArgs:
3263
+ def __init__(__self__, *,
3264
+ additional_backup_regions: Optional[pulumi.Input[str]] = None,
3265
+ alerting_enabled: Optional[pulumi.Input[bool]] = None,
3266
+ alerting_error_or_timeout: Optional[pulumi.Input[str]] = None,
3267
+ alerting_max_annotations_to_keep: Optional[pulumi.Input[int]] = None,
3268
+ alerting_nodata_or_nullvalues: Optional[pulumi.Input[str]] = None,
3269
+ allow_embedding: Optional[pulumi.Input[bool]] = None,
3270
+ auth_azuread: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs']] = None,
3271
+ auth_basic_enabled: Optional[pulumi.Input[bool]] = None,
3272
+ auth_generic_oauth: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs']] = None,
3273
+ auth_github: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs']] = None,
3274
+ auth_gitlab: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs']] = None,
3275
+ auth_google: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs']] = None,
3276
+ cookie_samesite: Optional[pulumi.Input[str]] = None,
3277
+ custom_domain: Optional[pulumi.Input[str]] = None,
3278
+ dashboard_previews_enabled: Optional[pulumi.Input[bool]] = None,
3279
+ dashboards_min_refresh_interval: Optional[pulumi.Input[str]] = None,
3280
+ dashboards_versions_to_keep: Optional[pulumi.Input[int]] = None,
3281
+ dataproxy_send_user_header: Optional[pulumi.Input[bool]] = None,
3282
+ dataproxy_timeout: Optional[pulumi.Input[int]] = None,
3283
+ date_formats: Optional[pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs']] = None,
3284
+ disable_gravatar: Optional[pulumi.Input[bool]] = None,
3285
+ editors_can_admin: Optional[pulumi.Input[bool]] = None,
3286
+ external_image_storage: Optional[pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs']] = None,
3287
+ google_analytics_ua_id: Optional[pulumi.Input[str]] = None,
3288
+ ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]]] = None,
3289
+ ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3290
+ ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3291
+ metrics_enabled: Optional[pulumi.Input[bool]] = None,
3292
+ oauth_allow_insecure_email_lookup: Optional[pulumi.Input[bool]] = None,
3293
+ private_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']] = None,
3294
+ privatelink_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']] = None,
3295
+ project_to_fork_from: Optional[pulumi.Input[str]] = None,
3296
+ public_access: Optional[pulumi.Input['GrafanaGrafanaUserConfigPublicAccessArgs']] = None,
3297
+ recovery_basebackup_name: Optional[pulumi.Input[str]] = None,
3298
+ service_log: Optional[pulumi.Input[bool]] = None,
3299
+ service_to_fork_from: Optional[pulumi.Input[str]] = None,
3300
+ smtp_server: Optional[pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs']] = None,
3301
+ static_ips: Optional[pulumi.Input[bool]] = None,
3302
+ unified_alerting_enabled: Optional[pulumi.Input[bool]] = None,
3303
+ user_auto_assign_org: Optional[pulumi.Input[bool]] = None,
3304
+ user_auto_assign_org_role: Optional[pulumi.Input[str]] = None,
3305
+ viewers_can_edit: Optional[pulumi.Input[bool]] = None):
3306
+ """
3307
+ :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
3308
+ :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3309
+ :param pulumi.Input[str] alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
3310
+ :param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
3311
+ :param pulumi.Input[str] alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
3312
+ :param pulumi.Input[bool] allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
3313
+ :param pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs'] auth_azuread: Azure AD OAuth integration
3314
+ :param pulumi.Input[bool] auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
3315
+ :param pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs'] auth_generic_oauth: Generic OAuth integration
3316
+ :param pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs'] auth_github: Github Auth integration
3317
+ :param pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs'] auth_gitlab: GitLab Auth integration
3318
+ :param pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs'] auth_google: Google Auth integration
3319
+ :param pulumi.Input[str] cookie_samesite: Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
3320
+ :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
3321
+ :param pulumi.Input[bool] dashboard_previews_enabled: This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
3322
+ :param pulumi.Input[str] dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h.
3323
+ :param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard.
3324
+ :param pulumi.Input[bool] dataproxy_send_user_header: Send 'X-Grafana-User' header to data source.
3325
+ :param pulumi.Input[int] dataproxy_timeout: Timeout for data proxy requests in seconds.
3326
+ :param pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs'] date_formats: Grafana date format specifications
3327
+ :param pulumi.Input[bool] disable_gravatar: Set to true to disable gravatar. Defaults to false (gravatar is enabled).
3328
+ :param pulumi.Input[bool] editors_can_admin: Editors can manage folders, teams and dashboards created by them.
3329
+ :param pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs'] external_image_storage: External image store settings
3330
+ :param pulumi.Input[str] google_analytics_ua_id: Google Analytics ID.
3331
+ :param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
3332
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
3333
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
3334
+ :param pulumi.Input[bool] metrics_enabled: Enable Grafana /metrics endpoint.
3335
+ :param pulumi.Input[bool] oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
3336
+ :param pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
3337
+ :param pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
3338
+ :param pulumi.Input[str] project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created.
3339
+ :param pulumi.Input['GrafanaGrafanaUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
3340
+ :param pulumi.Input[str] recovery_basebackup_name: Name of the basebackup to restore in forked service.
3341
+ :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
3342
+ :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
3343
+ :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
3344
+ :param pulumi.Input[bool] static_ips: Use static public IP addresses.
3345
+ :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
3346
+ :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
3347
+ :param pulumi.Input[str] user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
3348
+ :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
3349
+ """
3350
+ if additional_backup_regions is not None:
3351
+ warnings.warn("""This property is deprecated.""", DeprecationWarning)
3352
+ pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3353
+ if additional_backup_regions is not None:
3354
+ pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
3355
+ if alerting_enabled is not None:
3356
+ pulumi.set(__self__, "alerting_enabled", alerting_enabled)
3357
+ if alerting_error_or_timeout is not None:
3358
+ pulumi.set(__self__, "alerting_error_or_timeout", alerting_error_or_timeout)
3359
+ if alerting_max_annotations_to_keep is not None:
3360
+ pulumi.set(__self__, "alerting_max_annotations_to_keep", alerting_max_annotations_to_keep)
3361
+ if alerting_nodata_or_nullvalues is not None:
3362
+ pulumi.set(__self__, "alerting_nodata_or_nullvalues", alerting_nodata_or_nullvalues)
3363
+ if allow_embedding is not None:
3364
+ pulumi.set(__self__, "allow_embedding", allow_embedding)
3365
+ if auth_azuread is not None:
3366
+ pulumi.set(__self__, "auth_azuread", auth_azuread)
3367
+ if auth_basic_enabled is not None:
3368
+ pulumi.set(__self__, "auth_basic_enabled", auth_basic_enabled)
3369
+ if auth_generic_oauth is not None:
3370
+ pulumi.set(__self__, "auth_generic_oauth", auth_generic_oauth)
3371
+ if auth_github is not None:
3372
+ pulumi.set(__self__, "auth_github", auth_github)
3373
+ if auth_gitlab is not None:
3374
+ pulumi.set(__self__, "auth_gitlab", auth_gitlab)
3375
+ if auth_google is not None:
3376
+ pulumi.set(__self__, "auth_google", auth_google)
3377
+ if cookie_samesite is not None:
3378
+ pulumi.set(__self__, "cookie_samesite", cookie_samesite)
3379
+ if custom_domain is not None:
3380
+ pulumi.set(__self__, "custom_domain", custom_domain)
3381
+ if dashboard_previews_enabled is not None:
3382
+ pulumi.set(__self__, "dashboard_previews_enabled", dashboard_previews_enabled)
3383
+ if dashboards_min_refresh_interval is not None:
3384
+ pulumi.set(__self__, "dashboards_min_refresh_interval", dashboards_min_refresh_interval)
3385
+ if dashboards_versions_to_keep is not None:
3386
+ pulumi.set(__self__, "dashboards_versions_to_keep", dashboards_versions_to_keep)
3387
+ if dataproxy_send_user_header is not None:
3388
+ pulumi.set(__self__, "dataproxy_send_user_header", dataproxy_send_user_header)
3389
+ if dataproxy_timeout is not None:
3390
+ pulumi.set(__self__, "dataproxy_timeout", dataproxy_timeout)
3391
+ if date_formats is not None:
3392
+ pulumi.set(__self__, "date_formats", date_formats)
3393
+ if disable_gravatar is not None:
3394
+ pulumi.set(__self__, "disable_gravatar", disable_gravatar)
3395
+ if editors_can_admin is not None:
3396
+ pulumi.set(__self__, "editors_can_admin", editors_can_admin)
3397
+ if external_image_storage is not None:
3398
+ pulumi.set(__self__, "external_image_storage", external_image_storage)
3399
+ if google_analytics_ua_id is not None:
3400
+ pulumi.set(__self__, "google_analytics_ua_id", google_analytics_ua_id)
3401
+ if ip_filter_objects is not None:
3402
+ pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
3403
+ if ip_filter_strings is not None:
3404
+ pulumi.set(__self__, "ip_filter_strings", ip_filter_strings)
3405
+ if ip_filters is not None:
3406
+ warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
3407
+ pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
3408
+ if ip_filters is not None:
3409
+ pulumi.set(__self__, "ip_filters", ip_filters)
3410
+ if metrics_enabled is not None:
3411
+ pulumi.set(__self__, "metrics_enabled", metrics_enabled)
3412
+ if oauth_allow_insecure_email_lookup is not None:
3413
+ pulumi.set(__self__, "oauth_allow_insecure_email_lookup", oauth_allow_insecure_email_lookup)
3414
+ if private_access is not None:
3415
+ pulumi.set(__self__, "private_access", private_access)
3416
+ if privatelink_access is not None:
3417
+ pulumi.set(__self__, "privatelink_access", privatelink_access)
3418
+ if project_to_fork_from is not None:
3419
+ pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
3420
+ if public_access is not None:
3421
+ pulumi.set(__self__, "public_access", public_access)
3422
+ if recovery_basebackup_name is not None:
3423
+ pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
3424
+ if service_log is not None:
3425
+ pulumi.set(__self__, "service_log", service_log)
3426
+ if service_to_fork_from is not None:
3427
+ pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
3428
+ if smtp_server is not None:
3429
+ pulumi.set(__self__, "smtp_server", smtp_server)
3430
+ if static_ips is not None:
3431
+ pulumi.set(__self__, "static_ips", static_ips)
3432
+ if unified_alerting_enabled is not None:
3433
+ pulumi.set(__self__, "unified_alerting_enabled", unified_alerting_enabled)
3434
+ if user_auto_assign_org is not None:
3435
+ pulumi.set(__self__, "user_auto_assign_org", user_auto_assign_org)
3436
+ if user_auto_assign_org_role is not None:
3437
+ pulumi.set(__self__, "user_auto_assign_org_role", user_auto_assign_org_role)
3438
+ if viewers_can_edit is not None:
3439
+ pulumi.set(__self__, "viewers_can_edit", viewers_can_edit)
3440
+
3441
+ @property
3442
+ @pulumi.getter(name="additionalBackupRegions")
3443
+ def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
3444
+ """
3445
+ Additional Cloud Regions for Backup Replication.
3446
+ """
3447
+ warnings.warn("""This property is deprecated.""", DeprecationWarning)
3448
+ pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
3449
+
3450
+ return pulumi.get(self, "additional_backup_regions")
3451
+
3452
+ @additional_backup_regions.setter
3453
+ def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
3454
+ pulumi.set(self, "additional_backup_regions", value)
3455
+
3456
+ @property
3457
+ @pulumi.getter(name="alertingEnabled")
3458
+ def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
3459
+ """
3460
+ Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
3461
+ """
3462
+ return pulumi.get(self, "alerting_enabled")
3463
+
3464
+ @alerting_enabled.setter
3465
+ def alerting_enabled(self, value: Optional[pulumi.Input[bool]]):
3466
+ pulumi.set(self, "alerting_enabled", value)
3467
+
3468
+ @property
3469
+ @pulumi.getter(name="alertingErrorOrTimeout")
3470
+ def alerting_error_or_timeout(self) -> Optional[pulumi.Input[str]]:
3471
+ """
3472
+ Default error or timeout setting for new alerting rules.
3473
+ """
3474
+ return pulumi.get(self, "alerting_error_or_timeout")
3475
+
3476
+ @alerting_error_or_timeout.setter
3477
+ def alerting_error_or_timeout(self, value: Optional[pulumi.Input[str]]):
3478
+ pulumi.set(self, "alerting_error_or_timeout", value)
3479
+
3480
+ @property
3481
+ @pulumi.getter(name="alertingMaxAnnotationsToKeep")
3482
+ def alerting_max_annotations_to_keep(self) -> Optional[pulumi.Input[int]]:
3483
+ """
3484
+ Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
3485
+ """
3486
+ return pulumi.get(self, "alerting_max_annotations_to_keep")
3487
+
3488
+ @alerting_max_annotations_to_keep.setter
3489
+ def alerting_max_annotations_to_keep(self, value: Optional[pulumi.Input[int]]):
3490
+ pulumi.set(self, "alerting_max_annotations_to_keep", value)
3491
+
3492
+ @property
3493
+ @pulumi.getter(name="alertingNodataOrNullvalues")
3494
+ def alerting_nodata_or_nullvalues(self) -> Optional[pulumi.Input[str]]:
3495
+ """
3496
+ Default value for 'no data or null values' for new alerting rules.
3497
+ """
3498
+ return pulumi.get(self, "alerting_nodata_or_nullvalues")
3499
+
3500
+ @alerting_nodata_or_nullvalues.setter
3501
+ def alerting_nodata_or_nullvalues(self, value: Optional[pulumi.Input[str]]):
3502
+ pulumi.set(self, "alerting_nodata_or_nullvalues", value)
3503
+
3504
+ @property
3505
+ @pulumi.getter(name="allowEmbedding")
3506
+ def allow_embedding(self) -> Optional[pulumi.Input[bool]]:
3507
+ """
3508
+ Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
3509
+ """
3510
+ return pulumi.get(self, "allow_embedding")
3511
+
3512
+ @allow_embedding.setter
3513
+ def allow_embedding(self, value: Optional[pulumi.Input[bool]]):
3514
+ pulumi.set(self, "allow_embedding", value)
3515
+
3516
+ @property
3517
+ @pulumi.getter(name="authAzuread")
3518
+ def auth_azuread(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs']]:
3519
+ """
3520
+ Azure AD OAuth integration
3521
+ """
3522
+ return pulumi.get(self, "auth_azuread")
3523
+
3524
+ @auth_azuread.setter
3525
+ def auth_azuread(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs']]):
3526
+ pulumi.set(self, "auth_azuread", value)
3527
+
3528
+ @property
3529
+ @pulumi.getter(name="authBasicEnabled")
3530
+ def auth_basic_enabled(self) -> Optional[pulumi.Input[bool]]:
3531
+ """
3532
+ Enable or disable basic authentication form, used by Grafana built-in login.
3533
+ """
3534
+ return pulumi.get(self, "auth_basic_enabled")
3535
+
3536
+ @auth_basic_enabled.setter
3537
+ def auth_basic_enabled(self, value: Optional[pulumi.Input[bool]]):
3538
+ pulumi.set(self, "auth_basic_enabled", value)
3539
+
3540
+ @property
3541
+ @pulumi.getter(name="authGenericOauth")
3542
+ def auth_generic_oauth(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs']]:
3543
+ """
3544
+ Generic OAuth integration
3545
+ """
3546
+ return pulumi.get(self, "auth_generic_oauth")
3547
+
3548
+ @auth_generic_oauth.setter
3549
+ def auth_generic_oauth(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGenericOauthArgs']]):
3550
+ pulumi.set(self, "auth_generic_oauth", value)
3551
+
3552
+ @property
3553
+ @pulumi.getter(name="authGithub")
3554
+ def auth_github(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs']]:
3555
+ """
3556
+ Github Auth integration
3557
+ """
3558
+ return pulumi.get(self, "auth_github")
3559
+
3560
+ @auth_github.setter
3561
+ def auth_github(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs']]):
3562
+ pulumi.set(self, "auth_github", value)
3563
+
3564
+ @property
3565
+ @pulumi.getter(name="authGitlab")
3566
+ def auth_gitlab(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs']]:
3567
+ """
3568
+ GitLab Auth integration
3569
+ """
3570
+ return pulumi.get(self, "auth_gitlab")
3571
+
3572
+ @auth_gitlab.setter
3573
+ def auth_gitlab(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs']]):
3574
+ pulumi.set(self, "auth_gitlab", value)
3575
+
3576
+ @property
3577
+ @pulumi.getter(name="authGoogle")
3578
+ def auth_google(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs']]:
3579
+ """
3580
+ Google Auth integration
3581
+ """
3582
+ return pulumi.get(self, "auth_google")
3583
+
3584
+ @auth_google.setter
3585
+ def auth_google(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs']]):
3586
+ pulumi.set(self, "auth_google", value)
3587
+
3588
+ @property
3589
+ @pulumi.getter(name="cookieSamesite")
3590
+ def cookie_samesite(self) -> Optional[pulumi.Input[str]]:
3591
+ """
3592
+ Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
3593
+ """
3594
+ return pulumi.get(self, "cookie_samesite")
3595
+
3596
+ @cookie_samesite.setter
3597
+ def cookie_samesite(self, value: Optional[pulumi.Input[str]]):
3598
+ pulumi.set(self, "cookie_samesite", value)
3599
+
3600
+ @property
3601
+ @pulumi.getter(name="customDomain")
3602
+ def custom_domain(self) -> Optional[pulumi.Input[str]]:
3603
+ """
3604
+ Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
3605
+ """
3606
+ return pulumi.get(self, "custom_domain")
3607
+
3608
+ @custom_domain.setter
3609
+ def custom_domain(self, value: Optional[pulumi.Input[str]]):
3610
+ pulumi.set(self, "custom_domain", value)
3611
+
3612
+ @property
3613
+ @pulumi.getter(name="dashboardPreviewsEnabled")
3614
+ def dashboard_previews_enabled(self) -> Optional[pulumi.Input[bool]]:
3615
+ """
3616
+ This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
3617
+ """
3618
+ return pulumi.get(self, "dashboard_previews_enabled")
3619
+
3620
+ @dashboard_previews_enabled.setter
3621
+ def dashboard_previews_enabled(self, value: Optional[pulumi.Input[bool]]):
3622
+ pulumi.set(self, "dashboard_previews_enabled", value)
3623
+
3624
+ @property
3625
+ @pulumi.getter(name="dashboardsMinRefreshInterval")
3626
+ def dashboards_min_refresh_interval(self) -> Optional[pulumi.Input[str]]:
3627
+ """
3628
+ Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h.
3629
+ """
3630
+ return pulumi.get(self, "dashboards_min_refresh_interval")
3631
+
3632
+ @dashboards_min_refresh_interval.setter
3633
+ def dashboards_min_refresh_interval(self, value: Optional[pulumi.Input[str]]):
3634
+ pulumi.set(self, "dashboards_min_refresh_interval", value)
3635
+
3636
+ @property
3637
+ @pulumi.getter(name="dashboardsVersionsToKeep")
3638
+ def dashboards_versions_to_keep(self) -> Optional[pulumi.Input[int]]:
3639
+ """
3640
+ Dashboard versions to keep per dashboard.
3641
+ """
3642
+ return pulumi.get(self, "dashboards_versions_to_keep")
3643
+
3644
+ @dashboards_versions_to_keep.setter
3645
+ def dashboards_versions_to_keep(self, value: Optional[pulumi.Input[int]]):
3646
+ pulumi.set(self, "dashboards_versions_to_keep", value)
3647
+
3648
+ @property
3649
+ @pulumi.getter(name="dataproxySendUserHeader")
3650
+ def dataproxy_send_user_header(self) -> Optional[pulumi.Input[bool]]:
3651
+ """
3652
+ Send 'X-Grafana-User' header to data source.
3653
+ """
3654
+ return pulumi.get(self, "dataproxy_send_user_header")
3655
+
3656
+ @dataproxy_send_user_header.setter
3657
+ def dataproxy_send_user_header(self, value: Optional[pulumi.Input[bool]]):
3658
+ pulumi.set(self, "dataproxy_send_user_header", value)
3659
+
3660
+ @property
3661
+ @pulumi.getter(name="dataproxyTimeout")
3662
+ def dataproxy_timeout(self) -> Optional[pulumi.Input[int]]:
3663
+ """
3664
+ Timeout for data proxy requests in seconds.
3665
+ """
3666
+ return pulumi.get(self, "dataproxy_timeout")
3667
+
3668
+ @dataproxy_timeout.setter
3669
+ def dataproxy_timeout(self, value: Optional[pulumi.Input[int]]):
3670
+ pulumi.set(self, "dataproxy_timeout", value)
3671
+
3672
+ @property
3673
+ @pulumi.getter(name="dateFormats")
3674
+ def date_formats(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs']]:
3675
+ """
3676
+ Grafana date format specifications
3677
+ """
3678
+ return pulumi.get(self, "date_formats")
3679
+
3680
+ @date_formats.setter
3681
+ def date_formats(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigDateFormatsArgs']]):
3682
+ pulumi.set(self, "date_formats", value)
3683
+
3684
+ @property
3685
+ @pulumi.getter(name="disableGravatar")
3686
+ def disable_gravatar(self) -> Optional[pulumi.Input[bool]]:
3687
+ """
3688
+ Set to true to disable gravatar. Defaults to false (gravatar is enabled).
3689
+ """
3690
+ return pulumi.get(self, "disable_gravatar")
3691
+
3692
+ @disable_gravatar.setter
3693
+ def disable_gravatar(self, value: Optional[pulumi.Input[bool]]):
3694
+ pulumi.set(self, "disable_gravatar", value)
3695
+
3696
+ @property
3697
+ @pulumi.getter(name="editorsCanAdmin")
3698
+ def editors_can_admin(self) -> Optional[pulumi.Input[bool]]:
3699
+ """
3700
+ Editors can manage folders, teams and dashboards created by them.
3701
+ """
3702
+ return pulumi.get(self, "editors_can_admin")
3703
+
3704
+ @editors_can_admin.setter
3705
+ def editors_can_admin(self, value: Optional[pulumi.Input[bool]]):
3706
+ pulumi.set(self, "editors_can_admin", value)
3707
+
3708
+ @property
3709
+ @pulumi.getter(name="externalImageStorage")
3710
+ def external_image_storage(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs']]:
3711
+ """
3712
+ External image store settings
3713
+ """
3714
+ return pulumi.get(self, "external_image_storage")
3715
+
3716
+ @external_image_storage.setter
3717
+ def external_image_storage(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigExternalImageStorageArgs']]):
3718
+ pulumi.set(self, "external_image_storage", value)
3719
+
3720
+ @property
3721
+ @pulumi.getter(name="googleAnalyticsUaId")
3722
+ def google_analytics_ua_id(self) -> Optional[pulumi.Input[str]]:
3723
+ """
3724
+ Google Analytics ID.
3725
+ """
3726
+ return pulumi.get(self, "google_analytics_ua_id")
3727
+
3728
+ @google_analytics_ua_id.setter
3729
+ def google_analytics_ua_id(self, value: Optional[pulumi.Input[str]]):
3730
+ pulumi.set(self, "google_analytics_ua_id", value)
3731
+
3732
+ @property
3733
+ @pulumi.getter(name="ipFilterObjects")
3734
+ def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]]]:
3735
+ """
3736
+ Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
3737
+ """
3738
+ return pulumi.get(self, "ip_filter_objects")
3739
+
3740
+ @ip_filter_objects.setter
3741
+ def ip_filter_objects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]]]):
3742
+ pulumi.set(self, "ip_filter_objects", value)
3743
+
3744
+ @property
3745
+ @pulumi.getter(name="ipFilterStrings")
3746
+ def ip_filter_strings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3747
+ """
3748
+ Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
3749
+ """
3750
+ return pulumi.get(self, "ip_filter_strings")
3751
+
3752
+ @ip_filter_strings.setter
3753
+ def ip_filter_strings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3754
+ pulumi.set(self, "ip_filter_strings", value)
3755
+
3756
+ @property
3757
+ @pulumi.getter(name="ipFilters")
3758
+ def ip_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3759
+ """
3760
+ Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
3761
+ """
3762
+ warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
3763
+ pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
3764
+
3765
+ return pulumi.get(self, "ip_filters")
3766
+
3767
+ @ip_filters.setter
3768
+ def ip_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3769
+ pulumi.set(self, "ip_filters", value)
3770
+
3771
+ @property
3772
+ @pulumi.getter(name="metricsEnabled")
3773
+ def metrics_enabled(self) -> Optional[pulumi.Input[bool]]:
3774
+ """
3775
+ Enable Grafana /metrics endpoint.
3776
+ """
3777
+ return pulumi.get(self, "metrics_enabled")
3778
+
3779
+ @metrics_enabled.setter
3780
+ def metrics_enabled(self, value: Optional[pulumi.Input[bool]]):
3781
+ pulumi.set(self, "metrics_enabled", value)
3782
+
3783
+ @property
3784
+ @pulumi.getter(name="oauthAllowInsecureEmailLookup")
3785
+ def oauth_allow_insecure_email_lookup(self) -> Optional[pulumi.Input[bool]]:
3786
+ """
3787
+ Enforce user lookup based on email instead of the unique ID provided by the IdP.
3788
+ """
3789
+ return pulumi.get(self, "oauth_allow_insecure_email_lookup")
3790
+
3791
+ @oauth_allow_insecure_email_lookup.setter
3792
+ def oauth_allow_insecure_email_lookup(self, value: Optional[pulumi.Input[bool]]):
3793
+ pulumi.set(self, "oauth_allow_insecure_email_lookup", value)
3794
+
3795
+ @property
3796
+ @pulumi.getter(name="privateAccess")
3797
+ def private_access(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']]:
3798
+ """
3799
+ Allow access to selected service ports from private networks
3800
+ """
3801
+ return pulumi.get(self, "private_access")
3802
+
3803
+ @private_access.setter
3804
+ def private_access(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs']]):
3805
+ pulumi.set(self, "private_access", value)
3806
+
3807
+ @property
3808
+ @pulumi.getter(name="privatelinkAccess")
3809
+ def privatelink_access(self) -> Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']]:
3810
+ """
3811
+ Allow access to selected service components through Privatelink
3812
+ """
3813
+ return pulumi.get(self, "privatelink_access")
3814
+
3815
+ @privatelink_access.setter
3816
+ def privatelink_access(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs']]):
3817
+ pulumi.set(self, "privatelink_access", value)
3818
+
3819
+ @property
3820
+ @pulumi.getter(name="projectToForkFrom")
3821
+ def project_to_fork_from(self) -> Optional[pulumi.Input[str]]:
3040
3822
  """
3041
3823
  Name of another project to fork a service from. This has effect only when a new service is being created.
3042
3824
  """
@@ -13309,6 +14091,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13309
14091
  ism_history_rollover_check_period: Optional[pulumi.Input[int]] = None,
13310
14092
  ism_history_rollover_retention_period: Optional[pulumi.Input[int]] = None,
13311
14093
  override_main_response_version: Optional[pulumi.Input[bool]] = None,
14094
+ plugins_alerting_filter_by_backend_roles: Optional[pulumi.Input[bool]] = None,
13312
14095
  reindex_remote_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
13313
14096
  script_max_compilations_rate: Optional[pulumi.Input[str]] = None,
13314
14097
  search_max_buckets: Optional[pulumi.Input[int]] = None,
@@ -13337,10 +14120,10 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13337
14120
  :param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes.
13338
14121
  :param pulumi.Input[int] http_max_initial_line_length: The max length of an HTTP URL, in bytes.
13339
14122
  :param pulumi.Input[int] indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
13340
- :param pulumi.Input[int] indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14123
+ :param pulumi.Input[int] indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
13341
14124
  :param pulumi.Input[int] indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index*buffer*size. Maximum amount of heap used for query cache, an absolute indices.memory.index*buffer*size maximum hard limit.
13342
14125
  :param pulumi.Input[int] indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index*buffer*size. Minimum amount of heap used for query cache, an absolute indices.memory.index*buffer*size minimal hard limit.
13343
- :param pulumi.Input[int] indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14126
+ :param pulumi.Input[int] indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
13344
14127
  :param pulumi.Input[int] indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
13345
14128
  :param pulumi.Input[int] indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
13346
14129
  :param pulumi.Input[int] indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
@@ -13351,6 +14134,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13351
14134
  :param pulumi.Input[int] ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. The default value is `8`.
13352
14135
  :param pulumi.Input[int] ism_history_rollover_retention_period: How long audit history indices are kept in days. The default value is `30`.
13353
14136
  :param pulumi.Input[bool] override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
14137
+ :param pulumi.Input[bool] plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
13354
14138
  :param pulumi.Input[Sequence[pulumi.Input[str]]] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
13355
14139
  :param pulumi.Input[str] script_max_compilations_rate: Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
13356
14140
  :param pulumi.Input[int] search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined.
@@ -13420,6 +14204,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13420
14204
  pulumi.set(__self__, "ism_history_rollover_retention_period", ism_history_rollover_retention_period)
13421
14205
  if override_main_response_version is not None:
13422
14206
  pulumi.set(__self__, "override_main_response_version", override_main_response_version)
14207
+ if plugins_alerting_filter_by_backend_roles is not None:
14208
+ pulumi.set(__self__, "plugins_alerting_filter_by_backend_roles", plugins_alerting_filter_by_backend_roles)
13423
14209
  if reindex_remote_whitelists is not None:
13424
14210
  pulumi.set(__self__, "reindex_remote_whitelists", reindex_remote_whitelists)
13425
14211
  if script_max_compilations_rate is not None:
@@ -13609,7 +14395,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13609
14395
  @pulumi.getter(name="indicesMemoryIndexBufferSize")
13610
14396
  def indices_memory_index_buffer_size(self) -> Optional[pulumi.Input[int]]:
13611
14397
  """
13612
- Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14398
+ Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
13613
14399
  """
13614
14400
  return pulumi.get(self, "indices_memory_index_buffer_size")
13615
14401
 
@@ -13645,7 +14431,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13645
14431
  @pulumi.getter(name="indicesQueriesCacheSize")
13646
14432
  def indices_queries_cache_size(self) -> Optional[pulumi.Input[int]]:
13647
14433
  """
13648
- Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14434
+ Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
13649
14435
  """
13650
14436
  return pulumi.get(self, "indices_queries_cache_size")
13651
14437
 
@@ -13773,6 +14559,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
13773
14559
  def override_main_response_version(self, value: Optional[pulumi.Input[bool]]):
13774
14560
  pulumi.set(self, "override_main_response_version", value)
13775
14561
 
14562
+ @property
14563
+ @pulumi.getter(name="pluginsAlertingFilterByBackendRoles")
14564
+ def plugins_alerting_filter_by_backend_roles(self) -> Optional[pulumi.Input[bool]]:
14565
+ """
14566
+ Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
14567
+ """
14568
+ return pulumi.get(self, "plugins_alerting_filter_by_backend_roles")
14569
+
14570
+ @plugins_alerting_filter_by_backend_roles.setter
14571
+ def plugins_alerting_filter_by_backend_roles(self, value: Optional[pulumi.Input[bool]]):
14572
+ pulumi.set(self, "plugins_alerting_filter_by_backend_roles", value)
14573
+
13776
14574
  @property
13777
14575
  @pulumi.getter(name="reindexRemoteWhitelists")
13778
14576
  def reindex_remote_whitelists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -14534,104 +15332,246 @@ class OpenSearchOpensearchUserConfigSamlArgs:
14534
15332
  pulumi.set(self, "subject_key", value)
14535
15333
 
14536
15334
 
14537
- @pulumi.input_type
14538
- class OpenSearchServiceIntegrationArgs:
14539
- def __init__(__self__, *,
14540
- integration_type: pulumi.Input[str],
14541
- source_service_name: pulumi.Input[str]):
15335
+ @pulumi.input_type
15336
+ class OpenSearchServiceIntegrationArgs:
15337
+ def __init__(__self__, *,
15338
+ integration_type: pulumi.Input[str],
15339
+ source_service_name: pulumi.Input[str]):
15340
+ """
15341
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
15342
+ :param pulumi.Input[str] source_service_name: Name of the source service
15343
+ """
15344
+ pulumi.set(__self__, "integration_type", integration_type)
15345
+ pulumi.set(__self__, "source_service_name", source_service_name)
15346
+
15347
+ @property
15348
+ @pulumi.getter(name="integrationType")
15349
+ def integration_type(self) -> pulumi.Input[str]:
15350
+ """
15351
+ Type of the service integration. The only supported value at the moment is `read_replica`
15352
+ """
15353
+ return pulumi.get(self, "integration_type")
15354
+
15355
+ @integration_type.setter
15356
+ def integration_type(self, value: pulumi.Input[str]):
15357
+ pulumi.set(self, "integration_type", value)
15358
+
15359
+ @property
15360
+ @pulumi.getter(name="sourceServiceName")
15361
+ def source_service_name(self) -> pulumi.Input[str]:
15362
+ """
15363
+ Name of the source service
15364
+ """
15365
+ return pulumi.get(self, "source_service_name")
15366
+
15367
+ @source_service_name.setter
15368
+ def source_service_name(self, value: pulumi.Input[str]):
15369
+ pulumi.set(self, "source_service_name", value)
15370
+
15371
+
15372
+ @pulumi.input_type
15373
+ class OpenSearchTagArgs:
15374
+ def __init__(__self__, *,
15375
+ key: pulumi.Input[str],
15376
+ value: pulumi.Input[str]):
15377
+ """
15378
+ :param pulumi.Input[str] key: Service tag key
15379
+ :param pulumi.Input[str] value: Service tag value
15380
+ """
15381
+ pulumi.set(__self__, "key", key)
15382
+ pulumi.set(__self__, "value", value)
15383
+
15384
+ @property
15385
+ @pulumi.getter
15386
+ def key(self) -> pulumi.Input[str]:
15387
+ """
15388
+ Service tag key
15389
+ """
15390
+ return pulumi.get(self, "key")
15391
+
15392
+ @key.setter
15393
+ def key(self, value: pulumi.Input[str]):
15394
+ pulumi.set(self, "key", value)
15395
+
15396
+ @property
15397
+ @pulumi.getter
15398
+ def value(self) -> pulumi.Input[str]:
15399
+ """
15400
+ Service tag value
15401
+ """
15402
+ return pulumi.get(self, "value")
15403
+
15404
+ @value.setter
15405
+ def value(self, value: pulumi.Input[str]):
15406
+ pulumi.set(self, "value", value)
15407
+
15408
+
15409
+ @pulumi.input_type
15410
+ class OpenSearchTechEmailArgs:
15411
+ def __init__(__self__, *,
15412
+ email: pulumi.Input[str]):
15413
+ """
15414
+ :param pulumi.Input[str] email: An email address to contact for technical issues
15415
+ """
15416
+ pulumi.set(__self__, "email", email)
15417
+
15418
+ @property
15419
+ @pulumi.getter
15420
+ def email(self) -> pulumi.Input[str]:
15421
+ """
15422
+ An email address to contact for technical issues
15423
+ """
15424
+ return pulumi.get(self, "email")
15425
+
15426
+ @email.setter
15427
+ def email(self, value: pulumi.Input[str]):
15428
+ pulumi.set(self, "email", value)
15429
+
15430
+
15431
+ @pulumi.input_type
15432
+ class OrganizationGroupProjectTimeoutsArgs:
15433
+ def __init__(__self__, *,
15434
+ create: Optional[pulumi.Input[str]] = None,
15435
+ delete: Optional[pulumi.Input[str]] = None,
15436
+ read: Optional[pulumi.Input[str]] = None,
15437
+ update: Optional[pulumi.Input[str]] = None):
15438
+ """
15439
+ :param pulumi.Input[str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15440
+ :param pulumi.Input[str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
15441
+ :param pulumi.Input[str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
15442
+ :param pulumi.Input[str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15443
+ """
15444
+ if create is not None:
15445
+ pulumi.set(__self__, "create", create)
15446
+ if delete is not None:
15447
+ pulumi.set(__self__, "delete", delete)
15448
+ if read is not None:
15449
+ pulumi.set(__self__, "read", read)
15450
+ if update is not None:
15451
+ pulumi.set(__self__, "update", update)
15452
+
15453
+ @property
15454
+ @pulumi.getter
15455
+ def create(self) -> Optional[pulumi.Input[str]]:
15456
+ """
15457
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15458
+ """
15459
+ return pulumi.get(self, "create")
15460
+
15461
+ @create.setter
15462
+ def create(self, value: Optional[pulumi.Input[str]]):
15463
+ pulumi.set(self, "create", value)
15464
+
15465
+ @property
15466
+ @pulumi.getter
15467
+ def delete(self) -> Optional[pulumi.Input[str]]:
14542
15468
  """
14543
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
14544
- :param pulumi.Input[str] source_service_name: Name of the source service
15469
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
14545
15470
  """
14546
- pulumi.set(__self__, "integration_type", integration_type)
14547
- pulumi.set(__self__, "source_service_name", source_service_name)
15471
+ return pulumi.get(self, "delete")
15472
+
15473
+ @delete.setter
15474
+ def delete(self, value: Optional[pulumi.Input[str]]):
15475
+ pulumi.set(self, "delete", value)
14548
15476
 
14549
15477
  @property
14550
- @pulumi.getter(name="integrationType")
14551
- def integration_type(self) -> pulumi.Input[str]:
15478
+ @pulumi.getter
15479
+ def read(self) -> Optional[pulumi.Input[str]]:
14552
15480
  """
14553
- Type of the service integration. The only supported value at the moment is `read_replica`
15481
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
14554
15482
  """
14555
- return pulumi.get(self, "integration_type")
15483
+ return pulumi.get(self, "read")
14556
15484
 
14557
- @integration_type.setter
14558
- def integration_type(self, value: pulumi.Input[str]):
14559
- pulumi.set(self, "integration_type", value)
15485
+ @read.setter
15486
+ def read(self, value: Optional[pulumi.Input[str]]):
15487
+ pulumi.set(self, "read", value)
14560
15488
 
14561
15489
  @property
14562
- @pulumi.getter(name="sourceServiceName")
14563
- def source_service_name(self) -> pulumi.Input[str]:
15490
+ @pulumi.getter
15491
+ def update(self) -> Optional[pulumi.Input[str]]:
14564
15492
  """
14565
- Name of the source service
15493
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
14566
15494
  """
14567
- return pulumi.get(self, "source_service_name")
15495
+ return pulumi.get(self, "update")
14568
15496
 
14569
- @source_service_name.setter
14570
- def source_service_name(self, value: pulumi.Input[str]):
14571
- pulumi.set(self, "source_service_name", value)
15497
+ @update.setter
15498
+ def update(self, value: Optional[pulumi.Input[str]]):
15499
+ pulumi.set(self, "update", value)
14572
15500
 
14573
15501
 
14574
15502
  @pulumi.input_type
14575
- class OpenSearchTagArgs:
15503
+ class OrganizationTimeoutsArgs:
14576
15504
  def __init__(__self__, *,
14577
- key: pulumi.Input[str],
14578
- value: pulumi.Input[str]):
15505
+ create: Optional[pulumi.Input[str]] = None,
15506
+ delete: Optional[pulumi.Input[str]] = None,
15507
+ read: Optional[pulumi.Input[str]] = None,
15508
+ update: Optional[pulumi.Input[str]] = None):
14579
15509
  """
14580
- :param pulumi.Input[str] key: Service tag key
14581
- :param pulumi.Input[str] value: Service tag value
15510
+ :param pulumi.Input[str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
15511
+ :param pulumi.Input[str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
15512
+ :param pulumi.Input[str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
15513
+ :param pulumi.Input[str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
14582
15514
  """
14583
- pulumi.set(__self__, "key", key)
14584
- pulumi.set(__self__, "value", value)
15515
+ if create is not None:
15516
+ pulumi.set(__self__, "create", create)
15517
+ if delete is not None:
15518
+ pulumi.set(__self__, "delete", delete)
15519
+ if read is not None:
15520
+ pulumi.set(__self__, "read", read)
15521
+ if update is not None:
15522
+ pulumi.set(__self__, "update", update)
14585
15523
 
14586
15524
  @property
14587
15525
  @pulumi.getter
14588
- def key(self) -> pulumi.Input[str]:
15526
+ def create(self) -> Optional[pulumi.Input[str]]:
14589
15527
  """
14590
- Service tag key
15528
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
14591
15529
  """
14592
- return pulumi.get(self, "key")
15530
+ return pulumi.get(self, "create")
14593
15531
 
14594
- @key.setter
14595
- def key(self, value: pulumi.Input[str]):
14596
- pulumi.set(self, "key", value)
15532
+ @create.setter
15533
+ def create(self, value: Optional[pulumi.Input[str]]):
15534
+ pulumi.set(self, "create", value)
14597
15535
 
14598
15536
  @property
14599
15537
  @pulumi.getter
14600
- def value(self) -> pulumi.Input[str]:
15538
+ def delete(self) -> Optional[pulumi.Input[str]]:
14601
15539
  """
14602
- Service tag value
15540
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
14603
15541
  """
14604
- return pulumi.get(self, "value")
14605
-
14606
- @value.setter
14607
- def value(self, value: pulumi.Input[str]):
14608
- pulumi.set(self, "value", value)
15542
+ return pulumi.get(self, "delete")
14609
15543
 
15544
+ @delete.setter
15545
+ def delete(self, value: Optional[pulumi.Input[str]]):
15546
+ pulumi.set(self, "delete", value)
14610
15547
 
14611
- @pulumi.input_type
14612
- class OpenSearchTechEmailArgs:
14613
- def __init__(__self__, *,
14614
- email: pulumi.Input[str]):
15548
+ @property
15549
+ @pulumi.getter
15550
+ def read(self) -> Optional[pulumi.Input[str]]:
14615
15551
  """
14616
- :param pulumi.Input[str] email: An email address to contact for technical issues
15552
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
14617
15553
  """
14618
- pulumi.set(__self__, "email", email)
15554
+ return pulumi.get(self, "read")
15555
+
15556
+ @read.setter
15557
+ def read(self, value: Optional[pulumi.Input[str]]):
15558
+ pulumi.set(self, "read", value)
14619
15559
 
14620
15560
  @property
14621
15561
  @pulumi.getter
14622
- def email(self) -> pulumi.Input[str]:
15562
+ def update(self) -> Optional[pulumi.Input[str]]:
14623
15563
  """
14624
- An email address to contact for technical issues
15564
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
14625
15565
  """
14626
- return pulumi.get(self, "email")
15566
+ return pulumi.get(self, "update")
14627
15567
 
14628
- @email.setter
14629
- def email(self, value: pulumi.Input[str]):
14630
- pulumi.set(self, "email", value)
15568
+ @update.setter
15569
+ def update(self, value: Optional[pulumi.Input[str]]):
15570
+ pulumi.set(self, "update", value)
14631
15571
 
14632
15572
 
14633
15573
  @pulumi.input_type
14634
- class OrganizationTimeoutsArgs:
15574
+ class OrganizationUserGroupMemberTimeoutsArgs:
14635
15575
  def __init__(__self__, *,
14636
15576
  create: Optional[pulumi.Input[str]] = None,
14637
15577
  delete: Optional[pulumi.Input[str]] = None,
@@ -15006,6 +15946,7 @@ class PgPgUserConfigArgs:
15006
15946
  pg_service_to_fork_from: Optional[pulumi.Input[str]] = None,
15007
15947
  pg_stat_monitor_enable: Optional[pulumi.Input[bool]] = None,
15008
15948
  pg_version: Optional[pulumi.Input[str]] = None,
15949
+ pgaudit: Optional[pulumi.Input['PgPgUserConfigPgauditArgs']] = None,
15009
15950
  pgbouncer: Optional[pulumi.Input['PgPgUserConfigPgbouncerArgs']] = None,
15010
15951
  pglookout: Optional[pulumi.Input['PgPgUserConfigPglookoutArgs']] = None,
15011
15952
  private_access: Optional[pulumi.Input['PgPgUserConfigPrivateAccessArgs']] = None,
@@ -15038,6 +15979,7 @@ class PgPgUserConfigArgs:
15038
15979
  :param pulumi.Input[str] pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created.
15039
15980
  :param pulumi.Input[bool] pg_stat_monitor_enable: Enable the pg*stat*monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg*stat*statements results for utility commands are unreliable. The default value is `false`.
15040
15981
  :param pulumi.Input[str] pg_version: PostgreSQL major version.
15982
+ :param pulumi.Input['PgPgUserConfigPgauditArgs'] pgaudit: System-wide settings for the pgaudit extension
15041
15983
  :param pulumi.Input['PgPgUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
15042
15984
  :param pulumi.Input['PgPgUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
15043
15985
  :param pulumi.Input['PgPgUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
@@ -15047,12 +15989,12 @@ class PgPgUserConfigArgs:
15047
15989
  :param pulumi.Input[str] recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
15048
15990
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
15049
15991
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
15050
- :param pulumi.Input[float] shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
15992
+ :param pulumi.Input[float] shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
15051
15993
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
15052
15994
  :param pulumi.Input[str] synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
15053
15995
  :param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
15054
15996
  :param pulumi.Input[str] variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
15055
- :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
15997
+ :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
15056
15998
  """
15057
15999
  if additional_backup_regions is not None:
15058
16000
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -15092,6 +16034,8 @@ class PgPgUserConfigArgs:
15092
16034
  pulumi.set(__self__, "pg_stat_monitor_enable", pg_stat_monitor_enable)
15093
16035
  if pg_version is not None:
15094
16036
  pulumi.set(__self__, "pg_version", pg_version)
16037
+ if pgaudit is not None:
16038
+ pulumi.set(__self__, "pgaudit", pgaudit)
15095
16039
  if pgbouncer is not None:
15096
16040
  pulumi.set(__self__, "pgbouncer", pgbouncer)
15097
16041
  if pglookout is not None:
@@ -15321,6 +16265,18 @@ class PgPgUserConfigArgs:
15321
16265
  def pg_version(self, value: Optional[pulumi.Input[str]]):
15322
16266
  pulumi.set(self, "pg_version", value)
15323
16267
 
16268
+ @property
16269
+ @pulumi.getter
16270
+ def pgaudit(self) -> Optional[pulumi.Input['PgPgUserConfigPgauditArgs']]:
16271
+ """
16272
+ System-wide settings for the pgaudit extension
16273
+ """
16274
+ return pulumi.get(self, "pgaudit")
16275
+
16276
+ @pgaudit.setter
16277
+ def pgaudit(self, value: Optional[pulumi.Input['PgPgUserConfigPgauditArgs']]):
16278
+ pulumi.set(self, "pgaudit", value)
16279
+
15324
16280
  @property
15325
16281
  @pulumi.getter
15326
16282
  def pgbouncer(self) -> Optional[pulumi.Input['PgPgUserConfigPgbouncerArgs']]:
@@ -15433,7 +16389,7 @@ class PgPgUserConfigArgs:
15433
16389
  @pulumi.getter(name="sharedBuffersPercentage")
15434
16390
  def shared_buffers_percentage(self) -> Optional[pulumi.Input[float]]:
15435
16391
  """
15436
- Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
16392
+ Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
15437
16393
  """
15438
16394
  return pulumi.get(self, "shared_buffers_percentage")
15439
16395
 
@@ -15493,7 +16449,7 @@ class PgPgUserConfigArgs:
15493
16449
  @pulumi.getter(name="workMem")
15494
16450
  def work_mem(self) -> Optional[pulumi.Input[int]]:
15495
16451
  """
15496
- Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
16452
+ Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
15497
16453
  """
15498
16454
  return pulumi.get(self, "work_mem")
15499
16455
 
@@ -15726,14 +16682,14 @@ class PgPgUserConfigPgArgs:
15726
16682
  wal_sender_timeout: Optional[pulumi.Input[int]] = None,
15727
16683
  wal_writer_delay: Optional[pulumi.Input[int]] = None):
15728
16684
  """
15729
- :param pulumi.Input[float] autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
16685
+ :param pulumi.Input[float] autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
15730
16686
  :param pulumi.Input[int] autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
15731
16687
  :param pulumi.Input[int] autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
15732
16688
  :param pulumi.Input[int] autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
15733
16689
  :param pulumi.Input[int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
15734
16690
  :param pulumi.Input[int] autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum*cost*delay value will be used. The default value is 20 milliseconds.
15735
16691
  :param pulumi.Input[int] autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
15736
- :param pulumi.Input[float] autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
16692
+ :param pulumi.Input[float] autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
15737
16693
  :param pulumi.Input[int] autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
15738
16694
  :param pulumi.Input[int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
15739
16695
  :param pulumi.Input[int] bgwriter_flush_after: Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
@@ -15879,7 +16835,7 @@ class PgPgUserConfigPgArgs:
15879
16835
  @pulumi.getter(name="autovacuumAnalyzeScaleFactor")
15880
16836
  def autovacuum_analyze_scale_factor(self) -> Optional[pulumi.Input[float]]:
15881
16837
  """
15882
- Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
16838
+ Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
15883
16839
  """
15884
16840
  return pulumi.get(self, "autovacuum_analyze_scale_factor")
15885
16841
 
@@ -15963,7 +16919,7 @@ class PgPgUserConfigPgArgs:
15963
16919
  @pulumi.getter(name="autovacuumVacuumScaleFactor")
15964
16920
  def autovacuum_vacuum_scale_factor(self) -> Optional[pulumi.Input[float]]:
15965
16921
  """
15966
- Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
16922
+ Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
15967
16923
  """
15968
16924
  return pulumi.get(self, "autovacuum_vacuum_scale_factor")
15969
16925
 
@@ -16581,6 +17537,237 @@ class PgPgUserConfigPgQualstatsArgs:
16581
17537
  pulumi.set(self, "track_pg_catalog", value)
16582
17538
 
16583
17539
 
17540
+ @pulumi.input_type
17541
+ class PgPgUserConfigPgauditArgs:
17542
+ def __init__(__self__, *,
17543
+ feature_enabled: Optional[pulumi.Input[bool]] = None,
17544
+ log_catalog: Optional[pulumi.Input[bool]] = None,
17545
+ log_client: Optional[pulumi.Input[bool]] = None,
17546
+ log_level: Optional[pulumi.Input[str]] = None,
17547
+ log_max_string_length: Optional[pulumi.Input[int]] = None,
17548
+ log_nested_statements: Optional[pulumi.Input[bool]] = None,
17549
+ log_parameter: Optional[pulumi.Input[bool]] = None,
17550
+ log_parameter_max_size: Optional[pulumi.Input[int]] = None,
17551
+ log_relation: Optional[pulumi.Input[bool]] = None,
17552
+ log_rows: Optional[pulumi.Input[bool]] = None,
17553
+ log_statement: Optional[pulumi.Input[bool]] = None,
17554
+ log_statement_once: Optional[pulumi.Input[bool]] = None,
17555
+ logs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
17556
+ role: Optional[pulumi.Input[str]] = None):
17557
+ """
17558
+ :param pulumi.Input[bool] feature_enabled: Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is `false`.
17559
+ :param pulumi.Input[bool] log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is `true`.
17560
+ :param pulumi.Input[bool] log_client: Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
17561
+ :param pulumi.Input[str] log_level: Specifies the log level that will be used for log entries. The default value is `log`.
17562
+ :param pulumi.Input[int] log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is `-1`.
17563
+ :param pulumi.Input[bool] log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is `true`.
17564
+ :param pulumi.Input[bool] log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
17565
+ :param pulumi.Input[int] log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. The default value is `0`.
17566
+ :param pulumi.Input[bool] log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is `false`.
17567
+ :param pulumi.Input[bool] log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is `false`.
17568
+ :param pulumi.Input[bool] log_statement: Specifies whether logging will include the statement text and parameters (if enabled). The default value is `true`.
17569
+ :param pulumi.Input[bool] log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is `false`.
17570
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] logs: Specifies which classes of statements will be logged by session audit logging.
17571
+ :param pulumi.Input[str] role: Specifies the master role to use for object audit logging.
17572
+ """
17573
+ if feature_enabled is not None:
17574
+ pulumi.set(__self__, "feature_enabled", feature_enabled)
17575
+ if log_catalog is not None:
17576
+ pulumi.set(__self__, "log_catalog", log_catalog)
17577
+ if log_client is not None:
17578
+ pulumi.set(__self__, "log_client", log_client)
17579
+ if log_level is not None:
17580
+ pulumi.set(__self__, "log_level", log_level)
17581
+ if log_max_string_length is not None:
17582
+ pulumi.set(__self__, "log_max_string_length", log_max_string_length)
17583
+ if log_nested_statements is not None:
17584
+ pulumi.set(__self__, "log_nested_statements", log_nested_statements)
17585
+ if log_parameter is not None:
17586
+ pulumi.set(__self__, "log_parameter", log_parameter)
17587
+ if log_parameter_max_size is not None:
17588
+ pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
17589
+ if log_relation is not None:
17590
+ pulumi.set(__self__, "log_relation", log_relation)
17591
+ if log_rows is not None:
17592
+ pulumi.set(__self__, "log_rows", log_rows)
17593
+ if log_statement is not None:
17594
+ pulumi.set(__self__, "log_statement", log_statement)
17595
+ if log_statement_once is not None:
17596
+ pulumi.set(__self__, "log_statement_once", log_statement_once)
17597
+ if logs is not None:
17598
+ pulumi.set(__self__, "logs", logs)
17599
+ if role is not None:
17600
+ pulumi.set(__self__, "role", role)
17601
+
17602
+ @property
17603
+ @pulumi.getter(name="featureEnabled")
17604
+ def feature_enabled(self) -> Optional[pulumi.Input[bool]]:
17605
+ """
17606
+ Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is `false`.
17607
+ """
17608
+ return pulumi.get(self, "feature_enabled")
17609
+
17610
+ @feature_enabled.setter
17611
+ def feature_enabled(self, value: Optional[pulumi.Input[bool]]):
17612
+ pulumi.set(self, "feature_enabled", value)
17613
+
17614
+ @property
17615
+ @pulumi.getter(name="logCatalog")
17616
+ def log_catalog(self) -> Optional[pulumi.Input[bool]]:
17617
+ """
17618
+ Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is `true`.
17619
+ """
17620
+ return pulumi.get(self, "log_catalog")
17621
+
17622
+ @log_catalog.setter
17623
+ def log_catalog(self, value: Optional[pulumi.Input[bool]]):
17624
+ pulumi.set(self, "log_catalog", value)
17625
+
17626
+ @property
17627
+ @pulumi.getter(name="logClient")
17628
+ def log_client(self) -> Optional[pulumi.Input[bool]]:
17629
+ """
17630
+ Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
17631
+ """
17632
+ return pulumi.get(self, "log_client")
17633
+
17634
+ @log_client.setter
17635
+ def log_client(self, value: Optional[pulumi.Input[bool]]):
17636
+ pulumi.set(self, "log_client", value)
17637
+
17638
+ @property
17639
+ @pulumi.getter(name="logLevel")
17640
+ def log_level(self) -> Optional[pulumi.Input[str]]:
17641
+ """
17642
+ Specifies the log level that will be used for log entries. The default value is `log`.
17643
+ """
17644
+ return pulumi.get(self, "log_level")
17645
+
17646
+ @log_level.setter
17647
+ def log_level(self, value: Optional[pulumi.Input[str]]):
17648
+ pulumi.set(self, "log_level", value)
17649
+
17650
+ @property
17651
+ @pulumi.getter(name="logMaxStringLength")
17652
+ def log_max_string_length(self) -> Optional[pulumi.Input[int]]:
17653
+ """
17654
+ Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is `-1`.
17655
+ """
17656
+ return pulumi.get(self, "log_max_string_length")
17657
+
17658
+ @log_max_string_length.setter
17659
+ def log_max_string_length(self, value: Optional[pulumi.Input[int]]):
17660
+ pulumi.set(self, "log_max_string_length", value)
17661
+
17662
+ @property
17663
+ @pulumi.getter(name="logNestedStatements")
17664
+ def log_nested_statements(self) -> Optional[pulumi.Input[bool]]:
17665
+ """
17666
+ This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is `true`.
17667
+ """
17668
+ return pulumi.get(self, "log_nested_statements")
17669
+
17670
+ @log_nested_statements.setter
17671
+ def log_nested_statements(self, value: Optional[pulumi.Input[bool]]):
17672
+ pulumi.set(self, "log_nested_statements", value)
17673
+
17674
+ @property
17675
+ @pulumi.getter(name="logParameter")
17676
+ def log_parameter(self) -> Optional[pulumi.Input[bool]]:
17677
+ """
17678
+ Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
17679
+ """
17680
+ return pulumi.get(self, "log_parameter")
17681
+
17682
+ @log_parameter.setter
17683
+ def log_parameter(self, value: Optional[pulumi.Input[bool]]):
17684
+ pulumi.set(self, "log_parameter", value)
17685
+
17686
+ @property
17687
+ @pulumi.getter(name="logParameterMaxSize")
17688
+ def log_parameter_max_size(self) -> Optional[pulumi.Input[int]]:
17689
+ """
17690
+ Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. The default value is `0`.
17691
+ """
17692
+ return pulumi.get(self, "log_parameter_max_size")
17693
+
17694
+ @log_parameter_max_size.setter
17695
+ def log_parameter_max_size(self, value: Optional[pulumi.Input[int]]):
17696
+ pulumi.set(self, "log_parameter_max_size", value)
17697
+
17698
+ @property
17699
+ @pulumi.getter(name="logRelation")
17700
+ def log_relation(self) -> Optional[pulumi.Input[bool]]:
17701
+ """
17702
+ Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is `false`.
17703
+ """
17704
+ return pulumi.get(self, "log_relation")
17705
+
17706
+ @log_relation.setter
17707
+ def log_relation(self, value: Optional[pulumi.Input[bool]]):
17708
+ pulumi.set(self, "log_relation", value)
17709
+
17710
+ @property
17711
+ @pulumi.getter(name="logRows")
17712
+ def log_rows(self) -> Optional[pulumi.Input[bool]]:
17713
+ """
17714
+ Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is `false`.
17715
+ """
17716
+ return pulumi.get(self, "log_rows")
17717
+
17718
+ @log_rows.setter
17719
+ def log_rows(self, value: Optional[pulumi.Input[bool]]):
17720
+ pulumi.set(self, "log_rows", value)
17721
+
17722
+ @property
17723
+ @pulumi.getter(name="logStatement")
17724
+ def log_statement(self) -> Optional[pulumi.Input[bool]]:
17725
+ """
17726
+ Specifies whether logging will include the statement text and parameters (if enabled). The default value is `true`.
17727
+ """
17728
+ return pulumi.get(self, "log_statement")
17729
+
17730
+ @log_statement.setter
17731
+ def log_statement(self, value: Optional[pulumi.Input[bool]]):
17732
+ pulumi.set(self, "log_statement", value)
17733
+
17734
+ @property
17735
+ @pulumi.getter(name="logStatementOnce")
17736
+ def log_statement_once(self) -> Optional[pulumi.Input[bool]]:
17737
+ """
17738
+ Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is `false`.
17739
+ """
17740
+ return pulumi.get(self, "log_statement_once")
17741
+
17742
+ @log_statement_once.setter
17743
+ def log_statement_once(self, value: Optional[pulumi.Input[bool]]):
17744
+ pulumi.set(self, "log_statement_once", value)
17745
+
17746
+ @property
17747
+ @pulumi.getter
17748
+ def logs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17749
+ """
17750
+ Specifies which classes of statements will be logged by session audit logging.
17751
+ """
17752
+ return pulumi.get(self, "logs")
17753
+
17754
+ @logs.setter
17755
+ def logs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
17756
+ pulumi.set(self, "logs", value)
17757
+
17758
+ @property
17759
+ @pulumi.getter
17760
+ def role(self) -> Optional[pulumi.Input[str]]:
17761
+ """
17762
+ Specifies the master role to use for object audit logging.
17763
+ """
17764
+ return pulumi.get(self, "role")
17765
+
17766
+ @role.setter
17767
+ def role(self, value: Optional[pulumi.Input[str]]):
17768
+ pulumi.set(self, "role", value)
17769
+
17770
+
16584
17771
  @pulumi.input_type
16585
17772
  class PgPgUserConfigPgbouncerArgs:
16586
17773
  def __init__(__self__, *,
@@ -18025,7 +19212,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigArgs:
18025
19212
  def __init__(__self__, *,
18026
19213
  tables: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]]] = None):
18027
19214
  """
18028
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]] tables: Tables to create.
19215
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]] tables: Tables to create
18029
19216
  """
18030
19217
  if tables is not None:
18031
19218
  pulumi.set(__self__, "tables", tables)
@@ -18034,7 +19221,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigArgs:
18034
19221
  @pulumi.getter
18035
19222
  def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]]]:
18036
19223
  """
18037
- Tables to create.
19224
+ Tables to create
18038
19225
  """
18039
19226
  return pulumi.get(self, "tables")
18040
19227
 
@@ -18046,25 +19233,26 @@ class ServiceIntegrationClickhouseKafkaUserConfigArgs:
18046
19233
  @pulumi.input_type
18047
19234
  class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
18048
19235
  def __init__(__self__, *,
19236
+ columns: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]],
18049
19237
  data_format: pulumi.Input[str],
18050
19238
  group_name: pulumi.Input[str],
18051
19239
  name: pulumi.Input[str],
19240
+ topics: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]],
18052
19241
  auto_offset_reset: Optional[pulumi.Input[str]] = None,
18053
- columns: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]]] = None,
18054
19242
  date_time_input_format: Optional[pulumi.Input[str]] = None,
18055
19243
  handle_error_mode: Optional[pulumi.Input[str]] = None,
18056
19244
  max_block_size: Optional[pulumi.Input[int]] = None,
18057
19245
  max_rows_per_message: Optional[pulumi.Input[int]] = None,
18058
19246
  num_consumers: Optional[pulumi.Input[int]] = None,
18059
19247
  poll_max_batch_size: Optional[pulumi.Input[int]] = None,
18060
- skip_broken_messages: Optional[pulumi.Input[int]] = None,
18061
- topics: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]]] = None):
19248
+ skip_broken_messages: Optional[pulumi.Input[int]] = None):
18062
19249
  """
19250
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns
18063
19251
  :param pulumi.Input[str] data_format: Message data format. The default value is `JSONEachRow`.
18064
19252
  :param pulumi.Input[str] group_name: Kafka consumers group. The default value is `clickhouse`.
18065
19253
  :param pulumi.Input[str] name: Column name.
19254
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
18066
19255
  :param pulumi.Input[str] auto_offset_reset: Action to take when there is no initial offset in offset store or the desired offset is out of range. The default value is `earliest`.
18067
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns.
18068
19256
  :param pulumi.Input[str] date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
18069
19257
  :param pulumi.Input[str] handle_error_mode: How to handle errors for Kafka engine. The default value is `default`.
18070
19258
  :param pulumi.Input[int] max_block_size: Number of row collected by poll(s) for flushing data from Kafka. The default value is `0`.
@@ -18072,15 +19260,14 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
18072
19260
  :param pulumi.Input[int] num_consumers: The number of consumers per table per replica. The default value is `1`.
18073
19261
  :param pulumi.Input[int] poll_max_batch_size: Maximum amount of messages to be polled in a single Kafka poll. The default value is `0`.
18074
19262
  :param pulumi.Input[int] skip_broken_messages: Skip at least this number of broken messages from Kafka topic per block. The default value is `0`.
18075
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics.
18076
19263
  """
19264
+ pulumi.set(__self__, "columns", columns)
18077
19265
  pulumi.set(__self__, "data_format", data_format)
18078
19266
  pulumi.set(__self__, "group_name", group_name)
18079
19267
  pulumi.set(__self__, "name", name)
19268
+ pulumi.set(__self__, "topics", topics)
18080
19269
  if auto_offset_reset is not None:
18081
19270
  pulumi.set(__self__, "auto_offset_reset", auto_offset_reset)
18082
- if columns is not None:
18083
- pulumi.set(__self__, "columns", columns)
18084
19271
  if date_time_input_format is not None:
18085
19272
  pulumi.set(__self__, "date_time_input_format", date_time_input_format)
18086
19273
  if handle_error_mode is not None:
@@ -18095,8 +19282,18 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
18095
19282
  pulumi.set(__self__, "poll_max_batch_size", poll_max_batch_size)
18096
19283
  if skip_broken_messages is not None:
18097
19284
  pulumi.set(__self__, "skip_broken_messages", skip_broken_messages)
18098
- if topics is not None:
18099
- pulumi.set(__self__, "topics", topics)
19285
+
19286
+ @property
19287
+ @pulumi.getter
19288
+ def columns(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]]:
19289
+ """
19290
+ Table columns
19291
+ """
19292
+ return pulumi.get(self, "columns")
19293
+
19294
+ @columns.setter
19295
+ def columns(self, value: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]]):
19296
+ pulumi.set(self, "columns", value)
18100
19297
 
18101
19298
  @property
18102
19299
  @pulumi.getter(name="dataFormat")
@@ -18134,6 +19331,18 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
18134
19331
  def name(self, value: pulumi.Input[str]):
18135
19332
  pulumi.set(self, "name", value)
18136
19333
 
19334
+ @property
19335
+ @pulumi.getter
19336
+ def topics(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]]:
19337
+ """
19338
+ Kafka topics
19339
+ """
19340
+ return pulumi.get(self, "topics")
19341
+
19342
+ @topics.setter
19343
+ def topics(self, value: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]]):
19344
+ pulumi.set(self, "topics", value)
19345
+
18137
19346
  @property
18138
19347
  @pulumi.getter(name="autoOffsetReset")
18139
19348
  def auto_offset_reset(self) -> Optional[pulumi.Input[str]]:
@@ -18146,18 +19355,6 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
18146
19355
  def auto_offset_reset(self, value: Optional[pulumi.Input[str]]):
18147
19356
  pulumi.set(self, "auto_offset_reset", value)
18148
19357
 
18149
- @property
18150
- @pulumi.getter
18151
- def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]]]:
18152
- """
18153
- Table columns.
18154
- """
18155
- return pulumi.get(self, "columns")
18156
-
18157
- @columns.setter
18158
- def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]]]):
18159
- pulumi.set(self, "columns", value)
18160
-
18161
19358
  @property
18162
19359
  @pulumi.getter(name="dateTimeInputFormat")
18163
19360
  def date_time_input_format(self) -> Optional[pulumi.Input[str]]:
@@ -18236,23 +19433,11 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
18236
19433
  """
18237
19434
  Skip at least this number of broken messages from Kafka topic per block. The default value is `0`.
18238
19435
  """
18239
- return pulumi.get(self, "skip_broken_messages")
18240
-
18241
- @skip_broken_messages.setter
18242
- def skip_broken_messages(self, value: Optional[pulumi.Input[int]]):
18243
- pulumi.set(self, "skip_broken_messages", value)
18244
-
18245
- @property
18246
- @pulumi.getter
18247
- def topics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]]]:
18248
- """
18249
- Kafka topics.
18250
- """
18251
- return pulumi.get(self, "topics")
19436
+ return pulumi.get(self, "skip_broken_messages")
18252
19437
 
18253
- @topics.setter
18254
- def topics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]]]):
18255
- pulumi.set(self, "topics", value)
19438
+ @skip_broken_messages.setter
19439
+ def skip_broken_messages(self, value: Optional[pulumi.Input[int]]):
19440
+ pulumi.set(self, "skip_broken_messages", value)
18256
19441
 
18257
19442
 
18258
19443
  @pulumi.input_type
@@ -18319,7 +19504,7 @@ class ServiceIntegrationClickhousePostgresqlUserConfigArgs:
18319
19504
  def __init__(__self__, *,
18320
19505
  databases: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs']]]] = None):
18321
19506
  """
18322
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs']]] databases: Databases to expose.
19507
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs']]] databases: Databases to expose
18323
19508
  """
18324
19509
  if databases is not None:
18325
19510
  pulumi.set(__self__, "databases", databases)
@@ -18328,7 +19513,7 @@ class ServiceIntegrationClickhousePostgresqlUserConfigArgs:
18328
19513
  @pulumi.getter
18329
19514
  def databases(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs']]]]:
18330
19515
  """
18331
- Databases to expose.
19516
+ Databases to expose
18332
19517
  """
18333
19518
  return pulumi.get(self, "databases")
18334
19519
 
@@ -18391,15 +19576,15 @@ class ServiceIntegrationDatadogUserConfigArgs:
18391
19576
  redis: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigRedisArgs']] = None):
18392
19577
  """
18393
19578
  :param pulumi.Input[bool] datadog_dbm_enabled: Enable Datadog Database Monitoring.
18394
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationDatadogUserConfigDatadogTagArgs']]] datadog_tags: Custom tags provided by user.
19579
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationDatadogUserConfigDatadogTagArgs']]] datadog_tags: Custom tags provided by user
18395
19580
  :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_consumer_groups: List of custom metrics.
18396
19581
  :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_topics: List of topics to exclude.
18397
19582
  :param pulumi.Input[Sequence[pulumi.Input[str]]] include_consumer_groups: List of custom metrics.
18398
19583
  :param pulumi.Input[Sequence[pulumi.Input[str]]] include_topics: List of topics to include.
18399
19584
  :param pulumi.Input[Sequence[pulumi.Input[str]]] kafka_custom_metrics: List of custom metrics.
18400
19585
  :param pulumi.Input[int] max_jmx_metrics: Maximum number of JMX metrics to send.
18401
- :param pulumi.Input['ServiceIntegrationDatadogUserConfigOpensearchArgs'] opensearch: Datadog Opensearch Options.
18402
- :param pulumi.Input['ServiceIntegrationDatadogUserConfigRedisArgs'] redis: Datadog Redis Options.
19586
+ :param pulumi.Input['ServiceIntegrationDatadogUserConfigOpensearchArgs'] opensearch: Datadog Opensearch Options
19587
+ :param pulumi.Input['ServiceIntegrationDatadogUserConfigRedisArgs'] redis: Datadog Redis Options
18403
19588
  """
18404
19589
  if datadog_dbm_enabled is not None:
18405
19590
  pulumi.set(__self__, "datadog_dbm_enabled", datadog_dbm_enabled)
@@ -18438,7 +19623,7 @@ class ServiceIntegrationDatadogUserConfigArgs:
18438
19623
  @pulumi.getter(name="datadogTags")
18439
19624
  def datadog_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationDatadogUserConfigDatadogTagArgs']]]]:
18440
19625
  """
18441
- Custom tags provided by user.
19626
+ Custom tags provided by user
18442
19627
  """
18443
19628
  return pulumi.get(self, "datadog_tags")
18444
19629
 
@@ -18522,7 +19707,7 @@ class ServiceIntegrationDatadogUserConfigArgs:
18522
19707
  @pulumi.getter
18523
19708
  def opensearch(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigOpensearchArgs']]:
18524
19709
  """
18525
- Datadog Opensearch Options.
19710
+ Datadog Opensearch Options
18526
19711
  """
18527
19712
  return pulumi.get(self, "opensearch")
18528
19713
 
@@ -18534,7 +19719,7 @@ class ServiceIntegrationDatadogUserConfigArgs:
18534
19719
  @pulumi.getter
18535
19720
  def redis(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigRedisArgs']]:
18536
19721
  """
18537
- Datadog Redis Options.
19722
+ Datadog Redis Options
18538
19723
  """
18539
19724
  return pulumi.get(self, "redis")
18540
19725
 
@@ -18671,7 +19856,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
18671
19856
  site: Optional[pulumi.Input[str]] = None):
18672
19857
  """
18673
19858
  :param pulumi.Input[str] datadog_api_key: Datadog API key.
18674
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]] datadog_tags: Custom tags provided by user.
19859
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]] datadog_tags: Custom tags provided by user
18675
19860
  :param pulumi.Input[bool] disable_consumer_stats: Disable consumer group metrics.
18676
19861
  :param pulumi.Input[int] kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with.
18677
19862
  :param pulumi.Input[int] kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers.
@@ -18708,7 +19893,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
18708
19893
  @pulumi.getter(name="datadogTags")
18709
19894
  def datadog_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]]]:
18710
19895
  """
18711
- Custom tags provided by user.
19896
+ Custom tags provided by user
18712
19897
  """
18713
19898
  return pulumi.get(self, "datadog_tags")
18714
19899
 
@@ -19364,6 +20549,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
19364
20549
  host: pulumi.Input[str],
19365
20550
  port: pulumi.Input[int],
19366
20551
  username: pulumi.Input[str],
20552
+ default_database: Optional[pulumi.Input[str]] = None,
19367
20553
  password: Optional[pulumi.Input[str]] = None,
19368
20554
  ssl_client_certificate: Optional[pulumi.Input[str]] = None,
19369
20555
  ssl_client_key: Optional[pulumi.Input[str]] = None,
@@ -19373,6 +20559,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
19373
20559
  :param pulumi.Input[str] host: Hostname or IP address of the server.
19374
20560
  :param pulumi.Input[int] port: Port number of the server.
19375
20561
  :param pulumi.Input[str] username: User name.
20562
+ :param pulumi.Input[str] default_database: Default database.
19376
20563
  :param pulumi.Input[str] password: Password.
19377
20564
  :param pulumi.Input[str] ssl_client_certificate: Client certificate.
19378
20565
  :param pulumi.Input[str] ssl_client_key: Client key.
@@ -19382,6 +20569,8 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
19382
20569
  pulumi.set(__self__, "host", host)
19383
20570
  pulumi.set(__self__, "port", port)
19384
20571
  pulumi.set(__self__, "username", username)
20572
+ if default_database is not None:
20573
+ pulumi.set(__self__, "default_database", default_database)
19385
20574
  if password is not None:
19386
20575
  pulumi.set(__self__, "password", password)
19387
20576
  if ssl_client_certificate is not None:
@@ -19429,6 +20618,18 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
19429
20618
  def username(self, value: pulumi.Input[str]):
19430
20619
  pulumi.set(self, "username", value)
19431
20620
 
20621
+ @property
20622
+ @pulumi.getter(name="defaultDatabase")
20623
+ def default_database(self) -> Optional[pulumi.Input[str]]:
20624
+ """
20625
+ Default database.
20626
+ """
20627
+ return pulumi.get(self, "default_database")
20628
+
20629
+ @default_database.setter
20630
+ def default_database(self, value: Optional[pulumi.Input[str]]):
20631
+ pulumi.set(self, "default_database", value)
20632
+
19432
20633
  @property
19433
20634
  @pulumi.getter
19434
20635
  def password(self) -> Optional[pulumi.Input[str]]:
@@ -19800,14 +21001,37 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
19800
21001
  pulumi.set(self, "sd", value)
19801
21002
 
19802
21003
 
21004
+ @pulumi.input_type
21005
+ class ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs:
21006
+ def __init__(__self__, *,
21007
+ selected_log_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21008
+ """
21009
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_log_fields: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21010
+ """
21011
+ if selected_log_fields is not None:
21012
+ pulumi.set(__self__, "selected_log_fields", selected_log_fields)
21013
+
21014
+ @property
21015
+ @pulumi.getter(name="selectedLogFields")
21016
+ def selected_log_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21017
+ """
21018
+ The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21019
+ """
21020
+ return pulumi.get(self, "selected_log_fields")
21021
+
21022
+ @selected_log_fields.setter
21023
+ def selected_log_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
21024
+ pulumi.set(self, "selected_log_fields", value)
21025
+
21026
+
19803
21027
  @pulumi.input_type
19804
21028
  class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs:
19805
21029
  def __init__(__self__, *,
19806
21030
  dropped_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs']]]] = None,
19807
21031
  extra_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs']]]] = None):
19808
21032
  """
19809
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs']]] dropped_metrics: Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics).
19810
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs']]] extra_metrics: Metrics to allow through to AWS CloudWatch (in addition to default metrics).
21033
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs']]] dropped_metrics: Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
21034
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs']]] extra_metrics: Metrics to allow through to AWS CloudWatch (in addition to default metrics)
19811
21035
  """
19812
21036
  if dropped_metrics is not None:
19813
21037
  pulumi.set(__self__, "dropped_metrics", dropped_metrics)
@@ -19818,7 +21042,7 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs:
19818
21042
  @pulumi.getter(name="droppedMetrics")
19819
21043
  def dropped_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs']]]]:
19820
21044
  """
19821
- Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics).
21045
+ Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
19822
21046
  """
19823
21047
  return pulumi.get(self, "dropped_metrics")
19824
21048
 
@@ -19830,7 +21054,7 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs:
19830
21054
  @pulumi.getter(name="extraMetrics")
19831
21055
  def extra_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs']]]]:
19832
21056
  """
19833
- Metrics to allow through to AWS CloudWatch (in addition to default metrics).
21057
+ Metrics to allow through to AWS CloudWatch (in addition to default metrics)
19834
21058
  """
19835
21059
  return pulumi.get(self, "extra_metrics")
19836
21060
 
@@ -19913,12 +21137,58 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs:
19913
21137
  pulumi.set(self, "metric", value)
19914
21138
 
19915
21139
 
21140
+ @pulumi.input_type
21141
+ class ServiceIntegrationExternalElasticsearchLogsUserConfigArgs:
21142
+ def __init__(__self__, *,
21143
+ selected_log_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21144
+ """
21145
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_log_fields: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21146
+ """
21147
+ if selected_log_fields is not None:
21148
+ pulumi.set(__self__, "selected_log_fields", selected_log_fields)
21149
+
21150
+ @property
21151
+ @pulumi.getter(name="selectedLogFields")
21152
+ def selected_log_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21153
+ """
21154
+ The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21155
+ """
21156
+ return pulumi.get(self, "selected_log_fields")
21157
+
21158
+ @selected_log_fields.setter
21159
+ def selected_log_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
21160
+ pulumi.set(self, "selected_log_fields", value)
21161
+
21162
+
21163
+ @pulumi.input_type
21164
+ class ServiceIntegrationExternalOpensearchLogsUserConfigArgs:
21165
+ def __init__(__self__, *,
21166
+ selected_log_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21167
+ """
21168
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_log_fields: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21169
+ """
21170
+ if selected_log_fields is not None:
21171
+ pulumi.set(__self__, "selected_log_fields", selected_log_fields)
21172
+
21173
+ @property
21174
+ @pulumi.getter(name="selectedLogFields")
21175
+ def selected_log_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21176
+ """
21177
+ The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21178
+ """
21179
+ return pulumi.get(self, "selected_log_fields")
21180
+
21181
+ @selected_log_fields.setter
21182
+ def selected_log_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
21183
+ pulumi.set(self, "selected_log_fields", value)
21184
+
21185
+
19916
21186
  @pulumi.input_type
19917
21187
  class ServiceIntegrationKafkaConnectUserConfigArgs:
19918
21188
  def __init__(__self__, *,
19919
21189
  kafka_connect: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs']] = None):
19920
21190
  """
19921
- :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs'] kafka_connect: Kafka Connect service configuration values.
21191
+ :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs'] kafka_connect: Kafka Connect service configuration values
19922
21192
  """
19923
21193
  if kafka_connect is not None:
19924
21194
  pulumi.set(__self__, "kafka_connect", kafka_connect)
@@ -19927,7 +21197,7 @@ class ServiceIntegrationKafkaConnectUserConfigArgs:
19927
21197
  @pulumi.getter(name="kafkaConnect")
19928
21198
  def kafka_connect(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs']]:
19929
21199
  """
19930
- Kafka Connect service configuration values.
21200
+ Kafka Connect service configuration values
19931
21201
  """
19932
21202
  return pulumi.get(self, "kafka_connect")
19933
21203
 
@@ -19983,54 +21253,251 @@ class ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs:
19983
21253
  pulumi.set(self, "group_id", value)
19984
21254
 
19985
21255
  @property
19986
- @pulumi.getter(name="offsetStorageTopic")
19987
- def offset_storage_topic(self) -> Optional[pulumi.Input[str]]:
21256
+ @pulumi.getter(name="offsetStorageTopic")
21257
+ def offset_storage_topic(self) -> Optional[pulumi.Input[str]]:
21258
+ """
21259
+ The name of the topic where connector and task configuration offsets are stored.This must be the same for all workers with the same group_id.
21260
+ """
21261
+ return pulumi.get(self, "offset_storage_topic")
21262
+
21263
+ @offset_storage_topic.setter
21264
+ def offset_storage_topic(self, value: Optional[pulumi.Input[str]]):
21265
+ pulumi.set(self, "offset_storage_topic", value)
21266
+
21267
+ @property
21268
+ @pulumi.getter(name="statusStorageTopic")
21269
+ def status_storage_topic(self) -> Optional[pulumi.Input[str]]:
21270
+ """
21271
+ The name of the topic where connector and task configuration status updates are stored.This must be the same for all workers with the same group_id.
21272
+ """
21273
+ return pulumi.get(self, "status_storage_topic")
21274
+
21275
+ @status_storage_topic.setter
21276
+ def status_storage_topic(self, value: Optional[pulumi.Input[str]]):
21277
+ pulumi.set(self, "status_storage_topic", value)
21278
+
21279
+
21280
+ @pulumi.input_type
21281
+ class ServiceIntegrationKafkaLogsUserConfigArgs:
21282
+ def __init__(__self__, *,
21283
+ kafka_topic: pulumi.Input[str],
21284
+ selected_log_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21285
+ """
21286
+ :param pulumi.Input[str] kafka_topic: Topic name.
21287
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_log_fields: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21288
+ """
21289
+ pulumi.set(__self__, "kafka_topic", kafka_topic)
21290
+ if selected_log_fields is not None:
21291
+ pulumi.set(__self__, "selected_log_fields", selected_log_fields)
21292
+
21293
+ @property
21294
+ @pulumi.getter(name="kafkaTopic")
21295
+ def kafka_topic(self) -> pulumi.Input[str]:
21296
+ """
21297
+ Topic name.
21298
+ """
21299
+ return pulumi.get(self, "kafka_topic")
21300
+
21301
+ @kafka_topic.setter
21302
+ def kafka_topic(self, value: pulumi.Input[str]):
21303
+ pulumi.set(self, "kafka_topic", value)
21304
+
21305
+ @property
21306
+ @pulumi.getter(name="selectedLogFields")
21307
+ def selected_log_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21308
+ """
21309
+ The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21310
+ """
21311
+ return pulumi.get(self, "selected_log_fields")
21312
+
21313
+ @selected_log_fields.setter
21314
+ def selected_log_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
21315
+ pulumi.set(self, "selected_log_fields", value)
21316
+
21317
+
21318
+ @pulumi.input_type
21319
+ class ServiceIntegrationKafkaMirrormakerUserConfigArgs:
21320
+ def __init__(__self__, *,
21321
+ cluster_alias: Optional[pulumi.Input[str]] = None,
21322
+ kafka_mirrormaker: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs']] = None):
21323
+ """
21324
+ :param pulumi.Input[str] cluster_alias: The alias under which the Kafka cluster is known to MirrorMaker. Can contain the following symbols: ASCII alphanumerics, '.', '_', and '-'.
21325
+ :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs'] kafka_mirrormaker: Kafka MirrorMaker configuration values
21326
+ """
21327
+ if cluster_alias is not None:
21328
+ pulumi.set(__self__, "cluster_alias", cluster_alias)
21329
+ if kafka_mirrormaker is not None:
21330
+ pulumi.set(__self__, "kafka_mirrormaker", kafka_mirrormaker)
21331
+
21332
+ @property
21333
+ @pulumi.getter(name="clusterAlias")
21334
+ def cluster_alias(self) -> Optional[pulumi.Input[str]]:
21335
+ """
21336
+ The alias under which the Kafka cluster is known to MirrorMaker. Can contain the following symbols: ASCII alphanumerics, '.', '_', and '-'.
21337
+ """
21338
+ return pulumi.get(self, "cluster_alias")
21339
+
21340
+ @cluster_alias.setter
21341
+ def cluster_alias(self, value: Optional[pulumi.Input[str]]):
21342
+ pulumi.set(self, "cluster_alias", value)
21343
+
21344
+ @property
21345
+ @pulumi.getter(name="kafkaMirrormaker")
21346
+ def kafka_mirrormaker(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs']]:
21347
+ """
21348
+ Kafka MirrorMaker configuration values
21349
+ """
21350
+ return pulumi.get(self, "kafka_mirrormaker")
21351
+
21352
+ @kafka_mirrormaker.setter
21353
+ def kafka_mirrormaker(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs']]):
21354
+ pulumi.set(self, "kafka_mirrormaker", value)
21355
+
21356
+
21357
+ @pulumi.input_type
21358
+ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
21359
+ def __init__(__self__, *,
21360
+ consumer_fetch_min_bytes: Optional[pulumi.Input[int]] = None,
21361
+ producer_batch_size: Optional[pulumi.Input[int]] = None,
21362
+ producer_buffer_memory: Optional[pulumi.Input[int]] = None,
21363
+ producer_compression_type: Optional[pulumi.Input[str]] = None,
21364
+ producer_linger_ms: Optional[pulumi.Input[int]] = None,
21365
+ producer_max_request_size: Optional[pulumi.Input[int]] = None):
21366
+ """
21367
+ :param pulumi.Input[int] consumer_fetch_min_bytes: The minimum amount of data the server should return for a fetch request.
21368
+ :param pulumi.Input[int] producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker.
21369
+ :param pulumi.Input[int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker.
21370
+ :param pulumi.Input[str] producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
21371
+ :param pulumi.Input[int] producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing.
21372
+ :param pulumi.Input[int] producer_max_request_size: The maximum request size in bytes.
21373
+ """
21374
+ if consumer_fetch_min_bytes is not None:
21375
+ pulumi.set(__self__, "consumer_fetch_min_bytes", consumer_fetch_min_bytes)
21376
+ if producer_batch_size is not None:
21377
+ pulumi.set(__self__, "producer_batch_size", producer_batch_size)
21378
+ if producer_buffer_memory is not None:
21379
+ pulumi.set(__self__, "producer_buffer_memory", producer_buffer_memory)
21380
+ if producer_compression_type is not None:
21381
+ pulumi.set(__self__, "producer_compression_type", producer_compression_type)
21382
+ if producer_linger_ms is not None:
21383
+ pulumi.set(__self__, "producer_linger_ms", producer_linger_ms)
21384
+ if producer_max_request_size is not None:
21385
+ pulumi.set(__self__, "producer_max_request_size", producer_max_request_size)
21386
+
21387
+ @property
21388
+ @pulumi.getter(name="consumerFetchMinBytes")
21389
+ def consumer_fetch_min_bytes(self) -> Optional[pulumi.Input[int]]:
21390
+ """
21391
+ The minimum amount of data the server should return for a fetch request.
21392
+ """
21393
+ return pulumi.get(self, "consumer_fetch_min_bytes")
21394
+
21395
+ @consumer_fetch_min_bytes.setter
21396
+ def consumer_fetch_min_bytes(self, value: Optional[pulumi.Input[int]]):
21397
+ pulumi.set(self, "consumer_fetch_min_bytes", value)
21398
+
21399
+ @property
21400
+ @pulumi.getter(name="producerBatchSize")
21401
+ def producer_batch_size(self) -> Optional[pulumi.Input[int]]:
21402
+ """
21403
+ The batch size in bytes producer will attempt to collect before publishing to broker.
21404
+ """
21405
+ return pulumi.get(self, "producer_batch_size")
21406
+
21407
+ @producer_batch_size.setter
21408
+ def producer_batch_size(self, value: Optional[pulumi.Input[int]]):
21409
+ pulumi.set(self, "producer_batch_size", value)
21410
+
21411
+ @property
21412
+ @pulumi.getter(name="producerBufferMemory")
21413
+ def producer_buffer_memory(self) -> Optional[pulumi.Input[int]]:
21414
+ """
21415
+ The amount of bytes producer can use for buffering data before publishing to broker.
21416
+ """
21417
+ return pulumi.get(self, "producer_buffer_memory")
21418
+
21419
+ @producer_buffer_memory.setter
21420
+ def producer_buffer_memory(self, value: Optional[pulumi.Input[int]]):
21421
+ pulumi.set(self, "producer_buffer_memory", value)
21422
+
21423
+ @property
21424
+ @pulumi.getter(name="producerCompressionType")
21425
+ def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
21426
+ """
21427
+ Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
21428
+ """
21429
+ return pulumi.get(self, "producer_compression_type")
21430
+
21431
+ @producer_compression_type.setter
21432
+ def producer_compression_type(self, value: Optional[pulumi.Input[str]]):
21433
+ pulumi.set(self, "producer_compression_type", value)
21434
+
21435
+ @property
21436
+ @pulumi.getter(name="producerLingerMs")
21437
+ def producer_linger_ms(self) -> Optional[pulumi.Input[int]]:
19988
21438
  """
19989
- The name of the topic where connector and task configuration offsets are stored.This must be the same for all workers with the same group_id.
21439
+ The linger time (ms) for waiting new data to arrive for publishing.
19990
21440
  """
19991
- return pulumi.get(self, "offset_storage_topic")
21441
+ return pulumi.get(self, "producer_linger_ms")
19992
21442
 
19993
- @offset_storage_topic.setter
19994
- def offset_storage_topic(self, value: Optional[pulumi.Input[str]]):
19995
- pulumi.set(self, "offset_storage_topic", value)
21443
+ @producer_linger_ms.setter
21444
+ def producer_linger_ms(self, value: Optional[pulumi.Input[int]]):
21445
+ pulumi.set(self, "producer_linger_ms", value)
19996
21446
 
19997
21447
  @property
19998
- @pulumi.getter(name="statusStorageTopic")
19999
- def status_storage_topic(self) -> Optional[pulumi.Input[str]]:
21448
+ @pulumi.getter(name="producerMaxRequestSize")
21449
+ def producer_max_request_size(self) -> Optional[pulumi.Input[int]]:
20000
21450
  """
20001
- The name of the topic where connector and task configuration status updates are stored.This must be the same for all workers with the same group_id.
21451
+ The maximum request size in bytes.
20002
21452
  """
20003
- return pulumi.get(self, "status_storage_topic")
21453
+ return pulumi.get(self, "producer_max_request_size")
20004
21454
 
20005
- @status_storage_topic.setter
20006
- def status_storage_topic(self, value: Optional[pulumi.Input[str]]):
20007
- pulumi.set(self, "status_storage_topic", value)
21455
+ @producer_max_request_size.setter
21456
+ def producer_max_request_size(self, value: Optional[pulumi.Input[int]]):
21457
+ pulumi.set(self, "producer_max_request_size", value)
20008
21458
 
20009
21459
 
20010
21460
  @pulumi.input_type
20011
- class ServiceIntegrationKafkaLogsUserConfigArgs:
21461
+ class ServiceIntegrationLogsUserConfigArgs:
20012
21462
  def __init__(__self__, *,
20013
- kafka_topic: pulumi.Input[str],
21463
+ elasticsearch_index_days_max: Optional[pulumi.Input[int]] = None,
21464
+ elasticsearch_index_prefix: Optional[pulumi.Input[str]] = None,
20014
21465
  selected_log_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
20015
21466
  """
20016
- :param pulumi.Input[str] kafka_topic: Topic name.
21467
+ :param pulumi.Input[int] elasticsearch_index_days_max: Elasticsearch index retention limit. The default value is `3`.
21468
+ :param pulumi.Input[str] elasticsearch_index_prefix: Elasticsearch index prefix. The default value is `logs`.
20017
21469
  :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_log_fields: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
20018
21470
  """
20019
- pulumi.set(__self__, "kafka_topic", kafka_topic)
21471
+ if elasticsearch_index_days_max is not None:
21472
+ pulumi.set(__self__, "elasticsearch_index_days_max", elasticsearch_index_days_max)
21473
+ if elasticsearch_index_prefix is not None:
21474
+ pulumi.set(__self__, "elasticsearch_index_prefix", elasticsearch_index_prefix)
20020
21475
  if selected_log_fields is not None:
20021
21476
  pulumi.set(__self__, "selected_log_fields", selected_log_fields)
20022
21477
 
20023
21478
  @property
20024
- @pulumi.getter(name="kafkaTopic")
20025
- def kafka_topic(self) -> pulumi.Input[str]:
21479
+ @pulumi.getter(name="elasticsearchIndexDaysMax")
21480
+ def elasticsearch_index_days_max(self) -> Optional[pulumi.Input[int]]:
20026
21481
  """
20027
- Topic name.
21482
+ Elasticsearch index retention limit. The default value is `3`.
20028
21483
  """
20029
- return pulumi.get(self, "kafka_topic")
21484
+ return pulumi.get(self, "elasticsearch_index_days_max")
20030
21485
 
20031
- @kafka_topic.setter
20032
- def kafka_topic(self, value: pulumi.Input[str]):
20033
- pulumi.set(self, "kafka_topic", value)
21486
+ @elasticsearch_index_days_max.setter
21487
+ def elasticsearch_index_days_max(self, value: Optional[pulumi.Input[int]]):
21488
+ pulumi.set(self, "elasticsearch_index_days_max", value)
21489
+
21490
+ @property
21491
+ @pulumi.getter(name="elasticsearchIndexPrefix")
21492
+ def elasticsearch_index_prefix(self) -> Optional[pulumi.Input[str]]:
21493
+ """
21494
+ Elasticsearch index prefix. The default value is `logs`.
21495
+ """
21496
+ return pulumi.get(self, "elasticsearch_index_prefix")
21497
+
21498
+ @elasticsearch_index_prefix.setter
21499
+ def elasticsearch_index_prefix(self, value: Optional[pulumi.Input[str]]):
21500
+ pulumi.set(self, "elasticsearch_index_prefix", value)
20034
21501
 
20035
21502
  @property
20036
21503
  @pulumi.getter(name="selectedLogFields")
@@ -20046,314 +21513,394 @@ class ServiceIntegrationKafkaLogsUserConfigArgs:
20046
21513
 
20047
21514
 
20048
21515
  @pulumi.input_type
20049
- class ServiceIntegrationKafkaMirrormakerUserConfigArgs:
21516
+ class ServiceIntegrationMetricsUserConfigArgs:
20050
21517
  def __init__(__self__, *,
20051
- cluster_alias: Optional[pulumi.Input[str]] = None,
20052
- kafka_mirrormaker: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs']] = None):
21518
+ database: Optional[pulumi.Input[str]] = None,
21519
+ retention_days: Optional[pulumi.Input[int]] = None,
21520
+ ro_username: Optional[pulumi.Input[str]] = None,
21521
+ source_mysql: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs']] = None,
21522
+ username: Optional[pulumi.Input[str]] = None):
20053
21523
  """
20054
- :param pulumi.Input[str] cluster_alias: The alias under which the Kafka cluster is known to MirrorMaker. Can contain the following symbols: ASCII alphanumerics, '.', '_', and '-'.
20055
- :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs'] kafka_mirrormaker: Kafka MirrorMaker configuration values.
21524
+ :param pulumi.Input[str] database: Name of the database where to store metric datapoints. Only affects PostgreSQL destinations. Defaults to 'metrics'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21525
+ :param pulumi.Input[int] retention_days: Number of days to keep old metrics. Only affects PostgreSQL destinations. Set to 0 for no automatic cleanup. Defaults to 30 days.
21526
+ :param pulumi.Input[str] ro_username: Name of a user that can be used to read metrics. This will be used for Grafana integration (if enabled) to prevent Grafana users from making undesired changes. Only affects PostgreSQL destinations. Defaults to 'metrics_reader'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21527
+ :param pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs'] source_mysql: Configuration options for metrics where source service is MySQL
21528
+ :param pulumi.Input[str] username: Name of the user used to write metrics. Only affects PostgreSQL destinations. Defaults to 'metrics_writer'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
20056
21529
  """
20057
- if cluster_alias is not None:
20058
- pulumi.set(__self__, "cluster_alias", cluster_alias)
20059
- if kafka_mirrormaker is not None:
20060
- pulumi.set(__self__, "kafka_mirrormaker", kafka_mirrormaker)
21530
+ if database is not None:
21531
+ pulumi.set(__self__, "database", database)
21532
+ if retention_days is not None:
21533
+ pulumi.set(__self__, "retention_days", retention_days)
21534
+ if ro_username is not None:
21535
+ pulumi.set(__self__, "ro_username", ro_username)
21536
+ if source_mysql is not None:
21537
+ pulumi.set(__self__, "source_mysql", source_mysql)
21538
+ if username is not None:
21539
+ pulumi.set(__self__, "username", username)
20061
21540
 
20062
21541
  @property
20063
- @pulumi.getter(name="clusterAlias")
20064
- def cluster_alias(self) -> Optional[pulumi.Input[str]]:
21542
+ @pulumi.getter
21543
+ def database(self) -> Optional[pulumi.Input[str]]:
20065
21544
  """
20066
- The alias under which the Kafka cluster is known to MirrorMaker. Can contain the following symbols: ASCII alphanumerics, '.', '_', and '-'.
21545
+ Name of the database where to store metric datapoints. Only affects PostgreSQL destinations. Defaults to 'metrics'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
20067
21546
  """
20068
- return pulumi.get(self, "cluster_alias")
21547
+ return pulumi.get(self, "database")
20069
21548
 
20070
- @cluster_alias.setter
20071
- def cluster_alias(self, value: Optional[pulumi.Input[str]]):
20072
- pulumi.set(self, "cluster_alias", value)
21549
+ @database.setter
21550
+ def database(self, value: Optional[pulumi.Input[str]]):
21551
+ pulumi.set(self, "database", value)
20073
21552
 
20074
21553
  @property
20075
- @pulumi.getter(name="kafkaMirrormaker")
20076
- def kafka_mirrormaker(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs']]:
21554
+ @pulumi.getter(name="retentionDays")
21555
+ def retention_days(self) -> Optional[pulumi.Input[int]]:
20077
21556
  """
20078
- Kafka MirrorMaker configuration values.
21557
+ Number of days to keep old metrics. Only affects PostgreSQL destinations. Set to 0 for no automatic cleanup. Defaults to 30 days.
20079
21558
  """
20080
- return pulumi.get(self, "kafka_mirrormaker")
21559
+ return pulumi.get(self, "retention_days")
20081
21560
 
20082
- @kafka_mirrormaker.setter
20083
- def kafka_mirrormaker(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs']]):
20084
- pulumi.set(self, "kafka_mirrormaker", value)
21561
+ @retention_days.setter
21562
+ def retention_days(self, value: Optional[pulumi.Input[int]]):
21563
+ pulumi.set(self, "retention_days", value)
21564
+
21565
+ @property
21566
+ @pulumi.getter(name="roUsername")
21567
+ def ro_username(self) -> Optional[pulumi.Input[str]]:
21568
+ """
21569
+ Name of a user that can be used to read metrics. This will be used for Grafana integration (if enabled) to prevent Grafana users from making undesired changes. Only affects PostgreSQL destinations. Defaults to 'metrics_reader'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21570
+ """
21571
+ return pulumi.get(self, "ro_username")
21572
+
21573
+ @ro_username.setter
21574
+ def ro_username(self, value: Optional[pulumi.Input[str]]):
21575
+ pulumi.set(self, "ro_username", value)
21576
+
21577
+ @property
21578
+ @pulumi.getter(name="sourceMysql")
21579
+ def source_mysql(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs']]:
21580
+ """
21581
+ Configuration options for metrics where source service is MySQL
21582
+ """
21583
+ return pulumi.get(self, "source_mysql")
21584
+
21585
+ @source_mysql.setter
21586
+ def source_mysql(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs']]):
21587
+ pulumi.set(self, "source_mysql", value)
21588
+
21589
+ @property
21590
+ @pulumi.getter
21591
+ def username(self) -> Optional[pulumi.Input[str]]:
21592
+ """
21593
+ Name of the user used to write metrics. Only affects PostgreSQL destinations. Defaults to 'metrics_writer'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21594
+ """
21595
+ return pulumi.get(self, "username")
21596
+
21597
+ @username.setter
21598
+ def username(self, value: Optional[pulumi.Input[str]]):
21599
+ pulumi.set(self, "username", value)
20085
21600
 
20086
21601
 
20087
21602
  @pulumi.input_type
20088
- class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
21603
+ class ServiceIntegrationMetricsUserConfigSourceMysqlArgs:
20089
21604
  def __init__(__self__, *,
20090
- consumer_fetch_min_bytes: Optional[pulumi.Input[int]] = None,
20091
- producer_batch_size: Optional[pulumi.Input[int]] = None,
20092
- producer_buffer_memory: Optional[pulumi.Input[int]] = None,
20093
- producer_compression_type: Optional[pulumi.Input[str]] = None,
20094
- producer_linger_ms: Optional[pulumi.Input[int]] = None,
20095
- producer_max_request_size: Optional[pulumi.Input[int]] = None):
21605
+ telegraf: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs']] = None):
20096
21606
  """
20097
- :param pulumi.Input[int] consumer_fetch_min_bytes: The minimum amount of data the server should return for a fetch request.
20098
- :param pulumi.Input[int] producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker.
20099
- :param pulumi.Input[int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker.
20100
- :param pulumi.Input[str] producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
20101
- :param pulumi.Input[int] producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing.
20102
- :param pulumi.Input[int] producer_max_request_size: The maximum request size in bytes.
21607
+ :param pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs'] telegraf: Configuration options for Telegraf MySQL input plugin
20103
21608
  """
20104
- if consumer_fetch_min_bytes is not None:
20105
- pulumi.set(__self__, "consumer_fetch_min_bytes", consumer_fetch_min_bytes)
20106
- if producer_batch_size is not None:
20107
- pulumi.set(__self__, "producer_batch_size", producer_batch_size)
20108
- if producer_buffer_memory is not None:
20109
- pulumi.set(__self__, "producer_buffer_memory", producer_buffer_memory)
20110
- if producer_compression_type is not None:
20111
- pulumi.set(__self__, "producer_compression_type", producer_compression_type)
20112
- if producer_linger_ms is not None:
20113
- pulumi.set(__self__, "producer_linger_ms", producer_linger_ms)
20114
- if producer_max_request_size is not None:
20115
- pulumi.set(__self__, "producer_max_request_size", producer_max_request_size)
21609
+ if telegraf is not None:
21610
+ pulumi.set(__self__, "telegraf", telegraf)
21611
+
21612
+ @property
21613
+ @pulumi.getter
21614
+ def telegraf(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs']]:
21615
+ """
21616
+ Configuration options for Telegraf MySQL input plugin
21617
+ """
21618
+ return pulumi.get(self, "telegraf")
21619
+
21620
+ @telegraf.setter
21621
+ def telegraf(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs']]):
21622
+ pulumi.set(self, "telegraf", value)
21623
+
21624
+
21625
+ @pulumi.input_type
21626
+ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21627
+ def __init__(__self__, *,
21628
+ gather_event_waits: Optional[pulumi.Input[bool]] = None,
21629
+ gather_file_events_stats: Optional[pulumi.Input[bool]] = None,
21630
+ gather_index_io_waits: Optional[pulumi.Input[bool]] = None,
21631
+ gather_info_schema_auto_inc: Optional[pulumi.Input[bool]] = None,
21632
+ gather_innodb_metrics: Optional[pulumi.Input[bool]] = None,
21633
+ gather_perf_events_statements: Optional[pulumi.Input[bool]] = None,
21634
+ gather_process_list: Optional[pulumi.Input[bool]] = None,
21635
+ gather_slave_status: Optional[pulumi.Input[bool]] = None,
21636
+ gather_table_io_waits: Optional[pulumi.Input[bool]] = None,
21637
+ gather_table_lock_waits: Optional[pulumi.Input[bool]] = None,
21638
+ gather_table_schema: Optional[pulumi.Input[bool]] = None,
21639
+ perf_events_statements_digest_text_limit: Optional[pulumi.Input[int]] = None,
21640
+ perf_events_statements_limit: Optional[pulumi.Input[int]] = None,
21641
+ perf_events_statements_time_limit: Optional[pulumi.Input[int]] = None):
21642
+ """
21643
+ :param pulumi.Input[bool] gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
21644
+ :param pulumi.Input[bool] gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
21645
+ :param pulumi.Input[bool] gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
21646
+ :param pulumi.Input[bool] gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
21647
+ :param pulumi.Input[bool] gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
21648
+ :param pulumi.Input[bool] gather_perf_events_statements: Gather metrics from PERFORMANCE*SCHEMA.EVENTS*STATEMENTS*SUMMARY*BY_DIGEST.
21649
+ :param pulumi.Input[bool] gather_process_list: Gather thread state counts from INFORMATION_SCHEMA.PROCESSLIST.
21650
+ :param pulumi.Input[bool] gather_slave_status: Gather metrics from SHOW SLAVE STATUS command output.
21651
+ :param pulumi.Input[bool] gather_table_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*TABLE.
21652
+ :param pulumi.Input[bool] gather_table_lock_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*LOCK_WAITS.
21653
+ :param pulumi.Input[bool] gather_table_schema: Gather metrics from INFORMATION_SCHEMA.TABLES.
21654
+ :param pulumi.Input[int] perf_events_statements_digest_text_limit: Truncates digest text from perf*events*statements into this many characters.
21655
+ :param pulumi.Input[int] perf_events_statements_limit: Limits metrics from perf*events*statements.
21656
+ :param pulumi.Input[int] perf_events_statements_time_limit: Only include perf*events*statements whose last seen is less than this many seconds.
21657
+ """
21658
+ if gather_event_waits is not None:
21659
+ pulumi.set(__self__, "gather_event_waits", gather_event_waits)
21660
+ if gather_file_events_stats is not None:
21661
+ pulumi.set(__self__, "gather_file_events_stats", gather_file_events_stats)
21662
+ if gather_index_io_waits is not None:
21663
+ pulumi.set(__self__, "gather_index_io_waits", gather_index_io_waits)
21664
+ if gather_info_schema_auto_inc is not None:
21665
+ pulumi.set(__self__, "gather_info_schema_auto_inc", gather_info_schema_auto_inc)
21666
+ if gather_innodb_metrics is not None:
21667
+ pulumi.set(__self__, "gather_innodb_metrics", gather_innodb_metrics)
21668
+ if gather_perf_events_statements is not None:
21669
+ pulumi.set(__self__, "gather_perf_events_statements", gather_perf_events_statements)
21670
+ if gather_process_list is not None:
21671
+ pulumi.set(__self__, "gather_process_list", gather_process_list)
21672
+ if gather_slave_status is not None:
21673
+ pulumi.set(__self__, "gather_slave_status", gather_slave_status)
21674
+ if gather_table_io_waits is not None:
21675
+ pulumi.set(__self__, "gather_table_io_waits", gather_table_io_waits)
21676
+ if gather_table_lock_waits is not None:
21677
+ pulumi.set(__self__, "gather_table_lock_waits", gather_table_lock_waits)
21678
+ if gather_table_schema is not None:
21679
+ pulumi.set(__self__, "gather_table_schema", gather_table_schema)
21680
+ if perf_events_statements_digest_text_limit is not None:
21681
+ pulumi.set(__self__, "perf_events_statements_digest_text_limit", perf_events_statements_digest_text_limit)
21682
+ if perf_events_statements_limit is not None:
21683
+ pulumi.set(__self__, "perf_events_statements_limit", perf_events_statements_limit)
21684
+ if perf_events_statements_time_limit is not None:
21685
+ pulumi.set(__self__, "perf_events_statements_time_limit", perf_events_statements_time_limit)
20116
21686
 
20117
21687
  @property
20118
- @pulumi.getter(name="consumerFetchMinBytes")
20119
- def consumer_fetch_min_bytes(self) -> Optional[pulumi.Input[int]]:
21688
+ @pulumi.getter(name="gatherEventWaits")
21689
+ def gather_event_waits(self) -> Optional[pulumi.Input[bool]]:
20120
21690
  """
20121
- The minimum amount of data the server should return for a fetch request.
21691
+ Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
20122
21692
  """
20123
- return pulumi.get(self, "consumer_fetch_min_bytes")
21693
+ return pulumi.get(self, "gather_event_waits")
20124
21694
 
20125
- @consumer_fetch_min_bytes.setter
20126
- def consumer_fetch_min_bytes(self, value: Optional[pulumi.Input[int]]):
20127
- pulumi.set(self, "consumer_fetch_min_bytes", value)
21695
+ @gather_event_waits.setter
21696
+ def gather_event_waits(self, value: Optional[pulumi.Input[bool]]):
21697
+ pulumi.set(self, "gather_event_waits", value)
20128
21698
 
20129
21699
  @property
20130
- @pulumi.getter(name="producerBatchSize")
20131
- def producer_batch_size(self) -> Optional[pulumi.Input[int]]:
21700
+ @pulumi.getter(name="gatherFileEventsStats")
21701
+ def gather_file_events_stats(self) -> Optional[pulumi.Input[bool]]:
20132
21702
  """
20133
- The batch size in bytes producer will attempt to collect before publishing to broker.
21703
+ gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
20134
21704
  """
20135
- return pulumi.get(self, "producer_batch_size")
21705
+ return pulumi.get(self, "gather_file_events_stats")
20136
21706
 
20137
- @producer_batch_size.setter
20138
- def producer_batch_size(self, value: Optional[pulumi.Input[int]]):
20139
- pulumi.set(self, "producer_batch_size", value)
21707
+ @gather_file_events_stats.setter
21708
+ def gather_file_events_stats(self, value: Optional[pulumi.Input[bool]]):
21709
+ pulumi.set(self, "gather_file_events_stats", value)
20140
21710
 
20141
21711
  @property
20142
- @pulumi.getter(name="producerBufferMemory")
20143
- def producer_buffer_memory(self) -> Optional[pulumi.Input[int]]:
21712
+ @pulumi.getter(name="gatherIndexIoWaits")
21713
+ def gather_index_io_waits(self) -> Optional[pulumi.Input[bool]]:
20144
21714
  """
20145
- The amount of bytes producer can use for buffering data before publishing to broker.
21715
+ Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
20146
21716
  """
20147
- return pulumi.get(self, "producer_buffer_memory")
21717
+ return pulumi.get(self, "gather_index_io_waits")
20148
21718
 
20149
- @producer_buffer_memory.setter
20150
- def producer_buffer_memory(self, value: Optional[pulumi.Input[int]]):
20151
- pulumi.set(self, "producer_buffer_memory", value)
21719
+ @gather_index_io_waits.setter
21720
+ def gather_index_io_waits(self, value: Optional[pulumi.Input[bool]]):
21721
+ pulumi.set(self, "gather_index_io_waits", value)
20152
21722
 
20153
21723
  @property
20154
- @pulumi.getter(name="producerCompressionType")
20155
- def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
21724
+ @pulumi.getter(name="gatherInfoSchemaAutoInc")
21725
+ def gather_info_schema_auto_inc(self) -> Optional[pulumi.Input[bool]]:
20156
21726
  """
20157
- Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
21727
+ Gather auto_increment columns and max values from information schema.
20158
21728
  """
20159
- return pulumi.get(self, "producer_compression_type")
21729
+ return pulumi.get(self, "gather_info_schema_auto_inc")
20160
21730
 
20161
- @producer_compression_type.setter
20162
- def producer_compression_type(self, value: Optional[pulumi.Input[str]]):
20163
- pulumi.set(self, "producer_compression_type", value)
21731
+ @gather_info_schema_auto_inc.setter
21732
+ def gather_info_schema_auto_inc(self, value: Optional[pulumi.Input[bool]]):
21733
+ pulumi.set(self, "gather_info_schema_auto_inc", value)
20164
21734
 
20165
21735
  @property
20166
- @pulumi.getter(name="producerLingerMs")
20167
- def producer_linger_ms(self) -> Optional[pulumi.Input[int]]:
21736
+ @pulumi.getter(name="gatherInnodbMetrics")
21737
+ def gather_innodb_metrics(self) -> Optional[pulumi.Input[bool]]:
20168
21738
  """
20169
- The linger time (ms) for waiting new data to arrive for publishing.
21739
+ Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
20170
21740
  """
20171
- return pulumi.get(self, "producer_linger_ms")
21741
+ return pulumi.get(self, "gather_innodb_metrics")
20172
21742
 
20173
- @producer_linger_ms.setter
20174
- def producer_linger_ms(self, value: Optional[pulumi.Input[int]]):
20175
- pulumi.set(self, "producer_linger_ms", value)
21743
+ @gather_innodb_metrics.setter
21744
+ def gather_innodb_metrics(self, value: Optional[pulumi.Input[bool]]):
21745
+ pulumi.set(self, "gather_innodb_metrics", value)
20176
21746
 
20177
21747
  @property
20178
- @pulumi.getter(name="producerMaxRequestSize")
20179
- def producer_max_request_size(self) -> Optional[pulumi.Input[int]]:
21748
+ @pulumi.getter(name="gatherPerfEventsStatements")
21749
+ def gather_perf_events_statements(self) -> Optional[pulumi.Input[bool]]:
20180
21750
  """
20181
- The maximum request size in bytes.
21751
+ Gather metrics from PERFORMANCE*SCHEMA.EVENTS*STATEMENTS*SUMMARY*BY_DIGEST.
20182
21752
  """
20183
- return pulumi.get(self, "producer_max_request_size")
20184
-
20185
- @producer_max_request_size.setter
20186
- def producer_max_request_size(self, value: Optional[pulumi.Input[int]]):
20187
- pulumi.set(self, "producer_max_request_size", value)
21753
+ return pulumi.get(self, "gather_perf_events_statements")
20188
21754
 
21755
+ @gather_perf_events_statements.setter
21756
+ def gather_perf_events_statements(self, value: Optional[pulumi.Input[bool]]):
21757
+ pulumi.set(self, "gather_perf_events_statements", value)
20189
21758
 
20190
- @pulumi.input_type
20191
- class ServiceIntegrationLogsUserConfigArgs:
20192
- def __init__(__self__, *,
20193
- elasticsearch_index_days_max: Optional[pulumi.Input[int]] = None,
20194
- elasticsearch_index_prefix: Optional[pulumi.Input[str]] = None,
20195
- selected_log_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21759
+ @property
21760
+ @pulumi.getter(name="gatherProcessList")
21761
+ def gather_process_list(self) -> Optional[pulumi.Input[bool]]:
20196
21762
  """
20197
- :param pulumi.Input[int] elasticsearch_index_days_max: Elasticsearch index retention limit. The default value is `3`.
20198
- :param pulumi.Input[str] elasticsearch_index_prefix: Elasticsearch index prefix. The default value is `logs`.
20199
- :param pulumi.Input[Sequence[pulumi.Input[str]]] selected_log_fields: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21763
+ Gather thread state counts from INFORMATION_SCHEMA.PROCESSLIST.
20200
21764
  """
20201
- if elasticsearch_index_days_max is not None:
20202
- pulumi.set(__self__, "elasticsearch_index_days_max", elasticsearch_index_days_max)
20203
- if elasticsearch_index_prefix is not None:
20204
- pulumi.set(__self__, "elasticsearch_index_prefix", elasticsearch_index_prefix)
20205
- if selected_log_fields is not None:
20206
- pulumi.set(__self__, "selected_log_fields", selected_log_fields)
21765
+ return pulumi.get(self, "gather_process_list")
21766
+
21767
+ @gather_process_list.setter
21768
+ def gather_process_list(self, value: Optional[pulumi.Input[bool]]):
21769
+ pulumi.set(self, "gather_process_list", value)
20207
21770
 
20208
21771
  @property
20209
- @pulumi.getter(name="elasticsearchIndexDaysMax")
20210
- def elasticsearch_index_days_max(self) -> Optional[pulumi.Input[int]]:
21772
+ @pulumi.getter(name="gatherSlaveStatus")
21773
+ def gather_slave_status(self) -> Optional[pulumi.Input[bool]]:
20211
21774
  """
20212
- Elasticsearch index retention limit. The default value is `3`.
21775
+ Gather metrics from SHOW SLAVE STATUS command output.
20213
21776
  """
20214
- return pulumi.get(self, "elasticsearch_index_days_max")
21777
+ return pulumi.get(self, "gather_slave_status")
20215
21778
 
20216
- @elasticsearch_index_days_max.setter
20217
- def elasticsearch_index_days_max(self, value: Optional[pulumi.Input[int]]):
20218
- pulumi.set(self, "elasticsearch_index_days_max", value)
21779
+ @gather_slave_status.setter
21780
+ def gather_slave_status(self, value: Optional[pulumi.Input[bool]]):
21781
+ pulumi.set(self, "gather_slave_status", value)
20219
21782
 
20220
21783
  @property
20221
- @pulumi.getter(name="elasticsearchIndexPrefix")
20222
- def elasticsearch_index_prefix(self) -> Optional[pulumi.Input[str]]:
21784
+ @pulumi.getter(name="gatherTableIoWaits")
21785
+ def gather_table_io_waits(self) -> Optional[pulumi.Input[bool]]:
20223
21786
  """
20224
- Elasticsearch index prefix. The default value is `logs`.
21787
+ Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*TABLE.
20225
21788
  """
20226
- return pulumi.get(self, "elasticsearch_index_prefix")
21789
+ return pulumi.get(self, "gather_table_io_waits")
20227
21790
 
20228
- @elasticsearch_index_prefix.setter
20229
- def elasticsearch_index_prefix(self, value: Optional[pulumi.Input[str]]):
20230
- pulumi.set(self, "elasticsearch_index_prefix", value)
21791
+ @gather_table_io_waits.setter
21792
+ def gather_table_io_waits(self, value: Optional[pulumi.Input[bool]]):
21793
+ pulumi.set(self, "gather_table_io_waits", value)
20231
21794
 
20232
21795
  @property
20233
- @pulumi.getter(name="selectedLogFields")
20234
- def selected_log_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21796
+ @pulumi.getter(name="gatherTableLockWaits")
21797
+ def gather_table_lock_waits(self) -> Optional[pulumi.Input[bool]]:
20235
21798
  """
20236
- The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
21799
+ Gather metrics from PERFORMANCE*SCHEMA.TABLE*LOCK_WAITS.
20237
21800
  """
20238
- return pulumi.get(self, "selected_log_fields")
20239
-
20240
- @selected_log_fields.setter
20241
- def selected_log_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
20242
- pulumi.set(self, "selected_log_fields", value)
21801
+ return pulumi.get(self, "gather_table_lock_waits")
20243
21802
 
21803
+ @gather_table_lock_waits.setter
21804
+ def gather_table_lock_waits(self, value: Optional[pulumi.Input[bool]]):
21805
+ pulumi.set(self, "gather_table_lock_waits", value)
20244
21806
 
20245
- @pulumi.input_type
20246
- class ServiceIntegrationMetricsUserConfigArgs:
20247
- def __init__(__self__, *,
20248
- database: Optional[pulumi.Input[str]] = None,
20249
- retention_days: Optional[pulumi.Input[int]] = None,
20250
- ro_username: Optional[pulumi.Input[str]] = None,
20251
- source_mysql: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs']] = None,
20252
- username: Optional[pulumi.Input[str]] = None):
21807
+ @property
21808
+ @pulumi.getter(name="gatherTableSchema")
21809
+ def gather_table_schema(self) -> Optional[pulumi.Input[bool]]:
20253
21810
  """
20254
- :param pulumi.Input[str] database: Name of the database where to store metric datapoints. Only affects PostgreSQL destinations. Defaults to 'metrics'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
20255
- :param pulumi.Input[int] retention_days: Number of days to keep old metrics. Only affects PostgreSQL destinations. Set to 0 for no automatic cleanup. Defaults to 30 days.
20256
- :param pulumi.Input[str] ro_username: Name of a user that can be used to read metrics. This will be used for Grafana integration (if enabled) to prevent Grafana users from making undesired changes. Only affects PostgreSQL destinations. Defaults to 'metrics_reader'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
20257
- :param pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs'] source_mysql: Configuration options for metrics where source service is MySQL.
20258
- :param pulumi.Input[str] username: Name of the user used to write metrics. Only affects PostgreSQL destinations. Defaults to 'metrics_writer'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21811
+ Gather metrics from INFORMATION_SCHEMA.TABLES.
20259
21812
  """
20260
- if database is not None:
20261
- pulumi.set(__self__, "database", database)
20262
- if retention_days is not None:
20263
- pulumi.set(__self__, "retention_days", retention_days)
20264
- if ro_username is not None:
20265
- pulumi.set(__self__, "ro_username", ro_username)
20266
- if source_mysql is not None:
20267
- pulumi.set(__self__, "source_mysql", source_mysql)
20268
- if username is not None:
20269
- pulumi.set(__self__, "username", username)
21813
+ return pulumi.get(self, "gather_table_schema")
21814
+
21815
+ @gather_table_schema.setter
21816
+ def gather_table_schema(self, value: Optional[pulumi.Input[bool]]):
21817
+ pulumi.set(self, "gather_table_schema", value)
20270
21818
 
20271
21819
  @property
20272
- @pulumi.getter
20273
- def database(self) -> Optional[pulumi.Input[str]]:
21820
+ @pulumi.getter(name="perfEventsStatementsDigestTextLimit")
21821
+ def perf_events_statements_digest_text_limit(self) -> Optional[pulumi.Input[int]]:
20274
21822
  """
20275
- Name of the database where to store metric datapoints. Only affects PostgreSQL destinations. Defaults to 'metrics'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21823
+ Truncates digest text from perf*events*statements into this many characters.
20276
21824
  """
20277
- return pulumi.get(self, "database")
21825
+ return pulumi.get(self, "perf_events_statements_digest_text_limit")
20278
21826
 
20279
- @database.setter
20280
- def database(self, value: Optional[pulumi.Input[str]]):
20281
- pulumi.set(self, "database", value)
21827
+ @perf_events_statements_digest_text_limit.setter
21828
+ def perf_events_statements_digest_text_limit(self, value: Optional[pulumi.Input[int]]):
21829
+ pulumi.set(self, "perf_events_statements_digest_text_limit", value)
20282
21830
 
20283
21831
  @property
20284
- @pulumi.getter(name="retentionDays")
20285
- def retention_days(self) -> Optional[pulumi.Input[int]]:
21832
+ @pulumi.getter(name="perfEventsStatementsLimit")
21833
+ def perf_events_statements_limit(self) -> Optional[pulumi.Input[int]]:
20286
21834
  """
20287
- Number of days to keep old metrics. Only affects PostgreSQL destinations. Set to 0 for no automatic cleanup. Defaults to 30 days.
21835
+ Limits metrics from perf*events*statements.
20288
21836
  """
20289
- return pulumi.get(self, "retention_days")
21837
+ return pulumi.get(self, "perf_events_statements_limit")
20290
21838
 
20291
- @retention_days.setter
20292
- def retention_days(self, value: Optional[pulumi.Input[int]]):
20293
- pulumi.set(self, "retention_days", value)
21839
+ @perf_events_statements_limit.setter
21840
+ def perf_events_statements_limit(self, value: Optional[pulumi.Input[int]]):
21841
+ pulumi.set(self, "perf_events_statements_limit", value)
20294
21842
 
20295
21843
  @property
20296
- @pulumi.getter(name="roUsername")
20297
- def ro_username(self) -> Optional[pulumi.Input[str]]:
21844
+ @pulumi.getter(name="perfEventsStatementsTimeLimit")
21845
+ def perf_events_statements_time_limit(self) -> Optional[pulumi.Input[int]]:
20298
21846
  """
20299
- Name of a user that can be used to read metrics. This will be used for Grafana integration (if enabled) to prevent Grafana users from making undesired changes. Only affects PostgreSQL destinations. Defaults to 'metrics_reader'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
21847
+ Only include perf*events*statements whose last seen is less than this many seconds.
20300
21848
  """
20301
- return pulumi.get(self, "ro_username")
21849
+ return pulumi.get(self, "perf_events_statements_time_limit")
20302
21850
 
20303
- @ro_username.setter
20304
- def ro_username(self, value: Optional[pulumi.Input[str]]):
20305
- pulumi.set(self, "ro_username", value)
21851
+ @perf_events_statements_time_limit.setter
21852
+ def perf_events_statements_time_limit(self, value: Optional[pulumi.Input[int]]):
21853
+ pulumi.set(self, "perf_events_statements_time_limit", value)
21854
+
21855
+
21856
+ @pulumi.input_type
21857
+ class ServiceIntegrationPrometheusUserConfigArgs:
21858
+ def __init__(__self__, *,
21859
+ source_mysql: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlArgs']] = None):
21860
+ """
21861
+ :param pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlArgs'] source_mysql: Configuration options for metrics where source service is MySQL
21862
+ """
21863
+ if source_mysql is not None:
21864
+ pulumi.set(__self__, "source_mysql", source_mysql)
20306
21865
 
20307
21866
  @property
20308
21867
  @pulumi.getter(name="sourceMysql")
20309
- def source_mysql(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs']]:
21868
+ def source_mysql(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlArgs']]:
20310
21869
  """
20311
- Configuration options for metrics where source service is MySQL.
21870
+ Configuration options for metrics where source service is MySQL
20312
21871
  """
20313
21872
  return pulumi.get(self, "source_mysql")
20314
21873
 
20315
21874
  @source_mysql.setter
20316
- def source_mysql(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlArgs']]):
21875
+ def source_mysql(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlArgs']]):
20317
21876
  pulumi.set(self, "source_mysql", value)
20318
21877
 
20319
- @property
20320
- @pulumi.getter
20321
- def username(self) -> Optional[pulumi.Input[str]]:
20322
- """
20323
- Name of the user used to write metrics. Only affects PostgreSQL destinations. Defaults to 'metrics_writer'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
20324
- """
20325
- return pulumi.get(self, "username")
20326
-
20327
- @username.setter
20328
- def username(self, value: Optional[pulumi.Input[str]]):
20329
- pulumi.set(self, "username", value)
20330
-
20331
21878
 
20332
21879
  @pulumi.input_type
20333
- class ServiceIntegrationMetricsUserConfigSourceMysqlArgs:
21880
+ class ServiceIntegrationPrometheusUserConfigSourceMysqlArgs:
20334
21881
  def __init__(__self__, *,
20335
- telegraf: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs']] = None):
21882
+ telegraf: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs']] = None):
20336
21883
  """
20337
- :param pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs'] telegraf: Configuration options for Telegraf MySQL input plugin.
21884
+ :param pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs'] telegraf: Configuration options for Telegraf MySQL input plugin
20338
21885
  """
20339
21886
  if telegraf is not None:
20340
21887
  pulumi.set(__self__, "telegraf", telegraf)
20341
21888
 
20342
21889
  @property
20343
21890
  @pulumi.getter
20344
- def telegraf(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs']]:
21891
+ def telegraf(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs']]:
20345
21892
  """
20346
- Configuration options for Telegraf MySQL input plugin.
21893
+ Configuration options for Telegraf MySQL input plugin
20347
21894
  """
20348
21895
  return pulumi.get(self, "telegraf")
20349
21896
 
20350
21897
  @telegraf.setter
20351
- def telegraf(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs']]):
21898
+ def telegraf(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs']]):
20352
21899
  pulumi.set(self, "telegraf", value)
20353
21900
 
20354
21901
 
20355
21902
  @pulumi.input_type
20356
- class ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs:
21903
+ class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs:
20357
21904
  def __init__(__self__, *,
20358
21905
  gather_event_waits: Optional[pulumi.Input[bool]] = None,
20359
21906
  gather_file_events_stats: Optional[pulumi.Input[bool]] = None,