pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -34,6 +34,17 @@ __all__ = [
|
|
|
34
34
|
'ClickhouseServiceIntegration',
|
|
35
35
|
'ClickhouseTag',
|
|
36
36
|
'ClickhouseTechEmail',
|
|
37
|
+
'DragonflyComponent',
|
|
38
|
+
'DragonflyDragonfly',
|
|
39
|
+
'DragonflyDragonflyUserConfig',
|
|
40
|
+
'DragonflyDragonflyUserConfigIpFilterObject',
|
|
41
|
+
'DragonflyDragonflyUserConfigMigration',
|
|
42
|
+
'DragonflyDragonflyUserConfigPrivateAccess',
|
|
43
|
+
'DragonflyDragonflyUserConfigPrivatelinkAccess',
|
|
44
|
+
'DragonflyDragonflyUserConfigPublicAccess',
|
|
45
|
+
'DragonflyServiceIntegration',
|
|
46
|
+
'DragonflyTag',
|
|
47
|
+
'DragonflyTechEmail',
|
|
37
48
|
'FlinkApplicationVersionSink',
|
|
38
49
|
'FlinkApplicationVersionSource',
|
|
39
50
|
'FlinkComponent',
|
|
@@ -169,7 +180,9 @@ __all__ = [
|
|
|
169
180
|
'OpenSearchServiceIntegration',
|
|
170
181
|
'OpenSearchTag',
|
|
171
182
|
'OpenSearchTechEmail',
|
|
183
|
+
'OrganizationGroupProjectTimeouts',
|
|
172
184
|
'OrganizationTimeouts',
|
|
185
|
+
'OrganizationUserGroupMemberTimeouts',
|
|
173
186
|
'PgComponent',
|
|
174
187
|
'PgPg',
|
|
175
188
|
'PgPgUserConfig',
|
|
@@ -177,6 +190,7 @@ __all__ = [
|
|
|
177
190
|
'PgPgUserConfigMigration',
|
|
178
191
|
'PgPgUserConfigPg',
|
|
179
192
|
'PgPgUserConfigPgQualstats',
|
|
193
|
+
'PgPgUserConfigPgaudit',
|
|
180
194
|
'PgPgUserConfigPgbouncer',
|
|
181
195
|
'PgPgUserConfigPglookout',
|
|
182
196
|
'PgPgUserConfigPrivateAccess',
|
|
@@ -222,9 +236,12 @@ __all__ = [
|
|
|
222
236
|
'ServiceIntegrationEndpointJolokiaUserConfig',
|
|
223
237
|
'ServiceIntegrationEndpointPrometheusUserConfig',
|
|
224
238
|
'ServiceIntegrationEndpointRsyslogUserConfig',
|
|
239
|
+
'ServiceIntegrationExternalAwsCloudwatchLogsUserConfig',
|
|
225
240
|
'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig',
|
|
226
241
|
'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetric',
|
|
227
242
|
'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric',
|
|
243
|
+
'ServiceIntegrationExternalElasticsearchLogsUserConfig',
|
|
244
|
+
'ServiceIntegrationExternalOpensearchLogsUserConfig',
|
|
228
245
|
'ServiceIntegrationKafkaConnectUserConfig',
|
|
229
246
|
'ServiceIntegrationKafkaConnectUserConfigKafkaConnect',
|
|
230
247
|
'ServiceIntegrationKafkaLogsUserConfig',
|
|
@@ -234,6 +251,9 @@ __all__ = [
|
|
|
234
251
|
'ServiceIntegrationMetricsUserConfig',
|
|
235
252
|
'ServiceIntegrationMetricsUserConfigSourceMysql',
|
|
236
253
|
'ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf',
|
|
254
|
+
'ServiceIntegrationPrometheusUserConfig',
|
|
255
|
+
'ServiceIntegrationPrometheusUserConfigSourceMysql',
|
|
256
|
+
'ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf',
|
|
237
257
|
'GetAccountAuthenticationSamlFieldMappingResult',
|
|
238
258
|
'GetCassandaCassandraResult',
|
|
239
259
|
'GetCassandaCassandraUserConfigResult',
|
|
@@ -265,6 +285,17 @@ __all__ = [
|
|
|
265
285
|
'GetClickhouseServiceIntegrationResult',
|
|
266
286
|
'GetClickhouseTagResult',
|
|
267
287
|
'GetClickhouseTechEmailResult',
|
|
288
|
+
'GetDragonflyComponentResult',
|
|
289
|
+
'GetDragonflyDragonflyResult',
|
|
290
|
+
'GetDragonflyDragonflyUserConfigResult',
|
|
291
|
+
'GetDragonflyDragonflyUserConfigIpFilterObjectResult',
|
|
292
|
+
'GetDragonflyDragonflyUserConfigMigrationResult',
|
|
293
|
+
'GetDragonflyDragonflyUserConfigPrivateAccessResult',
|
|
294
|
+
'GetDragonflyDragonflyUserConfigPrivatelinkAccessResult',
|
|
295
|
+
'GetDragonflyDragonflyUserConfigPublicAccessResult',
|
|
296
|
+
'GetDragonflyServiceIntegrationResult',
|
|
297
|
+
'GetDragonflyTagResult',
|
|
298
|
+
'GetDragonflyTechEmailResult',
|
|
268
299
|
'GetFlinkApplicationVersionSinkResult',
|
|
269
300
|
'GetFlinkApplicationVersionSourceResult',
|
|
270
301
|
'GetFlinkComponentResult',
|
|
@@ -407,6 +438,7 @@ __all__ = [
|
|
|
407
438
|
'GetPgPgUserConfigMigrationResult',
|
|
408
439
|
'GetPgPgUserConfigPgResult',
|
|
409
440
|
'GetPgPgUserConfigPgQualstatsResult',
|
|
441
|
+
'GetPgPgUserConfigPgauditResult',
|
|
410
442
|
'GetPgPgUserConfigPgbouncerResult',
|
|
411
443
|
'GetPgPgUserConfigPglookoutResult',
|
|
412
444
|
'GetPgPgUserConfigPrivateAccessResult',
|
|
@@ -452,9 +484,12 @@ __all__ = [
|
|
|
452
484
|
'GetServiceIntegrationEndpointJolokiaUserConfigResult',
|
|
453
485
|
'GetServiceIntegrationEndpointPrometheusUserConfigResult',
|
|
454
486
|
'GetServiceIntegrationEndpointRsyslogUserConfigResult',
|
|
487
|
+
'GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult',
|
|
455
488
|
'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult',
|
|
456
489
|
'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricResult',
|
|
457
490
|
'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult',
|
|
491
|
+
'GetServiceIntegrationExternalElasticsearchLogsUserConfigResult',
|
|
492
|
+
'GetServiceIntegrationExternalOpensearchLogsUserConfigResult',
|
|
458
493
|
'GetServiceIntegrationKafkaConnectUserConfigResult',
|
|
459
494
|
'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult',
|
|
460
495
|
'GetServiceIntegrationKafkaLogsUserConfigResult',
|
|
@@ -464,6 +499,9 @@ __all__ = [
|
|
|
464
499
|
'GetServiceIntegrationMetricsUserConfigResult',
|
|
465
500
|
'GetServiceIntegrationMetricsUserConfigSourceMysqlResult',
|
|
466
501
|
'GetServiceIntegrationMetricsUserConfigSourceMysqlTelegrafResult',
|
|
502
|
+
'GetServiceIntegrationPrometheusUserConfigResult',
|
|
503
|
+
'GetServiceIntegrationPrometheusUserConfigSourceMysqlResult',
|
|
504
|
+
'GetServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafResult',
|
|
467
505
|
]
|
|
468
506
|
|
|
469
507
|
@pulumi.output_type
|
|
@@ -1745,11 +1783,11 @@ class ClickhouseGrantPrivilegeGrant(dict):
|
|
|
1745
1783
|
table: Optional[str] = None,
|
|
1746
1784
|
with_grant: Optional[bool] = None):
|
|
1747
1785
|
"""
|
|
1748
|
-
:param str database: The database that the grant refers to. To set up proper dependencies please refer to this variable as a reference.
|
|
1749
|
-
:param str column: The column that the grant refers to.
|
|
1750
|
-
:param str privilege: The privilege to grant, i.e. 'INSERT', 'SELECT', etc.
|
|
1751
|
-
:param str table: The table that the grant refers to.
|
|
1752
|
-
:param bool with_grant: If true then the grantee gets the ability to grant the privileges he received too.
|
|
1786
|
+
:param 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.
|
|
1787
|
+
:param str column: The column that the grant refers to. Changing this property forces recreation of the resource.
|
|
1788
|
+
:param str privilege: The privilege to grant, i.e. 'INSERT', 'SELECT', etc. Changing this property forces recreation of the resource.
|
|
1789
|
+
:param str table: The table that the grant refers to. Changing this property forces recreation of the resource.
|
|
1790
|
+
:param 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.
|
|
1753
1791
|
"""
|
|
1754
1792
|
pulumi.set(__self__, "database", database)
|
|
1755
1793
|
if column is not None:
|
|
@@ -1765,7 +1803,7 @@ class ClickhouseGrantPrivilegeGrant(dict):
|
|
|
1765
1803
|
@pulumi.getter
|
|
1766
1804
|
def database(self) -> str:
|
|
1767
1805
|
"""
|
|
1768
|
-
The database that the grant refers to. To set up proper dependencies please refer to this variable as a reference.
|
|
1806
|
+
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.
|
|
1769
1807
|
"""
|
|
1770
1808
|
return pulumi.get(self, "database")
|
|
1771
1809
|
|
|
@@ -1773,7 +1811,7 @@ class ClickhouseGrantPrivilegeGrant(dict):
|
|
|
1773
1811
|
@pulumi.getter
|
|
1774
1812
|
def column(self) -> Optional[str]:
|
|
1775
1813
|
"""
|
|
1776
|
-
The column that the grant refers to.
|
|
1814
|
+
The column that the grant refers to. Changing this property forces recreation of the resource.
|
|
1777
1815
|
"""
|
|
1778
1816
|
return pulumi.get(self, "column")
|
|
1779
1817
|
|
|
@@ -1781,7 +1819,7 @@ class ClickhouseGrantPrivilegeGrant(dict):
|
|
|
1781
1819
|
@pulumi.getter
|
|
1782
1820
|
def privilege(self) -> Optional[str]:
|
|
1783
1821
|
"""
|
|
1784
|
-
The privilege to grant, i.e. 'INSERT', 'SELECT', etc.
|
|
1822
|
+
The privilege to grant, i.e. 'INSERT', 'SELECT', etc. Changing this property forces recreation of the resource.
|
|
1785
1823
|
"""
|
|
1786
1824
|
return pulumi.get(self, "privilege")
|
|
1787
1825
|
|
|
@@ -1789,7 +1827,7 @@ class ClickhouseGrantPrivilegeGrant(dict):
|
|
|
1789
1827
|
@pulumi.getter
|
|
1790
1828
|
def table(self) -> Optional[str]:
|
|
1791
1829
|
"""
|
|
1792
|
-
The table that the grant refers to.
|
|
1830
|
+
The table that the grant refers to. Changing this property forces recreation of the resource.
|
|
1793
1831
|
"""
|
|
1794
1832
|
return pulumi.get(self, "table")
|
|
1795
1833
|
|
|
@@ -1797,7 +1835,7 @@ class ClickhouseGrantPrivilegeGrant(dict):
|
|
|
1797
1835
|
@pulumi.getter(name="withGrant")
|
|
1798
1836
|
def with_grant(self) -> Optional[bool]:
|
|
1799
1837
|
"""
|
|
1800
|
-
If true then the grantee gets the ability to grant the privileges he received too.
|
|
1838
|
+
If true then the grantee gets the ability to grant the privileges he received too. Changing this property forces recreation of the resource.
|
|
1801
1839
|
"""
|
|
1802
1840
|
return pulumi.get(self, "with_grant")
|
|
1803
1841
|
|
|
@@ -1807,7 +1845,7 @@ class ClickhouseGrantRoleGrant(dict):
|
|
|
1807
1845
|
def __init__(__self__, *,
|
|
1808
1846
|
role: Optional[str] = None):
|
|
1809
1847
|
"""
|
|
1810
|
-
:param str role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
1848
|
+
:param 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.
|
|
1811
1849
|
"""
|
|
1812
1850
|
if role is not None:
|
|
1813
1851
|
pulumi.set(__self__, "role", role)
|
|
@@ -1816,7 +1854,7 @@ class ClickhouseGrantRoleGrant(dict):
|
|
|
1816
1854
|
@pulumi.getter
|
|
1817
1855
|
def role(self) -> Optional[str]:
|
|
1818
1856
|
"""
|
|
1819
|
-
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
1857
|
+
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.
|
|
1820
1858
|
"""
|
|
1821
1859
|
return pulumi.get(self, "role")
|
|
1822
1860
|
|
|
@@ -1916,6 +1954,689 @@ class ClickhouseTechEmail(dict):
|
|
|
1916
1954
|
return pulumi.get(self, "email")
|
|
1917
1955
|
|
|
1918
1956
|
|
|
1957
|
+
@pulumi.output_type
|
|
1958
|
+
class DragonflyComponent(dict):
|
|
1959
|
+
@staticmethod
|
|
1960
|
+
def __key_warning(key: str):
|
|
1961
|
+
suggest = None
|
|
1962
|
+
if key == "connectionUri":
|
|
1963
|
+
suggest = "connection_uri"
|
|
1964
|
+
elif key == "kafkaAuthenticationMethod":
|
|
1965
|
+
suggest = "kafka_authentication_method"
|
|
1966
|
+
|
|
1967
|
+
if suggest:
|
|
1968
|
+
pulumi.log.warn(f"Key '{key}' not found in DragonflyComponent. Access the value via the '{suggest}' property getter instead.")
|
|
1969
|
+
|
|
1970
|
+
def __getitem__(self, key: str) -> Any:
|
|
1971
|
+
DragonflyComponent.__key_warning(key)
|
|
1972
|
+
return super().__getitem__(key)
|
|
1973
|
+
|
|
1974
|
+
def get(self, key: str, default = None) -> Any:
|
|
1975
|
+
DragonflyComponent.__key_warning(key)
|
|
1976
|
+
return super().get(key, default)
|
|
1977
|
+
|
|
1978
|
+
def __init__(__self__, *,
|
|
1979
|
+
component: Optional[str] = None,
|
|
1980
|
+
connection_uri: Optional[str] = None,
|
|
1981
|
+
host: Optional[str] = None,
|
|
1982
|
+
kafka_authentication_method: Optional[str] = None,
|
|
1983
|
+
port: Optional[int] = None,
|
|
1984
|
+
route: Optional[str] = None,
|
|
1985
|
+
ssl: Optional[bool] = None,
|
|
1986
|
+
usage: Optional[str] = None):
|
|
1987
|
+
"""
|
|
1988
|
+
:param str component: Service component name
|
|
1989
|
+
:param str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
1990
|
+
:param str host: Host name for connecting to the service component
|
|
1991
|
+
:param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
1992
|
+
:param int port: Port number for connecting to the service component
|
|
1993
|
+
:param str route: Network access route
|
|
1994
|
+
:param 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
|
|
1995
|
+
:param str usage: DNS usage name
|
|
1996
|
+
"""
|
|
1997
|
+
if component is not None:
|
|
1998
|
+
pulumi.set(__self__, "component", component)
|
|
1999
|
+
if connection_uri is not None:
|
|
2000
|
+
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
2001
|
+
if host is not None:
|
|
2002
|
+
pulumi.set(__self__, "host", host)
|
|
2003
|
+
if kafka_authentication_method is not None:
|
|
2004
|
+
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
2005
|
+
if port is not None:
|
|
2006
|
+
pulumi.set(__self__, "port", port)
|
|
2007
|
+
if route is not None:
|
|
2008
|
+
pulumi.set(__self__, "route", route)
|
|
2009
|
+
if ssl is not None:
|
|
2010
|
+
pulumi.set(__self__, "ssl", ssl)
|
|
2011
|
+
if usage is not None:
|
|
2012
|
+
pulumi.set(__self__, "usage", usage)
|
|
2013
|
+
|
|
2014
|
+
@property
|
|
2015
|
+
@pulumi.getter
|
|
2016
|
+
def component(self) -> Optional[str]:
|
|
2017
|
+
"""
|
|
2018
|
+
Service component name
|
|
2019
|
+
"""
|
|
2020
|
+
return pulumi.get(self, "component")
|
|
2021
|
+
|
|
2022
|
+
@property
|
|
2023
|
+
@pulumi.getter(name="connectionUri")
|
|
2024
|
+
def connection_uri(self) -> Optional[str]:
|
|
2025
|
+
"""
|
|
2026
|
+
Connection info for connecting to the service component. This is a combination of host and port.
|
|
2027
|
+
"""
|
|
2028
|
+
return pulumi.get(self, "connection_uri")
|
|
2029
|
+
|
|
2030
|
+
@property
|
|
2031
|
+
@pulumi.getter
|
|
2032
|
+
def host(self) -> Optional[str]:
|
|
2033
|
+
"""
|
|
2034
|
+
Host name for connecting to the service component
|
|
2035
|
+
"""
|
|
2036
|
+
return pulumi.get(self, "host")
|
|
2037
|
+
|
|
2038
|
+
@property
|
|
2039
|
+
@pulumi.getter(name="kafkaAuthenticationMethod")
|
|
2040
|
+
def kafka_authentication_method(self) -> Optional[str]:
|
|
2041
|
+
"""
|
|
2042
|
+
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
2043
|
+
"""
|
|
2044
|
+
return pulumi.get(self, "kafka_authentication_method")
|
|
2045
|
+
|
|
2046
|
+
@property
|
|
2047
|
+
@pulumi.getter
|
|
2048
|
+
def port(self) -> Optional[int]:
|
|
2049
|
+
"""
|
|
2050
|
+
Port number for connecting to the service component
|
|
2051
|
+
"""
|
|
2052
|
+
return pulumi.get(self, "port")
|
|
2053
|
+
|
|
2054
|
+
@property
|
|
2055
|
+
@pulumi.getter
|
|
2056
|
+
def route(self) -> Optional[str]:
|
|
2057
|
+
"""
|
|
2058
|
+
Network access route
|
|
2059
|
+
"""
|
|
2060
|
+
return pulumi.get(self, "route")
|
|
2061
|
+
|
|
2062
|
+
@property
|
|
2063
|
+
@pulumi.getter
|
|
2064
|
+
def ssl(self) -> Optional[bool]:
|
|
2065
|
+
"""
|
|
2066
|
+
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
|
|
2067
|
+
"""
|
|
2068
|
+
return pulumi.get(self, "ssl")
|
|
2069
|
+
|
|
2070
|
+
@property
|
|
2071
|
+
@pulumi.getter
|
|
2072
|
+
def usage(self) -> Optional[str]:
|
|
2073
|
+
"""
|
|
2074
|
+
DNS usage name
|
|
2075
|
+
"""
|
|
2076
|
+
return pulumi.get(self, "usage")
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
@pulumi.output_type
|
|
2080
|
+
class DragonflyDragonfly(dict):
|
|
2081
|
+
def __init__(__self__):
|
|
2082
|
+
pass
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
@pulumi.output_type
|
|
2086
|
+
class DragonflyDragonflyUserConfig(dict):
|
|
2087
|
+
@staticmethod
|
|
2088
|
+
def __key_warning(key: str):
|
|
2089
|
+
suggest = None
|
|
2090
|
+
if key == "cacheMode":
|
|
2091
|
+
suggest = "cache_mode"
|
|
2092
|
+
elif key == "dragonflySsl":
|
|
2093
|
+
suggest = "dragonfly_ssl"
|
|
2094
|
+
elif key == "ipFilterObjects":
|
|
2095
|
+
suggest = "ip_filter_objects"
|
|
2096
|
+
elif key == "ipFilterStrings":
|
|
2097
|
+
suggest = "ip_filter_strings"
|
|
2098
|
+
elif key == "ipFilters":
|
|
2099
|
+
suggest = "ip_filters"
|
|
2100
|
+
elif key == "privateAccess":
|
|
2101
|
+
suggest = "private_access"
|
|
2102
|
+
elif key == "privatelinkAccess":
|
|
2103
|
+
suggest = "privatelink_access"
|
|
2104
|
+
elif key == "projectToForkFrom":
|
|
2105
|
+
suggest = "project_to_fork_from"
|
|
2106
|
+
elif key == "publicAccess":
|
|
2107
|
+
suggest = "public_access"
|
|
2108
|
+
elif key == "recoveryBasebackupName":
|
|
2109
|
+
suggest = "recovery_basebackup_name"
|
|
2110
|
+
elif key == "serviceLog":
|
|
2111
|
+
suggest = "service_log"
|
|
2112
|
+
elif key == "serviceToForkFrom":
|
|
2113
|
+
suggest = "service_to_fork_from"
|
|
2114
|
+
elif key == "staticIps":
|
|
2115
|
+
suggest = "static_ips"
|
|
2116
|
+
|
|
2117
|
+
if suggest:
|
|
2118
|
+
pulumi.log.warn(f"Key '{key}' not found in DragonflyDragonflyUserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
2119
|
+
|
|
2120
|
+
def __getitem__(self, key: str) -> Any:
|
|
2121
|
+
DragonflyDragonflyUserConfig.__key_warning(key)
|
|
2122
|
+
return super().__getitem__(key)
|
|
2123
|
+
|
|
2124
|
+
def get(self, key: str, default = None) -> Any:
|
|
2125
|
+
DragonflyDragonflyUserConfig.__key_warning(key)
|
|
2126
|
+
return super().get(key, default)
|
|
2127
|
+
|
|
2128
|
+
def __init__(__self__, *,
|
|
2129
|
+
cache_mode: Optional[bool] = None,
|
|
2130
|
+
dragonfly_ssl: Optional[bool] = None,
|
|
2131
|
+
ip_filter_objects: Optional[Sequence['outputs.DragonflyDragonflyUserConfigIpFilterObject']] = None,
|
|
2132
|
+
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
2133
|
+
ip_filters: Optional[Sequence[str]] = None,
|
|
2134
|
+
migration: Optional['outputs.DragonflyDragonflyUserConfigMigration'] = None,
|
|
2135
|
+
private_access: Optional['outputs.DragonflyDragonflyUserConfigPrivateAccess'] = None,
|
|
2136
|
+
privatelink_access: Optional['outputs.DragonflyDragonflyUserConfigPrivatelinkAccess'] = None,
|
|
2137
|
+
project_to_fork_from: Optional[str] = None,
|
|
2138
|
+
public_access: Optional['outputs.DragonflyDragonflyUserConfigPublicAccess'] = None,
|
|
2139
|
+
recovery_basebackup_name: Optional[str] = None,
|
|
2140
|
+
service_log: Optional[bool] = None,
|
|
2141
|
+
service_to_fork_from: Optional[str] = None,
|
|
2142
|
+
static_ips: Optional[bool] = None):
|
|
2143
|
+
"""
|
|
2144
|
+
:param bool cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
|
|
2145
|
+
:param bool dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
|
|
2146
|
+
:param Sequence['DragonflyDragonflyUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2147
|
+
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2148
|
+
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2149
|
+
:param 'DragonflyDragonflyUserConfigMigrationArgs' migration: Migrate data from existing server
|
|
2150
|
+
:param 'DragonflyDragonflyUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
2151
|
+
:param 'DragonflyDragonflyUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
2152
|
+
:param 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.
|
|
2153
|
+
:param 'DragonflyDragonflyUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
2154
|
+
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service.
|
|
2155
|
+
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
2156
|
+
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
2157
|
+
:param bool static_ips: Use static public IP addresses.
|
|
2158
|
+
"""
|
|
2159
|
+
if cache_mode is not None:
|
|
2160
|
+
pulumi.set(__self__, "cache_mode", cache_mode)
|
|
2161
|
+
if dragonfly_ssl is not None:
|
|
2162
|
+
pulumi.set(__self__, "dragonfly_ssl", dragonfly_ssl)
|
|
2163
|
+
if ip_filter_objects is not None:
|
|
2164
|
+
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
2165
|
+
if ip_filter_strings is not None:
|
|
2166
|
+
pulumi.set(__self__, "ip_filter_strings", ip_filter_strings)
|
|
2167
|
+
if ip_filters is not None:
|
|
2168
|
+
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
2169
|
+
if migration is not None:
|
|
2170
|
+
pulumi.set(__self__, "migration", migration)
|
|
2171
|
+
if private_access is not None:
|
|
2172
|
+
pulumi.set(__self__, "private_access", private_access)
|
|
2173
|
+
if privatelink_access is not None:
|
|
2174
|
+
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
2175
|
+
if project_to_fork_from is not None:
|
|
2176
|
+
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
2177
|
+
if public_access is not None:
|
|
2178
|
+
pulumi.set(__self__, "public_access", public_access)
|
|
2179
|
+
if recovery_basebackup_name is not None:
|
|
2180
|
+
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
2181
|
+
if service_log is not None:
|
|
2182
|
+
pulumi.set(__self__, "service_log", service_log)
|
|
2183
|
+
if service_to_fork_from is not None:
|
|
2184
|
+
pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
|
|
2185
|
+
if static_ips is not None:
|
|
2186
|
+
pulumi.set(__self__, "static_ips", static_ips)
|
|
2187
|
+
|
|
2188
|
+
@property
|
|
2189
|
+
@pulumi.getter(name="cacheMode")
|
|
2190
|
+
def cache_mode(self) -> Optional[bool]:
|
|
2191
|
+
"""
|
|
2192
|
+
Evict entries when getting close to maxmemory limit. The default value is `false`.
|
|
2193
|
+
"""
|
|
2194
|
+
return pulumi.get(self, "cache_mode")
|
|
2195
|
+
|
|
2196
|
+
@property
|
|
2197
|
+
@pulumi.getter(name="dragonflySsl")
|
|
2198
|
+
def dragonfly_ssl(self) -> Optional[bool]:
|
|
2199
|
+
"""
|
|
2200
|
+
Require SSL to access Dragonfly. The default value is `true`.
|
|
2201
|
+
"""
|
|
2202
|
+
return pulumi.get(self, "dragonfly_ssl")
|
|
2203
|
+
|
|
2204
|
+
@property
|
|
2205
|
+
@pulumi.getter(name="ipFilterObjects")
|
|
2206
|
+
def ip_filter_objects(self) -> Optional[Sequence['outputs.DragonflyDragonflyUserConfigIpFilterObject']]:
|
|
2207
|
+
"""
|
|
2208
|
+
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2209
|
+
"""
|
|
2210
|
+
return pulumi.get(self, "ip_filter_objects")
|
|
2211
|
+
|
|
2212
|
+
@property
|
|
2213
|
+
@pulumi.getter(name="ipFilterStrings")
|
|
2214
|
+
def ip_filter_strings(self) -> Optional[Sequence[str]]:
|
|
2215
|
+
"""
|
|
2216
|
+
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2217
|
+
"""
|
|
2218
|
+
return pulumi.get(self, "ip_filter_strings")
|
|
2219
|
+
|
|
2220
|
+
@property
|
|
2221
|
+
@pulumi.getter(name="ipFilters")
|
|
2222
|
+
def ip_filters(self) -> Optional[Sequence[str]]:
|
|
2223
|
+
"""
|
|
2224
|
+
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2225
|
+
"""
|
|
2226
|
+
warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
|
|
2227
|
+
pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
|
|
2228
|
+
|
|
2229
|
+
return pulumi.get(self, "ip_filters")
|
|
2230
|
+
|
|
2231
|
+
@property
|
|
2232
|
+
@pulumi.getter
|
|
2233
|
+
def migration(self) -> Optional['outputs.DragonflyDragonflyUserConfigMigration']:
|
|
2234
|
+
"""
|
|
2235
|
+
Migrate data from existing server
|
|
2236
|
+
"""
|
|
2237
|
+
return pulumi.get(self, "migration")
|
|
2238
|
+
|
|
2239
|
+
@property
|
|
2240
|
+
@pulumi.getter(name="privateAccess")
|
|
2241
|
+
def private_access(self) -> Optional['outputs.DragonflyDragonflyUserConfigPrivateAccess']:
|
|
2242
|
+
"""
|
|
2243
|
+
Allow access to selected service ports from private networks
|
|
2244
|
+
"""
|
|
2245
|
+
return pulumi.get(self, "private_access")
|
|
2246
|
+
|
|
2247
|
+
@property
|
|
2248
|
+
@pulumi.getter(name="privatelinkAccess")
|
|
2249
|
+
def privatelink_access(self) -> Optional['outputs.DragonflyDragonflyUserConfigPrivatelinkAccess']:
|
|
2250
|
+
"""
|
|
2251
|
+
Allow access to selected service components through Privatelink
|
|
2252
|
+
"""
|
|
2253
|
+
return pulumi.get(self, "privatelink_access")
|
|
2254
|
+
|
|
2255
|
+
@property
|
|
2256
|
+
@pulumi.getter(name="projectToForkFrom")
|
|
2257
|
+
def project_to_fork_from(self) -> Optional[str]:
|
|
2258
|
+
"""
|
|
2259
|
+
Name of another project to fork a service from. This has effect only when a new service is being created.
|
|
2260
|
+
"""
|
|
2261
|
+
return pulumi.get(self, "project_to_fork_from")
|
|
2262
|
+
|
|
2263
|
+
@property
|
|
2264
|
+
@pulumi.getter(name="publicAccess")
|
|
2265
|
+
def public_access(self) -> Optional['outputs.DragonflyDragonflyUserConfigPublicAccess']:
|
|
2266
|
+
"""
|
|
2267
|
+
Allow access to selected service ports from the public Internet
|
|
2268
|
+
"""
|
|
2269
|
+
return pulumi.get(self, "public_access")
|
|
2270
|
+
|
|
2271
|
+
@property
|
|
2272
|
+
@pulumi.getter(name="recoveryBasebackupName")
|
|
2273
|
+
def recovery_basebackup_name(self) -> Optional[str]:
|
|
2274
|
+
"""
|
|
2275
|
+
Name of the basebackup to restore in forked service.
|
|
2276
|
+
"""
|
|
2277
|
+
return pulumi.get(self, "recovery_basebackup_name")
|
|
2278
|
+
|
|
2279
|
+
@property
|
|
2280
|
+
@pulumi.getter(name="serviceLog")
|
|
2281
|
+
def service_log(self) -> Optional[bool]:
|
|
2282
|
+
"""
|
|
2283
|
+
Store logs for the service so that they are available in the HTTP API and console.
|
|
2284
|
+
"""
|
|
2285
|
+
return pulumi.get(self, "service_log")
|
|
2286
|
+
|
|
2287
|
+
@property
|
|
2288
|
+
@pulumi.getter(name="serviceToForkFrom")
|
|
2289
|
+
def service_to_fork_from(self) -> Optional[str]:
|
|
2290
|
+
"""
|
|
2291
|
+
Name of another service to fork from. This has effect only when a new service is being created.
|
|
2292
|
+
"""
|
|
2293
|
+
return pulumi.get(self, "service_to_fork_from")
|
|
2294
|
+
|
|
2295
|
+
@property
|
|
2296
|
+
@pulumi.getter(name="staticIps")
|
|
2297
|
+
def static_ips(self) -> Optional[bool]:
|
|
2298
|
+
"""
|
|
2299
|
+
Use static public IP addresses.
|
|
2300
|
+
"""
|
|
2301
|
+
return pulumi.get(self, "static_ips")
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
@pulumi.output_type
|
|
2305
|
+
class DragonflyDragonflyUserConfigIpFilterObject(dict):
|
|
2306
|
+
def __init__(__self__, *,
|
|
2307
|
+
network: str,
|
|
2308
|
+
description: Optional[str] = None):
|
|
2309
|
+
"""
|
|
2310
|
+
:param str network: CIDR address block.
|
|
2311
|
+
:param str description: Description for IP filter list entry.
|
|
2312
|
+
"""
|
|
2313
|
+
pulumi.set(__self__, "network", network)
|
|
2314
|
+
if description is not None:
|
|
2315
|
+
pulumi.set(__self__, "description", description)
|
|
2316
|
+
|
|
2317
|
+
@property
|
|
2318
|
+
@pulumi.getter
|
|
2319
|
+
def network(self) -> str:
|
|
2320
|
+
"""
|
|
2321
|
+
CIDR address block.
|
|
2322
|
+
"""
|
|
2323
|
+
return pulumi.get(self, "network")
|
|
2324
|
+
|
|
2325
|
+
@property
|
|
2326
|
+
@pulumi.getter
|
|
2327
|
+
def description(self) -> Optional[str]:
|
|
2328
|
+
"""
|
|
2329
|
+
Description for IP filter list entry.
|
|
2330
|
+
"""
|
|
2331
|
+
return pulumi.get(self, "description")
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
@pulumi.output_type
|
|
2335
|
+
class DragonflyDragonflyUserConfigMigration(dict):
|
|
2336
|
+
@staticmethod
|
|
2337
|
+
def __key_warning(key: str):
|
|
2338
|
+
suggest = None
|
|
2339
|
+
if key == "ignoreDbs":
|
|
2340
|
+
suggest = "ignore_dbs"
|
|
2341
|
+
|
|
2342
|
+
if suggest:
|
|
2343
|
+
pulumi.log.warn(f"Key '{key}' not found in DragonflyDragonflyUserConfigMigration. Access the value via the '{suggest}' property getter instead.")
|
|
2344
|
+
|
|
2345
|
+
def __getitem__(self, key: str) -> Any:
|
|
2346
|
+
DragonflyDragonflyUserConfigMigration.__key_warning(key)
|
|
2347
|
+
return super().__getitem__(key)
|
|
2348
|
+
|
|
2349
|
+
def get(self, key: str, default = None) -> Any:
|
|
2350
|
+
DragonflyDragonflyUserConfigMigration.__key_warning(key)
|
|
2351
|
+
return super().get(key, default)
|
|
2352
|
+
|
|
2353
|
+
def __init__(__self__, *,
|
|
2354
|
+
host: str,
|
|
2355
|
+
port: int,
|
|
2356
|
+
dbname: Optional[str] = None,
|
|
2357
|
+
ignore_dbs: Optional[str] = None,
|
|
2358
|
+
method: Optional[str] = None,
|
|
2359
|
+
password: Optional[str] = None,
|
|
2360
|
+
ssl: Optional[bool] = None,
|
|
2361
|
+
username: Optional[str] = None):
|
|
2362
|
+
"""
|
|
2363
|
+
:param str host: Hostname or IP address of the server where to migrate data from.
|
|
2364
|
+
:param int port: Port number of the server where to migrate data from.
|
|
2365
|
+
:param str dbname: Database name for bootstrapping the initial connection.
|
|
2366
|
+
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2367
|
+
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2368
|
+
:param str password: Password for authentication with the server where to migrate data from.
|
|
2369
|
+
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
2370
|
+
:param str username: User name for authentication with the server where to migrate data from.
|
|
2371
|
+
"""
|
|
2372
|
+
pulumi.set(__self__, "host", host)
|
|
2373
|
+
pulumi.set(__self__, "port", port)
|
|
2374
|
+
if dbname is not None:
|
|
2375
|
+
pulumi.set(__self__, "dbname", dbname)
|
|
2376
|
+
if ignore_dbs is not None:
|
|
2377
|
+
pulumi.set(__self__, "ignore_dbs", ignore_dbs)
|
|
2378
|
+
if method is not None:
|
|
2379
|
+
pulumi.set(__self__, "method", method)
|
|
2380
|
+
if password is not None:
|
|
2381
|
+
pulumi.set(__self__, "password", password)
|
|
2382
|
+
if ssl is not None:
|
|
2383
|
+
pulumi.set(__self__, "ssl", ssl)
|
|
2384
|
+
if username is not None:
|
|
2385
|
+
pulumi.set(__self__, "username", username)
|
|
2386
|
+
|
|
2387
|
+
@property
|
|
2388
|
+
@pulumi.getter
|
|
2389
|
+
def host(self) -> str:
|
|
2390
|
+
"""
|
|
2391
|
+
Hostname or IP address of the server where to migrate data from.
|
|
2392
|
+
"""
|
|
2393
|
+
return pulumi.get(self, "host")
|
|
2394
|
+
|
|
2395
|
+
@property
|
|
2396
|
+
@pulumi.getter
|
|
2397
|
+
def port(self) -> int:
|
|
2398
|
+
"""
|
|
2399
|
+
Port number of the server where to migrate data from.
|
|
2400
|
+
"""
|
|
2401
|
+
return pulumi.get(self, "port")
|
|
2402
|
+
|
|
2403
|
+
@property
|
|
2404
|
+
@pulumi.getter
|
|
2405
|
+
def dbname(self) -> Optional[str]:
|
|
2406
|
+
"""
|
|
2407
|
+
Database name for bootstrapping the initial connection.
|
|
2408
|
+
"""
|
|
2409
|
+
return pulumi.get(self, "dbname")
|
|
2410
|
+
|
|
2411
|
+
@property
|
|
2412
|
+
@pulumi.getter(name="ignoreDbs")
|
|
2413
|
+
def ignore_dbs(self) -> Optional[str]:
|
|
2414
|
+
"""
|
|
2415
|
+
Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2416
|
+
"""
|
|
2417
|
+
return pulumi.get(self, "ignore_dbs")
|
|
2418
|
+
|
|
2419
|
+
@property
|
|
2420
|
+
@pulumi.getter
|
|
2421
|
+
def method(self) -> Optional[str]:
|
|
2422
|
+
"""
|
|
2423
|
+
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2424
|
+
"""
|
|
2425
|
+
return pulumi.get(self, "method")
|
|
2426
|
+
|
|
2427
|
+
@property
|
|
2428
|
+
@pulumi.getter
|
|
2429
|
+
def password(self) -> Optional[str]:
|
|
2430
|
+
"""
|
|
2431
|
+
Password for authentication with the server where to migrate data from.
|
|
2432
|
+
"""
|
|
2433
|
+
return pulumi.get(self, "password")
|
|
2434
|
+
|
|
2435
|
+
@property
|
|
2436
|
+
@pulumi.getter
|
|
2437
|
+
def ssl(self) -> Optional[bool]:
|
|
2438
|
+
"""
|
|
2439
|
+
The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
2440
|
+
"""
|
|
2441
|
+
return pulumi.get(self, "ssl")
|
|
2442
|
+
|
|
2443
|
+
@property
|
|
2444
|
+
@pulumi.getter
|
|
2445
|
+
def username(self) -> Optional[str]:
|
|
2446
|
+
"""
|
|
2447
|
+
User name for authentication with the server where to migrate data from.
|
|
2448
|
+
"""
|
|
2449
|
+
return pulumi.get(self, "username")
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
@pulumi.output_type
|
|
2453
|
+
class DragonflyDragonflyUserConfigPrivateAccess(dict):
|
|
2454
|
+
def __init__(__self__, *,
|
|
2455
|
+
dragonfly: Optional[bool] = None,
|
|
2456
|
+
prometheus: Optional[bool] = None):
|
|
2457
|
+
"""
|
|
2458
|
+
:param 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.
|
|
2459
|
+
:param 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.
|
|
2460
|
+
"""
|
|
2461
|
+
if dragonfly is not None:
|
|
2462
|
+
pulumi.set(__self__, "dragonfly", dragonfly)
|
|
2463
|
+
if prometheus is not None:
|
|
2464
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
2465
|
+
|
|
2466
|
+
@property
|
|
2467
|
+
@pulumi.getter
|
|
2468
|
+
def dragonfly(self) -> Optional[bool]:
|
|
2469
|
+
"""
|
|
2470
|
+
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.
|
|
2471
|
+
"""
|
|
2472
|
+
return pulumi.get(self, "dragonfly")
|
|
2473
|
+
|
|
2474
|
+
@property
|
|
2475
|
+
@pulumi.getter
|
|
2476
|
+
def prometheus(self) -> Optional[bool]:
|
|
2477
|
+
"""
|
|
2478
|
+
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.
|
|
2479
|
+
"""
|
|
2480
|
+
return pulumi.get(self, "prometheus")
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
@pulumi.output_type
|
|
2484
|
+
class DragonflyDragonflyUserConfigPrivatelinkAccess(dict):
|
|
2485
|
+
def __init__(__self__, *,
|
|
2486
|
+
dragonfly: Optional[bool] = None,
|
|
2487
|
+
prometheus: Optional[bool] = None):
|
|
2488
|
+
"""
|
|
2489
|
+
:param bool dragonfly: Enable dragonfly.
|
|
2490
|
+
:param bool prometheus: Enable prometheus.
|
|
2491
|
+
"""
|
|
2492
|
+
if dragonfly is not None:
|
|
2493
|
+
pulumi.set(__self__, "dragonfly", dragonfly)
|
|
2494
|
+
if prometheus is not None:
|
|
2495
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
2496
|
+
|
|
2497
|
+
@property
|
|
2498
|
+
@pulumi.getter
|
|
2499
|
+
def dragonfly(self) -> Optional[bool]:
|
|
2500
|
+
"""
|
|
2501
|
+
Enable dragonfly.
|
|
2502
|
+
"""
|
|
2503
|
+
return pulumi.get(self, "dragonfly")
|
|
2504
|
+
|
|
2505
|
+
@property
|
|
2506
|
+
@pulumi.getter
|
|
2507
|
+
def prometheus(self) -> Optional[bool]:
|
|
2508
|
+
"""
|
|
2509
|
+
Enable prometheus.
|
|
2510
|
+
"""
|
|
2511
|
+
return pulumi.get(self, "prometheus")
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
@pulumi.output_type
|
|
2515
|
+
class DragonflyDragonflyUserConfigPublicAccess(dict):
|
|
2516
|
+
def __init__(__self__, *,
|
|
2517
|
+
dragonfly: Optional[bool] = None,
|
|
2518
|
+
prometheus: Optional[bool] = None):
|
|
2519
|
+
"""
|
|
2520
|
+
:param 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.
|
|
2521
|
+
:param 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.
|
|
2522
|
+
"""
|
|
2523
|
+
if dragonfly is not None:
|
|
2524
|
+
pulumi.set(__self__, "dragonfly", dragonfly)
|
|
2525
|
+
if prometheus is not None:
|
|
2526
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
2527
|
+
|
|
2528
|
+
@property
|
|
2529
|
+
@pulumi.getter
|
|
2530
|
+
def dragonfly(self) -> Optional[bool]:
|
|
2531
|
+
"""
|
|
2532
|
+
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.
|
|
2533
|
+
"""
|
|
2534
|
+
return pulumi.get(self, "dragonfly")
|
|
2535
|
+
|
|
2536
|
+
@property
|
|
2537
|
+
@pulumi.getter
|
|
2538
|
+
def prometheus(self) -> Optional[bool]:
|
|
2539
|
+
"""
|
|
2540
|
+
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.
|
|
2541
|
+
"""
|
|
2542
|
+
return pulumi.get(self, "prometheus")
|
|
2543
|
+
|
|
2544
|
+
|
|
2545
|
+
@pulumi.output_type
|
|
2546
|
+
class DragonflyServiceIntegration(dict):
|
|
2547
|
+
@staticmethod
|
|
2548
|
+
def __key_warning(key: str):
|
|
2549
|
+
suggest = None
|
|
2550
|
+
if key == "integrationType":
|
|
2551
|
+
suggest = "integration_type"
|
|
2552
|
+
elif key == "sourceServiceName":
|
|
2553
|
+
suggest = "source_service_name"
|
|
2554
|
+
|
|
2555
|
+
if suggest:
|
|
2556
|
+
pulumi.log.warn(f"Key '{key}' not found in DragonflyServiceIntegration. Access the value via the '{suggest}' property getter instead.")
|
|
2557
|
+
|
|
2558
|
+
def __getitem__(self, key: str) -> Any:
|
|
2559
|
+
DragonflyServiceIntegration.__key_warning(key)
|
|
2560
|
+
return super().__getitem__(key)
|
|
2561
|
+
|
|
2562
|
+
def get(self, key: str, default = None) -> Any:
|
|
2563
|
+
DragonflyServiceIntegration.__key_warning(key)
|
|
2564
|
+
return super().get(key, default)
|
|
2565
|
+
|
|
2566
|
+
def __init__(__self__, *,
|
|
2567
|
+
integration_type: str,
|
|
2568
|
+
source_service_name: str):
|
|
2569
|
+
"""
|
|
2570
|
+
:param str integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
|
|
2571
|
+
:param str source_service_name: Name of the source service
|
|
2572
|
+
"""
|
|
2573
|
+
pulumi.set(__self__, "integration_type", integration_type)
|
|
2574
|
+
pulumi.set(__self__, "source_service_name", source_service_name)
|
|
2575
|
+
|
|
2576
|
+
@property
|
|
2577
|
+
@pulumi.getter(name="integrationType")
|
|
2578
|
+
def integration_type(self) -> str:
|
|
2579
|
+
"""
|
|
2580
|
+
Type of the service integration. The only supported value at the moment is `read_replica`
|
|
2581
|
+
"""
|
|
2582
|
+
return pulumi.get(self, "integration_type")
|
|
2583
|
+
|
|
2584
|
+
@property
|
|
2585
|
+
@pulumi.getter(name="sourceServiceName")
|
|
2586
|
+
def source_service_name(self) -> str:
|
|
2587
|
+
"""
|
|
2588
|
+
Name of the source service
|
|
2589
|
+
"""
|
|
2590
|
+
return pulumi.get(self, "source_service_name")
|
|
2591
|
+
|
|
2592
|
+
|
|
2593
|
+
@pulumi.output_type
|
|
2594
|
+
class DragonflyTag(dict):
|
|
2595
|
+
def __init__(__self__, *,
|
|
2596
|
+
key: str,
|
|
2597
|
+
value: str):
|
|
2598
|
+
"""
|
|
2599
|
+
:param str key: Service tag key
|
|
2600
|
+
:param str value: Service tag value
|
|
2601
|
+
"""
|
|
2602
|
+
pulumi.set(__self__, "key", key)
|
|
2603
|
+
pulumi.set(__self__, "value", value)
|
|
2604
|
+
|
|
2605
|
+
@property
|
|
2606
|
+
@pulumi.getter
|
|
2607
|
+
def key(self) -> str:
|
|
2608
|
+
"""
|
|
2609
|
+
Service tag key
|
|
2610
|
+
"""
|
|
2611
|
+
return pulumi.get(self, "key")
|
|
2612
|
+
|
|
2613
|
+
@property
|
|
2614
|
+
@pulumi.getter
|
|
2615
|
+
def value(self) -> str:
|
|
2616
|
+
"""
|
|
2617
|
+
Service tag value
|
|
2618
|
+
"""
|
|
2619
|
+
return pulumi.get(self, "value")
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
@pulumi.output_type
|
|
2623
|
+
class DragonflyTechEmail(dict):
|
|
2624
|
+
def __init__(__self__, *,
|
|
2625
|
+
email: str):
|
|
2626
|
+
"""
|
|
2627
|
+
:param str email: An email address to contact for technical issues
|
|
2628
|
+
"""
|
|
2629
|
+
pulumi.set(__self__, "email", email)
|
|
2630
|
+
|
|
2631
|
+
@property
|
|
2632
|
+
@pulumi.getter
|
|
2633
|
+
def email(self) -> str:
|
|
2634
|
+
"""
|
|
2635
|
+
An email address to contact for technical issues
|
|
2636
|
+
"""
|
|
2637
|
+
return pulumi.get(self, "email")
|
|
2638
|
+
|
|
2639
|
+
|
|
1919
2640
|
@pulumi.output_type
|
|
1920
2641
|
class FlinkApplicationVersionSink(dict):
|
|
1921
2642
|
@staticmethod
|
|
@@ -12748,6 +13469,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
12748
13469
|
suggest = "ism_history_rollover_retention_period"
|
|
12749
13470
|
elif key == "overrideMainResponseVersion":
|
|
12750
13471
|
suggest = "override_main_response_version"
|
|
13472
|
+
elif key == "pluginsAlertingFilterByBackendRoles":
|
|
13473
|
+
suggest = "plugins_alerting_filter_by_backend_roles"
|
|
12751
13474
|
elif key == "reindexRemoteWhitelists":
|
|
12752
13475
|
suggest = "reindex_remote_whitelists"
|
|
12753
13476
|
elif key == "scriptMaxCompilationsRate":
|
|
@@ -12816,6 +13539,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
12816
13539
|
ism_history_rollover_check_period: Optional[int] = None,
|
|
12817
13540
|
ism_history_rollover_retention_period: Optional[int] = None,
|
|
12818
13541
|
override_main_response_version: Optional[bool] = None,
|
|
13542
|
+
plugins_alerting_filter_by_backend_roles: Optional[bool] = None,
|
|
12819
13543
|
reindex_remote_whitelists: Optional[Sequence[str]] = None,
|
|
12820
13544
|
script_max_compilations_rate: Optional[str] = None,
|
|
12821
13545
|
search_max_buckets: Optional[int] = None,
|
|
@@ -12858,6 +13582,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
12858
13582
|
:param int ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. The default value is `8`.
|
|
12859
13583
|
:param int ism_history_rollover_retention_period: How long audit history indices are kept in days. The default value is `30`.
|
|
12860
13584
|
:param bool override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
13585
|
+
:param bool plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
12861
13586
|
:param Sequence[str] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
12862
13587
|
:param 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.
|
|
12863
13588
|
:param int search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined.
|
|
@@ -12927,6 +13652,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
12927
13652
|
pulumi.set(__self__, "ism_history_rollover_retention_period", ism_history_rollover_retention_period)
|
|
12928
13653
|
if override_main_response_version is not None:
|
|
12929
13654
|
pulumi.set(__self__, "override_main_response_version", override_main_response_version)
|
|
13655
|
+
if plugins_alerting_filter_by_backend_roles is not None:
|
|
13656
|
+
pulumi.set(__self__, "plugins_alerting_filter_by_backend_roles", plugins_alerting_filter_by_backend_roles)
|
|
12930
13657
|
if reindex_remote_whitelists is not None:
|
|
12931
13658
|
pulumi.set(__self__, "reindex_remote_whitelists", reindex_remote_whitelists)
|
|
12932
13659
|
if script_max_compilations_rate is not None:
|
|
@@ -13172,6 +13899,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
13172
13899
|
"""
|
|
13173
13900
|
return pulumi.get(self, "override_main_response_version")
|
|
13174
13901
|
|
|
13902
|
+
@property
|
|
13903
|
+
@pulumi.getter(name="pluginsAlertingFilterByBackendRoles")
|
|
13904
|
+
def plugins_alerting_filter_by_backend_roles(self) -> Optional[bool]:
|
|
13905
|
+
"""
|
|
13906
|
+
Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
13907
|
+
"""
|
|
13908
|
+
return pulumi.get(self, "plugins_alerting_filter_by_backend_roles")
|
|
13909
|
+
|
|
13175
13910
|
@property
|
|
13176
13911
|
@pulumi.getter(name="reindexRemoteWhitelists")
|
|
13177
13912
|
def reindex_remote_whitelists(self) -> Optional[Sequence[str]]:
|
|
@@ -14004,6 +14739,61 @@ class OpenSearchTechEmail(dict):
|
|
|
14004
14739
|
return pulumi.get(self, "email")
|
|
14005
14740
|
|
|
14006
14741
|
|
|
14742
|
+
@pulumi.output_type
|
|
14743
|
+
class OrganizationGroupProjectTimeouts(dict):
|
|
14744
|
+
def __init__(__self__, *,
|
|
14745
|
+
create: Optional[str] = None,
|
|
14746
|
+
delete: Optional[str] = None,
|
|
14747
|
+
read: Optional[str] = None,
|
|
14748
|
+
update: Optional[str] = None):
|
|
14749
|
+
"""
|
|
14750
|
+
:param 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).
|
|
14751
|
+
:param 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.
|
|
14752
|
+
:param 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.
|
|
14753
|
+
:param 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).
|
|
14754
|
+
"""
|
|
14755
|
+
if create is not None:
|
|
14756
|
+
pulumi.set(__self__, "create", create)
|
|
14757
|
+
if delete is not None:
|
|
14758
|
+
pulumi.set(__self__, "delete", delete)
|
|
14759
|
+
if read is not None:
|
|
14760
|
+
pulumi.set(__self__, "read", read)
|
|
14761
|
+
if update is not None:
|
|
14762
|
+
pulumi.set(__self__, "update", update)
|
|
14763
|
+
|
|
14764
|
+
@property
|
|
14765
|
+
@pulumi.getter
|
|
14766
|
+
def create(self) -> Optional[str]:
|
|
14767
|
+
"""
|
|
14768
|
+
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).
|
|
14769
|
+
"""
|
|
14770
|
+
return pulumi.get(self, "create")
|
|
14771
|
+
|
|
14772
|
+
@property
|
|
14773
|
+
@pulumi.getter
|
|
14774
|
+
def delete(self) -> Optional[str]:
|
|
14775
|
+
"""
|
|
14776
|
+
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.
|
|
14777
|
+
"""
|
|
14778
|
+
return pulumi.get(self, "delete")
|
|
14779
|
+
|
|
14780
|
+
@property
|
|
14781
|
+
@pulumi.getter
|
|
14782
|
+
def read(self) -> Optional[str]:
|
|
14783
|
+
"""
|
|
14784
|
+
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.
|
|
14785
|
+
"""
|
|
14786
|
+
return pulumi.get(self, "read")
|
|
14787
|
+
|
|
14788
|
+
@property
|
|
14789
|
+
@pulumi.getter
|
|
14790
|
+
def update(self) -> Optional[str]:
|
|
14791
|
+
"""
|
|
14792
|
+
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).
|
|
14793
|
+
"""
|
|
14794
|
+
return pulumi.get(self, "update")
|
|
14795
|
+
|
|
14796
|
+
|
|
14007
14797
|
@pulumi.output_type
|
|
14008
14798
|
class OrganizationTimeouts(dict):
|
|
14009
14799
|
def __init__(__self__, *,
|
|
@@ -14059,6 +14849,61 @@ class OrganizationTimeouts(dict):
|
|
|
14059
14849
|
return pulumi.get(self, "update")
|
|
14060
14850
|
|
|
14061
14851
|
|
|
14852
|
+
@pulumi.output_type
|
|
14853
|
+
class OrganizationUserGroupMemberTimeouts(dict):
|
|
14854
|
+
def __init__(__self__, *,
|
|
14855
|
+
create: Optional[str] = None,
|
|
14856
|
+
delete: Optional[str] = None,
|
|
14857
|
+
read: Optional[str] = None,
|
|
14858
|
+
update: Optional[str] = None):
|
|
14859
|
+
"""
|
|
14860
|
+
:param 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).
|
|
14861
|
+
:param 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.
|
|
14862
|
+
:param 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.
|
|
14863
|
+
:param 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).
|
|
14864
|
+
"""
|
|
14865
|
+
if create is not None:
|
|
14866
|
+
pulumi.set(__self__, "create", create)
|
|
14867
|
+
if delete is not None:
|
|
14868
|
+
pulumi.set(__self__, "delete", delete)
|
|
14869
|
+
if read is not None:
|
|
14870
|
+
pulumi.set(__self__, "read", read)
|
|
14871
|
+
if update is not None:
|
|
14872
|
+
pulumi.set(__self__, "update", update)
|
|
14873
|
+
|
|
14874
|
+
@property
|
|
14875
|
+
@pulumi.getter
|
|
14876
|
+
def create(self) -> Optional[str]:
|
|
14877
|
+
"""
|
|
14878
|
+
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).
|
|
14879
|
+
"""
|
|
14880
|
+
return pulumi.get(self, "create")
|
|
14881
|
+
|
|
14882
|
+
@property
|
|
14883
|
+
@pulumi.getter
|
|
14884
|
+
def delete(self) -> Optional[str]:
|
|
14885
|
+
"""
|
|
14886
|
+
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.
|
|
14887
|
+
"""
|
|
14888
|
+
return pulumi.get(self, "delete")
|
|
14889
|
+
|
|
14890
|
+
@property
|
|
14891
|
+
@pulumi.getter
|
|
14892
|
+
def read(self) -> Optional[str]:
|
|
14893
|
+
"""
|
|
14894
|
+
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.
|
|
14895
|
+
"""
|
|
14896
|
+
return pulumi.get(self, "read")
|
|
14897
|
+
|
|
14898
|
+
@property
|
|
14899
|
+
@pulumi.getter
|
|
14900
|
+
def update(self) -> Optional[str]:
|
|
14901
|
+
"""
|
|
14902
|
+
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).
|
|
14903
|
+
"""
|
|
14904
|
+
return pulumi.get(self, "update")
|
|
14905
|
+
|
|
14906
|
+
|
|
14062
14907
|
@pulumi.output_type
|
|
14063
14908
|
class PgComponent(dict):
|
|
14064
14909
|
@staticmethod
|
|
@@ -14399,6 +15244,7 @@ class PgPgUserConfig(dict):
|
|
|
14399
15244
|
pg_service_to_fork_from: Optional[str] = None,
|
|
14400
15245
|
pg_stat_monitor_enable: Optional[bool] = None,
|
|
14401
15246
|
pg_version: Optional[str] = None,
|
|
15247
|
+
pgaudit: Optional['outputs.PgPgUserConfigPgaudit'] = None,
|
|
14402
15248
|
pgbouncer: Optional['outputs.PgPgUserConfigPgbouncer'] = None,
|
|
14403
15249
|
pglookout: Optional['outputs.PgPgUserConfigPglookout'] = None,
|
|
14404
15250
|
private_access: Optional['outputs.PgPgUserConfigPrivateAccess'] = None,
|
|
@@ -14431,6 +15277,7 @@ class PgPgUserConfig(dict):
|
|
|
14431
15277
|
:param 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.
|
|
14432
15278
|
:param 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`.
|
|
14433
15279
|
:param str pg_version: PostgreSQL major version.
|
|
15280
|
+
:param 'PgPgUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
14434
15281
|
:param 'PgPgUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
14435
15282
|
:param 'PgPgUserConfigPglookoutArgs' pglookout: System-wide settings for pglookout
|
|
14436
15283
|
:param 'PgPgUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
@@ -14479,6 +15326,8 @@ class PgPgUserConfig(dict):
|
|
|
14479
15326
|
pulumi.set(__self__, "pg_stat_monitor_enable", pg_stat_monitor_enable)
|
|
14480
15327
|
if pg_version is not None:
|
|
14481
15328
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
15329
|
+
if pgaudit is not None:
|
|
15330
|
+
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
14482
15331
|
if pgbouncer is not None:
|
|
14483
15332
|
pulumi.set(__self__, "pgbouncer", pgbouncer)
|
|
14484
15333
|
if pglookout is not None:
|
|
@@ -14644,6 +15493,14 @@ class PgPgUserConfig(dict):
|
|
|
14644
15493
|
"""
|
|
14645
15494
|
return pulumi.get(self, "pg_version")
|
|
14646
15495
|
|
|
15496
|
+
@property
|
|
15497
|
+
@pulumi.getter
|
|
15498
|
+
def pgaudit(self) -> Optional['outputs.PgPgUserConfigPgaudit']:
|
|
15499
|
+
"""
|
|
15500
|
+
System-wide settings for the pgaudit extension
|
|
15501
|
+
"""
|
|
15502
|
+
return pulumi.get(self, "pgaudit")
|
|
15503
|
+
|
|
14647
15504
|
@property
|
|
14648
15505
|
@pulumi.getter
|
|
14649
15506
|
def pgbouncer(self) -> Optional['outputs.PgPgUserConfigPgbouncer']:
|
|
@@ -15722,6 +16579,220 @@ class PgPgUserConfigPgQualstats(dict):
|
|
|
15722
16579
|
return pulumi.get(self, "track_pg_catalog")
|
|
15723
16580
|
|
|
15724
16581
|
|
|
16582
|
+
@pulumi.output_type
|
|
16583
|
+
class PgPgUserConfigPgaudit(dict):
|
|
16584
|
+
@staticmethod
|
|
16585
|
+
def __key_warning(key: str):
|
|
16586
|
+
suggest = None
|
|
16587
|
+
if key == "featureEnabled":
|
|
16588
|
+
suggest = "feature_enabled"
|
|
16589
|
+
elif key == "logCatalog":
|
|
16590
|
+
suggest = "log_catalog"
|
|
16591
|
+
elif key == "logClient":
|
|
16592
|
+
suggest = "log_client"
|
|
16593
|
+
elif key == "logLevel":
|
|
16594
|
+
suggest = "log_level"
|
|
16595
|
+
elif key == "logMaxStringLength":
|
|
16596
|
+
suggest = "log_max_string_length"
|
|
16597
|
+
elif key == "logNestedStatements":
|
|
16598
|
+
suggest = "log_nested_statements"
|
|
16599
|
+
elif key == "logParameter":
|
|
16600
|
+
suggest = "log_parameter"
|
|
16601
|
+
elif key == "logParameterMaxSize":
|
|
16602
|
+
suggest = "log_parameter_max_size"
|
|
16603
|
+
elif key == "logRelation":
|
|
16604
|
+
suggest = "log_relation"
|
|
16605
|
+
elif key == "logRows":
|
|
16606
|
+
suggest = "log_rows"
|
|
16607
|
+
elif key == "logStatement":
|
|
16608
|
+
suggest = "log_statement"
|
|
16609
|
+
elif key == "logStatementOnce":
|
|
16610
|
+
suggest = "log_statement_once"
|
|
16611
|
+
|
|
16612
|
+
if suggest:
|
|
16613
|
+
pulumi.log.warn(f"Key '{key}' not found in PgPgUserConfigPgaudit. Access the value via the '{suggest}' property getter instead.")
|
|
16614
|
+
|
|
16615
|
+
def __getitem__(self, key: str) -> Any:
|
|
16616
|
+
PgPgUserConfigPgaudit.__key_warning(key)
|
|
16617
|
+
return super().__getitem__(key)
|
|
16618
|
+
|
|
16619
|
+
def get(self, key: str, default = None) -> Any:
|
|
16620
|
+
PgPgUserConfigPgaudit.__key_warning(key)
|
|
16621
|
+
return super().get(key, default)
|
|
16622
|
+
|
|
16623
|
+
def __init__(__self__, *,
|
|
16624
|
+
feature_enabled: Optional[bool] = None,
|
|
16625
|
+
log_catalog: Optional[bool] = None,
|
|
16626
|
+
log_client: Optional[bool] = None,
|
|
16627
|
+
log_level: Optional[str] = None,
|
|
16628
|
+
log_max_string_length: Optional[int] = None,
|
|
16629
|
+
log_nested_statements: Optional[bool] = None,
|
|
16630
|
+
log_parameter: Optional[bool] = None,
|
|
16631
|
+
log_parameter_max_size: Optional[int] = None,
|
|
16632
|
+
log_relation: Optional[bool] = None,
|
|
16633
|
+
log_rows: Optional[bool] = None,
|
|
16634
|
+
log_statement: Optional[bool] = None,
|
|
16635
|
+
log_statement_once: Optional[bool] = None,
|
|
16636
|
+
logs: Optional[Sequence[str]] = None,
|
|
16637
|
+
role: Optional[str] = None):
|
|
16638
|
+
"""
|
|
16639
|
+
:param 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`.
|
|
16640
|
+
:param 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`.
|
|
16641
|
+
:param bool log_client: Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
|
|
16642
|
+
:param str log_level: Specifies the log level that will be used for log entries. The default value is `log`.
|
|
16643
|
+
:param 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`.
|
|
16644
|
+
:param 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`.
|
|
16645
|
+
:param bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
|
|
16646
|
+
:param 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`.
|
|
16647
|
+
:param 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`.
|
|
16648
|
+
:param 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`.
|
|
16649
|
+
:param bool log_statement: Specifies whether logging will include the statement text and parameters (if enabled). The default value is `true`.
|
|
16650
|
+
:param 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`.
|
|
16651
|
+
:param Sequence[str] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
16652
|
+
:param str role: Specifies the master role to use for object audit logging.
|
|
16653
|
+
"""
|
|
16654
|
+
if feature_enabled is not None:
|
|
16655
|
+
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
16656
|
+
if log_catalog is not None:
|
|
16657
|
+
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
16658
|
+
if log_client is not None:
|
|
16659
|
+
pulumi.set(__self__, "log_client", log_client)
|
|
16660
|
+
if log_level is not None:
|
|
16661
|
+
pulumi.set(__self__, "log_level", log_level)
|
|
16662
|
+
if log_max_string_length is not None:
|
|
16663
|
+
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
16664
|
+
if log_nested_statements is not None:
|
|
16665
|
+
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
16666
|
+
if log_parameter is not None:
|
|
16667
|
+
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
16668
|
+
if log_parameter_max_size is not None:
|
|
16669
|
+
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
16670
|
+
if log_relation is not None:
|
|
16671
|
+
pulumi.set(__self__, "log_relation", log_relation)
|
|
16672
|
+
if log_rows is not None:
|
|
16673
|
+
pulumi.set(__self__, "log_rows", log_rows)
|
|
16674
|
+
if log_statement is not None:
|
|
16675
|
+
pulumi.set(__self__, "log_statement", log_statement)
|
|
16676
|
+
if log_statement_once is not None:
|
|
16677
|
+
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
16678
|
+
if logs is not None:
|
|
16679
|
+
pulumi.set(__self__, "logs", logs)
|
|
16680
|
+
if role is not None:
|
|
16681
|
+
pulumi.set(__self__, "role", role)
|
|
16682
|
+
|
|
16683
|
+
@property
|
|
16684
|
+
@pulumi.getter(name="featureEnabled")
|
|
16685
|
+
def feature_enabled(self) -> Optional[bool]:
|
|
16686
|
+
"""
|
|
16687
|
+
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`.
|
|
16688
|
+
"""
|
|
16689
|
+
return pulumi.get(self, "feature_enabled")
|
|
16690
|
+
|
|
16691
|
+
@property
|
|
16692
|
+
@pulumi.getter(name="logCatalog")
|
|
16693
|
+
def log_catalog(self) -> Optional[bool]:
|
|
16694
|
+
"""
|
|
16695
|
+
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is `true`.
|
|
16696
|
+
"""
|
|
16697
|
+
return pulumi.get(self, "log_catalog")
|
|
16698
|
+
|
|
16699
|
+
@property
|
|
16700
|
+
@pulumi.getter(name="logClient")
|
|
16701
|
+
def log_client(self) -> Optional[bool]:
|
|
16702
|
+
"""
|
|
16703
|
+
Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
|
|
16704
|
+
"""
|
|
16705
|
+
return pulumi.get(self, "log_client")
|
|
16706
|
+
|
|
16707
|
+
@property
|
|
16708
|
+
@pulumi.getter(name="logLevel")
|
|
16709
|
+
def log_level(self) -> Optional[str]:
|
|
16710
|
+
"""
|
|
16711
|
+
Specifies the log level that will be used for log entries. The default value is `log`.
|
|
16712
|
+
"""
|
|
16713
|
+
return pulumi.get(self, "log_level")
|
|
16714
|
+
|
|
16715
|
+
@property
|
|
16716
|
+
@pulumi.getter(name="logMaxStringLength")
|
|
16717
|
+
def log_max_string_length(self) -> Optional[int]:
|
|
16718
|
+
"""
|
|
16719
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is `-1`.
|
|
16720
|
+
"""
|
|
16721
|
+
return pulumi.get(self, "log_max_string_length")
|
|
16722
|
+
|
|
16723
|
+
@property
|
|
16724
|
+
@pulumi.getter(name="logNestedStatements")
|
|
16725
|
+
def log_nested_statements(self) -> Optional[bool]:
|
|
16726
|
+
"""
|
|
16727
|
+
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`.
|
|
16728
|
+
"""
|
|
16729
|
+
return pulumi.get(self, "log_nested_statements")
|
|
16730
|
+
|
|
16731
|
+
@property
|
|
16732
|
+
@pulumi.getter(name="logParameter")
|
|
16733
|
+
def log_parameter(self) -> Optional[bool]:
|
|
16734
|
+
"""
|
|
16735
|
+
Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
|
|
16736
|
+
"""
|
|
16737
|
+
return pulumi.get(self, "log_parameter")
|
|
16738
|
+
|
|
16739
|
+
@property
|
|
16740
|
+
@pulumi.getter(name="logParameterMaxSize")
|
|
16741
|
+
def log_parameter_max_size(self) -> Optional[int]:
|
|
16742
|
+
"""
|
|
16743
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. The default value is `0`.
|
|
16744
|
+
"""
|
|
16745
|
+
return pulumi.get(self, "log_parameter_max_size")
|
|
16746
|
+
|
|
16747
|
+
@property
|
|
16748
|
+
@pulumi.getter(name="logRelation")
|
|
16749
|
+
def log_relation(self) -> Optional[bool]:
|
|
16750
|
+
"""
|
|
16751
|
+
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`.
|
|
16752
|
+
"""
|
|
16753
|
+
return pulumi.get(self, "log_relation")
|
|
16754
|
+
|
|
16755
|
+
@property
|
|
16756
|
+
@pulumi.getter(name="logRows")
|
|
16757
|
+
def log_rows(self) -> Optional[bool]:
|
|
16758
|
+
"""
|
|
16759
|
+
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`.
|
|
16760
|
+
"""
|
|
16761
|
+
return pulumi.get(self, "log_rows")
|
|
16762
|
+
|
|
16763
|
+
@property
|
|
16764
|
+
@pulumi.getter(name="logStatement")
|
|
16765
|
+
def log_statement(self) -> Optional[bool]:
|
|
16766
|
+
"""
|
|
16767
|
+
Specifies whether logging will include the statement text and parameters (if enabled). The default value is `true`.
|
|
16768
|
+
"""
|
|
16769
|
+
return pulumi.get(self, "log_statement")
|
|
16770
|
+
|
|
16771
|
+
@property
|
|
16772
|
+
@pulumi.getter(name="logStatementOnce")
|
|
16773
|
+
def log_statement_once(self) -> Optional[bool]:
|
|
16774
|
+
"""
|
|
16775
|
+
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`.
|
|
16776
|
+
"""
|
|
16777
|
+
return pulumi.get(self, "log_statement_once")
|
|
16778
|
+
|
|
16779
|
+
@property
|
|
16780
|
+
@pulumi.getter
|
|
16781
|
+
def logs(self) -> Optional[Sequence[str]]:
|
|
16782
|
+
"""
|
|
16783
|
+
Specifies which classes of statements will be logged by session audit logging.
|
|
16784
|
+
"""
|
|
16785
|
+
return pulumi.get(self, "logs")
|
|
16786
|
+
|
|
16787
|
+
@property
|
|
16788
|
+
@pulumi.getter
|
|
16789
|
+
def role(self) -> Optional[str]:
|
|
16790
|
+
"""
|
|
16791
|
+
Specifies the master role to use for object audit logging.
|
|
16792
|
+
"""
|
|
16793
|
+
return pulumi.get(self, "role")
|
|
16794
|
+
|
|
16795
|
+
|
|
15725
16796
|
@pulumi.output_type
|
|
15726
16797
|
class PgPgUserConfigPgbouncer(dict):
|
|
15727
16798
|
@staticmethod
|
|
@@ -17040,7 +18111,7 @@ class ServiceIntegrationClickhouseKafkaUserConfig(dict):
|
|
|
17040
18111
|
def __init__(__self__, *,
|
|
17041
18112
|
tables: Optional[Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTable']] = None):
|
|
17042
18113
|
"""
|
|
17043
|
-
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableArgs'] tables: Tables to create
|
|
18114
|
+
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableArgs'] tables: Tables to create
|
|
17044
18115
|
"""
|
|
17045
18116
|
if tables is not None:
|
|
17046
18117
|
pulumi.set(__self__, "tables", tables)
|
|
@@ -17049,7 +18120,7 @@ class ServiceIntegrationClickhouseKafkaUserConfig(dict):
|
|
|
17049
18120
|
@pulumi.getter
|
|
17050
18121
|
def tables(self) -> Optional[Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTable']]:
|
|
17051
18122
|
"""
|
|
17052
|
-
Tables to create
|
|
18123
|
+
Tables to create
|
|
17053
18124
|
"""
|
|
17054
18125
|
return pulumi.get(self, "tables")
|
|
17055
18126
|
|
|
@@ -17092,25 +18163,26 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
17092
18163
|
return super().get(key, default)
|
|
17093
18164
|
|
|
17094
18165
|
def __init__(__self__, *,
|
|
18166
|
+
columns: Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableColumn'],
|
|
17095
18167
|
data_format: str,
|
|
17096
18168
|
group_name: str,
|
|
17097
18169
|
name: str,
|
|
18170
|
+
topics: Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableTopic'],
|
|
17098
18171
|
auto_offset_reset: Optional[str] = None,
|
|
17099
|
-
columns: Optional[Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableColumn']] = None,
|
|
17100
18172
|
date_time_input_format: Optional[str] = None,
|
|
17101
18173
|
handle_error_mode: Optional[str] = None,
|
|
17102
18174
|
max_block_size: Optional[int] = None,
|
|
17103
18175
|
max_rows_per_message: Optional[int] = None,
|
|
17104
18176
|
num_consumers: Optional[int] = None,
|
|
17105
18177
|
poll_max_batch_size: Optional[int] = None,
|
|
17106
|
-
skip_broken_messages: Optional[int] = None
|
|
17107
|
-
topics: Optional[Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableTopic']] = None):
|
|
18178
|
+
skip_broken_messages: Optional[int] = None):
|
|
17108
18179
|
"""
|
|
18180
|
+
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns
|
|
17109
18181
|
:param str data_format: Message data format. The default value is `JSONEachRow`.
|
|
17110
18182
|
:param str group_name: Kafka consumers group. The default value is `clickhouse`.
|
|
17111
18183
|
:param str name: Column name.
|
|
18184
|
+
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics
|
|
17112
18185
|
:param 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`.
|
|
17113
|
-
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns.
|
|
17114
18186
|
:param str date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
|
|
17115
18187
|
:param str handle_error_mode: How to handle errors for Kafka engine. The default value is `default`.
|
|
17116
18188
|
:param int max_block_size: Number of row collected by poll(s) for flushing data from Kafka. The default value is `0`.
|
|
@@ -17118,15 +18190,14 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
17118
18190
|
:param int num_consumers: The number of consumers per table per replica. The default value is `1`.
|
|
17119
18191
|
:param int poll_max_batch_size: Maximum amount of messages to be polled in a single Kafka poll. The default value is `0`.
|
|
17120
18192
|
:param int skip_broken_messages: Skip at least this number of broken messages from Kafka topic per block. The default value is `0`.
|
|
17121
|
-
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics.
|
|
17122
18193
|
"""
|
|
18194
|
+
pulumi.set(__self__, "columns", columns)
|
|
17123
18195
|
pulumi.set(__self__, "data_format", data_format)
|
|
17124
18196
|
pulumi.set(__self__, "group_name", group_name)
|
|
17125
18197
|
pulumi.set(__self__, "name", name)
|
|
18198
|
+
pulumi.set(__self__, "topics", topics)
|
|
17126
18199
|
if auto_offset_reset is not None:
|
|
17127
18200
|
pulumi.set(__self__, "auto_offset_reset", auto_offset_reset)
|
|
17128
|
-
if columns is not None:
|
|
17129
|
-
pulumi.set(__self__, "columns", columns)
|
|
17130
18201
|
if date_time_input_format is not None:
|
|
17131
18202
|
pulumi.set(__self__, "date_time_input_format", date_time_input_format)
|
|
17132
18203
|
if handle_error_mode is not None:
|
|
@@ -17141,8 +18212,14 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
17141
18212
|
pulumi.set(__self__, "poll_max_batch_size", poll_max_batch_size)
|
|
17142
18213
|
if skip_broken_messages is not None:
|
|
17143
18214
|
pulumi.set(__self__, "skip_broken_messages", skip_broken_messages)
|
|
17144
|
-
|
|
17145
|
-
|
|
18215
|
+
|
|
18216
|
+
@property
|
|
18217
|
+
@pulumi.getter
|
|
18218
|
+
def columns(self) -> Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableColumn']:
|
|
18219
|
+
"""
|
|
18220
|
+
Table columns
|
|
18221
|
+
"""
|
|
18222
|
+
return pulumi.get(self, "columns")
|
|
17146
18223
|
|
|
17147
18224
|
@property
|
|
17148
18225
|
@pulumi.getter(name="dataFormat")
|
|
@@ -17169,20 +18246,20 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
17169
18246
|
return pulumi.get(self, "name")
|
|
17170
18247
|
|
|
17171
18248
|
@property
|
|
17172
|
-
@pulumi.getter
|
|
17173
|
-
def
|
|
18249
|
+
@pulumi.getter
|
|
18250
|
+
def topics(self) -> Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableTopic']:
|
|
17174
18251
|
"""
|
|
17175
|
-
|
|
18252
|
+
Kafka topics
|
|
17176
18253
|
"""
|
|
17177
|
-
return pulumi.get(self, "
|
|
18254
|
+
return pulumi.get(self, "topics")
|
|
17178
18255
|
|
|
17179
18256
|
@property
|
|
17180
|
-
@pulumi.getter
|
|
17181
|
-
def
|
|
18257
|
+
@pulumi.getter(name="autoOffsetReset")
|
|
18258
|
+
def auto_offset_reset(self) -> Optional[str]:
|
|
17182
18259
|
"""
|
|
17183
|
-
|
|
18260
|
+
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`.
|
|
17184
18261
|
"""
|
|
17185
|
-
return pulumi.get(self, "
|
|
18262
|
+
return pulumi.get(self, "auto_offset_reset")
|
|
17186
18263
|
|
|
17187
18264
|
@property
|
|
17188
18265
|
@pulumi.getter(name="dateTimeInputFormat")
|
|
@@ -17240,14 +18317,6 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
17240
18317
|
"""
|
|
17241
18318
|
return pulumi.get(self, "skip_broken_messages")
|
|
17242
18319
|
|
|
17243
|
-
@property
|
|
17244
|
-
@pulumi.getter
|
|
17245
|
-
def topics(self) -> Optional[Sequence['outputs.ServiceIntegrationClickhouseKafkaUserConfigTableTopic']]:
|
|
17246
|
-
"""
|
|
17247
|
-
Kafka topics.
|
|
17248
|
-
"""
|
|
17249
|
-
return pulumi.get(self, "topics")
|
|
17250
|
-
|
|
17251
18320
|
|
|
17252
18321
|
@pulumi.output_type
|
|
17253
18322
|
class ServiceIntegrationClickhouseKafkaUserConfigTableColumn(dict):
|
|
@@ -17301,7 +18370,7 @@ class ServiceIntegrationClickhousePostgresqlUserConfig(dict):
|
|
|
17301
18370
|
def __init__(__self__, *,
|
|
17302
18371
|
databases: Optional[Sequence['outputs.ServiceIntegrationClickhousePostgresqlUserConfigDatabase']] = None):
|
|
17303
18372
|
"""
|
|
17304
|
-
:param Sequence['ServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs'] databases: Databases to expose
|
|
18373
|
+
:param Sequence['ServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs'] databases: Databases to expose
|
|
17305
18374
|
"""
|
|
17306
18375
|
if databases is not None:
|
|
17307
18376
|
pulumi.set(__self__, "databases", databases)
|
|
@@ -17310,7 +18379,7 @@ class ServiceIntegrationClickhousePostgresqlUserConfig(dict):
|
|
|
17310
18379
|
@pulumi.getter
|
|
17311
18380
|
def databases(self) -> Optional[Sequence['outputs.ServiceIntegrationClickhousePostgresqlUserConfigDatabase']]:
|
|
17312
18381
|
"""
|
|
17313
|
-
Databases to expose
|
|
18382
|
+
Databases to expose
|
|
17314
18383
|
"""
|
|
17315
18384
|
return pulumi.get(self, "databases")
|
|
17316
18385
|
|
|
@@ -17392,15 +18461,15 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
17392
18461
|
redis: Optional['outputs.ServiceIntegrationDatadogUserConfigRedis'] = None):
|
|
17393
18462
|
"""
|
|
17394
18463
|
:param bool datadog_dbm_enabled: Enable Datadog Database Monitoring.
|
|
17395
|
-
:param Sequence['ServiceIntegrationDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
18464
|
+
:param Sequence['ServiceIntegrationDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
17396
18465
|
:param Sequence[str] exclude_consumer_groups: List of custom metrics.
|
|
17397
18466
|
:param Sequence[str] exclude_topics: List of topics to exclude.
|
|
17398
18467
|
:param Sequence[str] include_consumer_groups: List of custom metrics.
|
|
17399
18468
|
:param Sequence[str] include_topics: List of topics to include.
|
|
17400
18469
|
:param Sequence[str] kafka_custom_metrics: List of custom metrics.
|
|
17401
18470
|
:param int max_jmx_metrics: Maximum number of JMX metrics to send.
|
|
17402
|
-
:param 'ServiceIntegrationDatadogUserConfigOpensearchArgs' opensearch: Datadog Opensearch Options
|
|
17403
|
-
:param 'ServiceIntegrationDatadogUserConfigRedisArgs' redis: Datadog Redis Options
|
|
18471
|
+
:param 'ServiceIntegrationDatadogUserConfigOpensearchArgs' opensearch: Datadog Opensearch Options
|
|
18472
|
+
:param 'ServiceIntegrationDatadogUserConfigRedisArgs' redis: Datadog Redis Options
|
|
17404
18473
|
"""
|
|
17405
18474
|
if datadog_dbm_enabled is not None:
|
|
17406
18475
|
pulumi.set(__self__, "datadog_dbm_enabled", datadog_dbm_enabled)
|
|
@@ -17435,7 +18504,7 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
17435
18504
|
@pulumi.getter(name="datadogTags")
|
|
17436
18505
|
def datadog_tags(self) -> Optional[Sequence['outputs.ServiceIntegrationDatadogUserConfigDatadogTag']]:
|
|
17437
18506
|
"""
|
|
17438
|
-
Custom tags provided by user
|
|
18507
|
+
Custom tags provided by user
|
|
17439
18508
|
"""
|
|
17440
18509
|
return pulumi.get(self, "datadog_tags")
|
|
17441
18510
|
|
|
@@ -17491,7 +18560,7 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
17491
18560
|
@pulumi.getter
|
|
17492
18561
|
def opensearch(self) -> Optional['outputs.ServiceIntegrationDatadogUserConfigOpensearch']:
|
|
17493
18562
|
"""
|
|
17494
|
-
Datadog Opensearch Options
|
|
18563
|
+
Datadog Opensearch Options
|
|
17495
18564
|
"""
|
|
17496
18565
|
return pulumi.get(self, "opensearch")
|
|
17497
18566
|
|
|
@@ -17499,7 +18568,7 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
17499
18568
|
@pulumi.getter
|
|
17500
18569
|
def redis(self) -> Optional['outputs.ServiceIntegrationDatadogUserConfigRedis']:
|
|
17501
18570
|
"""
|
|
17502
|
-
Datadog Redis Options
|
|
18571
|
+
Datadog Redis Options
|
|
17503
18572
|
"""
|
|
17504
18573
|
return pulumi.get(self, "redis")
|
|
17505
18574
|
|
|
@@ -17673,7 +18742,7 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
|
|
|
17673
18742
|
site: Optional[str] = None):
|
|
17674
18743
|
"""
|
|
17675
18744
|
:param str datadog_api_key: Datadog API key.
|
|
17676
|
-
:param Sequence['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
18745
|
+
:param Sequence['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
17677
18746
|
:param bool disable_consumer_stats: Disable consumer group metrics.
|
|
17678
18747
|
:param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with.
|
|
17679
18748
|
:param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers.
|
|
@@ -17706,7 +18775,7 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
|
|
|
17706
18775
|
@pulumi.getter(name="datadogTags")
|
|
17707
18776
|
def datadog_tags(self) -> Optional[Sequence['outputs.ServiceIntegrationEndpointDatadogUserConfigDatadogTag']]:
|
|
17708
18777
|
"""
|
|
17709
|
-
Custom tags provided by user
|
|
18778
|
+
Custom tags provided by user
|
|
17710
18779
|
"""
|
|
17711
18780
|
return pulumi.get(self, "datadog_tags")
|
|
17712
18781
|
|
|
@@ -18352,7 +19421,9 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
18352
19421
|
@staticmethod
|
|
18353
19422
|
def __key_warning(key: str):
|
|
18354
19423
|
suggest = None
|
|
18355
|
-
if key == "
|
|
19424
|
+
if key == "defaultDatabase":
|
|
19425
|
+
suggest = "default_database"
|
|
19426
|
+
elif key == "sslClientCertificate":
|
|
18356
19427
|
suggest = "ssl_client_certificate"
|
|
18357
19428
|
elif key == "sslClientKey":
|
|
18358
19429
|
suggest = "ssl_client_key"
|
|
@@ -18376,6 +19447,7 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
18376
19447
|
host: str,
|
|
18377
19448
|
port: int,
|
|
18378
19449
|
username: str,
|
|
19450
|
+
default_database: Optional[str] = None,
|
|
18379
19451
|
password: Optional[str] = None,
|
|
18380
19452
|
ssl_client_certificate: Optional[str] = None,
|
|
18381
19453
|
ssl_client_key: Optional[str] = None,
|
|
@@ -18385,6 +19457,7 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
18385
19457
|
:param str host: Hostname or IP address of the server.
|
|
18386
19458
|
:param int port: Port number of the server.
|
|
18387
19459
|
:param str username: User name.
|
|
19460
|
+
:param str default_database: Default database.
|
|
18388
19461
|
:param str password: Password.
|
|
18389
19462
|
:param str ssl_client_certificate: Client certificate.
|
|
18390
19463
|
:param str ssl_client_key: Client key.
|
|
@@ -18394,6 +19467,8 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
18394
19467
|
pulumi.set(__self__, "host", host)
|
|
18395
19468
|
pulumi.set(__self__, "port", port)
|
|
18396
19469
|
pulumi.set(__self__, "username", username)
|
|
19470
|
+
if default_database is not None:
|
|
19471
|
+
pulumi.set(__self__, "default_database", default_database)
|
|
18397
19472
|
if password is not None:
|
|
18398
19473
|
pulumi.set(__self__, "password", password)
|
|
18399
19474
|
if ssl_client_certificate is not None:
|
|
@@ -18429,6 +19504,14 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
18429
19504
|
"""
|
|
18430
19505
|
return pulumi.get(self, "username")
|
|
18431
19506
|
|
|
19507
|
+
@property
|
|
19508
|
+
@pulumi.getter(name="defaultDatabase")
|
|
19509
|
+
def default_database(self) -> Optional[str]:
|
|
19510
|
+
"""
|
|
19511
|
+
Default database.
|
|
19512
|
+
"""
|
|
19513
|
+
return pulumi.get(self, "default_database")
|
|
19514
|
+
|
|
18432
19515
|
@property
|
|
18433
19516
|
@pulumi.getter
|
|
18434
19517
|
def password(self) -> Optional[str]:
|
|
@@ -18782,6 +19865,42 @@ class ServiceIntegrationEndpointRsyslogUserConfig(dict):
|
|
|
18782
19865
|
return pulumi.get(self, "sd")
|
|
18783
19866
|
|
|
18784
19867
|
|
|
19868
|
+
@pulumi.output_type
|
|
19869
|
+
class ServiceIntegrationExternalAwsCloudwatchLogsUserConfig(dict):
|
|
19870
|
+
@staticmethod
|
|
19871
|
+
def __key_warning(key: str):
|
|
19872
|
+
suggest = None
|
|
19873
|
+
if key == "selectedLogFields":
|
|
19874
|
+
suggest = "selected_log_fields"
|
|
19875
|
+
|
|
19876
|
+
if suggest:
|
|
19877
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationExternalAwsCloudwatchLogsUserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
19878
|
+
|
|
19879
|
+
def __getitem__(self, key: str) -> Any:
|
|
19880
|
+
ServiceIntegrationExternalAwsCloudwatchLogsUserConfig.__key_warning(key)
|
|
19881
|
+
return super().__getitem__(key)
|
|
19882
|
+
|
|
19883
|
+
def get(self, key: str, default = None) -> Any:
|
|
19884
|
+
ServiceIntegrationExternalAwsCloudwatchLogsUserConfig.__key_warning(key)
|
|
19885
|
+
return super().get(key, default)
|
|
19886
|
+
|
|
19887
|
+
def __init__(__self__, *,
|
|
19888
|
+
selected_log_fields: Optional[Sequence[str]] = None):
|
|
19889
|
+
"""
|
|
19890
|
+
:param Sequence[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.
|
|
19891
|
+
"""
|
|
19892
|
+
if selected_log_fields is not None:
|
|
19893
|
+
pulumi.set(__self__, "selected_log_fields", selected_log_fields)
|
|
19894
|
+
|
|
19895
|
+
@property
|
|
19896
|
+
@pulumi.getter(name="selectedLogFields")
|
|
19897
|
+
def selected_log_fields(self) -> Optional[Sequence[str]]:
|
|
19898
|
+
"""
|
|
19899
|
+
The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
|
|
19900
|
+
"""
|
|
19901
|
+
return pulumi.get(self, "selected_log_fields")
|
|
19902
|
+
|
|
19903
|
+
|
|
18785
19904
|
@pulumi.output_type
|
|
18786
19905
|
class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig(dict):
|
|
18787
19906
|
@staticmethod
|
|
@@ -18807,8 +19926,8 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig(dict):
|
|
|
18807
19926
|
dropped_metrics: Optional[Sequence['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetric']] = None,
|
|
18808
19927
|
extra_metrics: Optional[Sequence['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric']] = None):
|
|
18809
19928
|
"""
|
|
18810
|
-
:param Sequence['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs'] dropped_metrics: Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
|
|
18811
|
-
:param Sequence['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs'] extra_metrics: Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
19929
|
+
:param Sequence['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs'] dropped_metrics: Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
|
|
19930
|
+
:param Sequence['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs'] extra_metrics: Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
18812
19931
|
"""
|
|
18813
19932
|
if dropped_metrics is not None:
|
|
18814
19933
|
pulumi.set(__self__, "dropped_metrics", dropped_metrics)
|
|
@@ -18819,7 +19938,7 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig(dict):
|
|
|
18819
19938
|
@pulumi.getter(name="droppedMetrics")
|
|
18820
19939
|
def dropped_metrics(self) -> Optional[Sequence['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetric']]:
|
|
18821
19940
|
"""
|
|
18822
|
-
Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
|
|
19941
|
+
Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
|
|
18823
19942
|
"""
|
|
18824
19943
|
return pulumi.get(self, "dropped_metrics")
|
|
18825
19944
|
|
|
@@ -18827,7 +19946,7 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig(dict):
|
|
|
18827
19946
|
@pulumi.getter(name="extraMetrics")
|
|
18828
19947
|
def extra_metrics(self) -> Optional[Sequence['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric']]:
|
|
18829
19948
|
"""
|
|
18830
|
-
Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
19949
|
+
Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
18831
19950
|
"""
|
|
18832
19951
|
return pulumi.get(self, "extra_metrics")
|
|
18833
19952
|
|
|
@@ -18890,6 +20009,78 @@ class ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric(dict):
|
|
|
18890
20009
|
return pulumi.get(self, "metric")
|
|
18891
20010
|
|
|
18892
20011
|
|
|
20012
|
+
@pulumi.output_type
|
|
20013
|
+
class ServiceIntegrationExternalElasticsearchLogsUserConfig(dict):
|
|
20014
|
+
@staticmethod
|
|
20015
|
+
def __key_warning(key: str):
|
|
20016
|
+
suggest = None
|
|
20017
|
+
if key == "selectedLogFields":
|
|
20018
|
+
suggest = "selected_log_fields"
|
|
20019
|
+
|
|
20020
|
+
if suggest:
|
|
20021
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationExternalElasticsearchLogsUserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
20022
|
+
|
|
20023
|
+
def __getitem__(self, key: str) -> Any:
|
|
20024
|
+
ServiceIntegrationExternalElasticsearchLogsUserConfig.__key_warning(key)
|
|
20025
|
+
return super().__getitem__(key)
|
|
20026
|
+
|
|
20027
|
+
def get(self, key: str, default = None) -> Any:
|
|
20028
|
+
ServiceIntegrationExternalElasticsearchLogsUserConfig.__key_warning(key)
|
|
20029
|
+
return super().get(key, default)
|
|
20030
|
+
|
|
20031
|
+
def __init__(__self__, *,
|
|
20032
|
+
selected_log_fields: Optional[Sequence[str]] = None):
|
|
20033
|
+
"""
|
|
20034
|
+
:param Sequence[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.
|
|
20035
|
+
"""
|
|
20036
|
+
if selected_log_fields is not None:
|
|
20037
|
+
pulumi.set(__self__, "selected_log_fields", selected_log_fields)
|
|
20038
|
+
|
|
20039
|
+
@property
|
|
20040
|
+
@pulumi.getter(name="selectedLogFields")
|
|
20041
|
+
def selected_log_fields(self) -> Optional[Sequence[str]]:
|
|
20042
|
+
"""
|
|
20043
|
+
The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
|
|
20044
|
+
"""
|
|
20045
|
+
return pulumi.get(self, "selected_log_fields")
|
|
20046
|
+
|
|
20047
|
+
|
|
20048
|
+
@pulumi.output_type
|
|
20049
|
+
class ServiceIntegrationExternalOpensearchLogsUserConfig(dict):
|
|
20050
|
+
@staticmethod
|
|
20051
|
+
def __key_warning(key: str):
|
|
20052
|
+
suggest = None
|
|
20053
|
+
if key == "selectedLogFields":
|
|
20054
|
+
suggest = "selected_log_fields"
|
|
20055
|
+
|
|
20056
|
+
if suggest:
|
|
20057
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationExternalOpensearchLogsUserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
20058
|
+
|
|
20059
|
+
def __getitem__(self, key: str) -> Any:
|
|
20060
|
+
ServiceIntegrationExternalOpensearchLogsUserConfig.__key_warning(key)
|
|
20061
|
+
return super().__getitem__(key)
|
|
20062
|
+
|
|
20063
|
+
def get(self, key: str, default = None) -> Any:
|
|
20064
|
+
ServiceIntegrationExternalOpensearchLogsUserConfig.__key_warning(key)
|
|
20065
|
+
return super().get(key, default)
|
|
20066
|
+
|
|
20067
|
+
def __init__(__self__, *,
|
|
20068
|
+
selected_log_fields: Optional[Sequence[str]] = None):
|
|
20069
|
+
"""
|
|
20070
|
+
:param Sequence[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.
|
|
20071
|
+
"""
|
|
20072
|
+
if selected_log_fields is not None:
|
|
20073
|
+
pulumi.set(__self__, "selected_log_fields", selected_log_fields)
|
|
20074
|
+
|
|
20075
|
+
@property
|
|
20076
|
+
@pulumi.getter(name="selectedLogFields")
|
|
20077
|
+
def selected_log_fields(self) -> Optional[Sequence[str]]:
|
|
20078
|
+
"""
|
|
20079
|
+
The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
|
|
20080
|
+
"""
|
|
20081
|
+
return pulumi.get(self, "selected_log_fields")
|
|
20082
|
+
|
|
20083
|
+
|
|
18893
20084
|
@pulumi.output_type
|
|
18894
20085
|
class ServiceIntegrationKafkaConnectUserConfig(dict):
|
|
18895
20086
|
@staticmethod
|
|
@@ -18912,7 +20103,7 @@ class ServiceIntegrationKafkaConnectUserConfig(dict):
|
|
|
18912
20103
|
def __init__(__self__, *,
|
|
18913
20104
|
kafka_connect: Optional['outputs.ServiceIntegrationKafkaConnectUserConfigKafkaConnect'] = None):
|
|
18914
20105
|
"""
|
|
18915
|
-
:param 'ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs' kafka_connect: Kafka Connect service configuration values
|
|
20106
|
+
:param 'ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs' kafka_connect: Kafka Connect service configuration values
|
|
18916
20107
|
"""
|
|
18917
20108
|
if kafka_connect is not None:
|
|
18918
20109
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
@@ -18921,7 +20112,7 @@ class ServiceIntegrationKafkaConnectUserConfig(dict):
|
|
|
18921
20112
|
@pulumi.getter(name="kafkaConnect")
|
|
18922
20113
|
def kafka_connect(self) -> Optional['outputs.ServiceIntegrationKafkaConnectUserConfigKafkaConnect']:
|
|
18923
20114
|
"""
|
|
18924
|
-
Kafka Connect service configuration values
|
|
20115
|
+
Kafka Connect service configuration values
|
|
18925
20116
|
"""
|
|
18926
20117
|
return pulumi.get(self, "kafka_connect")
|
|
18927
20118
|
|
|
@@ -19079,7 +20270,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfig(dict):
|
|
|
19079
20270
|
kafka_mirrormaker: Optional['outputs.ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker'] = None):
|
|
19080
20271
|
"""
|
|
19081
20272
|
:param str cluster_alias: The alias under which the Kafka cluster is known to MirrorMaker. Can contain the following symbols: ASCII alphanumerics, '.', '_', and '-'.
|
|
19082
|
-
:param 'ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs' kafka_mirrormaker: Kafka MirrorMaker configuration values
|
|
20273
|
+
:param 'ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs' kafka_mirrormaker: Kafka MirrorMaker configuration values
|
|
19083
20274
|
"""
|
|
19084
20275
|
if cluster_alias is not None:
|
|
19085
20276
|
pulumi.set(__self__, "cluster_alias", cluster_alias)
|
|
@@ -19098,7 +20289,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfig(dict):
|
|
|
19098
20289
|
@pulumi.getter(name="kafkaMirrormaker")
|
|
19099
20290
|
def kafka_mirrormaker(self) -> Optional['outputs.ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker']:
|
|
19100
20291
|
"""
|
|
19101
|
-
Kafka MirrorMaker configuration values
|
|
20292
|
+
Kafka MirrorMaker configuration values
|
|
19102
20293
|
"""
|
|
19103
20294
|
return pulumi.get(self, "kafka_mirrormaker")
|
|
19104
20295
|
|
|
@@ -19306,7 +20497,7 @@ class ServiceIntegrationMetricsUserConfig(dict):
|
|
|
19306
20497
|
:param 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.
|
|
19307
20498
|
:param 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.
|
|
19308
20499
|
:param 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.
|
|
19309
|
-
:param 'ServiceIntegrationMetricsUserConfigSourceMysqlArgs' source_mysql: Configuration options for metrics where source service is MySQL
|
|
20500
|
+
:param 'ServiceIntegrationMetricsUserConfigSourceMysqlArgs' source_mysql: Configuration options for metrics where source service is MySQL
|
|
19310
20501
|
:param 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.
|
|
19311
20502
|
"""
|
|
19312
20503
|
if database is not None:
|
|
@@ -19342,46 +20533,319 @@ class ServiceIntegrationMetricsUserConfig(dict):
|
|
|
19342
20533
|
"""
|
|
19343
20534
|
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.
|
|
19344
20535
|
"""
|
|
19345
|
-
return pulumi.get(self, "ro_username")
|
|
20536
|
+
return pulumi.get(self, "ro_username")
|
|
20537
|
+
|
|
20538
|
+
@property
|
|
20539
|
+
@pulumi.getter(name="sourceMysql")
|
|
20540
|
+
def source_mysql(self) -> Optional['outputs.ServiceIntegrationMetricsUserConfigSourceMysql']:
|
|
20541
|
+
"""
|
|
20542
|
+
Configuration options for metrics where source service is MySQL
|
|
20543
|
+
"""
|
|
20544
|
+
return pulumi.get(self, "source_mysql")
|
|
20545
|
+
|
|
20546
|
+
@property
|
|
20547
|
+
@pulumi.getter
|
|
20548
|
+
def username(self) -> Optional[str]:
|
|
20549
|
+
"""
|
|
20550
|
+
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.
|
|
20551
|
+
"""
|
|
20552
|
+
return pulumi.get(self, "username")
|
|
20553
|
+
|
|
20554
|
+
|
|
20555
|
+
@pulumi.output_type
|
|
20556
|
+
class ServiceIntegrationMetricsUserConfigSourceMysql(dict):
|
|
20557
|
+
def __init__(__self__, *,
|
|
20558
|
+
telegraf: Optional['outputs.ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf'] = None):
|
|
20559
|
+
"""
|
|
20560
|
+
:param 'ServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs' telegraf: Configuration options for Telegraf MySQL input plugin
|
|
20561
|
+
"""
|
|
20562
|
+
if telegraf is not None:
|
|
20563
|
+
pulumi.set(__self__, "telegraf", telegraf)
|
|
20564
|
+
|
|
20565
|
+
@property
|
|
20566
|
+
@pulumi.getter
|
|
20567
|
+
def telegraf(self) -> Optional['outputs.ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf']:
|
|
20568
|
+
"""
|
|
20569
|
+
Configuration options for Telegraf MySQL input plugin
|
|
20570
|
+
"""
|
|
20571
|
+
return pulumi.get(self, "telegraf")
|
|
20572
|
+
|
|
20573
|
+
|
|
20574
|
+
@pulumi.output_type
|
|
20575
|
+
class ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf(dict):
|
|
20576
|
+
@staticmethod
|
|
20577
|
+
def __key_warning(key: str):
|
|
20578
|
+
suggest = None
|
|
20579
|
+
if key == "gatherEventWaits":
|
|
20580
|
+
suggest = "gather_event_waits"
|
|
20581
|
+
elif key == "gatherFileEventsStats":
|
|
20582
|
+
suggest = "gather_file_events_stats"
|
|
20583
|
+
elif key == "gatherIndexIoWaits":
|
|
20584
|
+
suggest = "gather_index_io_waits"
|
|
20585
|
+
elif key == "gatherInfoSchemaAutoInc":
|
|
20586
|
+
suggest = "gather_info_schema_auto_inc"
|
|
20587
|
+
elif key == "gatherInnodbMetrics":
|
|
20588
|
+
suggest = "gather_innodb_metrics"
|
|
20589
|
+
elif key == "gatherPerfEventsStatements":
|
|
20590
|
+
suggest = "gather_perf_events_statements"
|
|
20591
|
+
elif key == "gatherProcessList":
|
|
20592
|
+
suggest = "gather_process_list"
|
|
20593
|
+
elif key == "gatherSlaveStatus":
|
|
20594
|
+
suggest = "gather_slave_status"
|
|
20595
|
+
elif key == "gatherTableIoWaits":
|
|
20596
|
+
suggest = "gather_table_io_waits"
|
|
20597
|
+
elif key == "gatherTableLockWaits":
|
|
20598
|
+
suggest = "gather_table_lock_waits"
|
|
20599
|
+
elif key == "gatherTableSchema":
|
|
20600
|
+
suggest = "gather_table_schema"
|
|
20601
|
+
elif key == "perfEventsStatementsDigestTextLimit":
|
|
20602
|
+
suggest = "perf_events_statements_digest_text_limit"
|
|
20603
|
+
elif key == "perfEventsStatementsLimit":
|
|
20604
|
+
suggest = "perf_events_statements_limit"
|
|
20605
|
+
elif key == "perfEventsStatementsTimeLimit":
|
|
20606
|
+
suggest = "perf_events_statements_time_limit"
|
|
20607
|
+
|
|
20608
|
+
if suggest:
|
|
20609
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf. Access the value via the '{suggest}' property getter instead.")
|
|
20610
|
+
|
|
20611
|
+
def __getitem__(self, key: str) -> Any:
|
|
20612
|
+
ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf.__key_warning(key)
|
|
20613
|
+
return super().__getitem__(key)
|
|
20614
|
+
|
|
20615
|
+
def get(self, key: str, default = None) -> Any:
|
|
20616
|
+
ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf.__key_warning(key)
|
|
20617
|
+
return super().get(key, default)
|
|
20618
|
+
|
|
20619
|
+
def __init__(__self__, *,
|
|
20620
|
+
gather_event_waits: Optional[bool] = None,
|
|
20621
|
+
gather_file_events_stats: Optional[bool] = None,
|
|
20622
|
+
gather_index_io_waits: Optional[bool] = None,
|
|
20623
|
+
gather_info_schema_auto_inc: Optional[bool] = None,
|
|
20624
|
+
gather_innodb_metrics: Optional[bool] = None,
|
|
20625
|
+
gather_perf_events_statements: Optional[bool] = None,
|
|
20626
|
+
gather_process_list: Optional[bool] = None,
|
|
20627
|
+
gather_slave_status: Optional[bool] = None,
|
|
20628
|
+
gather_table_io_waits: Optional[bool] = None,
|
|
20629
|
+
gather_table_lock_waits: Optional[bool] = None,
|
|
20630
|
+
gather_table_schema: Optional[bool] = None,
|
|
20631
|
+
perf_events_statements_digest_text_limit: Optional[int] = None,
|
|
20632
|
+
perf_events_statements_limit: Optional[int] = None,
|
|
20633
|
+
perf_events_statements_time_limit: Optional[int] = None):
|
|
20634
|
+
"""
|
|
20635
|
+
:param bool gather_event_waits: Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
|
|
20636
|
+
:param bool gather_file_events_stats: gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
|
|
20637
|
+
:param bool gather_index_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
|
|
20638
|
+
:param bool gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
|
|
20639
|
+
:param bool gather_innodb_metrics: Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
|
|
20640
|
+
:param bool gather_perf_events_statements: Gather metrics from PERFORMANCE*SCHEMA.EVENTS*STATEMENTS*SUMMARY*BY_DIGEST.
|
|
20641
|
+
:param bool gather_process_list: Gather thread state counts from INFORMATION_SCHEMA.PROCESSLIST.
|
|
20642
|
+
:param bool gather_slave_status: Gather metrics from SHOW SLAVE STATUS command output.
|
|
20643
|
+
:param bool gather_table_io_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*TABLE.
|
|
20644
|
+
:param bool gather_table_lock_waits: Gather metrics from PERFORMANCE*SCHEMA.TABLE*LOCK_WAITS.
|
|
20645
|
+
:param bool gather_table_schema: Gather metrics from INFORMATION_SCHEMA.TABLES.
|
|
20646
|
+
:param int perf_events_statements_digest_text_limit: Truncates digest text from perf*events*statements into this many characters.
|
|
20647
|
+
:param int perf_events_statements_limit: Limits metrics from perf*events*statements.
|
|
20648
|
+
:param int perf_events_statements_time_limit: Only include perf*events*statements whose last seen is less than this many seconds.
|
|
20649
|
+
"""
|
|
20650
|
+
if gather_event_waits is not None:
|
|
20651
|
+
pulumi.set(__self__, "gather_event_waits", gather_event_waits)
|
|
20652
|
+
if gather_file_events_stats is not None:
|
|
20653
|
+
pulumi.set(__self__, "gather_file_events_stats", gather_file_events_stats)
|
|
20654
|
+
if gather_index_io_waits is not None:
|
|
20655
|
+
pulumi.set(__self__, "gather_index_io_waits", gather_index_io_waits)
|
|
20656
|
+
if gather_info_schema_auto_inc is not None:
|
|
20657
|
+
pulumi.set(__self__, "gather_info_schema_auto_inc", gather_info_schema_auto_inc)
|
|
20658
|
+
if gather_innodb_metrics is not None:
|
|
20659
|
+
pulumi.set(__self__, "gather_innodb_metrics", gather_innodb_metrics)
|
|
20660
|
+
if gather_perf_events_statements is not None:
|
|
20661
|
+
pulumi.set(__self__, "gather_perf_events_statements", gather_perf_events_statements)
|
|
20662
|
+
if gather_process_list is not None:
|
|
20663
|
+
pulumi.set(__self__, "gather_process_list", gather_process_list)
|
|
20664
|
+
if gather_slave_status is not None:
|
|
20665
|
+
pulumi.set(__self__, "gather_slave_status", gather_slave_status)
|
|
20666
|
+
if gather_table_io_waits is not None:
|
|
20667
|
+
pulumi.set(__self__, "gather_table_io_waits", gather_table_io_waits)
|
|
20668
|
+
if gather_table_lock_waits is not None:
|
|
20669
|
+
pulumi.set(__self__, "gather_table_lock_waits", gather_table_lock_waits)
|
|
20670
|
+
if gather_table_schema is not None:
|
|
20671
|
+
pulumi.set(__self__, "gather_table_schema", gather_table_schema)
|
|
20672
|
+
if perf_events_statements_digest_text_limit is not None:
|
|
20673
|
+
pulumi.set(__self__, "perf_events_statements_digest_text_limit", perf_events_statements_digest_text_limit)
|
|
20674
|
+
if perf_events_statements_limit is not None:
|
|
20675
|
+
pulumi.set(__self__, "perf_events_statements_limit", perf_events_statements_limit)
|
|
20676
|
+
if perf_events_statements_time_limit is not None:
|
|
20677
|
+
pulumi.set(__self__, "perf_events_statements_time_limit", perf_events_statements_time_limit)
|
|
20678
|
+
|
|
20679
|
+
@property
|
|
20680
|
+
@pulumi.getter(name="gatherEventWaits")
|
|
20681
|
+
def gather_event_waits(self) -> Optional[bool]:
|
|
20682
|
+
"""
|
|
20683
|
+
Gather metrics from PERFORMANCE*SCHEMA.EVENT*WAITS.
|
|
20684
|
+
"""
|
|
20685
|
+
return pulumi.get(self, "gather_event_waits")
|
|
20686
|
+
|
|
20687
|
+
@property
|
|
20688
|
+
@pulumi.getter(name="gatherFileEventsStats")
|
|
20689
|
+
def gather_file_events_stats(self) -> Optional[bool]:
|
|
20690
|
+
"""
|
|
20691
|
+
gather metrics from PERFORMANCE*SCHEMA.FILE*SUMMARY*BY*EVENT_NAME.
|
|
20692
|
+
"""
|
|
20693
|
+
return pulumi.get(self, "gather_file_events_stats")
|
|
20694
|
+
|
|
20695
|
+
@property
|
|
20696
|
+
@pulumi.getter(name="gatherIndexIoWaits")
|
|
20697
|
+
def gather_index_io_waits(self) -> Optional[bool]:
|
|
20698
|
+
"""
|
|
20699
|
+
Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*INDEX_USAGE.
|
|
20700
|
+
"""
|
|
20701
|
+
return pulumi.get(self, "gather_index_io_waits")
|
|
20702
|
+
|
|
20703
|
+
@property
|
|
20704
|
+
@pulumi.getter(name="gatherInfoSchemaAutoInc")
|
|
20705
|
+
def gather_info_schema_auto_inc(self) -> Optional[bool]:
|
|
20706
|
+
"""
|
|
20707
|
+
Gather auto_increment columns and max values from information schema.
|
|
20708
|
+
"""
|
|
20709
|
+
return pulumi.get(self, "gather_info_schema_auto_inc")
|
|
20710
|
+
|
|
20711
|
+
@property
|
|
20712
|
+
@pulumi.getter(name="gatherInnodbMetrics")
|
|
20713
|
+
def gather_innodb_metrics(self) -> Optional[bool]:
|
|
20714
|
+
"""
|
|
20715
|
+
Gather metrics from INFORMATION*SCHEMA.INNODB*METRICS.
|
|
20716
|
+
"""
|
|
20717
|
+
return pulumi.get(self, "gather_innodb_metrics")
|
|
20718
|
+
|
|
20719
|
+
@property
|
|
20720
|
+
@pulumi.getter(name="gatherPerfEventsStatements")
|
|
20721
|
+
def gather_perf_events_statements(self) -> Optional[bool]:
|
|
20722
|
+
"""
|
|
20723
|
+
Gather metrics from PERFORMANCE*SCHEMA.EVENTS*STATEMENTS*SUMMARY*BY_DIGEST.
|
|
20724
|
+
"""
|
|
20725
|
+
return pulumi.get(self, "gather_perf_events_statements")
|
|
20726
|
+
|
|
20727
|
+
@property
|
|
20728
|
+
@pulumi.getter(name="gatherProcessList")
|
|
20729
|
+
def gather_process_list(self) -> Optional[bool]:
|
|
20730
|
+
"""
|
|
20731
|
+
Gather thread state counts from INFORMATION_SCHEMA.PROCESSLIST.
|
|
20732
|
+
"""
|
|
20733
|
+
return pulumi.get(self, "gather_process_list")
|
|
20734
|
+
|
|
20735
|
+
@property
|
|
20736
|
+
@pulumi.getter(name="gatherSlaveStatus")
|
|
20737
|
+
def gather_slave_status(self) -> Optional[bool]:
|
|
20738
|
+
"""
|
|
20739
|
+
Gather metrics from SHOW SLAVE STATUS command output.
|
|
20740
|
+
"""
|
|
20741
|
+
return pulumi.get(self, "gather_slave_status")
|
|
20742
|
+
|
|
20743
|
+
@property
|
|
20744
|
+
@pulumi.getter(name="gatherTableIoWaits")
|
|
20745
|
+
def gather_table_io_waits(self) -> Optional[bool]:
|
|
20746
|
+
"""
|
|
20747
|
+
Gather metrics from PERFORMANCE*SCHEMA.TABLE*IO*WAITS*SUMMARY*BY*TABLE.
|
|
20748
|
+
"""
|
|
20749
|
+
return pulumi.get(self, "gather_table_io_waits")
|
|
20750
|
+
|
|
20751
|
+
@property
|
|
20752
|
+
@pulumi.getter(name="gatherTableLockWaits")
|
|
20753
|
+
def gather_table_lock_waits(self) -> Optional[bool]:
|
|
20754
|
+
"""
|
|
20755
|
+
Gather metrics from PERFORMANCE*SCHEMA.TABLE*LOCK_WAITS.
|
|
20756
|
+
"""
|
|
20757
|
+
return pulumi.get(self, "gather_table_lock_waits")
|
|
20758
|
+
|
|
20759
|
+
@property
|
|
20760
|
+
@pulumi.getter(name="gatherTableSchema")
|
|
20761
|
+
def gather_table_schema(self) -> Optional[bool]:
|
|
20762
|
+
"""
|
|
20763
|
+
Gather metrics from INFORMATION_SCHEMA.TABLES.
|
|
20764
|
+
"""
|
|
20765
|
+
return pulumi.get(self, "gather_table_schema")
|
|
20766
|
+
|
|
20767
|
+
@property
|
|
20768
|
+
@pulumi.getter(name="perfEventsStatementsDigestTextLimit")
|
|
20769
|
+
def perf_events_statements_digest_text_limit(self) -> Optional[int]:
|
|
20770
|
+
"""
|
|
20771
|
+
Truncates digest text from perf*events*statements into this many characters.
|
|
20772
|
+
"""
|
|
20773
|
+
return pulumi.get(self, "perf_events_statements_digest_text_limit")
|
|
20774
|
+
|
|
20775
|
+
@property
|
|
20776
|
+
@pulumi.getter(name="perfEventsStatementsLimit")
|
|
20777
|
+
def perf_events_statements_limit(self) -> Optional[int]:
|
|
20778
|
+
"""
|
|
20779
|
+
Limits metrics from perf*events*statements.
|
|
20780
|
+
"""
|
|
20781
|
+
return pulumi.get(self, "perf_events_statements_limit")
|
|
20782
|
+
|
|
20783
|
+
@property
|
|
20784
|
+
@pulumi.getter(name="perfEventsStatementsTimeLimit")
|
|
20785
|
+
def perf_events_statements_time_limit(self) -> Optional[int]:
|
|
20786
|
+
"""
|
|
20787
|
+
Only include perf*events*statements whose last seen is less than this many seconds.
|
|
20788
|
+
"""
|
|
20789
|
+
return pulumi.get(self, "perf_events_statements_time_limit")
|
|
20790
|
+
|
|
20791
|
+
|
|
20792
|
+
@pulumi.output_type
|
|
20793
|
+
class ServiceIntegrationPrometheusUserConfig(dict):
|
|
20794
|
+
@staticmethod
|
|
20795
|
+
def __key_warning(key: str):
|
|
20796
|
+
suggest = None
|
|
20797
|
+
if key == "sourceMysql":
|
|
20798
|
+
suggest = "source_mysql"
|
|
20799
|
+
|
|
20800
|
+
if suggest:
|
|
20801
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationPrometheusUserConfig. Access the value via the '{suggest}' property getter instead.")
|
|
20802
|
+
|
|
20803
|
+
def __getitem__(self, key: str) -> Any:
|
|
20804
|
+
ServiceIntegrationPrometheusUserConfig.__key_warning(key)
|
|
20805
|
+
return super().__getitem__(key)
|
|
20806
|
+
|
|
20807
|
+
def get(self, key: str, default = None) -> Any:
|
|
20808
|
+
ServiceIntegrationPrometheusUserConfig.__key_warning(key)
|
|
20809
|
+
return super().get(key, default)
|
|
20810
|
+
|
|
20811
|
+
def __init__(__self__, *,
|
|
20812
|
+
source_mysql: Optional['outputs.ServiceIntegrationPrometheusUserConfigSourceMysql'] = None):
|
|
20813
|
+
"""
|
|
20814
|
+
:param 'ServiceIntegrationPrometheusUserConfigSourceMysqlArgs' source_mysql: Configuration options for metrics where source service is MySQL
|
|
20815
|
+
"""
|
|
20816
|
+
if source_mysql is not None:
|
|
20817
|
+
pulumi.set(__self__, "source_mysql", source_mysql)
|
|
19346
20818
|
|
|
19347
20819
|
@property
|
|
19348
20820
|
@pulumi.getter(name="sourceMysql")
|
|
19349
|
-
def source_mysql(self) -> Optional['outputs.
|
|
20821
|
+
def source_mysql(self) -> Optional['outputs.ServiceIntegrationPrometheusUserConfigSourceMysql']:
|
|
19350
20822
|
"""
|
|
19351
|
-
Configuration options for metrics where source service is MySQL
|
|
20823
|
+
Configuration options for metrics where source service is MySQL
|
|
19352
20824
|
"""
|
|
19353
20825
|
return pulumi.get(self, "source_mysql")
|
|
19354
20826
|
|
|
19355
|
-
@property
|
|
19356
|
-
@pulumi.getter
|
|
19357
|
-
def username(self) -> Optional[str]:
|
|
19358
|
-
"""
|
|
19359
|
-
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.
|
|
19360
|
-
"""
|
|
19361
|
-
return pulumi.get(self, "username")
|
|
19362
|
-
|
|
19363
20827
|
|
|
19364
20828
|
@pulumi.output_type
|
|
19365
|
-
class
|
|
20829
|
+
class ServiceIntegrationPrometheusUserConfigSourceMysql(dict):
|
|
19366
20830
|
def __init__(__self__, *,
|
|
19367
|
-
telegraf: Optional['outputs.
|
|
20831
|
+
telegraf: Optional['outputs.ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf'] = None):
|
|
19368
20832
|
"""
|
|
19369
|
-
:param '
|
|
20833
|
+
:param 'ServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs' telegraf: Configuration options for Telegraf MySQL input plugin
|
|
19370
20834
|
"""
|
|
19371
20835
|
if telegraf is not None:
|
|
19372
20836
|
pulumi.set(__self__, "telegraf", telegraf)
|
|
19373
20837
|
|
|
19374
20838
|
@property
|
|
19375
20839
|
@pulumi.getter
|
|
19376
|
-
def telegraf(self) -> Optional['outputs.
|
|
20840
|
+
def telegraf(self) -> Optional['outputs.ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf']:
|
|
19377
20841
|
"""
|
|
19378
|
-
Configuration options for Telegraf MySQL input plugin
|
|
20842
|
+
Configuration options for Telegraf MySQL input plugin
|
|
19379
20843
|
"""
|
|
19380
20844
|
return pulumi.get(self, "telegraf")
|
|
19381
20845
|
|
|
19382
20846
|
|
|
19383
20847
|
@pulumi.output_type
|
|
19384
|
-
class
|
|
20848
|
+
class ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf(dict):
|
|
19385
20849
|
@staticmethod
|
|
19386
20850
|
def __key_warning(key: str):
|
|
19387
20851
|
suggest = None
|
|
@@ -19415,14 +20879,14 @@ class ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf(dict):
|
|
|
19415
20879
|
suggest = "perf_events_statements_time_limit"
|
|
19416
20880
|
|
|
19417
20881
|
if suggest:
|
|
19418
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20882
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf. Access the value via the '{suggest}' property getter instead.")
|
|
19419
20883
|
|
|
19420
20884
|
def __getitem__(self, key: str) -> Any:
|
|
19421
|
-
|
|
20885
|
+
ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf.__key_warning(key)
|
|
19422
20886
|
return super().__getitem__(key)
|
|
19423
20887
|
|
|
19424
20888
|
def get(self, key: str, default = None) -> Any:
|
|
19425
|
-
|
|
20889
|
+
ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf.__key_warning(key)
|
|
19426
20890
|
return super().get(key, default)
|
|
19427
20891
|
|
|
19428
20892
|
def __init__(__self__, *,
|
|
@@ -19920,7 +21384,500 @@ class GetCassandaCassandraUserConfigCassandraResult(dict):
|
|
|
19920
21384
|
|
|
19921
21385
|
|
|
19922
21386
|
@pulumi.output_type
|
|
19923
|
-
class GetCassandaCassandraUserConfigIpFilterObjectResult(dict):
|
|
21387
|
+
class GetCassandaCassandraUserConfigIpFilterObjectResult(dict):
|
|
21388
|
+
def __init__(__self__, *,
|
|
21389
|
+
network: str,
|
|
21390
|
+
description: Optional[str] = None):
|
|
21391
|
+
"""
|
|
21392
|
+
:param str network: CIDR address block.
|
|
21393
|
+
:param str description: Description for IP filter list entry.
|
|
21394
|
+
"""
|
|
21395
|
+
pulumi.set(__self__, "network", network)
|
|
21396
|
+
if description is not None:
|
|
21397
|
+
pulumi.set(__self__, "description", description)
|
|
21398
|
+
|
|
21399
|
+
@property
|
|
21400
|
+
@pulumi.getter
|
|
21401
|
+
def network(self) -> str:
|
|
21402
|
+
"""
|
|
21403
|
+
CIDR address block.
|
|
21404
|
+
"""
|
|
21405
|
+
return pulumi.get(self, "network")
|
|
21406
|
+
|
|
21407
|
+
@property
|
|
21408
|
+
@pulumi.getter
|
|
21409
|
+
def description(self) -> Optional[str]:
|
|
21410
|
+
"""
|
|
21411
|
+
Description for IP filter list entry.
|
|
21412
|
+
"""
|
|
21413
|
+
return pulumi.get(self, "description")
|
|
21414
|
+
|
|
21415
|
+
|
|
21416
|
+
@pulumi.output_type
|
|
21417
|
+
class GetCassandaCassandraUserConfigPrivateAccessResult(dict):
|
|
21418
|
+
def __init__(__self__, *,
|
|
21419
|
+
prometheus: Optional[bool] = None):
|
|
21420
|
+
"""
|
|
21421
|
+
:param 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.
|
|
21422
|
+
"""
|
|
21423
|
+
if prometheus is not None:
|
|
21424
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
21425
|
+
|
|
21426
|
+
@property
|
|
21427
|
+
@pulumi.getter
|
|
21428
|
+
def prometheus(self) -> Optional[bool]:
|
|
21429
|
+
"""
|
|
21430
|
+
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.
|
|
21431
|
+
"""
|
|
21432
|
+
return pulumi.get(self, "prometheus")
|
|
21433
|
+
|
|
21434
|
+
|
|
21435
|
+
@pulumi.output_type
|
|
21436
|
+
class GetCassandaCassandraUserConfigPublicAccessResult(dict):
|
|
21437
|
+
def __init__(__self__, *,
|
|
21438
|
+
prometheus: Optional[bool] = None):
|
|
21439
|
+
"""
|
|
21440
|
+
:param 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.
|
|
21441
|
+
"""
|
|
21442
|
+
if prometheus is not None:
|
|
21443
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
21444
|
+
|
|
21445
|
+
@property
|
|
21446
|
+
@pulumi.getter
|
|
21447
|
+
def prometheus(self) -> Optional[bool]:
|
|
21448
|
+
"""
|
|
21449
|
+
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.
|
|
21450
|
+
"""
|
|
21451
|
+
return pulumi.get(self, "prometheus")
|
|
21452
|
+
|
|
21453
|
+
|
|
21454
|
+
@pulumi.output_type
|
|
21455
|
+
class GetCassandaComponentResult(dict):
|
|
21456
|
+
def __init__(__self__, *,
|
|
21457
|
+
component: str,
|
|
21458
|
+
connection_uri: str,
|
|
21459
|
+
host: str,
|
|
21460
|
+
kafka_authentication_method: str,
|
|
21461
|
+
port: int,
|
|
21462
|
+
route: str,
|
|
21463
|
+
ssl: bool,
|
|
21464
|
+
usage: str):
|
|
21465
|
+
"""
|
|
21466
|
+
:param str component: Service component name
|
|
21467
|
+
:param str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
21468
|
+
:param str host: Host name for connecting to the service component
|
|
21469
|
+
:param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
21470
|
+
:param int port: Port number for connecting to the service component
|
|
21471
|
+
:param str route: Network access route
|
|
21472
|
+
:param 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
|
|
21473
|
+
:param str usage: DNS usage name
|
|
21474
|
+
"""
|
|
21475
|
+
pulumi.set(__self__, "component", component)
|
|
21476
|
+
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
21477
|
+
pulumi.set(__self__, "host", host)
|
|
21478
|
+
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
21479
|
+
pulumi.set(__self__, "port", port)
|
|
21480
|
+
pulumi.set(__self__, "route", route)
|
|
21481
|
+
pulumi.set(__self__, "ssl", ssl)
|
|
21482
|
+
pulumi.set(__self__, "usage", usage)
|
|
21483
|
+
|
|
21484
|
+
@property
|
|
21485
|
+
@pulumi.getter
|
|
21486
|
+
def component(self) -> str:
|
|
21487
|
+
"""
|
|
21488
|
+
Service component name
|
|
21489
|
+
"""
|
|
21490
|
+
return pulumi.get(self, "component")
|
|
21491
|
+
|
|
21492
|
+
@property
|
|
21493
|
+
@pulumi.getter(name="connectionUri")
|
|
21494
|
+
def connection_uri(self) -> str:
|
|
21495
|
+
"""
|
|
21496
|
+
Connection info for connecting to the service component. This is a combination of host and port.
|
|
21497
|
+
"""
|
|
21498
|
+
return pulumi.get(self, "connection_uri")
|
|
21499
|
+
|
|
21500
|
+
@property
|
|
21501
|
+
@pulumi.getter
|
|
21502
|
+
def host(self) -> str:
|
|
21503
|
+
"""
|
|
21504
|
+
Host name for connecting to the service component
|
|
21505
|
+
"""
|
|
21506
|
+
return pulumi.get(self, "host")
|
|
21507
|
+
|
|
21508
|
+
@property
|
|
21509
|
+
@pulumi.getter(name="kafkaAuthenticationMethod")
|
|
21510
|
+
def kafka_authentication_method(self) -> str:
|
|
21511
|
+
"""
|
|
21512
|
+
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
21513
|
+
"""
|
|
21514
|
+
return pulumi.get(self, "kafka_authentication_method")
|
|
21515
|
+
|
|
21516
|
+
@property
|
|
21517
|
+
@pulumi.getter
|
|
21518
|
+
def port(self) -> int:
|
|
21519
|
+
"""
|
|
21520
|
+
Port number for connecting to the service component
|
|
21521
|
+
"""
|
|
21522
|
+
return pulumi.get(self, "port")
|
|
21523
|
+
|
|
21524
|
+
@property
|
|
21525
|
+
@pulumi.getter
|
|
21526
|
+
def route(self) -> str:
|
|
21527
|
+
"""
|
|
21528
|
+
Network access route
|
|
21529
|
+
"""
|
|
21530
|
+
return pulumi.get(self, "route")
|
|
21531
|
+
|
|
21532
|
+
@property
|
|
21533
|
+
@pulumi.getter
|
|
21534
|
+
def ssl(self) -> bool:
|
|
21535
|
+
"""
|
|
21536
|
+
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
|
|
21537
|
+
"""
|
|
21538
|
+
return pulumi.get(self, "ssl")
|
|
21539
|
+
|
|
21540
|
+
@property
|
|
21541
|
+
@pulumi.getter
|
|
21542
|
+
def usage(self) -> str:
|
|
21543
|
+
"""
|
|
21544
|
+
DNS usage name
|
|
21545
|
+
"""
|
|
21546
|
+
return pulumi.get(self, "usage")
|
|
21547
|
+
|
|
21548
|
+
|
|
21549
|
+
@pulumi.output_type
|
|
21550
|
+
class GetCassandaServiceIntegrationResult(dict):
|
|
21551
|
+
def __init__(__self__, *,
|
|
21552
|
+
integration_type: str,
|
|
21553
|
+
source_service_name: str):
|
|
21554
|
+
"""
|
|
21555
|
+
:param str integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
|
|
21556
|
+
:param str source_service_name: Name of the source service
|
|
21557
|
+
"""
|
|
21558
|
+
pulumi.set(__self__, "integration_type", integration_type)
|
|
21559
|
+
pulumi.set(__self__, "source_service_name", source_service_name)
|
|
21560
|
+
|
|
21561
|
+
@property
|
|
21562
|
+
@pulumi.getter(name="integrationType")
|
|
21563
|
+
def integration_type(self) -> str:
|
|
21564
|
+
"""
|
|
21565
|
+
Type of the service integration. The only supported value at the moment is `read_replica`
|
|
21566
|
+
"""
|
|
21567
|
+
return pulumi.get(self, "integration_type")
|
|
21568
|
+
|
|
21569
|
+
@property
|
|
21570
|
+
@pulumi.getter(name="sourceServiceName")
|
|
21571
|
+
def source_service_name(self) -> str:
|
|
21572
|
+
"""
|
|
21573
|
+
Name of the source service
|
|
21574
|
+
"""
|
|
21575
|
+
return pulumi.get(self, "source_service_name")
|
|
21576
|
+
|
|
21577
|
+
|
|
21578
|
+
@pulumi.output_type
|
|
21579
|
+
class GetCassandaTagResult(dict):
|
|
21580
|
+
def __init__(__self__, *,
|
|
21581
|
+
key: str,
|
|
21582
|
+
value: str):
|
|
21583
|
+
"""
|
|
21584
|
+
:param str key: Service tag key
|
|
21585
|
+
:param str value: Service tag value
|
|
21586
|
+
"""
|
|
21587
|
+
pulumi.set(__self__, "key", key)
|
|
21588
|
+
pulumi.set(__self__, "value", value)
|
|
21589
|
+
|
|
21590
|
+
@property
|
|
21591
|
+
@pulumi.getter
|
|
21592
|
+
def key(self) -> str:
|
|
21593
|
+
"""
|
|
21594
|
+
Service tag key
|
|
21595
|
+
"""
|
|
21596
|
+
return pulumi.get(self, "key")
|
|
21597
|
+
|
|
21598
|
+
@property
|
|
21599
|
+
@pulumi.getter
|
|
21600
|
+
def value(self) -> str:
|
|
21601
|
+
"""
|
|
21602
|
+
Service tag value
|
|
21603
|
+
"""
|
|
21604
|
+
return pulumi.get(self, "value")
|
|
21605
|
+
|
|
21606
|
+
|
|
21607
|
+
@pulumi.output_type
|
|
21608
|
+
class GetCassandaTechEmailResult(dict):
|
|
21609
|
+
def __init__(__self__, *,
|
|
21610
|
+
email: str):
|
|
21611
|
+
"""
|
|
21612
|
+
:param str email: An email address to contact for technical issues
|
|
21613
|
+
"""
|
|
21614
|
+
pulumi.set(__self__, "email", email)
|
|
21615
|
+
|
|
21616
|
+
@property
|
|
21617
|
+
@pulumi.getter
|
|
21618
|
+
def email(self) -> str:
|
|
21619
|
+
"""
|
|
21620
|
+
An email address to contact for technical issues
|
|
21621
|
+
"""
|
|
21622
|
+
return pulumi.get(self, "email")
|
|
21623
|
+
|
|
21624
|
+
|
|
21625
|
+
@pulumi.output_type
|
|
21626
|
+
class GetCassandraCassandraResult(dict):
|
|
21627
|
+
def __init__(__self__):
|
|
21628
|
+
pass
|
|
21629
|
+
|
|
21630
|
+
|
|
21631
|
+
@pulumi.output_type
|
|
21632
|
+
class GetCassandraCassandraUserConfigResult(dict):
|
|
21633
|
+
def __init__(__self__, *,
|
|
21634
|
+
additional_backup_regions: Optional[str] = None,
|
|
21635
|
+
backup_hour: Optional[int] = None,
|
|
21636
|
+
backup_minute: Optional[int] = None,
|
|
21637
|
+
cassandra: Optional['outputs.GetCassandraCassandraUserConfigCassandraResult'] = None,
|
|
21638
|
+
cassandra_version: Optional[str] = None,
|
|
21639
|
+
ip_filter_objects: Optional[Sequence['outputs.GetCassandraCassandraUserConfigIpFilterObjectResult']] = None,
|
|
21640
|
+
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
21641
|
+
ip_filters: Optional[Sequence[str]] = None,
|
|
21642
|
+
migrate_sstableloader: Optional[bool] = None,
|
|
21643
|
+
private_access: Optional['outputs.GetCassandraCassandraUserConfigPrivateAccessResult'] = None,
|
|
21644
|
+
project_to_fork_from: Optional[str] = None,
|
|
21645
|
+
public_access: Optional['outputs.GetCassandraCassandraUserConfigPublicAccessResult'] = None,
|
|
21646
|
+
service_log: Optional[bool] = None,
|
|
21647
|
+
service_to_fork_from: Optional[str] = None,
|
|
21648
|
+
service_to_join_with: Optional[str] = None,
|
|
21649
|
+
static_ips: Optional[bool] = None):
|
|
21650
|
+
"""
|
|
21651
|
+
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
21652
|
+
:param int backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
21653
|
+
:param int backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
21654
|
+
:param 'GetCassandraCassandraUserConfigCassandraArgs' cassandra: cassandra configuration values
|
|
21655
|
+
:param str cassandra_version: Cassandra version.
|
|
21656
|
+
:param Sequence['GetCassandraCassandraUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
21657
|
+
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
21658
|
+
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
21659
|
+
:param bool migrate_sstableloader: Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
|
|
21660
|
+
:param 'GetCassandraCassandraUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
21661
|
+
:param 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.
|
|
21662
|
+
:param 'GetCassandraCassandraUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
21663
|
+
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
21664
|
+
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
21665
|
+
:param str service_to_join_with: When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation.
|
|
21666
|
+
:param bool static_ips: Use static public IP addresses.
|
|
21667
|
+
"""
|
|
21668
|
+
if additional_backup_regions is not None:
|
|
21669
|
+
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
21670
|
+
if backup_hour is not None:
|
|
21671
|
+
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
21672
|
+
if backup_minute is not None:
|
|
21673
|
+
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
21674
|
+
if cassandra is not None:
|
|
21675
|
+
pulumi.set(__self__, "cassandra", cassandra)
|
|
21676
|
+
if cassandra_version is not None:
|
|
21677
|
+
pulumi.set(__self__, "cassandra_version", cassandra_version)
|
|
21678
|
+
if ip_filter_objects is not None:
|
|
21679
|
+
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
21680
|
+
if ip_filter_strings is not None:
|
|
21681
|
+
pulumi.set(__self__, "ip_filter_strings", ip_filter_strings)
|
|
21682
|
+
if ip_filters is not None:
|
|
21683
|
+
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
21684
|
+
if migrate_sstableloader is not None:
|
|
21685
|
+
pulumi.set(__self__, "migrate_sstableloader", migrate_sstableloader)
|
|
21686
|
+
if private_access is not None:
|
|
21687
|
+
pulumi.set(__self__, "private_access", private_access)
|
|
21688
|
+
if project_to_fork_from is not None:
|
|
21689
|
+
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
21690
|
+
if public_access is not None:
|
|
21691
|
+
pulumi.set(__self__, "public_access", public_access)
|
|
21692
|
+
if service_log is not None:
|
|
21693
|
+
pulumi.set(__self__, "service_log", service_log)
|
|
21694
|
+
if service_to_fork_from is not None:
|
|
21695
|
+
pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
|
|
21696
|
+
if service_to_join_with is not None:
|
|
21697
|
+
pulumi.set(__self__, "service_to_join_with", service_to_join_with)
|
|
21698
|
+
if static_ips is not None:
|
|
21699
|
+
pulumi.set(__self__, "static_ips", static_ips)
|
|
21700
|
+
|
|
21701
|
+
@property
|
|
21702
|
+
@pulumi.getter(name="additionalBackupRegions")
|
|
21703
|
+
def additional_backup_regions(self) -> Optional[str]:
|
|
21704
|
+
"""
|
|
21705
|
+
Additional Cloud Regions for Backup Replication.
|
|
21706
|
+
"""
|
|
21707
|
+
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
21708
|
+
pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
|
|
21709
|
+
|
|
21710
|
+
return pulumi.get(self, "additional_backup_regions")
|
|
21711
|
+
|
|
21712
|
+
@property
|
|
21713
|
+
@pulumi.getter(name="backupHour")
|
|
21714
|
+
def backup_hour(self) -> Optional[int]:
|
|
21715
|
+
"""
|
|
21716
|
+
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
21717
|
+
"""
|
|
21718
|
+
return pulumi.get(self, "backup_hour")
|
|
21719
|
+
|
|
21720
|
+
@property
|
|
21721
|
+
@pulumi.getter(name="backupMinute")
|
|
21722
|
+
def backup_minute(self) -> Optional[int]:
|
|
21723
|
+
"""
|
|
21724
|
+
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
21725
|
+
"""
|
|
21726
|
+
return pulumi.get(self, "backup_minute")
|
|
21727
|
+
|
|
21728
|
+
@property
|
|
21729
|
+
@pulumi.getter
|
|
21730
|
+
def cassandra(self) -> Optional['outputs.GetCassandraCassandraUserConfigCassandraResult']:
|
|
21731
|
+
"""
|
|
21732
|
+
cassandra configuration values
|
|
21733
|
+
"""
|
|
21734
|
+
return pulumi.get(self, "cassandra")
|
|
21735
|
+
|
|
21736
|
+
@property
|
|
21737
|
+
@pulumi.getter(name="cassandraVersion")
|
|
21738
|
+
def cassandra_version(self) -> Optional[str]:
|
|
21739
|
+
"""
|
|
21740
|
+
Cassandra version.
|
|
21741
|
+
"""
|
|
21742
|
+
return pulumi.get(self, "cassandra_version")
|
|
21743
|
+
|
|
21744
|
+
@property
|
|
21745
|
+
@pulumi.getter(name="ipFilterObjects")
|
|
21746
|
+
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetCassandraCassandraUserConfigIpFilterObjectResult']]:
|
|
21747
|
+
"""
|
|
21748
|
+
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
21749
|
+
"""
|
|
21750
|
+
return pulumi.get(self, "ip_filter_objects")
|
|
21751
|
+
|
|
21752
|
+
@property
|
|
21753
|
+
@pulumi.getter(name="ipFilterStrings")
|
|
21754
|
+
def ip_filter_strings(self) -> Optional[Sequence[str]]:
|
|
21755
|
+
"""
|
|
21756
|
+
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
21757
|
+
"""
|
|
21758
|
+
return pulumi.get(self, "ip_filter_strings")
|
|
21759
|
+
|
|
21760
|
+
@property
|
|
21761
|
+
@pulumi.getter(name="ipFilters")
|
|
21762
|
+
def ip_filters(self) -> Optional[Sequence[str]]:
|
|
21763
|
+
"""
|
|
21764
|
+
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
21765
|
+
"""
|
|
21766
|
+
warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
|
|
21767
|
+
pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
|
|
21768
|
+
|
|
21769
|
+
return pulumi.get(self, "ip_filters")
|
|
21770
|
+
|
|
21771
|
+
@property
|
|
21772
|
+
@pulumi.getter(name="migrateSstableloader")
|
|
21773
|
+
def migrate_sstableloader(self) -> Optional[bool]:
|
|
21774
|
+
"""
|
|
21775
|
+
Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
|
|
21776
|
+
"""
|
|
21777
|
+
return pulumi.get(self, "migrate_sstableloader")
|
|
21778
|
+
|
|
21779
|
+
@property
|
|
21780
|
+
@pulumi.getter(name="privateAccess")
|
|
21781
|
+
def private_access(self) -> Optional['outputs.GetCassandraCassandraUserConfigPrivateAccessResult']:
|
|
21782
|
+
"""
|
|
21783
|
+
Allow access to selected service ports from private networks
|
|
21784
|
+
"""
|
|
21785
|
+
return pulumi.get(self, "private_access")
|
|
21786
|
+
|
|
21787
|
+
@property
|
|
21788
|
+
@pulumi.getter(name="projectToForkFrom")
|
|
21789
|
+
def project_to_fork_from(self) -> Optional[str]:
|
|
21790
|
+
"""
|
|
21791
|
+
Name of another project to fork a service from. This has effect only when a new service is being created.
|
|
21792
|
+
"""
|
|
21793
|
+
return pulumi.get(self, "project_to_fork_from")
|
|
21794
|
+
|
|
21795
|
+
@property
|
|
21796
|
+
@pulumi.getter(name="publicAccess")
|
|
21797
|
+
def public_access(self) -> Optional['outputs.GetCassandraCassandraUserConfigPublicAccessResult']:
|
|
21798
|
+
"""
|
|
21799
|
+
Allow access to selected service ports from the public Internet
|
|
21800
|
+
"""
|
|
21801
|
+
return pulumi.get(self, "public_access")
|
|
21802
|
+
|
|
21803
|
+
@property
|
|
21804
|
+
@pulumi.getter(name="serviceLog")
|
|
21805
|
+
def service_log(self) -> Optional[bool]:
|
|
21806
|
+
"""
|
|
21807
|
+
Store logs for the service so that they are available in the HTTP API and console.
|
|
21808
|
+
"""
|
|
21809
|
+
return pulumi.get(self, "service_log")
|
|
21810
|
+
|
|
21811
|
+
@property
|
|
21812
|
+
@pulumi.getter(name="serviceToForkFrom")
|
|
21813
|
+
def service_to_fork_from(self) -> Optional[str]:
|
|
21814
|
+
"""
|
|
21815
|
+
Name of another service to fork from. This has effect only when a new service is being created.
|
|
21816
|
+
"""
|
|
21817
|
+
return pulumi.get(self, "service_to_fork_from")
|
|
21818
|
+
|
|
21819
|
+
@property
|
|
21820
|
+
@pulumi.getter(name="serviceToJoinWith")
|
|
21821
|
+
def service_to_join_with(self) -> Optional[str]:
|
|
21822
|
+
"""
|
|
21823
|
+
When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation.
|
|
21824
|
+
"""
|
|
21825
|
+
return pulumi.get(self, "service_to_join_with")
|
|
21826
|
+
|
|
21827
|
+
@property
|
|
21828
|
+
@pulumi.getter(name="staticIps")
|
|
21829
|
+
def static_ips(self) -> Optional[bool]:
|
|
21830
|
+
"""
|
|
21831
|
+
Use static public IP addresses.
|
|
21832
|
+
"""
|
|
21833
|
+
return pulumi.get(self, "static_ips")
|
|
21834
|
+
|
|
21835
|
+
|
|
21836
|
+
@pulumi.output_type
|
|
21837
|
+
class GetCassandraCassandraUserConfigCassandraResult(dict):
|
|
21838
|
+
def __init__(__self__, *,
|
|
21839
|
+
batch_size_fail_threshold_in_kb: Optional[int] = None,
|
|
21840
|
+
batch_size_warn_threshold_in_kb: Optional[int] = None,
|
|
21841
|
+
datacenter: Optional[str] = None):
|
|
21842
|
+
"""
|
|
21843
|
+
:param int batch_size_fail_threshold_in_kb: Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default.
|
|
21844
|
+
:param int batch_size_warn_threshold_in_kb: Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability.
|
|
21845
|
+
:param str datacenter: Name of the datacenter to which nodes of this service belong. Can be set only when creating the service.
|
|
21846
|
+
"""
|
|
21847
|
+
if batch_size_fail_threshold_in_kb is not None:
|
|
21848
|
+
pulumi.set(__self__, "batch_size_fail_threshold_in_kb", batch_size_fail_threshold_in_kb)
|
|
21849
|
+
if batch_size_warn_threshold_in_kb is not None:
|
|
21850
|
+
pulumi.set(__self__, "batch_size_warn_threshold_in_kb", batch_size_warn_threshold_in_kb)
|
|
21851
|
+
if datacenter is not None:
|
|
21852
|
+
pulumi.set(__self__, "datacenter", datacenter)
|
|
21853
|
+
|
|
21854
|
+
@property
|
|
21855
|
+
@pulumi.getter(name="batchSizeFailThresholdInKb")
|
|
21856
|
+
def batch_size_fail_threshold_in_kb(self) -> Optional[int]:
|
|
21857
|
+
"""
|
|
21858
|
+
Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default.
|
|
21859
|
+
"""
|
|
21860
|
+
return pulumi.get(self, "batch_size_fail_threshold_in_kb")
|
|
21861
|
+
|
|
21862
|
+
@property
|
|
21863
|
+
@pulumi.getter(name="batchSizeWarnThresholdInKb")
|
|
21864
|
+
def batch_size_warn_threshold_in_kb(self) -> Optional[int]:
|
|
21865
|
+
"""
|
|
21866
|
+
Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability.
|
|
21867
|
+
"""
|
|
21868
|
+
return pulumi.get(self, "batch_size_warn_threshold_in_kb")
|
|
21869
|
+
|
|
21870
|
+
@property
|
|
21871
|
+
@pulumi.getter
|
|
21872
|
+
def datacenter(self) -> Optional[str]:
|
|
21873
|
+
"""
|
|
21874
|
+
Name of the datacenter to which nodes of this service belong. Can be set only when creating the service.
|
|
21875
|
+
"""
|
|
21876
|
+
return pulumi.get(self, "datacenter")
|
|
21877
|
+
|
|
21878
|
+
|
|
21879
|
+
@pulumi.output_type
|
|
21880
|
+
class GetCassandraCassandraUserConfigIpFilterObjectResult(dict):
|
|
19924
21881
|
def __init__(__self__, *,
|
|
19925
21882
|
network: str,
|
|
19926
21883
|
description: Optional[str] = None):
|
|
@@ -19950,7 +21907,7 @@ class GetCassandaCassandraUserConfigIpFilterObjectResult(dict):
|
|
|
19950
21907
|
|
|
19951
21908
|
|
|
19952
21909
|
@pulumi.output_type
|
|
19953
|
-
class
|
|
21910
|
+
class GetCassandraCassandraUserConfigPrivateAccessResult(dict):
|
|
19954
21911
|
def __init__(__self__, *,
|
|
19955
21912
|
prometheus: Optional[bool] = None):
|
|
19956
21913
|
"""
|
|
@@ -19969,7 +21926,7 @@ class GetCassandaCassandraUserConfigPrivateAccessResult(dict):
|
|
|
19969
21926
|
|
|
19970
21927
|
|
|
19971
21928
|
@pulumi.output_type
|
|
19972
|
-
class
|
|
21929
|
+
class GetCassandraCassandraUserConfigPublicAccessResult(dict):
|
|
19973
21930
|
def __init__(__self__, *,
|
|
19974
21931
|
prometheus: Optional[bool] = None):
|
|
19975
21932
|
"""
|
|
@@ -19988,7 +21945,7 @@ class GetCassandaCassandraUserConfigPublicAccessResult(dict):
|
|
|
19988
21945
|
|
|
19989
21946
|
|
|
19990
21947
|
@pulumi.output_type
|
|
19991
|
-
class
|
|
21948
|
+
class GetCassandraComponentResult(dict):
|
|
19992
21949
|
def __init__(__self__, *,
|
|
19993
21950
|
component: str,
|
|
19994
21951
|
connection_uri: str,
|
|
@@ -20083,7 +22040,7 @@ class GetCassandaComponentResult(dict):
|
|
|
20083
22040
|
|
|
20084
22041
|
|
|
20085
22042
|
@pulumi.output_type
|
|
20086
|
-
class
|
|
22043
|
+
class GetCassandraServiceIntegrationResult(dict):
|
|
20087
22044
|
def __init__(__self__, *,
|
|
20088
22045
|
integration_type: str,
|
|
20089
22046
|
source_service_name: str):
|
|
@@ -20112,7 +22069,7 @@ class GetCassandaServiceIntegrationResult(dict):
|
|
|
20112
22069
|
|
|
20113
22070
|
|
|
20114
22071
|
@pulumi.output_type
|
|
20115
|
-
class
|
|
22072
|
+
class GetCassandraTagResult(dict):
|
|
20116
22073
|
def __init__(__self__, *,
|
|
20117
22074
|
key: str,
|
|
20118
22075
|
value: str):
|
|
@@ -20141,7 +22098,7 @@ class GetCassandaTagResult(dict):
|
|
|
20141
22098
|
|
|
20142
22099
|
|
|
20143
22100
|
@pulumi.output_type
|
|
20144
|
-
class
|
|
22101
|
+
class GetCassandraTechEmailResult(dict):
|
|
20145
22102
|
def __init__(__self__, *,
|
|
20146
22103
|
email: str):
|
|
20147
22104
|
"""
|
|
@@ -20159,68 +22116,50 @@ class GetCassandaTechEmailResult(dict):
|
|
|
20159
22116
|
|
|
20160
22117
|
|
|
20161
22118
|
@pulumi.output_type
|
|
20162
|
-
class
|
|
22119
|
+
class GetClickhouseClickhouseResult(dict):
|
|
20163
22120
|
def __init__(__self__):
|
|
20164
22121
|
pass
|
|
20165
22122
|
|
|
20166
22123
|
|
|
20167
22124
|
@pulumi.output_type
|
|
20168
|
-
class
|
|
22125
|
+
class GetClickhouseClickhouseUserConfigResult(dict):
|
|
20169
22126
|
def __init__(__self__, *,
|
|
20170
22127
|
additional_backup_regions: Optional[str] = None,
|
|
20171
|
-
|
|
20172
|
-
backup_minute: Optional[int] = None,
|
|
20173
|
-
cassandra: Optional['outputs.GetCassandraCassandraUserConfigCassandraResult'] = None,
|
|
20174
|
-
cassandra_version: Optional[str] = None,
|
|
20175
|
-
ip_filter_objects: Optional[Sequence['outputs.GetCassandraCassandraUserConfigIpFilterObjectResult']] = None,
|
|
22128
|
+
ip_filter_objects: Optional[Sequence['outputs.GetClickhouseClickhouseUserConfigIpFilterObjectResult']] = None,
|
|
20176
22129
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
20177
22130
|
ip_filters: Optional[Sequence[str]] = None,
|
|
20178
|
-
|
|
20179
|
-
|
|
22131
|
+
private_access: Optional['outputs.GetClickhouseClickhouseUserConfigPrivateAccessResult'] = None,
|
|
22132
|
+
privatelink_access: Optional['outputs.GetClickhouseClickhouseUserConfigPrivatelinkAccessResult'] = None,
|
|
20180
22133
|
project_to_fork_from: Optional[str] = None,
|
|
20181
|
-
public_access: Optional['outputs.
|
|
22134
|
+
public_access: Optional['outputs.GetClickhouseClickhouseUserConfigPublicAccessResult'] = None,
|
|
20182
22135
|
service_log: Optional[bool] = None,
|
|
20183
22136
|
service_to_fork_from: Optional[str] = None,
|
|
20184
|
-
service_to_join_with: Optional[str] = None,
|
|
20185
22137
|
static_ips: Optional[bool] = None):
|
|
20186
22138
|
"""
|
|
20187
22139
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
20188
|
-
:param
|
|
20189
|
-
:param int backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
20190
|
-
:param 'GetCassandraCassandraUserConfigCassandraArgs' cassandra: cassandra configuration values
|
|
20191
|
-
:param str cassandra_version: Cassandra version.
|
|
20192
|
-
:param Sequence['GetCassandraCassandraUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
22140
|
+
:param Sequence['GetClickhouseClickhouseUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
20193
22141
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
20194
22142
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
20195
|
-
:param
|
|
20196
|
-
:param '
|
|
22143
|
+
:param 'GetClickhouseClickhouseUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
22144
|
+
:param 'GetClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
20197
22145
|
:param 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.
|
|
20198
|
-
:param '
|
|
22146
|
+
:param 'GetClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
20199
22147
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
20200
22148
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
20201
|
-
:param str service_to_join_with: When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation.
|
|
20202
22149
|
:param bool static_ips: Use static public IP addresses.
|
|
20203
22150
|
"""
|
|
20204
22151
|
if additional_backup_regions is not None:
|
|
20205
22152
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
20206
|
-
if backup_hour is not None:
|
|
20207
|
-
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
20208
|
-
if backup_minute is not None:
|
|
20209
|
-
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
20210
|
-
if cassandra is not None:
|
|
20211
|
-
pulumi.set(__self__, "cassandra", cassandra)
|
|
20212
|
-
if cassandra_version is not None:
|
|
20213
|
-
pulumi.set(__self__, "cassandra_version", cassandra_version)
|
|
20214
22153
|
if ip_filter_objects is not None:
|
|
20215
22154
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
20216
22155
|
if ip_filter_strings is not None:
|
|
20217
22156
|
pulumi.set(__self__, "ip_filter_strings", ip_filter_strings)
|
|
20218
22157
|
if ip_filters is not None:
|
|
20219
22158
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
20220
|
-
if migrate_sstableloader is not None:
|
|
20221
|
-
pulumi.set(__self__, "migrate_sstableloader", migrate_sstableloader)
|
|
20222
22159
|
if private_access is not None:
|
|
20223
22160
|
pulumi.set(__self__, "private_access", private_access)
|
|
22161
|
+
if privatelink_access is not None:
|
|
22162
|
+
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
20224
22163
|
if project_to_fork_from is not None:
|
|
20225
22164
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
20226
22165
|
if public_access is not None:
|
|
@@ -20229,8 +22168,6 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
20229
22168
|
pulumi.set(__self__, "service_log", service_log)
|
|
20230
22169
|
if service_to_fork_from is not None:
|
|
20231
22170
|
pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
|
|
20232
|
-
if service_to_join_with is not None:
|
|
20233
|
-
pulumi.set(__self__, "service_to_join_with", service_to_join_with)
|
|
20234
22171
|
if static_ips is not None:
|
|
20235
22172
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
20236
22173
|
|
|
@@ -20245,41 +22182,9 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
20245
22182
|
|
|
20246
22183
|
return pulumi.get(self, "additional_backup_regions")
|
|
20247
22184
|
|
|
20248
|
-
@property
|
|
20249
|
-
@pulumi.getter(name="backupHour")
|
|
20250
|
-
def backup_hour(self) -> Optional[int]:
|
|
20251
|
-
"""
|
|
20252
|
-
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
20253
|
-
"""
|
|
20254
|
-
return pulumi.get(self, "backup_hour")
|
|
20255
|
-
|
|
20256
|
-
@property
|
|
20257
|
-
@pulumi.getter(name="backupMinute")
|
|
20258
|
-
def backup_minute(self) -> Optional[int]:
|
|
20259
|
-
"""
|
|
20260
|
-
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
20261
|
-
"""
|
|
20262
|
-
return pulumi.get(self, "backup_minute")
|
|
20263
|
-
|
|
20264
|
-
@property
|
|
20265
|
-
@pulumi.getter
|
|
20266
|
-
def cassandra(self) -> Optional['outputs.GetCassandraCassandraUserConfigCassandraResult']:
|
|
20267
|
-
"""
|
|
20268
|
-
cassandra configuration values
|
|
20269
|
-
"""
|
|
20270
|
-
return pulumi.get(self, "cassandra")
|
|
20271
|
-
|
|
20272
|
-
@property
|
|
20273
|
-
@pulumi.getter(name="cassandraVersion")
|
|
20274
|
-
def cassandra_version(self) -> Optional[str]:
|
|
20275
|
-
"""
|
|
20276
|
-
Cassandra version.
|
|
20277
|
-
"""
|
|
20278
|
-
return pulumi.get(self, "cassandra_version")
|
|
20279
|
-
|
|
20280
22185
|
@property
|
|
20281
22186
|
@pulumi.getter(name="ipFilterObjects")
|
|
20282
|
-
def ip_filter_objects(self) -> Optional[Sequence['outputs.
|
|
22187
|
+
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetClickhouseClickhouseUserConfigIpFilterObjectResult']]:
|
|
20283
22188
|
"""
|
|
20284
22189
|
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
20285
22190
|
"""
|
|
@@ -20305,20 +22210,20 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
20305
22210
|
return pulumi.get(self, "ip_filters")
|
|
20306
22211
|
|
|
20307
22212
|
@property
|
|
20308
|
-
@pulumi.getter(name="
|
|
20309
|
-
def
|
|
22213
|
+
@pulumi.getter(name="privateAccess")
|
|
22214
|
+
def private_access(self) -> Optional['outputs.GetClickhouseClickhouseUserConfigPrivateAccessResult']:
|
|
20310
22215
|
"""
|
|
20311
|
-
|
|
22216
|
+
Allow access to selected service ports from private networks
|
|
20312
22217
|
"""
|
|
20313
|
-
return pulumi.get(self, "
|
|
22218
|
+
return pulumi.get(self, "private_access")
|
|
20314
22219
|
|
|
20315
22220
|
@property
|
|
20316
|
-
@pulumi.getter(name="
|
|
20317
|
-
def
|
|
22221
|
+
@pulumi.getter(name="privatelinkAccess")
|
|
22222
|
+
def privatelink_access(self) -> Optional['outputs.GetClickhouseClickhouseUserConfigPrivatelinkAccessResult']:
|
|
20318
22223
|
"""
|
|
20319
|
-
Allow access to selected service
|
|
22224
|
+
Allow access to selected service components through Privatelink
|
|
20320
22225
|
"""
|
|
20321
|
-
return pulumi.get(self, "
|
|
22226
|
+
return pulumi.get(self, "privatelink_access")
|
|
20322
22227
|
|
|
20323
22228
|
@property
|
|
20324
22229
|
@pulumi.getter(name="projectToForkFrom")
|
|
@@ -20330,7 +22235,7 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
20330
22235
|
|
|
20331
22236
|
@property
|
|
20332
22237
|
@pulumi.getter(name="publicAccess")
|
|
20333
|
-
def public_access(self) -> Optional['outputs.
|
|
22238
|
+
def public_access(self) -> Optional['outputs.GetClickhouseClickhouseUserConfigPublicAccessResult']:
|
|
20334
22239
|
"""
|
|
20335
22240
|
Allow access to selected service ports from the public Internet
|
|
20336
22241
|
"""
|
|
@@ -20352,14 +22257,6 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
20352
22257
|
"""
|
|
20353
22258
|
return pulumi.get(self, "service_to_fork_from")
|
|
20354
22259
|
|
|
20355
|
-
@property
|
|
20356
|
-
@pulumi.getter(name="serviceToJoinWith")
|
|
20357
|
-
def service_to_join_with(self) -> Optional[str]:
|
|
20358
|
-
"""
|
|
20359
|
-
When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation.
|
|
20360
|
-
"""
|
|
20361
|
-
return pulumi.get(self, "service_to_join_with")
|
|
20362
|
-
|
|
20363
22260
|
@property
|
|
20364
22261
|
@pulumi.getter(name="staticIps")
|
|
20365
22262
|
def static_ips(self) -> Optional[bool]:
|
|
@@ -20370,50 +22267,7 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
20370
22267
|
|
|
20371
22268
|
|
|
20372
22269
|
@pulumi.output_type
|
|
20373
|
-
class
|
|
20374
|
-
def __init__(__self__, *,
|
|
20375
|
-
batch_size_fail_threshold_in_kb: Optional[int] = None,
|
|
20376
|
-
batch_size_warn_threshold_in_kb: Optional[int] = None,
|
|
20377
|
-
datacenter: Optional[str] = None):
|
|
20378
|
-
"""
|
|
20379
|
-
:param int batch_size_fail_threshold_in_kb: Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default.
|
|
20380
|
-
:param int batch_size_warn_threshold_in_kb: Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability.
|
|
20381
|
-
:param str datacenter: Name of the datacenter to which nodes of this service belong. Can be set only when creating the service.
|
|
20382
|
-
"""
|
|
20383
|
-
if batch_size_fail_threshold_in_kb is not None:
|
|
20384
|
-
pulumi.set(__self__, "batch_size_fail_threshold_in_kb", batch_size_fail_threshold_in_kb)
|
|
20385
|
-
if batch_size_warn_threshold_in_kb is not None:
|
|
20386
|
-
pulumi.set(__self__, "batch_size_warn_threshold_in_kb", batch_size_warn_threshold_in_kb)
|
|
20387
|
-
if datacenter is not None:
|
|
20388
|
-
pulumi.set(__self__, "datacenter", datacenter)
|
|
20389
|
-
|
|
20390
|
-
@property
|
|
20391
|
-
@pulumi.getter(name="batchSizeFailThresholdInKb")
|
|
20392
|
-
def batch_size_fail_threshold_in_kb(self) -> Optional[int]:
|
|
20393
|
-
"""
|
|
20394
|
-
Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default.
|
|
20395
|
-
"""
|
|
20396
|
-
return pulumi.get(self, "batch_size_fail_threshold_in_kb")
|
|
20397
|
-
|
|
20398
|
-
@property
|
|
20399
|
-
@pulumi.getter(name="batchSizeWarnThresholdInKb")
|
|
20400
|
-
def batch_size_warn_threshold_in_kb(self) -> Optional[int]:
|
|
20401
|
-
"""
|
|
20402
|
-
Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability.
|
|
20403
|
-
"""
|
|
20404
|
-
return pulumi.get(self, "batch_size_warn_threshold_in_kb")
|
|
20405
|
-
|
|
20406
|
-
@property
|
|
20407
|
-
@pulumi.getter
|
|
20408
|
-
def datacenter(self) -> Optional[str]:
|
|
20409
|
-
"""
|
|
20410
|
-
Name of the datacenter to which nodes of this service belong. Can be set only when creating the service.
|
|
20411
|
-
"""
|
|
20412
|
-
return pulumi.get(self, "datacenter")
|
|
20413
|
-
|
|
20414
|
-
|
|
20415
|
-
@pulumi.output_type
|
|
20416
|
-
class GetCassandraCassandraUserConfigIpFilterObjectResult(dict):
|
|
22270
|
+
class GetClickhouseClickhouseUserConfigIpFilterObjectResult(dict):
|
|
20417
22271
|
def __init__(__self__, *,
|
|
20418
22272
|
network: str,
|
|
20419
22273
|
description: Optional[str] = None):
|
|
@@ -20443,15 +22297,51 @@ class GetCassandraCassandraUserConfigIpFilterObjectResult(dict):
|
|
|
20443
22297
|
|
|
20444
22298
|
|
|
20445
22299
|
@pulumi.output_type
|
|
20446
|
-
class
|
|
22300
|
+
class GetClickhouseClickhouseUserConfigPrivateAccessResult(dict):
|
|
20447
22301
|
def __init__(__self__, *,
|
|
22302
|
+
clickhouse: Optional[bool] = None,
|
|
22303
|
+
clickhouse_https: Optional[bool] = None,
|
|
22304
|
+
clickhouse_mysql: Optional[bool] = None,
|
|
20448
22305
|
prometheus: Optional[bool] = None):
|
|
20449
22306
|
"""
|
|
22307
|
+
:param bool clickhouse: Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
22308
|
+
:param bool clickhouse_https: Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
22309
|
+
:param bool clickhouse_mysql: Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
20450
22310
|
:param 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.
|
|
20451
22311
|
"""
|
|
22312
|
+
if clickhouse is not None:
|
|
22313
|
+
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
22314
|
+
if clickhouse_https is not None:
|
|
22315
|
+
pulumi.set(__self__, "clickhouse_https", clickhouse_https)
|
|
22316
|
+
if clickhouse_mysql is not None:
|
|
22317
|
+
pulumi.set(__self__, "clickhouse_mysql", clickhouse_mysql)
|
|
20452
22318
|
if prometheus is not None:
|
|
20453
22319
|
pulumi.set(__self__, "prometheus", prometheus)
|
|
20454
22320
|
|
|
22321
|
+
@property
|
|
22322
|
+
@pulumi.getter
|
|
22323
|
+
def clickhouse(self) -> Optional[bool]:
|
|
22324
|
+
"""
|
|
22325
|
+
Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
22326
|
+
"""
|
|
22327
|
+
return pulumi.get(self, "clickhouse")
|
|
22328
|
+
|
|
22329
|
+
@property
|
|
22330
|
+
@pulumi.getter(name="clickhouseHttps")
|
|
22331
|
+
def clickhouse_https(self) -> Optional[bool]:
|
|
22332
|
+
"""
|
|
22333
|
+
Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
22334
|
+
"""
|
|
22335
|
+
return pulumi.get(self, "clickhouse_https")
|
|
22336
|
+
|
|
22337
|
+
@property
|
|
22338
|
+
@pulumi.getter(name="clickhouseMysql")
|
|
22339
|
+
def clickhouse_mysql(self) -> Optional[bool]:
|
|
22340
|
+
"""
|
|
22341
|
+
Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
22342
|
+
"""
|
|
22343
|
+
return pulumi.get(self, "clickhouse_mysql")
|
|
22344
|
+
|
|
20455
22345
|
@property
|
|
20456
22346
|
@pulumi.getter
|
|
20457
22347
|
def prometheus(self) -> Optional[bool]:
|
|
@@ -20462,15 +22352,106 @@ class GetCassandraCassandraUserConfigPrivateAccessResult(dict):
|
|
|
20462
22352
|
|
|
20463
22353
|
|
|
20464
22354
|
@pulumi.output_type
|
|
20465
|
-
class
|
|
22355
|
+
class GetClickhouseClickhouseUserConfigPrivatelinkAccessResult(dict):
|
|
20466
22356
|
def __init__(__self__, *,
|
|
22357
|
+
clickhouse: Optional[bool] = None,
|
|
22358
|
+
clickhouse_https: Optional[bool] = None,
|
|
22359
|
+
clickhouse_mysql: Optional[bool] = None,
|
|
20467
22360
|
prometheus: Optional[bool] = None):
|
|
20468
22361
|
"""
|
|
22362
|
+
:param bool clickhouse: Enable clickhouse.
|
|
22363
|
+
:param bool clickhouse_https: Enable clickhouse_https.
|
|
22364
|
+
:param bool clickhouse_mysql: Enable clickhouse_mysql.
|
|
22365
|
+
:param bool prometheus: Enable prometheus.
|
|
22366
|
+
"""
|
|
22367
|
+
if clickhouse is not None:
|
|
22368
|
+
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
22369
|
+
if clickhouse_https is not None:
|
|
22370
|
+
pulumi.set(__self__, "clickhouse_https", clickhouse_https)
|
|
22371
|
+
if clickhouse_mysql is not None:
|
|
22372
|
+
pulumi.set(__self__, "clickhouse_mysql", clickhouse_mysql)
|
|
22373
|
+
if prometheus is not None:
|
|
22374
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
22375
|
+
|
|
22376
|
+
@property
|
|
22377
|
+
@pulumi.getter
|
|
22378
|
+
def clickhouse(self) -> Optional[bool]:
|
|
22379
|
+
"""
|
|
22380
|
+
Enable clickhouse.
|
|
22381
|
+
"""
|
|
22382
|
+
return pulumi.get(self, "clickhouse")
|
|
22383
|
+
|
|
22384
|
+
@property
|
|
22385
|
+
@pulumi.getter(name="clickhouseHttps")
|
|
22386
|
+
def clickhouse_https(self) -> Optional[bool]:
|
|
22387
|
+
"""
|
|
22388
|
+
Enable clickhouse_https.
|
|
22389
|
+
"""
|
|
22390
|
+
return pulumi.get(self, "clickhouse_https")
|
|
22391
|
+
|
|
22392
|
+
@property
|
|
22393
|
+
@pulumi.getter(name="clickhouseMysql")
|
|
22394
|
+
def clickhouse_mysql(self) -> Optional[bool]:
|
|
22395
|
+
"""
|
|
22396
|
+
Enable clickhouse_mysql.
|
|
22397
|
+
"""
|
|
22398
|
+
return pulumi.get(self, "clickhouse_mysql")
|
|
22399
|
+
|
|
22400
|
+
@property
|
|
22401
|
+
@pulumi.getter
|
|
22402
|
+
def prometheus(self) -> Optional[bool]:
|
|
22403
|
+
"""
|
|
22404
|
+
Enable prometheus.
|
|
22405
|
+
"""
|
|
22406
|
+
return pulumi.get(self, "prometheus")
|
|
22407
|
+
|
|
22408
|
+
|
|
22409
|
+
@pulumi.output_type
|
|
22410
|
+
class GetClickhouseClickhouseUserConfigPublicAccessResult(dict):
|
|
22411
|
+
def __init__(__self__, *,
|
|
22412
|
+
clickhouse: Optional[bool] = None,
|
|
22413
|
+
clickhouse_https: Optional[bool] = None,
|
|
22414
|
+
clickhouse_mysql: Optional[bool] = None,
|
|
22415
|
+
prometheus: Optional[bool] = None):
|
|
22416
|
+
"""
|
|
22417
|
+
:param bool clickhouse: Allow clients to connect to clickhouse from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
22418
|
+
:param bool clickhouse_https: Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
22419
|
+
:param bool clickhouse_mysql: Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
20469
22420
|
:param 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.
|
|
20470
22421
|
"""
|
|
22422
|
+
if clickhouse is not None:
|
|
22423
|
+
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
22424
|
+
if clickhouse_https is not None:
|
|
22425
|
+
pulumi.set(__self__, "clickhouse_https", clickhouse_https)
|
|
22426
|
+
if clickhouse_mysql is not None:
|
|
22427
|
+
pulumi.set(__self__, "clickhouse_mysql", clickhouse_mysql)
|
|
20471
22428
|
if prometheus is not None:
|
|
20472
22429
|
pulumi.set(__self__, "prometheus", prometheus)
|
|
20473
22430
|
|
|
22431
|
+
@property
|
|
22432
|
+
@pulumi.getter
|
|
22433
|
+
def clickhouse(self) -> Optional[bool]:
|
|
22434
|
+
"""
|
|
22435
|
+
Allow clients to connect to clickhouse from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
22436
|
+
"""
|
|
22437
|
+
return pulumi.get(self, "clickhouse")
|
|
22438
|
+
|
|
22439
|
+
@property
|
|
22440
|
+
@pulumi.getter(name="clickhouseHttps")
|
|
22441
|
+
def clickhouse_https(self) -> Optional[bool]:
|
|
22442
|
+
"""
|
|
22443
|
+
Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
22444
|
+
"""
|
|
22445
|
+
return pulumi.get(self, "clickhouse_https")
|
|
22446
|
+
|
|
22447
|
+
@property
|
|
22448
|
+
@pulumi.getter(name="clickhouseMysql")
|
|
22449
|
+
def clickhouse_mysql(self) -> Optional[bool]:
|
|
22450
|
+
"""
|
|
22451
|
+
Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
22452
|
+
"""
|
|
22453
|
+
return pulumi.get(self, "clickhouse_mysql")
|
|
22454
|
+
|
|
20474
22455
|
@property
|
|
20475
22456
|
@pulumi.getter
|
|
20476
22457
|
def prometheus(self) -> Optional[bool]:
|
|
@@ -20481,7 +22462,7 @@ class GetCassandraCassandraUserConfigPublicAccessResult(dict):
|
|
|
20481
22462
|
|
|
20482
22463
|
|
|
20483
22464
|
@pulumi.output_type
|
|
20484
|
-
class
|
|
22465
|
+
class GetClickhouseComponentResult(dict):
|
|
20485
22466
|
def __init__(__self__, *,
|
|
20486
22467
|
component: str,
|
|
20487
22468
|
connection_uri: str,
|
|
@@ -20576,12 +22557,12 @@ class GetCassandraComponentResult(dict):
|
|
|
20576
22557
|
|
|
20577
22558
|
|
|
20578
22559
|
@pulumi.output_type
|
|
20579
|
-
class
|
|
22560
|
+
class GetClickhouseServiceIntegrationResult(dict):
|
|
20580
22561
|
def __init__(__self__, *,
|
|
20581
22562
|
integration_type: str,
|
|
20582
22563
|
source_service_name: str):
|
|
20583
22564
|
"""
|
|
20584
|
-
:param str integration_type: Type of the service integration. The only supported
|
|
22565
|
+
:param str integration_type: Type of the service integration. The only supported values at the moment are `clickhouse_kafka` and `clickhouse_postgresql`.
|
|
20585
22566
|
:param str source_service_name: Name of the source service
|
|
20586
22567
|
"""
|
|
20587
22568
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -20591,7 +22572,7 @@ class GetCassandraServiceIntegrationResult(dict):
|
|
|
20591
22572
|
@pulumi.getter(name="integrationType")
|
|
20592
22573
|
def integration_type(self) -> str:
|
|
20593
22574
|
"""
|
|
20594
|
-
Type of the service integration. The only supported
|
|
22575
|
+
Type of the service integration. The only supported values at the moment are `clickhouse_kafka` and `clickhouse_postgresql`.
|
|
20595
22576
|
"""
|
|
20596
22577
|
return pulumi.get(self, "integration_type")
|
|
20597
22578
|
|
|
@@ -20605,7 +22586,7 @@ class GetCassandraServiceIntegrationResult(dict):
|
|
|
20605
22586
|
|
|
20606
22587
|
|
|
20607
22588
|
@pulumi.output_type
|
|
20608
|
-
class
|
|
22589
|
+
class GetClickhouseTagResult(dict):
|
|
20609
22590
|
def __init__(__self__, *,
|
|
20610
22591
|
key: str,
|
|
20611
22592
|
value: str):
|
|
@@ -20634,7 +22615,7 @@ class GetCassandraTagResult(dict):
|
|
|
20634
22615
|
|
|
20635
22616
|
|
|
20636
22617
|
@pulumi.output_type
|
|
20637
|
-
class
|
|
22618
|
+
class GetClickhouseTechEmailResult(dict):
|
|
20638
22619
|
def __init__(__self__, *,
|
|
20639
22620
|
email: str):
|
|
20640
22621
|
"""
|
|
@@ -20652,46 +22633,151 @@ class GetCassandraTechEmailResult(dict):
|
|
|
20652
22633
|
|
|
20653
22634
|
|
|
20654
22635
|
@pulumi.output_type
|
|
20655
|
-
class
|
|
22636
|
+
class GetDragonflyComponentResult(dict):
|
|
22637
|
+
def __init__(__self__, *,
|
|
22638
|
+
component: str,
|
|
22639
|
+
connection_uri: str,
|
|
22640
|
+
host: str,
|
|
22641
|
+
kafka_authentication_method: str,
|
|
22642
|
+
port: int,
|
|
22643
|
+
route: str,
|
|
22644
|
+
ssl: bool,
|
|
22645
|
+
usage: str):
|
|
22646
|
+
"""
|
|
22647
|
+
:param str component: Service component name
|
|
22648
|
+
:param str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
22649
|
+
:param str host: Host name for connecting to the service component
|
|
22650
|
+
:param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
22651
|
+
:param int port: Port number for connecting to the service component
|
|
22652
|
+
:param str route: Network access route
|
|
22653
|
+
:param 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
|
|
22654
|
+
:param str usage: DNS usage name
|
|
22655
|
+
"""
|
|
22656
|
+
pulumi.set(__self__, "component", component)
|
|
22657
|
+
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
22658
|
+
pulumi.set(__self__, "host", host)
|
|
22659
|
+
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
22660
|
+
pulumi.set(__self__, "port", port)
|
|
22661
|
+
pulumi.set(__self__, "route", route)
|
|
22662
|
+
pulumi.set(__self__, "ssl", ssl)
|
|
22663
|
+
pulumi.set(__self__, "usage", usage)
|
|
22664
|
+
|
|
22665
|
+
@property
|
|
22666
|
+
@pulumi.getter
|
|
22667
|
+
def component(self) -> str:
|
|
22668
|
+
"""
|
|
22669
|
+
Service component name
|
|
22670
|
+
"""
|
|
22671
|
+
return pulumi.get(self, "component")
|
|
22672
|
+
|
|
22673
|
+
@property
|
|
22674
|
+
@pulumi.getter(name="connectionUri")
|
|
22675
|
+
def connection_uri(self) -> str:
|
|
22676
|
+
"""
|
|
22677
|
+
Connection info for connecting to the service component. This is a combination of host and port.
|
|
22678
|
+
"""
|
|
22679
|
+
return pulumi.get(self, "connection_uri")
|
|
22680
|
+
|
|
22681
|
+
@property
|
|
22682
|
+
@pulumi.getter
|
|
22683
|
+
def host(self) -> str:
|
|
22684
|
+
"""
|
|
22685
|
+
Host name for connecting to the service component
|
|
22686
|
+
"""
|
|
22687
|
+
return pulumi.get(self, "host")
|
|
22688
|
+
|
|
22689
|
+
@property
|
|
22690
|
+
@pulumi.getter(name="kafkaAuthenticationMethod")
|
|
22691
|
+
def kafka_authentication_method(self) -> str:
|
|
22692
|
+
"""
|
|
22693
|
+
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
22694
|
+
"""
|
|
22695
|
+
return pulumi.get(self, "kafka_authentication_method")
|
|
22696
|
+
|
|
22697
|
+
@property
|
|
22698
|
+
@pulumi.getter
|
|
22699
|
+
def port(self) -> int:
|
|
22700
|
+
"""
|
|
22701
|
+
Port number for connecting to the service component
|
|
22702
|
+
"""
|
|
22703
|
+
return pulumi.get(self, "port")
|
|
22704
|
+
|
|
22705
|
+
@property
|
|
22706
|
+
@pulumi.getter
|
|
22707
|
+
def route(self) -> str:
|
|
22708
|
+
"""
|
|
22709
|
+
Network access route
|
|
22710
|
+
"""
|
|
22711
|
+
return pulumi.get(self, "route")
|
|
22712
|
+
|
|
22713
|
+
@property
|
|
22714
|
+
@pulumi.getter
|
|
22715
|
+
def ssl(self) -> bool:
|
|
22716
|
+
"""
|
|
22717
|
+
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
|
|
22718
|
+
"""
|
|
22719
|
+
return pulumi.get(self, "ssl")
|
|
22720
|
+
|
|
22721
|
+
@property
|
|
22722
|
+
@pulumi.getter
|
|
22723
|
+
def usage(self) -> str:
|
|
22724
|
+
"""
|
|
22725
|
+
DNS usage name
|
|
22726
|
+
"""
|
|
22727
|
+
return pulumi.get(self, "usage")
|
|
22728
|
+
|
|
22729
|
+
|
|
22730
|
+
@pulumi.output_type
|
|
22731
|
+
class GetDragonflyDragonflyResult(dict):
|
|
20656
22732
|
def __init__(__self__):
|
|
20657
22733
|
pass
|
|
20658
22734
|
|
|
20659
22735
|
|
|
20660
22736
|
@pulumi.output_type
|
|
20661
|
-
class
|
|
22737
|
+
class GetDragonflyDragonflyUserConfigResult(dict):
|
|
20662
22738
|
def __init__(__self__, *,
|
|
20663
|
-
|
|
20664
|
-
|
|
22739
|
+
cache_mode: Optional[bool] = None,
|
|
22740
|
+
dragonfly_ssl: Optional[bool] = None,
|
|
22741
|
+
ip_filter_objects: Optional[Sequence['outputs.GetDragonflyDragonflyUserConfigIpFilterObjectResult']] = None,
|
|
20665
22742
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
20666
22743
|
ip_filters: Optional[Sequence[str]] = None,
|
|
20667
|
-
|
|
20668
|
-
|
|
22744
|
+
migration: Optional['outputs.GetDragonflyDragonflyUserConfigMigrationResult'] = None,
|
|
22745
|
+
private_access: Optional['outputs.GetDragonflyDragonflyUserConfigPrivateAccessResult'] = None,
|
|
22746
|
+
privatelink_access: Optional['outputs.GetDragonflyDragonflyUserConfigPrivatelinkAccessResult'] = None,
|
|
20669
22747
|
project_to_fork_from: Optional[str] = None,
|
|
20670
|
-
public_access: Optional['outputs.
|
|
22748
|
+
public_access: Optional['outputs.GetDragonflyDragonflyUserConfigPublicAccessResult'] = None,
|
|
22749
|
+
recovery_basebackup_name: Optional[str] = None,
|
|
20671
22750
|
service_log: Optional[bool] = None,
|
|
20672
22751
|
service_to_fork_from: Optional[str] = None,
|
|
20673
22752
|
static_ips: Optional[bool] = None):
|
|
20674
22753
|
"""
|
|
20675
|
-
:param
|
|
20676
|
-
:param
|
|
22754
|
+
:param bool cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
|
|
22755
|
+
:param bool dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
|
|
22756
|
+
:param Sequence['GetDragonflyDragonflyUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
20677
22757
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
20678
22758
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
20679
|
-
:param '
|
|
20680
|
-
:param '
|
|
22759
|
+
:param 'GetDragonflyDragonflyUserConfigMigrationArgs' migration: Migrate data from existing server
|
|
22760
|
+
:param 'GetDragonflyDragonflyUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
22761
|
+
:param 'GetDragonflyDragonflyUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
20681
22762
|
:param 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.
|
|
20682
|
-
:param '
|
|
22763
|
+
:param 'GetDragonflyDragonflyUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
22764
|
+
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service.
|
|
20683
22765
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
20684
22766
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
20685
22767
|
:param bool static_ips: Use static public IP addresses.
|
|
20686
22768
|
"""
|
|
20687
|
-
if
|
|
20688
|
-
pulumi.set(__self__, "
|
|
22769
|
+
if cache_mode is not None:
|
|
22770
|
+
pulumi.set(__self__, "cache_mode", cache_mode)
|
|
22771
|
+
if dragonfly_ssl is not None:
|
|
22772
|
+
pulumi.set(__self__, "dragonfly_ssl", dragonfly_ssl)
|
|
20689
22773
|
if ip_filter_objects is not None:
|
|
20690
22774
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
20691
22775
|
if ip_filter_strings is not None:
|
|
20692
22776
|
pulumi.set(__self__, "ip_filter_strings", ip_filter_strings)
|
|
20693
22777
|
if ip_filters is not None:
|
|
20694
22778
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
22779
|
+
if migration is not None:
|
|
22780
|
+
pulumi.set(__self__, "migration", migration)
|
|
20695
22781
|
if private_access is not None:
|
|
20696
22782
|
pulumi.set(__self__, "private_access", private_access)
|
|
20697
22783
|
if privatelink_access is not None:
|
|
@@ -20700,6 +22786,8 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
20700
22786
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
20701
22787
|
if public_access is not None:
|
|
20702
22788
|
pulumi.set(__self__, "public_access", public_access)
|
|
22789
|
+
if recovery_basebackup_name is not None:
|
|
22790
|
+
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
20703
22791
|
if service_log is not None:
|
|
20704
22792
|
pulumi.set(__self__, "service_log", service_log)
|
|
20705
22793
|
if service_to_fork_from is not None:
|
|
@@ -20708,19 +22796,24 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
20708
22796
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
20709
22797
|
|
|
20710
22798
|
@property
|
|
20711
|
-
@pulumi.getter(name="
|
|
20712
|
-
def
|
|
22799
|
+
@pulumi.getter(name="cacheMode")
|
|
22800
|
+
def cache_mode(self) -> Optional[bool]:
|
|
20713
22801
|
"""
|
|
20714
|
-
|
|
22802
|
+
Evict entries when getting close to maxmemory limit. The default value is `false`.
|
|
20715
22803
|
"""
|
|
20716
|
-
|
|
20717
|
-
pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
|
|
22804
|
+
return pulumi.get(self, "cache_mode")
|
|
20718
22805
|
|
|
20719
|
-
|
|
22806
|
+
@property
|
|
22807
|
+
@pulumi.getter(name="dragonflySsl")
|
|
22808
|
+
def dragonfly_ssl(self) -> Optional[bool]:
|
|
22809
|
+
"""
|
|
22810
|
+
Require SSL to access Dragonfly. The default value is `true`.
|
|
22811
|
+
"""
|
|
22812
|
+
return pulumi.get(self, "dragonfly_ssl")
|
|
20720
22813
|
|
|
20721
22814
|
@property
|
|
20722
22815
|
@pulumi.getter(name="ipFilterObjects")
|
|
20723
|
-
def ip_filter_objects(self) -> Optional[Sequence['outputs.
|
|
22816
|
+
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetDragonflyDragonflyUserConfigIpFilterObjectResult']]:
|
|
20724
22817
|
"""
|
|
20725
22818
|
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
20726
22819
|
"""
|
|
@@ -20745,9 +22838,17 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
20745
22838
|
|
|
20746
22839
|
return pulumi.get(self, "ip_filters")
|
|
20747
22840
|
|
|
22841
|
+
@property
|
|
22842
|
+
@pulumi.getter
|
|
22843
|
+
def migration(self) -> Optional['outputs.GetDragonflyDragonflyUserConfigMigrationResult']:
|
|
22844
|
+
"""
|
|
22845
|
+
Migrate data from existing server
|
|
22846
|
+
"""
|
|
22847
|
+
return pulumi.get(self, "migration")
|
|
22848
|
+
|
|
20748
22849
|
@property
|
|
20749
22850
|
@pulumi.getter(name="privateAccess")
|
|
20750
|
-
def private_access(self) -> Optional['outputs.
|
|
22851
|
+
def private_access(self) -> Optional['outputs.GetDragonflyDragonflyUserConfigPrivateAccessResult']:
|
|
20751
22852
|
"""
|
|
20752
22853
|
Allow access to selected service ports from private networks
|
|
20753
22854
|
"""
|
|
@@ -20755,7 +22856,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
20755
22856
|
|
|
20756
22857
|
@property
|
|
20757
22858
|
@pulumi.getter(name="privatelinkAccess")
|
|
20758
|
-
def privatelink_access(self) -> Optional['outputs.
|
|
22859
|
+
def privatelink_access(self) -> Optional['outputs.GetDragonflyDragonflyUserConfigPrivatelinkAccessResult']:
|
|
20759
22860
|
"""
|
|
20760
22861
|
Allow access to selected service components through Privatelink
|
|
20761
22862
|
"""
|
|
@@ -20771,12 +22872,20 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
20771
22872
|
|
|
20772
22873
|
@property
|
|
20773
22874
|
@pulumi.getter(name="publicAccess")
|
|
20774
|
-
def public_access(self) -> Optional['outputs.
|
|
22875
|
+
def public_access(self) -> Optional['outputs.GetDragonflyDragonflyUserConfigPublicAccessResult']:
|
|
20775
22876
|
"""
|
|
20776
22877
|
Allow access to selected service ports from the public Internet
|
|
20777
22878
|
"""
|
|
20778
22879
|
return pulumi.get(self, "public_access")
|
|
20779
22880
|
|
|
22881
|
+
@property
|
|
22882
|
+
@pulumi.getter(name="recoveryBasebackupName")
|
|
22883
|
+
def recovery_basebackup_name(self) -> Optional[str]:
|
|
22884
|
+
"""
|
|
22885
|
+
Name of the basebackup to restore in forked service.
|
|
22886
|
+
"""
|
|
22887
|
+
return pulumi.get(self, "recovery_basebackup_name")
|
|
22888
|
+
|
|
20780
22889
|
@property
|
|
20781
22890
|
@pulumi.getter(name="serviceLog")
|
|
20782
22891
|
def service_log(self) -> Optional[bool]:
|
|
@@ -20803,7 +22912,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
20803
22912
|
|
|
20804
22913
|
|
|
20805
22914
|
@pulumi.output_type
|
|
20806
|
-
class
|
|
22915
|
+
class GetDragonflyDragonflyUserConfigIpFilterObjectResult(dict):
|
|
20807
22916
|
def __init__(__self__, *,
|
|
20808
22917
|
network: str,
|
|
20809
22918
|
description: Optional[str] = None):
|
|
@@ -20833,272 +22942,206 @@ class GetClickhouseClickhouseUserConfigIpFilterObjectResult(dict):
|
|
|
20833
22942
|
|
|
20834
22943
|
|
|
20835
22944
|
@pulumi.output_type
|
|
20836
|
-
class
|
|
22945
|
+
class GetDragonflyDragonflyUserConfigMigrationResult(dict):
|
|
20837
22946
|
def __init__(__self__, *,
|
|
20838
|
-
|
|
20839
|
-
|
|
20840
|
-
|
|
20841
|
-
|
|
22947
|
+
host: str,
|
|
22948
|
+
port: int,
|
|
22949
|
+
dbname: Optional[str] = None,
|
|
22950
|
+
ignore_dbs: Optional[str] = None,
|
|
22951
|
+
method: Optional[str] = None,
|
|
22952
|
+
password: Optional[str] = None,
|
|
22953
|
+
ssl: Optional[bool] = None,
|
|
22954
|
+
username: Optional[str] = None):
|
|
20842
22955
|
"""
|
|
20843
|
-
:param
|
|
20844
|
-
:param
|
|
20845
|
-
:param
|
|
20846
|
-
:param
|
|
22956
|
+
:param str host: Hostname or IP address of the server where to migrate data from.
|
|
22957
|
+
:param int port: Port number of the server where to migrate data from.
|
|
22958
|
+
:param str dbname: Database name for bootstrapping the initial connection.
|
|
22959
|
+
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
22960
|
+
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
22961
|
+
:param str password: Password for authentication with the server where to migrate data from.
|
|
22962
|
+
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
22963
|
+
:param str username: User name for authentication with the server where to migrate data from.
|
|
20847
22964
|
"""
|
|
20848
|
-
|
|
20849
|
-
|
|
20850
|
-
if
|
|
20851
|
-
pulumi.set(__self__, "
|
|
20852
|
-
if
|
|
20853
|
-
pulumi.set(__self__, "
|
|
20854
|
-
if
|
|
20855
|
-
pulumi.set(__self__, "
|
|
22965
|
+
pulumi.set(__self__, "host", host)
|
|
22966
|
+
pulumi.set(__self__, "port", port)
|
|
22967
|
+
if dbname is not None:
|
|
22968
|
+
pulumi.set(__self__, "dbname", dbname)
|
|
22969
|
+
if ignore_dbs is not None:
|
|
22970
|
+
pulumi.set(__self__, "ignore_dbs", ignore_dbs)
|
|
22971
|
+
if method is not None:
|
|
22972
|
+
pulumi.set(__self__, "method", method)
|
|
22973
|
+
if password is not None:
|
|
22974
|
+
pulumi.set(__self__, "password", password)
|
|
22975
|
+
if ssl is not None:
|
|
22976
|
+
pulumi.set(__self__, "ssl", ssl)
|
|
22977
|
+
if username is not None:
|
|
22978
|
+
pulumi.set(__self__, "username", username)
|
|
20856
22979
|
|
|
20857
22980
|
@property
|
|
20858
22981
|
@pulumi.getter
|
|
20859
|
-
def
|
|
20860
|
-
"""
|
|
20861
|
-
Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
20862
|
-
"""
|
|
20863
|
-
return pulumi.get(self, "clickhouse")
|
|
20864
|
-
|
|
20865
|
-
@property
|
|
20866
|
-
@pulumi.getter(name="clickhouseHttps")
|
|
20867
|
-
def clickhouse_https(self) -> Optional[bool]:
|
|
22982
|
+
def host(self) -> str:
|
|
20868
22983
|
"""
|
|
20869
|
-
|
|
22984
|
+
Hostname or IP address of the server where to migrate data from.
|
|
20870
22985
|
"""
|
|
20871
|
-
return pulumi.get(self, "
|
|
22986
|
+
return pulumi.get(self, "host")
|
|
20872
22987
|
|
|
20873
22988
|
@property
|
|
20874
|
-
@pulumi.getter
|
|
20875
|
-
def
|
|
22989
|
+
@pulumi.getter
|
|
22990
|
+
def port(self) -> int:
|
|
20876
22991
|
"""
|
|
20877
|
-
|
|
22992
|
+
Port number of the server where to migrate data from.
|
|
20878
22993
|
"""
|
|
20879
|
-
return pulumi.get(self, "
|
|
22994
|
+
return pulumi.get(self, "port")
|
|
20880
22995
|
|
|
20881
22996
|
@property
|
|
20882
22997
|
@pulumi.getter
|
|
20883
|
-
def
|
|
22998
|
+
def dbname(self) -> Optional[str]:
|
|
20884
22999
|
"""
|
|
20885
|
-
|
|
23000
|
+
Database name for bootstrapping the initial connection.
|
|
20886
23001
|
"""
|
|
20887
|
-
return pulumi.get(self, "
|
|
20888
|
-
|
|
23002
|
+
return pulumi.get(self, "dbname")
|
|
20889
23003
|
|
|
20890
|
-
@
|
|
20891
|
-
|
|
20892
|
-
def
|
|
20893
|
-
clickhouse: Optional[bool] = None,
|
|
20894
|
-
clickhouse_https: Optional[bool] = None,
|
|
20895
|
-
clickhouse_mysql: Optional[bool] = None,
|
|
20896
|
-
prometheus: Optional[bool] = None):
|
|
23004
|
+
@property
|
|
23005
|
+
@pulumi.getter(name="ignoreDbs")
|
|
23006
|
+
def ignore_dbs(self) -> Optional[str]:
|
|
20897
23007
|
"""
|
|
20898
|
-
|
|
20899
|
-
:param bool clickhouse_https: Enable clickhouse_https.
|
|
20900
|
-
:param bool clickhouse_mysql: Enable clickhouse_mysql.
|
|
20901
|
-
:param bool prometheus: Enable prometheus.
|
|
23008
|
+
Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
20902
23009
|
"""
|
|
20903
|
-
|
|
20904
|
-
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
20905
|
-
if clickhouse_https is not None:
|
|
20906
|
-
pulumi.set(__self__, "clickhouse_https", clickhouse_https)
|
|
20907
|
-
if clickhouse_mysql is not None:
|
|
20908
|
-
pulumi.set(__self__, "clickhouse_mysql", clickhouse_mysql)
|
|
20909
|
-
if prometheus is not None:
|
|
20910
|
-
pulumi.set(__self__, "prometheus", prometheus)
|
|
23010
|
+
return pulumi.get(self, "ignore_dbs")
|
|
20911
23011
|
|
|
20912
23012
|
@property
|
|
20913
23013
|
@pulumi.getter
|
|
20914
|
-
def
|
|
23014
|
+
def method(self) -> Optional[str]:
|
|
20915
23015
|
"""
|
|
20916
|
-
|
|
23016
|
+
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
20917
23017
|
"""
|
|
20918
|
-
return pulumi.get(self, "
|
|
23018
|
+
return pulumi.get(self, "method")
|
|
20919
23019
|
|
|
20920
23020
|
@property
|
|
20921
|
-
@pulumi.getter
|
|
20922
|
-
def
|
|
23021
|
+
@pulumi.getter
|
|
23022
|
+
def password(self) -> Optional[str]:
|
|
20923
23023
|
"""
|
|
20924
|
-
|
|
23024
|
+
Password for authentication with the server where to migrate data from.
|
|
20925
23025
|
"""
|
|
20926
|
-
return pulumi.get(self, "
|
|
23026
|
+
return pulumi.get(self, "password")
|
|
20927
23027
|
|
|
20928
23028
|
@property
|
|
20929
|
-
@pulumi.getter
|
|
20930
|
-
def
|
|
23029
|
+
@pulumi.getter
|
|
23030
|
+
def ssl(self) -> Optional[bool]:
|
|
20931
23031
|
"""
|
|
20932
|
-
|
|
23032
|
+
The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
20933
23033
|
"""
|
|
20934
|
-
return pulumi.get(self, "
|
|
23034
|
+
return pulumi.get(self, "ssl")
|
|
20935
23035
|
|
|
20936
23036
|
@property
|
|
20937
23037
|
@pulumi.getter
|
|
20938
|
-
def
|
|
23038
|
+
def username(self) -> Optional[str]:
|
|
20939
23039
|
"""
|
|
20940
|
-
|
|
23040
|
+
User name for authentication with the server where to migrate data from.
|
|
20941
23041
|
"""
|
|
20942
|
-
return pulumi.get(self, "
|
|
23042
|
+
return pulumi.get(self, "username")
|
|
20943
23043
|
|
|
20944
23044
|
|
|
20945
23045
|
@pulumi.output_type
|
|
20946
|
-
class
|
|
23046
|
+
class GetDragonflyDragonflyUserConfigPrivateAccessResult(dict):
|
|
20947
23047
|
def __init__(__self__, *,
|
|
20948
|
-
|
|
20949
|
-
clickhouse_https: Optional[bool] = None,
|
|
20950
|
-
clickhouse_mysql: Optional[bool] = None,
|
|
23048
|
+
dragonfly: Optional[bool] = None,
|
|
20951
23049
|
prometheus: Optional[bool] = None):
|
|
20952
23050
|
"""
|
|
20953
|
-
:param bool
|
|
20954
|
-
:param bool
|
|
20955
|
-
:param bool clickhouse_mysql: Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
20956
|
-
:param 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.
|
|
23051
|
+
:param 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.
|
|
23052
|
+
:param 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.
|
|
20957
23053
|
"""
|
|
20958
|
-
if
|
|
20959
|
-
pulumi.set(__self__, "
|
|
20960
|
-
if clickhouse_https is not None:
|
|
20961
|
-
pulumi.set(__self__, "clickhouse_https", clickhouse_https)
|
|
20962
|
-
if clickhouse_mysql is not None:
|
|
20963
|
-
pulumi.set(__self__, "clickhouse_mysql", clickhouse_mysql)
|
|
23054
|
+
if dragonfly is not None:
|
|
23055
|
+
pulumi.set(__self__, "dragonfly", dragonfly)
|
|
20964
23056
|
if prometheus is not None:
|
|
20965
23057
|
pulumi.set(__self__, "prometheus", prometheus)
|
|
20966
23058
|
|
|
20967
23059
|
@property
|
|
20968
23060
|
@pulumi.getter
|
|
20969
|
-
def
|
|
20970
|
-
"""
|
|
20971
|
-
Allow clients to connect to clickhouse from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
20972
|
-
"""
|
|
20973
|
-
return pulumi.get(self, "clickhouse")
|
|
20974
|
-
|
|
20975
|
-
@property
|
|
20976
|
-
@pulumi.getter(name="clickhouseHttps")
|
|
20977
|
-
def clickhouse_https(self) -> Optional[bool]:
|
|
20978
|
-
"""
|
|
20979
|
-
Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
20980
|
-
"""
|
|
20981
|
-
return pulumi.get(self, "clickhouse_https")
|
|
20982
|
-
|
|
20983
|
-
@property
|
|
20984
|
-
@pulumi.getter(name="clickhouseMysql")
|
|
20985
|
-
def clickhouse_mysql(self) -> Optional[bool]:
|
|
23061
|
+
def dragonfly(self) -> Optional[bool]:
|
|
20986
23062
|
"""
|
|
20987
|
-
Allow clients to connect to
|
|
23063
|
+
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.
|
|
20988
23064
|
"""
|
|
20989
|
-
return pulumi.get(self, "
|
|
23065
|
+
return pulumi.get(self, "dragonfly")
|
|
20990
23066
|
|
|
20991
23067
|
@property
|
|
20992
23068
|
@pulumi.getter
|
|
20993
23069
|
def prometheus(self) -> Optional[bool]:
|
|
20994
23070
|
"""
|
|
20995
|
-
Allow clients to connect to prometheus
|
|
23071
|
+
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.
|
|
20996
23072
|
"""
|
|
20997
23073
|
return pulumi.get(self, "prometheus")
|
|
20998
23074
|
|
|
20999
23075
|
|
|
21000
23076
|
@pulumi.output_type
|
|
21001
|
-
class
|
|
23077
|
+
class GetDragonflyDragonflyUserConfigPrivatelinkAccessResult(dict):
|
|
21002
23078
|
def __init__(__self__, *,
|
|
21003
|
-
|
|
21004
|
-
|
|
21005
|
-
host: str,
|
|
21006
|
-
kafka_authentication_method: str,
|
|
21007
|
-
port: int,
|
|
21008
|
-
route: str,
|
|
21009
|
-
ssl: bool,
|
|
21010
|
-
usage: str):
|
|
23079
|
+
dragonfly: Optional[bool] = None,
|
|
23080
|
+
prometheus: Optional[bool] = None):
|
|
21011
23081
|
"""
|
|
21012
|
-
:param
|
|
21013
|
-
:param
|
|
21014
|
-
:param str host: Host name for connecting to the service component
|
|
21015
|
-
:param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
21016
|
-
:param int port: Port number for connecting to the service component
|
|
21017
|
-
:param str route: Network access route
|
|
21018
|
-
:param 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
|
|
21019
|
-
:param str usage: DNS usage name
|
|
23082
|
+
:param bool dragonfly: Enable dragonfly.
|
|
23083
|
+
:param bool prometheus: Enable prometheus.
|
|
21020
23084
|
"""
|
|
21021
|
-
|
|
21022
|
-
|
|
21023
|
-
|
|
21024
|
-
|
|
21025
|
-
pulumi.set(__self__, "port", port)
|
|
21026
|
-
pulumi.set(__self__, "route", route)
|
|
21027
|
-
pulumi.set(__self__, "ssl", ssl)
|
|
21028
|
-
pulumi.set(__self__, "usage", usage)
|
|
23085
|
+
if dragonfly is not None:
|
|
23086
|
+
pulumi.set(__self__, "dragonfly", dragonfly)
|
|
23087
|
+
if prometheus is not None:
|
|
23088
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
21029
23089
|
|
|
21030
23090
|
@property
|
|
21031
23091
|
@pulumi.getter
|
|
21032
|
-
def
|
|
23092
|
+
def dragonfly(self) -> Optional[bool]:
|
|
21033
23093
|
"""
|
|
21034
|
-
|
|
23094
|
+
Enable dragonfly.
|
|
21035
23095
|
"""
|
|
21036
|
-
return pulumi.get(self, "
|
|
21037
|
-
|
|
21038
|
-
@property
|
|
21039
|
-
@pulumi.getter(name="connectionUri")
|
|
21040
|
-
def connection_uri(self) -> str:
|
|
21041
|
-
"""
|
|
21042
|
-
Connection info for connecting to the service component. This is a combination of host and port.
|
|
21043
|
-
"""
|
|
21044
|
-
return pulumi.get(self, "connection_uri")
|
|
23096
|
+
return pulumi.get(self, "dragonfly")
|
|
21045
23097
|
|
|
21046
23098
|
@property
|
|
21047
23099
|
@pulumi.getter
|
|
21048
|
-
def
|
|
23100
|
+
def prometheus(self) -> Optional[bool]:
|
|
21049
23101
|
"""
|
|
21050
|
-
|
|
23102
|
+
Enable prometheus.
|
|
21051
23103
|
"""
|
|
21052
|
-
return pulumi.get(self, "
|
|
23104
|
+
return pulumi.get(self, "prometheus")
|
|
21053
23105
|
|
|
21054
|
-
@property
|
|
21055
|
-
@pulumi.getter(name="kafkaAuthenticationMethod")
|
|
21056
|
-
def kafka_authentication_method(self) -> str:
|
|
21057
|
-
"""
|
|
21058
|
-
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
21059
|
-
"""
|
|
21060
|
-
return pulumi.get(self, "kafka_authentication_method")
|
|
21061
23106
|
|
|
21062
|
-
|
|
21063
|
-
|
|
21064
|
-
def
|
|
21065
|
-
|
|
21066
|
-
|
|
21067
|
-
"""
|
|
21068
|
-
return pulumi.get(self, "port")
|
|
21069
|
-
|
|
21070
|
-
@property
|
|
21071
|
-
@pulumi.getter
|
|
21072
|
-
def route(self) -> str:
|
|
23107
|
+
@pulumi.output_type
|
|
23108
|
+
class GetDragonflyDragonflyUserConfigPublicAccessResult(dict):
|
|
23109
|
+
def __init__(__self__, *,
|
|
23110
|
+
dragonfly: Optional[bool] = None,
|
|
23111
|
+
prometheus: Optional[bool] = None):
|
|
21073
23112
|
"""
|
|
21074
|
-
|
|
23113
|
+
:param 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.
|
|
23114
|
+
:param 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.
|
|
21075
23115
|
"""
|
|
21076
|
-
|
|
23116
|
+
if dragonfly is not None:
|
|
23117
|
+
pulumi.set(__self__, "dragonfly", dragonfly)
|
|
23118
|
+
if prometheus is not None:
|
|
23119
|
+
pulumi.set(__self__, "prometheus", prometheus)
|
|
21077
23120
|
|
|
21078
23121
|
@property
|
|
21079
23122
|
@pulumi.getter
|
|
21080
|
-
def
|
|
23123
|
+
def dragonfly(self) -> Optional[bool]:
|
|
21081
23124
|
"""
|
|
21082
|
-
|
|
23125
|
+
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.
|
|
21083
23126
|
"""
|
|
21084
|
-
return pulumi.get(self, "
|
|
23127
|
+
return pulumi.get(self, "dragonfly")
|
|
21085
23128
|
|
|
21086
23129
|
@property
|
|
21087
23130
|
@pulumi.getter
|
|
21088
|
-
def
|
|
23131
|
+
def prometheus(self) -> Optional[bool]:
|
|
21089
23132
|
"""
|
|
21090
|
-
|
|
23133
|
+
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.
|
|
21091
23134
|
"""
|
|
21092
|
-
return pulumi.get(self, "
|
|
23135
|
+
return pulumi.get(self, "prometheus")
|
|
21093
23136
|
|
|
21094
23137
|
|
|
21095
23138
|
@pulumi.output_type
|
|
21096
|
-
class
|
|
23139
|
+
class GetDragonflyServiceIntegrationResult(dict):
|
|
21097
23140
|
def __init__(__self__, *,
|
|
21098
23141
|
integration_type: str,
|
|
21099
23142
|
source_service_name: str):
|
|
21100
23143
|
"""
|
|
21101
|
-
:param str integration_type: Type of the service integration. The only supported
|
|
23144
|
+
:param str integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
|
|
21102
23145
|
:param str source_service_name: Name of the source service
|
|
21103
23146
|
"""
|
|
21104
23147
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -21108,7 +23151,7 @@ class GetClickhouseServiceIntegrationResult(dict):
|
|
|
21108
23151
|
@pulumi.getter(name="integrationType")
|
|
21109
23152
|
def integration_type(self) -> str:
|
|
21110
23153
|
"""
|
|
21111
|
-
Type of the service integration. The only supported
|
|
23154
|
+
Type of the service integration. The only supported value at the moment is `read_replica`
|
|
21112
23155
|
"""
|
|
21113
23156
|
return pulumi.get(self, "integration_type")
|
|
21114
23157
|
|
|
@@ -21122,7 +23165,7 @@ class GetClickhouseServiceIntegrationResult(dict):
|
|
|
21122
23165
|
|
|
21123
23166
|
|
|
21124
23167
|
@pulumi.output_type
|
|
21125
|
-
class
|
|
23168
|
+
class GetDragonflyTagResult(dict):
|
|
21126
23169
|
def __init__(__self__, *,
|
|
21127
23170
|
key: str,
|
|
21128
23171
|
value: str):
|
|
@@ -21151,7 +23194,7 @@ class GetClickhouseTagResult(dict):
|
|
|
21151
23194
|
|
|
21152
23195
|
|
|
21153
23196
|
@pulumi.output_type
|
|
21154
|
-
class
|
|
23197
|
+
class GetDragonflyTechEmailResult(dict):
|
|
21155
23198
|
def __init__(__self__, *,
|
|
21156
23199
|
email: str):
|
|
21157
23200
|
"""
|
|
@@ -29900,6 +31943,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
29900
31943
|
ism_history_rollover_check_period: Optional[int] = None,
|
|
29901
31944
|
ism_history_rollover_retention_period: Optional[int] = None,
|
|
29902
31945
|
override_main_response_version: Optional[bool] = None,
|
|
31946
|
+
plugins_alerting_filter_by_backend_roles: Optional[bool] = None,
|
|
29903
31947
|
reindex_remote_whitelists: Optional[Sequence[str]] = None,
|
|
29904
31948
|
script_max_compilations_rate: Optional[str] = None,
|
|
29905
31949
|
search_max_buckets: Optional[int] = None,
|
|
@@ -29942,6 +31986,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
29942
31986
|
:param int ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. The default value is `8`.
|
|
29943
31987
|
:param int ism_history_rollover_retention_period: How long audit history indices are kept in days. The default value is `30`.
|
|
29944
31988
|
:param bool override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
31989
|
+
:param bool plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
29945
31990
|
:param Sequence[str] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
29946
31991
|
:param 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.
|
|
29947
31992
|
:param int search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined.
|
|
@@ -30011,6 +32056,8 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
30011
32056
|
pulumi.set(__self__, "ism_history_rollover_retention_period", ism_history_rollover_retention_period)
|
|
30012
32057
|
if override_main_response_version is not None:
|
|
30013
32058
|
pulumi.set(__self__, "override_main_response_version", override_main_response_version)
|
|
32059
|
+
if plugins_alerting_filter_by_backend_roles is not None:
|
|
32060
|
+
pulumi.set(__self__, "plugins_alerting_filter_by_backend_roles", plugins_alerting_filter_by_backend_roles)
|
|
30014
32061
|
if reindex_remote_whitelists is not None:
|
|
30015
32062
|
pulumi.set(__self__, "reindex_remote_whitelists", reindex_remote_whitelists)
|
|
30016
32063
|
if script_max_compilations_rate is not None:
|
|
@@ -30256,6 +32303,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
30256
32303
|
"""
|
|
30257
32304
|
return pulumi.get(self, "override_main_response_version")
|
|
30258
32305
|
|
|
32306
|
+
@property
|
|
32307
|
+
@pulumi.getter(name="pluginsAlertingFilterByBackendRoles")
|
|
32308
|
+
def plugins_alerting_filter_by_backend_roles(self) -> Optional[bool]:
|
|
32309
|
+
"""
|
|
32310
|
+
Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
32311
|
+
"""
|
|
32312
|
+
return pulumi.get(self, "plugins_alerting_filter_by_backend_roles")
|
|
32313
|
+
|
|
30259
32314
|
@property
|
|
30260
32315
|
@pulumi.getter(name="reindexRemoteWhitelists")
|
|
30261
32316
|
def reindex_remote_whitelists(self) -> Optional[Sequence[str]]:
|
|
@@ -31121,6 +33176,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31121
33176
|
pg_service_to_fork_from: Optional[str] = None,
|
|
31122
33177
|
pg_stat_monitor_enable: Optional[bool] = None,
|
|
31123
33178
|
pg_version: Optional[str] = None,
|
|
33179
|
+
pgaudit: Optional['outputs.GetPgPgUserConfigPgauditResult'] = None,
|
|
31124
33180
|
pgbouncer: Optional['outputs.GetPgPgUserConfigPgbouncerResult'] = None,
|
|
31125
33181
|
pglookout: Optional['outputs.GetPgPgUserConfigPglookoutResult'] = None,
|
|
31126
33182
|
private_access: Optional['outputs.GetPgPgUserConfigPrivateAccessResult'] = None,
|
|
@@ -31153,6 +33209,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31153
33209
|
:param 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.
|
|
31154
33210
|
:param 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`.
|
|
31155
33211
|
:param str pg_version: PostgreSQL major version.
|
|
33212
|
+
:param 'GetPgPgUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
31156
33213
|
:param 'GetPgPgUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
31157
33214
|
:param 'GetPgPgUserConfigPglookoutArgs' pglookout: System-wide settings for pglookout
|
|
31158
33215
|
:param 'GetPgPgUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
@@ -31201,6 +33258,8 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31201
33258
|
pulumi.set(__self__, "pg_stat_monitor_enable", pg_stat_monitor_enable)
|
|
31202
33259
|
if pg_version is not None:
|
|
31203
33260
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
33261
|
+
if pgaudit is not None:
|
|
33262
|
+
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
31204
33263
|
if pgbouncer is not None:
|
|
31205
33264
|
pulumi.set(__self__, "pgbouncer", pgbouncer)
|
|
31206
33265
|
if pglookout is not None:
|
|
@@ -31366,6 +33425,14 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31366
33425
|
"""
|
|
31367
33426
|
return pulumi.get(self, "pg_version")
|
|
31368
33427
|
|
|
33428
|
+
@property
|
|
33429
|
+
@pulumi.getter
|
|
33430
|
+
def pgaudit(self) -> Optional['outputs.GetPgPgUserConfigPgauditResult']:
|
|
33431
|
+
"""
|
|
33432
|
+
System-wide settings for the pgaudit extension
|
|
33433
|
+
"""
|
|
33434
|
+
return pulumi.get(self, "pgaudit")
|
|
33435
|
+
|
|
31369
33436
|
@property
|
|
31370
33437
|
@pulumi.getter
|
|
31371
33438
|
def pgbouncer(self) -> Optional['outputs.GetPgPgUserConfigPgbouncerResult']:
|
|
@@ -32295,6 +34362,181 @@ class GetPgPgUserConfigPgQualstatsResult(dict):
|
|
|
32295
34362
|
return pulumi.get(self, "track_pg_catalog")
|
|
32296
34363
|
|
|
32297
34364
|
|
|
34365
|
+
@pulumi.output_type
|
|
34366
|
+
class GetPgPgUserConfigPgauditResult(dict):
|
|
34367
|
+
def __init__(__self__, *,
|
|
34368
|
+
feature_enabled: Optional[bool] = None,
|
|
34369
|
+
log_catalog: Optional[bool] = None,
|
|
34370
|
+
log_client: Optional[bool] = None,
|
|
34371
|
+
log_level: Optional[str] = None,
|
|
34372
|
+
log_max_string_length: Optional[int] = None,
|
|
34373
|
+
log_nested_statements: Optional[bool] = None,
|
|
34374
|
+
log_parameter: Optional[bool] = None,
|
|
34375
|
+
log_parameter_max_size: Optional[int] = None,
|
|
34376
|
+
log_relation: Optional[bool] = None,
|
|
34377
|
+
log_rows: Optional[bool] = None,
|
|
34378
|
+
log_statement: Optional[bool] = None,
|
|
34379
|
+
log_statement_once: Optional[bool] = None,
|
|
34380
|
+
logs: Optional[Sequence[str]] = None,
|
|
34381
|
+
role: Optional[str] = None):
|
|
34382
|
+
"""
|
|
34383
|
+
:param 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`.
|
|
34384
|
+
:param 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`.
|
|
34385
|
+
:param bool log_client: Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
|
|
34386
|
+
:param str log_level: Specifies the log level that will be used for log entries. The default value is `log`.
|
|
34387
|
+
:param 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`.
|
|
34388
|
+
:param 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`.
|
|
34389
|
+
:param bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
|
|
34390
|
+
:param int log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>. The default value is `0`.
|
|
34391
|
+
:param 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`.
|
|
34392
|
+
:param 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`.
|
|
34393
|
+
:param bool log_statement: Specifies whether logging will include the statement text and parameters (if enabled). The default value is `true`.
|
|
34394
|
+
:param 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`.
|
|
34395
|
+
:param Sequence[str] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
34396
|
+
:param str role: Specifies the master role to use for object audit logging.
|
|
34397
|
+
"""
|
|
34398
|
+
if feature_enabled is not None:
|
|
34399
|
+
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
34400
|
+
if log_catalog is not None:
|
|
34401
|
+
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
34402
|
+
if log_client is not None:
|
|
34403
|
+
pulumi.set(__self__, "log_client", log_client)
|
|
34404
|
+
if log_level is not None:
|
|
34405
|
+
pulumi.set(__self__, "log_level", log_level)
|
|
34406
|
+
if log_max_string_length is not None:
|
|
34407
|
+
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
34408
|
+
if log_nested_statements is not None:
|
|
34409
|
+
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
34410
|
+
if log_parameter is not None:
|
|
34411
|
+
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
34412
|
+
if log_parameter_max_size is not None:
|
|
34413
|
+
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
34414
|
+
if log_relation is not None:
|
|
34415
|
+
pulumi.set(__self__, "log_relation", log_relation)
|
|
34416
|
+
if log_rows is not None:
|
|
34417
|
+
pulumi.set(__self__, "log_rows", log_rows)
|
|
34418
|
+
if log_statement is not None:
|
|
34419
|
+
pulumi.set(__self__, "log_statement", log_statement)
|
|
34420
|
+
if log_statement_once is not None:
|
|
34421
|
+
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
34422
|
+
if logs is not None:
|
|
34423
|
+
pulumi.set(__self__, "logs", logs)
|
|
34424
|
+
if role is not None:
|
|
34425
|
+
pulumi.set(__self__, "role", role)
|
|
34426
|
+
|
|
34427
|
+
@property
|
|
34428
|
+
@pulumi.getter(name="featureEnabled")
|
|
34429
|
+
def feature_enabled(self) -> Optional[bool]:
|
|
34430
|
+
"""
|
|
34431
|
+
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`.
|
|
34432
|
+
"""
|
|
34433
|
+
return pulumi.get(self, "feature_enabled")
|
|
34434
|
+
|
|
34435
|
+
@property
|
|
34436
|
+
@pulumi.getter(name="logCatalog")
|
|
34437
|
+
def log_catalog(self) -> Optional[bool]:
|
|
34438
|
+
"""
|
|
34439
|
+
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is `true`.
|
|
34440
|
+
"""
|
|
34441
|
+
return pulumi.get(self, "log_catalog")
|
|
34442
|
+
|
|
34443
|
+
@property
|
|
34444
|
+
@pulumi.getter(name="logClient")
|
|
34445
|
+
def log_client(self) -> Optional[bool]:
|
|
34446
|
+
"""
|
|
34447
|
+
Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
|
|
34448
|
+
"""
|
|
34449
|
+
return pulumi.get(self, "log_client")
|
|
34450
|
+
|
|
34451
|
+
@property
|
|
34452
|
+
@pulumi.getter(name="logLevel")
|
|
34453
|
+
def log_level(self) -> Optional[str]:
|
|
34454
|
+
"""
|
|
34455
|
+
Specifies the log level that will be used for log entries. The default value is `log`.
|
|
34456
|
+
"""
|
|
34457
|
+
return pulumi.get(self, "log_level")
|
|
34458
|
+
|
|
34459
|
+
@property
|
|
34460
|
+
@pulumi.getter(name="logMaxStringLength")
|
|
34461
|
+
def log_max_string_length(self) -> Optional[int]:
|
|
34462
|
+
"""
|
|
34463
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is `-1`.
|
|
34464
|
+
"""
|
|
34465
|
+
return pulumi.get(self, "log_max_string_length")
|
|
34466
|
+
|
|
34467
|
+
@property
|
|
34468
|
+
@pulumi.getter(name="logNestedStatements")
|
|
34469
|
+
def log_nested_statements(self) -> Optional[bool]:
|
|
34470
|
+
"""
|
|
34471
|
+
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`.
|
|
34472
|
+
"""
|
|
34473
|
+
return pulumi.get(self, "log_nested_statements")
|
|
34474
|
+
|
|
34475
|
+
@property
|
|
34476
|
+
@pulumi.getter(name="logParameter")
|
|
34477
|
+
def log_parameter(self) -> Optional[bool]:
|
|
34478
|
+
"""
|
|
34479
|
+
Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
|
|
34480
|
+
"""
|
|
34481
|
+
return pulumi.get(self, "log_parameter")
|
|
34482
|
+
|
|
34483
|
+
@property
|
|
34484
|
+
@pulumi.getter(name="logParameterMaxSize")
|
|
34485
|
+
def log_parameter_max_size(self) -> Optional[int]:
|
|
34486
|
+
"""
|
|
34487
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>. The default value is `0`.
|
|
34488
|
+
"""
|
|
34489
|
+
return pulumi.get(self, "log_parameter_max_size")
|
|
34490
|
+
|
|
34491
|
+
@property
|
|
34492
|
+
@pulumi.getter(name="logRelation")
|
|
34493
|
+
def log_relation(self) -> Optional[bool]:
|
|
34494
|
+
"""
|
|
34495
|
+
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`.
|
|
34496
|
+
"""
|
|
34497
|
+
return pulumi.get(self, "log_relation")
|
|
34498
|
+
|
|
34499
|
+
@property
|
|
34500
|
+
@pulumi.getter(name="logRows")
|
|
34501
|
+
def log_rows(self) -> Optional[bool]:
|
|
34502
|
+
"""
|
|
34503
|
+
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`.
|
|
34504
|
+
"""
|
|
34505
|
+
return pulumi.get(self, "log_rows")
|
|
34506
|
+
|
|
34507
|
+
@property
|
|
34508
|
+
@pulumi.getter(name="logStatement")
|
|
34509
|
+
def log_statement(self) -> Optional[bool]:
|
|
34510
|
+
"""
|
|
34511
|
+
Specifies whether logging will include the statement text and parameters (if enabled). The default value is `true`.
|
|
34512
|
+
"""
|
|
34513
|
+
return pulumi.get(self, "log_statement")
|
|
34514
|
+
|
|
34515
|
+
@property
|
|
34516
|
+
@pulumi.getter(name="logStatementOnce")
|
|
34517
|
+
def log_statement_once(self) -> Optional[bool]:
|
|
34518
|
+
"""
|
|
34519
|
+
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`.
|
|
34520
|
+
"""
|
|
34521
|
+
return pulumi.get(self, "log_statement_once")
|
|
34522
|
+
|
|
34523
|
+
@property
|
|
34524
|
+
@pulumi.getter
|
|
34525
|
+
def logs(self) -> Optional[Sequence[str]]:
|
|
34526
|
+
"""
|
|
34527
|
+
Specifies which classes of statements will be logged by session audit logging.
|
|
34528
|
+
"""
|
|
34529
|
+
return pulumi.get(self, "logs")
|
|
34530
|
+
|
|
34531
|
+
@property
|
|
34532
|
+
@pulumi.getter
|
|
34533
|
+
def role(self) -> Optional[str]:
|
|
34534
|
+
"""
|
|
34535
|
+
Specifies the master role to use for object audit logging.
|
|
34536
|
+
"""
|
|
34537
|
+
return pulumi.get(self, "role")
|
|
34538
|
+
|
|
34539
|
+
|
|
32298
34540
|
@pulumi.output_type
|
|
32299
34541
|
class GetPgPgUserConfigPgbouncerResult(dict):
|
|
32300
34542
|
def __init__(__self__, *,
|
|
@@ -33401,7 +35643,7 @@ class GetServiceIntegrationClickhouseKafkaUserConfigResult(dict):
|
|
|
33401
35643
|
def __init__(__self__, *,
|
|
33402
35644
|
tables: Optional[Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableResult']] = None):
|
|
33403
35645
|
"""
|
|
33404
|
-
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableArgs'] tables: Tables to create
|
|
35646
|
+
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableArgs'] tables: Tables to create
|
|
33405
35647
|
"""
|
|
33406
35648
|
if tables is not None:
|
|
33407
35649
|
pulumi.set(__self__, "tables", tables)
|
|
@@ -33410,7 +35652,7 @@ class GetServiceIntegrationClickhouseKafkaUserConfigResult(dict):
|
|
|
33410
35652
|
@pulumi.getter
|
|
33411
35653
|
def tables(self) -> Optional[Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableResult']]:
|
|
33412
35654
|
"""
|
|
33413
|
-
Tables to create
|
|
35655
|
+
Tables to create
|
|
33414
35656
|
"""
|
|
33415
35657
|
return pulumi.get(self, "tables")
|
|
33416
35658
|
|
|
@@ -33418,25 +35660,26 @@ class GetServiceIntegrationClickhouseKafkaUserConfigResult(dict):
|
|
|
33418
35660
|
@pulumi.output_type
|
|
33419
35661
|
class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
33420
35662
|
def __init__(__self__, *,
|
|
35663
|
+
columns: Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableColumnResult'],
|
|
33421
35664
|
data_format: str,
|
|
33422
35665
|
group_name: str,
|
|
33423
35666
|
name: str,
|
|
35667
|
+
topics: Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableTopicResult'],
|
|
33424
35668
|
auto_offset_reset: Optional[str] = None,
|
|
33425
|
-
columns: Optional[Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableColumnResult']] = None,
|
|
33426
35669
|
date_time_input_format: Optional[str] = None,
|
|
33427
35670
|
handle_error_mode: Optional[str] = None,
|
|
33428
35671
|
max_block_size: Optional[int] = None,
|
|
33429
35672
|
max_rows_per_message: Optional[int] = None,
|
|
33430
35673
|
num_consumers: Optional[int] = None,
|
|
33431
35674
|
poll_max_batch_size: Optional[int] = None,
|
|
33432
|
-
skip_broken_messages: Optional[int] = None
|
|
33433
|
-
topics: Optional[Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableTopicResult']] = None):
|
|
35675
|
+
skip_broken_messages: Optional[int] = None):
|
|
33434
35676
|
"""
|
|
35677
|
+
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns
|
|
33435
35678
|
:param str data_format: Message data format. The default value is `JSONEachRow`.
|
|
33436
35679
|
:param str group_name: Kafka consumers group. The default value is `clickhouse`.
|
|
33437
35680
|
:param str name: Name of the table.
|
|
35681
|
+
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics
|
|
33438
35682
|
:param 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`.
|
|
33439
|
-
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns.
|
|
33440
35683
|
:param str date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
|
|
33441
35684
|
:param str handle_error_mode: How to handle errors for Kafka engine. The default value is `default`.
|
|
33442
35685
|
:param int max_block_size: Number of row collected by poll(s) for flushing data from Kafka. The default value is `0`.
|
|
@@ -33444,15 +35687,14 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
33444
35687
|
:param int num_consumers: The number of consumers per table per replica. The default value is `1`.
|
|
33445
35688
|
:param int poll_max_batch_size: Maximum amount of messages to be polled in a single Kafka poll. The default value is `0`.
|
|
33446
35689
|
:param int skip_broken_messages: Skip at least this number of broken messages from Kafka topic per block. The default value is `0`.
|
|
33447
|
-
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics.
|
|
33448
35690
|
"""
|
|
35691
|
+
pulumi.set(__self__, "columns", columns)
|
|
33449
35692
|
pulumi.set(__self__, "data_format", data_format)
|
|
33450
35693
|
pulumi.set(__self__, "group_name", group_name)
|
|
33451
35694
|
pulumi.set(__self__, "name", name)
|
|
35695
|
+
pulumi.set(__self__, "topics", topics)
|
|
33452
35696
|
if auto_offset_reset is not None:
|
|
33453
35697
|
pulumi.set(__self__, "auto_offset_reset", auto_offset_reset)
|
|
33454
|
-
if columns is not None:
|
|
33455
|
-
pulumi.set(__self__, "columns", columns)
|
|
33456
35698
|
if date_time_input_format is not None:
|
|
33457
35699
|
pulumi.set(__self__, "date_time_input_format", date_time_input_format)
|
|
33458
35700
|
if handle_error_mode is not None:
|
|
@@ -33467,8 +35709,14 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
33467
35709
|
pulumi.set(__self__, "poll_max_batch_size", poll_max_batch_size)
|
|
33468
35710
|
if skip_broken_messages is not None:
|
|
33469
35711
|
pulumi.set(__self__, "skip_broken_messages", skip_broken_messages)
|
|
33470
|
-
|
|
33471
|
-
|
|
35712
|
+
|
|
35713
|
+
@property
|
|
35714
|
+
@pulumi.getter
|
|
35715
|
+
def columns(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableColumnResult']:
|
|
35716
|
+
"""
|
|
35717
|
+
Table columns
|
|
35718
|
+
"""
|
|
35719
|
+
return pulumi.get(self, "columns")
|
|
33472
35720
|
|
|
33473
35721
|
@property
|
|
33474
35722
|
@pulumi.getter(name="dataFormat")
|
|
@@ -33495,20 +35743,20 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
33495
35743
|
return pulumi.get(self, "name")
|
|
33496
35744
|
|
|
33497
35745
|
@property
|
|
33498
|
-
@pulumi.getter
|
|
33499
|
-
def
|
|
35746
|
+
@pulumi.getter
|
|
35747
|
+
def topics(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableTopicResult']:
|
|
33500
35748
|
"""
|
|
33501
|
-
|
|
35749
|
+
Kafka topics
|
|
33502
35750
|
"""
|
|
33503
|
-
return pulumi.get(self, "
|
|
35751
|
+
return pulumi.get(self, "topics")
|
|
33504
35752
|
|
|
33505
35753
|
@property
|
|
33506
|
-
@pulumi.getter
|
|
33507
|
-
def
|
|
35754
|
+
@pulumi.getter(name="autoOffsetReset")
|
|
35755
|
+
def auto_offset_reset(self) -> Optional[str]:
|
|
33508
35756
|
"""
|
|
33509
|
-
|
|
35757
|
+
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`.
|
|
33510
35758
|
"""
|
|
33511
|
-
return pulumi.get(self, "
|
|
35759
|
+
return pulumi.get(self, "auto_offset_reset")
|
|
33512
35760
|
|
|
33513
35761
|
@property
|
|
33514
35762
|
@pulumi.getter(name="dateTimeInputFormat")
|
|
@@ -33566,14 +35814,6 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
33566
35814
|
"""
|
|
33567
35815
|
return pulumi.get(self, "skip_broken_messages")
|
|
33568
35816
|
|
|
33569
|
-
@property
|
|
33570
|
-
@pulumi.getter
|
|
33571
|
-
def topics(self) -> Optional[Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableTopicResult']]:
|
|
33572
|
-
"""
|
|
33573
|
-
Kafka topics.
|
|
33574
|
-
"""
|
|
33575
|
-
return pulumi.get(self, "topics")
|
|
33576
|
-
|
|
33577
35817
|
|
|
33578
35818
|
@pulumi.output_type
|
|
33579
35819
|
class GetServiceIntegrationClickhouseKafkaUserConfigTableColumnResult(dict):
|
|
@@ -33627,7 +35867,7 @@ class GetServiceIntegrationClickhousePostgresqlUserConfigResult(dict):
|
|
|
33627
35867
|
def __init__(__self__, *,
|
|
33628
35868
|
databases: Optional[Sequence['outputs.GetServiceIntegrationClickhousePostgresqlUserConfigDatabaseResult']] = None):
|
|
33629
35869
|
"""
|
|
33630
|
-
:param Sequence['GetServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs'] databases: Databases to expose
|
|
35870
|
+
:param Sequence['GetServiceIntegrationClickhousePostgresqlUserConfigDatabaseArgs'] databases: Databases to expose
|
|
33631
35871
|
"""
|
|
33632
35872
|
if databases is not None:
|
|
33633
35873
|
pulumi.set(__self__, "databases", databases)
|
|
@@ -33636,7 +35876,7 @@ class GetServiceIntegrationClickhousePostgresqlUserConfigResult(dict):
|
|
|
33636
35876
|
@pulumi.getter
|
|
33637
35877
|
def databases(self) -> Optional[Sequence['outputs.GetServiceIntegrationClickhousePostgresqlUserConfigDatabaseResult']]:
|
|
33638
35878
|
"""
|
|
33639
|
-
Databases to expose
|
|
35879
|
+
Databases to expose
|
|
33640
35880
|
"""
|
|
33641
35881
|
return pulumi.get(self, "databases")
|
|
33642
35882
|
|
|
@@ -33687,15 +35927,15 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
33687
35927
|
redis: Optional['outputs.GetServiceIntegrationDatadogUserConfigRedisResult'] = None):
|
|
33688
35928
|
"""
|
|
33689
35929
|
:param bool datadog_dbm_enabled: Enable Datadog Database Monitoring.
|
|
33690
|
-
:param Sequence['GetServiceIntegrationDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
35930
|
+
:param Sequence['GetServiceIntegrationDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
33691
35931
|
:param Sequence[str] exclude_consumer_groups: List of custom metrics.
|
|
33692
35932
|
:param Sequence[str] exclude_topics: List of topics to exclude.
|
|
33693
35933
|
:param Sequence[str] include_consumer_groups: List of custom metrics.
|
|
33694
35934
|
:param Sequence[str] include_topics: List of topics to include.
|
|
33695
35935
|
:param Sequence[str] kafka_custom_metrics: List of custom metrics.
|
|
33696
35936
|
:param int max_jmx_metrics: Maximum number of JMX metrics to send.
|
|
33697
|
-
:param 'GetServiceIntegrationDatadogUserConfigOpensearchArgs' opensearch: Datadog Opensearch Options
|
|
33698
|
-
:param 'GetServiceIntegrationDatadogUserConfigRedisArgs' redis: Datadog Redis Options
|
|
35937
|
+
:param 'GetServiceIntegrationDatadogUserConfigOpensearchArgs' opensearch: Datadog Opensearch Options
|
|
35938
|
+
:param 'GetServiceIntegrationDatadogUserConfigRedisArgs' redis: Datadog Redis Options
|
|
33699
35939
|
"""
|
|
33700
35940
|
if datadog_dbm_enabled is not None:
|
|
33701
35941
|
pulumi.set(__self__, "datadog_dbm_enabled", datadog_dbm_enabled)
|
|
@@ -33730,7 +35970,7 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
33730
35970
|
@pulumi.getter(name="datadogTags")
|
|
33731
35971
|
def datadog_tags(self) -> Optional[Sequence['outputs.GetServiceIntegrationDatadogUserConfigDatadogTagResult']]:
|
|
33732
35972
|
"""
|
|
33733
|
-
Custom tags provided by user
|
|
35973
|
+
Custom tags provided by user
|
|
33734
35974
|
"""
|
|
33735
35975
|
return pulumi.get(self, "datadog_tags")
|
|
33736
35976
|
|
|
@@ -33786,7 +36026,7 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
33786
36026
|
@pulumi.getter
|
|
33787
36027
|
def opensearch(self) -> Optional['outputs.GetServiceIntegrationDatadogUserConfigOpensearchResult']:
|
|
33788
36028
|
"""
|
|
33789
|
-
Datadog Opensearch Options
|
|
36029
|
+
Datadog Opensearch Options
|
|
33790
36030
|
"""
|
|
33791
36031
|
return pulumi.get(self, "opensearch")
|
|
33792
36032
|
|
|
@@ -33794,7 +36034,7 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
33794
36034
|
@pulumi.getter
|
|
33795
36035
|
def redis(self) -> Optional['outputs.GetServiceIntegrationDatadogUserConfigRedisResult']:
|
|
33796
36036
|
"""
|
|
33797
|
-
Datadog Redis Options
|
|
36037
|
+
Datadog Redis Options
|
|
33798
36038
|
"""
|
|
33799
36039
|
return pulumi.get(self, "redis")
|
|
33800
36040
|
|
|
@@ -33903,7 +36143,7 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
|
|
|
33903
36143
|
site: Optional[str] = None):
|
|
33904
36144
|
"""
|
|
33905
36145
|
:param str datadog_api_key: Datadog API key.
|
|
33906
|
-
:param Sequence['GetServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
36146
|
+
:param Sequence['GetServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
33907
36147
|
:param bool disable_consumer_stats: Disable consumer group metrics.
|
|
33908
36148
|
:param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with.
|
|
33909
36149
|
:param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers.
|
|
@@ -33936,7 +36176,7 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
|
|
|
33936
36176
|
@pulumi.getter(name="datadogTags")
|
|
33937
36177
|
def datadog_tags(self) -> Optional[Sequence['outputs.GetServiceIntegrationEndpointDatadogUserConfigDatadogTagResult']]:
|
|
33938
36178
|
"""
|
|
33939
|
-
Custom tags provided by user
|
|
36179
|
+
Custom tags provided by user
|
|
33940
36180
|
"""
|
|
33941
36181
|
return pulumi.get(self, "datadog_tags")
|
|
33942
36182
|
|
|
@@ -34432,6 +36672,7 @@ class GetServiceIntegrationEndpointExternalPostgresqlResult(dict):
|
|
|
34432
36672
|
host: str,
|
|
34433
36673
|
port: int,
|
|
34434
36674
|
username: str,
|
|
36675
|
+
default_database: Optional[str] = None,
|
|
34435
36676
|
password: Optional[str] = None,
|
|
34436
36677
|
ssl_client_certificate: Optional[str] = None,
|
|
34437
36678
|
ssl_client_key: Optional[str] = None,
|
|
@@ -34441,6 +36682,7 @@ class GetServiceIntegrationEndpointExternalPostgresqlResult(dict):
|
|
|
34441
36682
|
:param str host: Hostname or IP address of the server.
|
|
34442
36683
|
:param int port: Port number of the server.
|
|
34443
36684
|
:param str username: User name.
|
|
36685
|
+
:param str default_database: Default database.
|
|
34444
36686
|
:param str password: Password.
|
|
34445
36687
|
:param str ssl_client_certificate: Client certificate.
|
|
34446
36688
|
:param str ssl_client_key: Client key.
|
|
@@ -34450,6 +36692,8 @@ class GetServiceIntegrationEndpointExternalPostgresqlResult(dict):
|
|
|
34450
36692
|
pulumi.set(__self__, "host", host)
|
|
34451
36693
|
pulumi.set(__self__, "port", port)
|
|
34452
36694
|
pulumi.set(__self__, "username", username)
|
|
36695
|
+
if default_database is not None:
|
|
36696
|
+
pulumi.set(__self__, "default_database", default_database)
|
|
34453
36697
|
if password is not None:
|
|
34454
36698
|
pulumi.set(__self__, "password", password)
|
|
34455
36699
|
if ssl_client_certificate is not None:
|
|
@@ -34485,6 +36729,14 @@ class GetServiceIntegrationEndpointExternalPostgresqlResult(dict):
|
|
|
34485
36729
|
"""
|
|
34486
36730
|
return pulumi.get(self, "username")
|
|
34487
36731
|
|
|
36732
|
+
@property
|
|
36733
|
+
@pulumi.getter(name="defaultDatabase")
|
|
36734
|
+
def default_database(self) -> Optional[str]:
|
|
36735
|
+
"""
|
|
36736
|
+
Default database.
|
|
36737
|
+
"""
|
|
36738
|
+
return pulumi.get(self, "default_database")
|
|
36739
|
+
|
|
34488
36740
|
@property
|
|
34489
36741
|
@pulumi.getter
|
|
34490
36742
|
def password(self) -> Optional[str]:
|
|
@@ -34764,14 +37016,33 @@ class GetServiceIntegrationEndpointRsyslogUserConfigResult(dict):
|
|
|
34764
37016
|
return pulumi.get(self, "sd")
|
|
34765
37017
|
|
|
34766
37018
|
|
|
37019
|
+
@pulumi.output_type
|
|
37020
|
+
class GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult(dict):
|
|
37021
|
+
def __init__(__self__, *,
|
|
37022
|
+
selected_log_fields: Optional[Sequence[str]] = None):
|
|
37023
|
+
"""
|
|
37024
|
+
:param Sequence[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.
|
|
37025
|
+
"""
|
|
37026
|
+
if selected_log_fields is not None:
|
|
37027
|
+
pulumi.set(__self__, "selected_log_fields", selected_log_fields)
|
|
37028
|
+
|
|
37029
|
+
@property
|
|
37030
|
+
@pulumi.getter(name="selectedLogFields")
|
|
37031
|
+
def selected_log_fields(self) -> Optional[Sequence[str]]:
|
|
37032
|
+
"""
|
|
37033
|
+
The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
|
|
37034
|
+
"""
|
|
37035
|
+
return pulumi.get(self, "selected_log_fields")
|
|
37036
|
+
|
|
37037
|
+
|
|
34767
37038
|
@pulumi.output_type
|
|
34768
37039
|
class GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult(dict):
|
|
34769
37040
|
def __init__(__self__, *,
|
|
34770
37041
|
dropped_metrics: Optional[Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricResult']] = None,
|
|
34771
37042
|
extra_metrics: Optional[Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult']] = None):
|
|
34772
37043
|
"""
|
|
34773
|
-
:param Sequence['GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs'] dropped_metrics: Metrics to not send to AWS CloudWatch (takes precedence over extra_metrics)
|
|
34774
|
-
:param Sequence['GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs'] extra_metrics: Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
37044
|
+
:param Sequence['GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricArgs'] dropped_metrics: Metrics to not send to AWS CloudWatch (takes precedence over extra_metrics)
|
|
37045
|
+
:param Sequence['GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs'] extra_metrics: Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
34775
37046
|
"""
|
|
34776
37047
|
if dropped_metrics is not None:
|
|
34777
37048
|
pulumi.set(__self__, "dropped_metrics", dropped_metrics)
|
|
@@ -34782,7 +37053,7 @@ class GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult(dict):
|
|
|
34782
37053
|
@pulumi.getter(name="droppedMetrics")
|
|
34783
37054
|
def dropped_metrics(self) -> Optional[Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetricResult']]:
|
|
34784
37055
|
"""
|
|
34785
|
-
Metrics to not send to AWS CloudWatch (takes precedence over extra_metrics)
|
|
37056
|
+
Metrics to not send to AWS CloudWatch (takes precedence over extra_metrics)
|
|
34786
37057
|
"""
|
|
34787
37058
|
return pulumi.get(self, "dropped_metrics")
|
|
34788
37059
|
|
|
@@ -34790,7 +37061,7 @@ class GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult(dict):
|
|
|
34790
37061
|
@pulumi.getter(name="extraMetrics")
|
|
34791
37062
|
def extra_metrics(self) -> Optional[Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult']]:
|
|
34792
37063
|
"""
|
|
34793
|
-
Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
37064
|
+
Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
34794
37065
|
"""
|
|
34795
37066
|
return pulumi.get(self, "extra_metrics")
|
|
34796
37067
|
|
|
@@ -34853,12 +37124,50 @@ class GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResu
|
|
|
34853
37124
|
return pulumi.get(self, "metric")
|
|
34854
37125
|
|
|
34855
37126
|
|
|
37127
|
+
@pulumi.output_type
|
|
37128
|
+
class GetServiceIntegrationExternalElasticsearchLogsUserConfigResult(dict):
|
|
37129
|
+
def __init__(__self__, *,
|
|
37130
|
+
selected_log_fields: Optional[Sequence[str]] = None):
|
|
37131
|
+
"""
|
|
37132
|
+
:param Sequence[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.
|
|
37133
|
+
"""
|
|
37134
|
+
if selected_log_fields is not None:
|
|
37135
|
+
pulumi.set(__self__, "selected_log_fields", selected_log_fields)
|
|
37136
|
+
|
|
37137
|
+
@property
|
|
37138
|
+
@pulumi.getter(name="selectedLogFields")
|
|
37139
|
+
def selected_log_fields(self) -> Optional[Sequence[str]]:
|
|
37140
|
+
"""
|
|
37141
|
+
The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
|
|
37142
|
+
"""
|
|
37143
|
+
return pulumi.get(self, "selected_log_fields")
|
|
37144
|
+
|
|
37145
|
+
|
|
37146
|
+
@pulumi.output_type
|
|
37147
|
+
class GetServiceIntegrationExternalOpensearchLogsUserConfigResult(dict):
|
|
37148
|
+
def __init__(__self__, *,
|
|
37149
|
+
selected_log_fields: Optional[Sequence[str]] = None):
|
|
37150
|
+
"""
|
|
37151
|
+
:param Sequence[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.
|
|
37152
|
+
"""
|
|
37153
|
+
if selected_log_fields is not None:
|
|
37154
|
+
pulumi.set(__self__, "selected_log_fields", selected_log_fields)
|
|
37155
|
+
|
|
37156
|
+
@property
|
|
37157
|
+
@pulumi.getter(name="selectedLogFields")
|
|
37158
|
+
def selected_log_fields(self) -> Optional[Sequence[str]]:
|
|
37159
|
+
"""
|
|
37160
|
+
The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent.
|
|
37161
|
+
"""
|
|
37162
|
+
return pulumi.get(self, "selected_log_fields")
|
|
37163
|
+
|
|
37164
|
+
|
|
34856
37165
|
@pulumi.output_type
|
|
34857
37166
|
class GetServiceIntegrationKafkaConnectUserConfigResult(dict):
|
|
34858
37167
|
def __init__(__self__, *,
|
|
34859
37168
|
kafka_connect: Optional['outputs.GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult'] = None):
|
|
34860
37169
|
"""
|
|
34861
|
-
:param 'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs' kafka_connect: Kafka Connect service configuration values
|
|
37170
|
+
:param 'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs' kafka_connect: Kafka Connect service configuration values
|
|
34862
37171
|
"""
|
|
34863
37172
|
if kafka_connect is not None:
|
|
34864
37173
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
@@ -34867,7 +37176,7 @@ class GetServiceIntegrationKafkaConnectUserConfigResult(dict):
|
|
|
34867
37176
|
@pulumi.getter(name="kafkaConnect")
|
|
34868
37177
|
def kafka_connect(self) -> Optional['outputs.GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult']:
|
|
34869
37178
|
"""
|
|
34870
|
-
Kafka Connect service configuration values
|
|
37179
|
+
Kafka Connect service configuration values
|
|
34871
37180
|
"""
|
|
34872
37181
|
return pulumi.get(self, "kafka_connect")
|
|
34873
37182
|
|
|
@@ -34964,7 +37273,7 @@ class GetServiceIntegrationKafkaMirrormakerUserConfigResult(dict):
|
|
|
34964
37273
|
kafka_mirrormaker: Optional['outputs.GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerResult'] = None):
|
|
34965
37274
|
"""
|
|
34966
37275
|
:param str cluster_alias: The alias under which the Kafka cluster is known to MirrorMaker. Can contain the following symbols: ASCII alphanumerics, '.', '_', and '-'.
|
|
34967
|
-
:param 'GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs' kafka_mirrormaker: Kafka MirrorMaker configuration values
|
|
37276
|
+
:param 'GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs' kafka_mirrormaker: Kafka MirrorMaker configuration values
|
|
34968
37277
|
"""
|
|
34969
37278
|
if cluster_alias is not None:
|
|
34970
37279
|
pulumi.set(__self__, "cluster_alias", cluster_alias)
|
|
@@ -34983,7 +37292,7 @@ class GetServiceIntegrationKafkaMirrormakerUserConfigResult(dict):
|
|
|
34983
37292
|
@pulumi.getter(name="kafkaMirrormaker")
|
|
34984
37293
|
def kafka_mirrormaker(self) -> Optional['outputs.GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerResult']:
|
|
34985
37294
|
"""
|
|
34986
|
-
Kafka MirrorMaker configuration values
|
|
37295
|
+
Kafka MirrorMaker configuration values
|
|
34987
37296
|
"""
|
|
34988
37297
|
return pulumi.get(self, "kafka_mirrormaker")
|
|
34989
37298
|
|
|
@@ -35122,7 +37431,7 @@ class GetServiceIntegrationMetricsUserConfigResult(dict):
|
|
|
35122
37431
|
:param 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.
|
|
35123
37432
|
:param 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.
|
|
35124
37433
|
:param 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.
|
|
35125
|
-
:param 'GetServiceIntegrationMetricsUserConfigSourceMysqlArgs' source_mysql: Configuration options for metrics where source service is MySQL
|
|
37434
|
+
:param 'GetServiceIntegrationMetricsUserConfigSourceMysqlArgs' source_mysql: Configuration options for metrics where source service is MySQL
|
|
35126
37435
|
:param 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.
|
|
35127
37436
|
"""
|
|
35128
37437
|
if database is not None:
|
|
@@ -35164,7 +37473,7 @@ class GetServiceIntegrationMetricsUserConfigResult(dict):
|
|
|
35164
37473
|
@pulumi.getter(name="sourceMysql")
|
|
35165
37474
|
def source_mysql(self) -> Optional['outputs.GetServiceIntegrationMetricsUserConfigSourceMysqlResult']:
|
|
35166
37475
|
"""
|
|
35167
|
-
Configuration options for metrics where source service is MySQL
|
|
37476
|
+
Configuration options for metrics where source service is MySQL
|
|
35168
37477
|
"""
|
|
35169
37478
|
return pulumi.get(self, "source_mysql")
|
|
35170
37479
|
|
|
@@ -35182,7 +37491,7 @@ class GetServiceIntegrationMetricsUserConfigSourceMysqlResult(dict):
|
|
|
35182
37491
|
def __init__(__self__, *,
|
|
35183
37492
|
telegraf: Optional['outputs.GetServiceIntegrationMetricsUserConfigSourceMysqlTelegrafResult'] = None):
|
|
35184
37493
|
"""
|
|
35185
|
-
:param 'GetServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs' telegraf: Configuration options for Telegraf MySQL input plugin
|
|
37494
|
+
:param 'GetServiceIntegrationMetricsUserConfigSourceMysqlTelegrafArgs' telegraf: Configuration options for Telegraf MySQL input plugin
|
|
35186
37495
|
"""
|
|
35187
37496
|
if telegraf is not None:
|
|
35188
37497
|
pulumi.set(__self__, "telegraf", telegraf)
|
|
@@ -35191,7 +37500,7 @@ class GetServiceIntegrationMetricsUserConfigSourceMysqlResult(dict):
|
|
|
35191
37500
|
@pulumi.getter
|
|
35192
37501
|
def telegraf(self) -> Optional['outputs.GetServiceIntegrationMetricsUserConfigSourceMysqlTelegrafResult']:
|
|
35193
37502
|
"""
|
|
35194
|
-
Configuration options for Telegraf MySQL input plugin
|
|
37503
|
+
Configuration options for Telegraf MySQL input plugin
|
|
35195
37504
|
"""
|
|
35196
37505
|
return pulumi.get(self, "telegraf")
|
|
35197
37506
|
|
|
@@ -35371,3 +37680,216 @@ class GetServiceIntegrationMetricsUserConfigSourceMysqlTelegrafResult(dict):
|
|
|
35371
37680
|
return pulumi.get(self, "perf_events_statements_time_limit")
|
|
35372
37681
|
|
|
35373
37682
|
|
|
37683
|
+
@pulumi.output_type
|
|
37684
|
+
class GetServiceIntegrationPrometheusUserConfigResult(dict):
|
|
37685
|
+
def __init__(__self__, *,
|
|
37686
|
+
source_mysql: Optional['outputs.GetServiceIntegrationPrometheusUserConfigSourceMysqlResult'] = None):
|
|
37687
|
+
"""
|
|
37688
|
+
:param 'GetServiceIntegrationPrometheusUserConfigSourceMysqlArgs' source_mysql: Configuration options for metrics where source service is MySQL
|
|
37689
|
+
"""
|
|
37690
|
+
if source_mysql is not None:
|
|
37691
|
+
pulumi.set(__self__, "source_mysql", source_mysql)
|
|
37692
|
+
|
|
37693
|
+
@property
|
|
37694
|
+
@pulumi.getter(name="sourceMysql")
|
|
37695
|
+
def source_mysql(self) -> Optional['outputs.GetServiceIntegrationPrometheusUserConfigSourceMysqlResult']:
|
|
37696
|
+
"""
|
|
37697
|
+
Configuration options for metrics where source service is MySQL
|
|
37698
|
+
"""
|
|
37699
|
+
return pulumi.get(self, "source_mysql")
|
|
37700
|
+
|
|
37701
|
+
|
|
37702
|
+
@pulumi.output_type
|
|
37703
|
+
class GetServiceIntegrationPrometheusUserConfigSourceMysqlResult(dict):
|
|
37704
|
+
def __init__(__self__, *,
|
|
37705
|
+
telegraf: Optional['outputs.GetServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafResult'] = None):
|
|
37706
|
+
"""
|
|
37707
|
+
:param 'GetServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafArgs' telegraf: Configuration options for Telegraf MySQL input plugin
|
|
37708
|
+
"""
|
|
37709
|
+
if telegraf is not None:
|
|
37710
|
+
pulumi.set(__self__, "telegraf", telegraf)
|
|
37711
|
+
|
|
37712
|
+
@property
|
|
37713
|
+
@pulumi.getter
|
|
37714
|
+
def telegraf(self) -> Optional['outputs.GetServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafResult']:
|
|
37715
|
+
"""
|
|
37716
|
+
Configuration options for Telegraf MySQL input plugin
|
|
37717
|
+
"""
|
|
37718
|
+
return pulumi.get(self, "telegraf")
|
|
37719
|
+
|
|
37720
|
+
|
|
37721
|
+
@pulumi.output_type
|
|
37722
|
+
class GetServiceIntegrationPrometheusUserConfigSourceMysqlTelegrafResult(dict):
|
|
37723
|
+
def __init__(__self__, *,
|
|
37724
|
+
gather_event_waits: Optional[bool] = None,
|
|
37725
|
+
gather_file_events_stats: Optional[bool] = None,
|
|
37726
|
+
gather_index_io_waits: Optional[bool] = None,
|
|
37727
|
+
gather_info_schema_auto_inc: Optional[bool] = None,
|
|
37728
|
+
gather_innodb_metrics: Optional[bool] = None,
|
|
37729
|
+
gather_perf_events_statements: Optional[bool] = None,
|
|
37730
|
+
gather_process_list: Optional[bool] = None,
|
|
37731
|
+
gather_slave_status: Optional[bool] = None,
|
|
37732
|
+
gather_table_io_waits: Optional[bool] = None,
|
|
37733
|
+
gather_table_lock_waits: Optional[bool] = None,
|
|
37734
|
+
gather_table_schema: Optional[bool] = None,
|
|
37735
|
+
perf_events_statements_digest_text_limit: Optional[int] = None,
|
|
37736
|
+
perf_events_statements_limit: Optional[int] = None,
|
|
37737
|
+
perf_events_statements_time_limit: Optional[int] = None):
|
|
37738
|
+
"""
|
|
37739
|
+
:param bool gather_event_waits: Gather metrics from PERFORMANCE_SCHEMA.EVENT_WAITS.
|
|
37740
|
+
:param bool gather_file_events_stats: gather metrics from PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_EVENT_NAME.
|
|
37741
|
+
:param bool gather_index_io_waits: Gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_INDEX_USAGE.
|
|
37742
|
+
:param bool gather_info_schema_auto_inc: Gather auto_increment columns and max values from information schema.
|
|
37743
|
+
:param bool gather_innodb_metrics: Gather metrics from INFORMATION_SCHEMA.INNODB_METRICS.
|
|
37744
|
+
:param bool gather_perf_events_statements: Gather metrics from PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_SUMMARY_BY_DIGEST.
|
|
37745
|
+
:param bool gather_process_list: Gather thread state counts from INFORMATION_SCHEMA.PROCESSLIST.
|
|
37746
|
+
:param bool gather_slave_status: Gather metrics from SHOW SLAVE STATUS command output.
|
|
37747
|
+
:param bool gather_table_io_waits: Gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_TABLE.
|
|
37748
|
+
:param bool gather_table_lock_waits: Gather metrics from PERFORMANCE_SCHEMA.TABLE_LOCK_WAITS.
|
|
37749
|
+
:param bool gather_table_schema: Gather metrics from INFORMATION_SCHEMA.TABLES.
|
|
37750
|
+
:param int perf_events_statements_digest_text_limit: Truncates digest text from perf_events_statements into this many characters.
|
|
37751
|
+
:param int perf_events_statements_limit: Limits metrics from perf_events_statements.
|
|
37752
|
+
:param int perf_events_statements_time_limit: Only include perf_events_statements whose last seen is less than this many seconds.
|
|
37753
|
+
"""
|
|
37754
|
+
if gather_event_waits is not None:
|
|
37755
|
+
pulumi.set(__self__, "gather_event_waits", gather_event_waits)
|
|
37756
|
+
if gather_file_events_stats is not None:
|
|
37757
|
+
pulumi.set(__self__, "gather_file_events_stats", gather_file_events_stats)
|
|
37758
|
+
if gather_index_io_waits is not None:
|
|
37759
|
+
pulumi.set(__self__, "gather_index_io_waits", gather_index_io_waits)
|
|
37760
|
+
if gather_info_schema_auto_inc is not None:
|
|
37761
|
+
pulumi.set(__self__, "gather_info_schema_auto_inc", gather_info_schema_auto_inc)
|
|
37762
|
+
if gather_innodb_metrics is not None:
|
|
37763
|
+
pulumi.set(__self__, "gather_innodb_metrics", gather_innodb_metrics)
|
|
37764
|
+
if gather_perf_events_statements is not None:
|
|
37765
|
+
pulumi.set(__self__, "gather_perf_events_statements", gather_perf_events_statements)
|
|
37766
|
+
if gather_process_list is not None:
|
|
37767
|
+
pulumi.set(__self__, "gather_process_list", gather_process_list)
|
|
37768
|
+
if gather_slave_status is not None:
|
|
37769
|
+
pulumi.set(__self__, "gather_slave_status", gather_slave_status)
|
|
37770
|
+
if gather_table_io_waits is not None:
|
|
37771
|
+
pulumi.set(__self__, "gather_table_io_waits", gather_table_io_waits)
|
|
37772
|
+
if gather_table_lock_waits is not None:
|
|
37773
|
+
pulumi.set(__self__, "gather_table_lock_waits", gather_table_lock_waits)
|
|
37774
|
+
if gather_table_schema is not None:
|
|
37775
|
+
pulumi.set(__self__, "gather_table_schema", gather_table_schema)
|
|
37776
|
+
if perf_events_statements_digest_text_limit is not None:
|
|
37777
|
+
pulumi.set(__self__, "perf_events_statements_digest_text_limit", perf_events_statements_digest_text_limit)
|
|
37778
|
+
if perf_events_statements_limit is not None:
|
|
37779
|
+
pulumi.set(__self__, "perf_events_statements_limit", perf_events_statements_limit)
|
|
37780
|
+
if perf_events_statements_time_limit is not None:
|
|
37781
|
+
pulumi.set(__self__, "perf_events_statements_time_limit", perf_events_statements_time_limit)
|
|
37782
|
+
|
|
37783
|
+
@property
|
|
37784
|
+
@pulumi.getter(name="gatherEventWaits")
|
|
37785
|
+
def gather_event_waits(self) -> Optional[bool]:
|
|
37786
|
+
"""
|
|
37787
|
+
Gather metrics from PERFORMANCE_SCHEMA.EVENT_WAITS.
|
|
37788
|
+
"""
|
|
37789
|
+
return pulumi.get(self, "gather_event_waits")
|
|
37790
|
+
|
|
37791
|
+
@property
|
|
37792
|
+
@pulumi.getter(name="gatherFileEventsStats")
|
|
37793
|
+
def gather_file_events_stats(self) -> Optional[bool]:
|
|
37794
|
+
"""
|
|
37795
|
+
gather metrics from PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_EVENT_NAME.
|
|
37796
|
+
"""
|
|
37797
|
+
return pulumi.get(self, "gather_file_events_stats")
|
|
37798
|
+
|
|
37799
|
+
@property
|
|
37800
|
+
@pulumi.getter(name="gatherIndexIoWaits")
|
|
37801
|
+
def gather_index_io_waits(self) -> Optional[bool]:
|
|
37802
|
+
"""
|
|
37803
|
+
Gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_INDEX_USAGE.
|
|
37804
|
+
"""
|
|
37805
|
+
return pulumi.get(self, "gather_index_io_waits")
|
|
37806
|
+
|
|
37807
|
+
@property
|
|
37808
|
+
@pulumi.getter(name="gatherInfoSchemaAutoInc")
|
|
37809
|
+
def gather_info_schema_auto_inc(self) -> Optional[bool]:
|
|
37810
|
+
"""
|
|
37811
|
+
Gather auto_increment columns and max values from information schema.
|
|
37812
|
+
"""
|
|
37813
|
+
return pulumi.get(self, "gather_info_schema_auto_inc")
|
|
37814
|
+
|
|
37815
|
+
@property
|
|
37816
|
+
@pulumi.getter(name="gatherInnodbMetrics")
|
|
37817
|
+
def gather_innodb_metrics(self) -> Optional[bool]:
|
|
37818
|
+
"""
|
|
37819
|
+
Gather metrics from INFORMATION_SCHEMA.INNODB_METRICS.
|
|
37820
|
+
"""
|
|
37821
|
+
return pulumi.get(self, "gather_innodb_metrics")
|
|
37822
|
+
|
|
37823
|
+
@property
|
|
37824
|
+
@pulumi.getter(name="gatherPerfEventsStatements")
|
|
37825
|
+
def gather_perf_events_statements(self) -> Optional[bool]:
|
|
37826
|
+
"""
|
|
37827
|
+
Gather metrics from PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_SUMMARY_BY_DIGEST.
|
|
37828
|
+
"""
|
|
37829
|
+
return pulumi.get(self, "gather_perf_events_statements")
|
|
37830
|
+
|
|
37831
|
+
@property
|
|
37832
|
+
@pulumi.getter(name="gatherProcessList")
|
|
37833
|
+
def gather_process_list(self) -> Optional[bool]:
|
|
37834
|
+
"""
|
|
37835
|
+
Gather thread state counts from INFORMATION_SCHEMA.PROCESSLIST.
|
|
37836
|
+
"""
|
|
37837
|
+
return pulumi.get(self, "gather_process_list")
|
|
37838
|
+
|
|
37839
|
+
@property
|
|
37840
|
+
@pulumi.getter(name="gatherSlaveStatus")
|
|
37841
|
+
def gather_slave_status(self) -> Optional[bool]:
|
|
37842
|
+
"""
|
|
37843
|
+
Gather metrics from SHOW SLAVE STATUS command output.
|
|
37844
|
+
"""
|
|
37845
|
+
return pulumi.get(self, "gather_slave_status")
|
|
37846
|
+
|
|
37847
|
+
@property
|
|
37848
|
+
@pulumi.getter(name="gatherTableIoWaits")
|
|
37849
|
+
def gather_table_io_waits(self) -> Optional[bool]:
|
|
37850
|
+
"""
|
|
37851
|
+
Gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_TABLE.
|
|
37852
|
+
"""
|
|
37853
|
+
return pulumi.get(self, "gather_table_io_waits")
|
|
37854
|
+
|
|
37855
|
+
@property
|
|
37856
|
+
@pulumi.getter(name="gatherTableLockWaits")
|
|
37857
|
+
def gather_table_lock_waits(self) -> Optional[bool]:
|
|
37858
|
+
"""
|
|
37859
|
+
Gather metrics from PERFORMANCE_SCHEMA.TABLE_LOCK_WAITS.
|
|
37860
|
+
"""
|
|
37861
|
+
return pulumi.get(self, "gather_table_lock_waits")
|
|
37862
|
+
|
|
37863
|
+
@property
|
|
37864
|
+
@pulumi.getter(name="gatherTableSchema")
|
|
37865
|
+
def gather_table_schema(self) -> Optional[bool]:
|
|
37866
|
+
"""
|
|
37867
|
+
Gather metrics from INFORMATION_SCHEMA.TABLES.
|
|
37868
|
+
"""
|
|
37869
|
+
return pulumi.get(self, "gather_table_schema")
|
|
37870
|
+
|
|
37871
|
+
@property
|
|
37872
|
+
@pulumi.getter(name="perfEventsStatementsDigestTextLimit")
|
|
37873
|
+
def perf_events_statements_digest_text_limit(self) -> Optional[int]:
|
|
37874
|
+
"""
|
|
37875
|
+
Truncates digest text from perf_events_statements into this many characters.
|
|
37876
|
+
"""
|
|
37877
|
+
return pulumi.get(self, "perf_events_statements_digest_text_limit")
|
|
37878
|
+
|
|
37879
|
+
@property
|
|
37880
|
+
@pulumi.getter(name="perfEventsStatementsLimit")
|
|
37881
|
+
def perf_events_statements_limit(self) -> Optional[int]:
|
|
37882
|
+
"""
|
|
37883
|
+
Limits metrics from perf_events_statements.
|
|
37884
|
+
"""
|
|
37885
|
+
return pulumi.get(self, "perf_events_statements_limit")
|
|
37886
|
+
|
|
37887
|
+
@property
|
|
37888
|
+
@pulumi.getter(name="perfEventsStatementsTimeLimit")
|
|
37889
|
+
def perf_events_statements_time_limit(self) -> Optional[int]:
|
|
37890
|
+
"""
|
|
37891
|
+
Only include perf_events_statements whose last seen is less than this many seconds.
|
|
37892
|
+
"""
|
|
37893
|
+
return pulumi.get(self, "perf_events_statements_time_limit")
|
|
37894
|
+
|
|
37895
|
+
|