pulumi-aiven 6.15.0a1715335403__py3-none-any.whl → 6.16.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +1272 -248
- pulumi_aiven/cassandra.py +48 -1
- pulumi_aiven/clickhouse.py +48 -1
- pulumi_aiven/clickhouse_role.py +2 -2
- pulumi_aiven/dragonfly.py +48 -1
- pulumi_aiven/flink.py +2 -2
- pulumi_aiven/flink_application_deployment.py +56 -30
- pulumi_aiven/gcp_privatelink.py +52 -30
- pulumi_aiven/gcp_privatelink_connection_approval.py +54 -30
- pulumi_aiven/get_cassanda.py +14 -1
- pulumi_aiven/get_cassandra.py +14 -1
- pulumi_aiven/get_clickhouse.py +14 -1
- pulumi_aiven/get_dragonfly.py +14 -1
- pulumi_aiven/get_gcp_privatelink.py +45 -2
- pulumi_aiven/get_grafana.py +14 -1
- pulumi_aiven/get_m3_aggregator.py +14 -1
- pulumi_aiven/get_m3_db.py +14 -1
- pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
- pulumi_aiven/get_my_sql.py +14 -1
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_redis.py +14 -1
- pulumi_aiven/get_service_integration.py +3 -3
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/grafana.py +48 -1
- pulumi_aiven/influx_db.py +21 -2
- pulumi_aiven/kafka.py +20 -1
- pulumi_aiven/m3_aggregator.py +48 -1
- pulumi_aiven/m3_db.py +48 -1
- pulumi_aiven/mirror_maker_replication_flow.py +7 -7
- pulumi_aiven/my_sql.py +48 -1
- pulumi_aiven/open_search.py +21 -2
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/outputs.py +1870 -285
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pulumi-plugin.json +2 -1
- pulumi_aiven/redis.py +48 -1
- pulumi_aiven/service_integration.py +7 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- {pulumi_aiven-6.15.0a1715335403.dist-info → pulumi_aiven-6.16.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.15.0a1715335403.dist-info → pulumi_aiven-6.16.0.dist-info}/RECORD +44 -41
- {pulumi_aiven-6.15.0a1715335403.dist-info → pulumi_aiven-6.16.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.15.0a1715335403.dist-info → pulumi_aiven-6.16.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -12,6 +12,7 @@ from . import outputs
|
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
14
|
'AccountAuthenticationSamlFieldMapping',
|
|
15
|
+
'CassandraCassandra',
|
|
15
16
|
'CassandraCassandraUserConfig',
|
|
16
17
|
'CassandraCassandraUserConfigCassandra',
|
|
17
18
|
'CassandraCassandraUserConfigIpFilterObject',
|
|
@@ -21,6 +22,7 @@ __all__ = [
|
|
|
21
22
|
'CassandraServiceIntegration',
|
|
22
23
|
'CassandraTag',
|
|
23
24
|
'CassandraTechEmail',
|
|
25
|
+
'ClickhouseClickhouse',
|
|
24
26
|
'ClickhouseClickhouseUserConfig',
|
|
25
27
|
'ClickhouseClickhouseUserConfigIpFilterObject',
|
|
26
28
|
'ClickhouseClickhouseUserConfigPrivateAccess',
|
|
@@ -33,6 +35,7 @@ __all__ = [
|
|
|
33
35
|
'ClickhouseTag',
|
|
34
36
|
'ClickhouseTechEmail',
|
|
35
37
|
'DragonflyComponent',
|
|
38
|
+
'DragonflyDragonfly',
|
|
36
39
|
'DragonflyDragonflyUserConfig',
|
|
37
40
|
'DragonflyDragonflyUserConfigIpFilterObject',
|
|
38
41
|
'DragonflyDragonflyUserConfigMigration',
|
|
@@ -53,6 +56,7 @@ __all__ = [
|
|
|
53
56
|
'FlinkTag',
|
|
54
57
|
'FlinkTechEmail',
|
|
55
58
|
'GrafanaComponent',
|
|
59
|
+
'GrafanaGrafana',
|
|
56
60
|
'GrafanaGrafanaUserConfig',
|
|
57
61
|
'GrafanaGrafanaUserConfigAuthAzuread',
|
|
58
62
|
'GrafanaGrafanaUserConfigAuthGenericOauth',
|
|
@@ -118,12 +122,14 @@ __all__ = [
|
|
|
118
122
|
'KafkaTopicConfig',
|
|
119
123
|
'KafkaTopicTag',
|
|
120
124
|
'M3AggregatorComponent',
|
|
125
|
+
'M3AggregatorM3aggregator',
|
|
121
126
|
'M3AggregatorM3aggregatorUserConfig',
|
|
122
127
|
'M3AggregatorM3aggregatorUserConfigIpFilterObject',
|
|
123
128
|
'M3AggregatorServiceIntegration',
|
|
124
129
|
'M3AggregatorTag',
|
|
125
130
|
'M3AggregatorTechEmail',
|
|
126
131
|
'M3DbComponent',
|
|
132
|
+
'M3DbM3db',
|
|
127
133
|
'M3DbM3dbUserConfig',
|
|
128
134
|
'M3DbM3dbUserConfigIpFilterObject',
|
|
129
135
|
'M3DbM3dbUserConfigLimits',
|
|
@@ -142,6 +148,8 @@ __all__ = [
|
|
|
142
148
|
'M3DbTag',
|
|
143
149
|
'M3DbTechEmail',
|
|
144
150
|
'MySqlComponent',
|
|
151
|
+
'MySqlMysql',
|
|
152
|
+
'MySqlMysqlParam',
|
|
145
153
|
'MySqlMysqlUserConfig',
|
|
146
154
|
'MySqlMysqlUserConfigIpFilterObject',
|
|
147
155
|
'MySqlMysqlUserConfigMigration',
|
|
@@ -171,11 +179,14 @@ __all__ = [
|
|
|
171
179
|
'OpenSearchServiceIntegration',
|
|
172
180
|
'OpenSearchTag',
|
|
173
181
|
'OpenSearchTechEmail',
|
|
182
|
+
'OrganizationApplicationUserTimeouts',
|
|
183
|
+
'OrganizationApplicationUserTokenTimeouts',
|
|
174
184
|
'OrganizationGroupProjectTimeouts',
|
|
175
185
|
'OrganizationTimeouts',
|
|
176
186
|
'OrganizationUserGroupMemberTimeouts',
|
|
177
187
|
'PgComponent',
|
|
178
188
|
'PgPg',
|
|
189
|
+
'PgPgParam',
|
|
179
190
|
'PgPgUserConfig',
|
|
180
191
|
'PgPgUserConfigIpFilterObject',
|
|
181
192
|
'PgPgUserConfigMigration',
|
|
@@ -193,6 +204,7 @@ __all__ = [
|
|
|
193
204
|
'PgTechEmail',
|
|
194
205
|
'ProjectTag',
|
|
195
206
|
'RedisComponent',
|
|
207
|
+
'RedisRedis',
|
|
196
208
|
'RedisRedisUserConfig',
|
|
197
209
|
'RedisRedisUserConfigIpFilterObject',
|
|
198
210
|
'RedisRedisUserConfigMigration',
|
|
@@ -245,6 +257,7 @@ __all__ = [
|
|
|
245
257
|
'ServiceIntegrationPrometheusUserConfigSourceMysql',
|
|
246
258
|
'ServiceIntegrationPrometheusUserConfigSourceMysqlTelegraf',
|
|
247
259
|
'GetAccountAuthenticationSamlFieldMappingResult',
|
|
260
|
+
'GetCassandaCassandraResult',
|
|
248
261
|
'GetCassandaCassandraUserConfigResult',
|
|
249
262
|
'GetCassandaCassandraUserConfigCassandraResult',
|
|
250
263
|
'GetCassandaCassandraUserConfigIpFilterObjectResult',
|
|
@@ -254,6 +267,7 @@ __all__ = [
|
|
|
254
267
|
'GetCassandaServiceIntegrationResult',
|
|
255
268
|
'GetCassandaTagResult',
|
|
256
269
|
'GetCassandaTechEmailResult',
|
|
270
|
+
'GetCassandraCassandraResult',
|
|
257
271
|
'GetCassandraCassandraUserConfigResult',
|
|
258
272
|
'GetCassandraCassandraUserConfigCassandraResult',
|
|
259
273
|
'GetCassandraCassandraUserConfigIpFilterObjectResult',
|
|
@@ -263,6 +277,7 @@ __all__ = [
|
|
|
263
277
|
'GetCassandraServiceIntegrationResult',
|
|
264
278
|
'GetCassandraTagResult',
|
|
265
279
|
'GetCassandraTechEmailResult',
|
|
280
|
+
'GetClickhouseClickhouseResult',
|
|
266
281
|
'GetClickhouseClickhouseUserConfigResult',
|
|
267
282
|
'GetClickhouseClickhouseUserConfigIpFilterObjectResult',
|
|
268
283
|
'GetClickhouseClickhouseUserConfigPrivateAccessResult',
|
|
@@ -273,6 +288,7 @@ __all__ = [
|
|
|
273
288
|
'GetClickhouseTagResult',
|
|
274
289
|
'GetClickhouseTechEmailResult',
|
|
275
290
|
'GetDragonflyComponentResult',
|
|
291
|
+
'GetDragonflyDragonflyResult',
|
|
276
292
|
'GetDragonflyDragonflyUserConfigResult',
|
|
277
293
|
'GetDragonflyDragonflyUserConfigIpFilterObjectResult',
|
|
278
294
|
'GetDragonflyDragonflyUserConfigMigrationResult',
|
|
@@ -293,6 +309,7 @@ __all__ = [
|
|
|
293
309
|
'GetFlinkTagResult',
|
|
294
310
|
'GetFlinkTechEmailResult',
|
|
295
311
|
'GetGrafanaComponentResult',
|
|
312
|
+
'GetGrafanaGrafanaResult',
|
|
296
313
|
'GetGrafanaGrafanaUserConfigResult',
|
|
297
314
|
'GetGrafanaGrafanaUserConfigAuthAzureadResult',
|
|
298
315
|
'GetGrafanaGrafanaUserConfigAuthGenericOauthResult',
|
|
@@ -358,12 +375,14 @@ __all__ = [
|
|
|
358
375
|
'GetKafkaTopicConfigResult',
|
|
359
376
|
'GetKafkaTopicTagResult',
|
|
360
377
|
'GetM3AggregatorComponentResult',
|
|
378
|
+
'GetM3AggregatorM3aggregatorResult',
|
|
361
379
|
'GetM3AggregatorM3aggregatorUserConfigResult',
|
|
362
380
|
'GetM3AggregatorM3aggregatorUserConfigIpFilterObjectResult',
|
|
363
381
|
'GetM3AggregatorServiceIntegrationResult',
|
|
364
382
|
'GetM3AggregatorTagResult',
|
|
365
383
|
'GetM3AggregatorTechEmailResult',
|
|
366
384
|
'GetM3DbComponentResult',
|
|
385
|
+
'GetM3DbM3dbResult',
|
|
367
386
|
'GetM3DbM3dbUserConfigResult',
|
|
368
387
|
'GetM3DbM3dbUserConfigIpFilterObjectResult',
|
|
369
388
|
'GetM3DbM3dbUserConfigLimitsResult',
|
|
@@ -382,6 +401,8 @@ __all__ = [
|
|
|
382
401
|
'GetM3DbTagResult',
|
|
383
402
|
'GetM3DbTechEmailResult',
|
|
384
403
|
'GetMySqlComponentResult',
|
|
404
|
+
'GetMySqlMysqlResult',
|
|
405
|
+
'GetMySqlMysqlParamResult',
|
|
385
406
|
'GetMySqlMysqlUserConfigResult',
|
|
386
407
|
'GetMySqlMysqlUserConfigIpFilterObjectResult',
|
|
387
408
|
'GetMySqlMysqlUserConfigMigrationResult',
|
|
@@ -413,6 +434,7 @@ __all__ = [
|
|
|
413
434
|
'GetOpenSearchTechEmailResult',
|
|
414
435
|
'GetPgComponentResult',
|
|
415
436
|
'GetPgPgResult',
|
|
437
|
+
'GetPgPgParamResult',
|
|
416
438
|
'GetPgPgUserConfigResult',
|
|
417
439
|
'GetPgPgUserConfigIpFilterObjectResult',
|
|
418
440
|
'GetPgPgUserConfigMigrationResult',
|
|
@@ -430,6 +452,7 @@ __all__ = [
|
|
|
430
452
|
'GetPgTechEmailResult',
|
|
431
453
|
'GetProjectTagResult',
|
|
432
454
|
'GetRedisComponentResult',
|
|
455
|
+
'GetRedisRediResult',
|
|
433
456
|
'GetRedisRedisUserConfigResult',
|
|
434
457
|
'GetRedisRedisUserConfigIpFilterObjectResult',
|
|
435
458
|
'GetRedisRedisUserConfigMigrationResult',
|
|
@@ -571,6 +594,25 @@ class AccountAuthenticationSamlFieldMapping(dict):
|
|
|
571
594
|
return pulumi.get(self, "real_name")
|
|
572
595
|
|
|
573
596
|
|
|
597
|
+
@pulumi.output_type
|
|
598
|
+
class CassandraCassandra(dict):
|
|
599
|
+
def __init__(__self__, *,
|
|
600
|
+
uris: Optional[Sequence[str]] = None):
|
|
601
|
+
"""
|
|
602
|
+
:param Sequence[str] uris: Cassandra server URIs.
|
|
603
|
+
"""
|
|
604
|
+
if uris is not None:
|
|
605
|
+
pulumi.set(__self__, "uris", uris)
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter
|
|
609
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
610
|
+
"""
|
|
611
|
+
Cassandra server URIs.
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "uris")
|
|
614
|
+
|
|
615
|
+
|
|
574
616
|
@pulumi.output_type
|
|
575
617
|
class CassandraCassandraUserConfig(dict):
|
|
576
618
|
@staticmethod
|
|
@@ -640,7 +682,7 @@ class CassandraCassandraUserConfig(dict):
|
|
|
640
682
|
: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.
|
|
641
683
|
: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.
|
|
642
684
|
:param 'CassandraCassandraUserConfigCassandraArgs' cassandra: Cassandra configuration values
|
|
643
|
-
:param str cassandra_version: Cassandra version.
|
|
685
|
+
:param str cassandra_version: Enum: `3`, `4`, `4.1`. Cassandra version.
|
|
644
686
|
:param Sequence['CassandraCassandraUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
645
687
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
646
688
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -725,7 +767,7 @@ class CassandraCassandraUserConfig(dict):
|
|
|
725
767
|
@pulumi.getter(name="cassandraVersion")
|
|
726
768
|
def cassandra_version(self) -> Optional[str]:
|
|
727
769
|
"""
|
|
728
|
-
Cassandra version.
|
|
770
|
+
Enum: `3`, `4`, `4.1`. Cassandra version.
|
|
729
771
|
"""
|
|
730
772
|
return pulumi.get(self, "cassandra_version")
|
|
731
773
|
|
|
@@ -1168,6 +1210,25 @@ class CassandraTechEmail(dict):
|
|
|
1168
1210
|
return pulumi.get(self, "email")
|
|
1169
1211
|
|
|
1170
1212
|
|
|
1213
|
+
@pulumi.output_type
|
|
1214
|
+
class ClickhouseClickhouse(dict):
|
|
1215
|
+
def __init__(__self__, *,
|
|
1216
|
+
uris: Optional[Sequence[str]] = None):
|
|
1217
|
+
"""
|
|
1218
|
+
:param Sequence[str] uris: Clickhouse server URIs.
|
|
1219
|
+
"""
|
|
1220
|
+
if uris is not None:
|
|
1221
|
+
pulumi.set(__self__, "uris", uris)
|
|
1222
|
+
|
|
1223
|
+
@property
|
|
1224
|
+
@pulumi.getter
|
|
1225
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
1226
|
+
"""
|
|
1227
|
+
Clickhouse server URIs.
|
|
1228
|
+
"""
|
|
1229
|
+
return pulumi.get(self, "uris")
|
|
1230
|
+
|
|
1231
|
+
|
|
1171
1232
|
@pulumi.output_type
|
|
1172
1233
|
class ClickhouseClickhouseUserConfig(dict):
|
|
1173
1234
|
@staticmethod
|
|
@@ -2043,6 +2104,80 @@ class DragonflyComponent(dict):
|
|
|
2043
2104
|
return pulumi.get(self, "usage")
|
|
2044
2105
|
|
|
2045
2106
|
|
|
2107
|
+
@pulumi.output_type
|
|
2108
|
+
class DragonflyDragonfly(dict):
|
|
2109
|
+
@staticmethod
|
|
2110
|
+
def __key_warning(key: str):
|
|
2111
|
+
suggest = None
|
|
2112
|
+
if key == "replicaUri":
|
|
2113
|
+
suggest = "replica_uri"
|
|
2114
|
+
elif key == "slaveUris":
|
|
2115
|
+
suggest = "slave_uris"
|
|
2116
|
+
|
|
2117
|
+
if suggest:
|
|
2118
|
+
pulumi.log.warn(f"Key '{key}' not found in DragonflyDragonfly. Access the value via the '{suggest}' property getter instead.")
|
|
2119
|
+
|
|
2120
|
+
def __getitem__(self, key: str) -> Any:
|
|
2121
|
+
DragonflyDragonfly.__key_warning(key)
|
|
2122
|
+
return super().__getitem__(key)
|
|
2123
|
+
|
|
2124
|
+
def get(self, key: str, default = None) -> Any:
|
|
2125
|
+
DragonflyDragonfly.__key_warning(key)
|
|
2126
|
+
return super().get(key, default)
|
|
2127
|
+
|
|
2128
|
+
def __init__(__self__, *,
|
|
2129
|
+
password: Optional[str] = None,
|
|
2130
|
+
replica_uri: Optional[str] = None,
|
|
2131
|
+
slave_uris: Optional[Sequence[str]] = None,
|
|
2132
|
+
uris: Optional[Sequence[str]] = None):
|
|
2133
|
+
"""
|
|
2134
|
+
:param str password: Dragonfly password.
|
|
2135
|
+
:param str replica_uri: Dragonfly replica server URI.
|
|
2136
|
+
:param Sequence[str] slave_uris: Dragonfly slave server URIs.
|
|
2137
|
+
:param Sequence[str] uris: Dragonfly server URIs.
|
|
2138
|
+
"""
|
|
2139
|
+
if password is not None:
|
|
2140
|
+
pulumi.set(__self__, "password", password)
|
|
2141
|
+
if replica_uri is not None:
|
|
2142
|
+
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
2143
|
+
if slave_uris is not None:
|
|
2144
|
+
pulumi.set(__self__, "slave_uris", slave_uris)
|
|
2145
|
+
if uris is not None:
|
|
2146
|
+
pulumi.set(__self__, "uris", uris)
|
|
2147
|
+
|
|
2148
|
+
@property
|
|
2149
|
+
@pulumi.getter
|
|
2150
|
+
def password(self) -> Optional[str]:
|
|
2151
|
+
"""
|
|
2152
|
+
Dragonfly password.
|
|
2153
|
+
"""
|
|
2154
|
+
return pulumi.get(self, "password")
|
|
2155
|
+
|
|
2156
|
+
@property
|
|
2157
|
+
@pulumi.getter(name="replicaUri")
|
|
2158
|
+
def replica_uri(self) -> Optional[str]:
|
|
2159
|
+
"""
|
|
2160
|
+
Dragonfly replica server URI.
|
|
2161
|
+
"""
|
|
2162
|
+
return pulumi.get(self, "replica_uri")
|
|
2163
|
+
|
|
2164
|
+
@property
|
|
2165
|
+
@pulumi.getter(name="slaveUris")
|
|
2166
|
+
def slave_uris(self) -> Optional[Sequence[str]]:
|
|
2167
|
+
"""
|
|
2168
|
+
Dragonfly slave server URIs.
|
|
2169
|
+
"""
|
|
2170
|
+
return pulumi.get(self, "slave_uris")
|
|
2171
|
+
|
|
2172
|
+
@property
|
|
2173
|
+
@pulumi.getter
|
|
2174
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
2175
|
+
"""
|
|
2176
|
+
Dragonfly server URIs.
|
|
2177
|
+
"""
|
|
2178
|
+
return pulumi.get(self, "uris")
|
|
2179
|
+
|
|
2180
|
+
|
|
2046
2181
|
@pulumi.output_type
|
|
2047
2182
|
class DragonflyDragonflyUserConfig(dict):
|
|
2048
2183
|
@staticmethod
|
|
@@ -2106,7 +2241,7 @@ class DragonflyDragonflyUserConfig(dict):
|
|
|
2106
2241
|
static_ips: Optional[bool] = None):
|
|
2107
2242
|
"""
|
|
2108
2243
|
:param bool cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
|
|
2109
|
-
:param str dragonfly_persistence: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
2244
|
+
:param str dragonfly_persistence: Enum: `off`, `rdb`. When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
2110
2245
|
:param bool dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
|
|
2111
2246
|
:param Sequence['DragonflyDragonflyUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2112
2247
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -2164,7 +2299,7 @@ class DragonflyDragonflyUserConfig(dict):
|
|
|
2164
2299
|
@pulumi.getter(name="dragonflyPersistence")
|
|
2165
2300
|
def dragonfly_persistence(self) -> Optional[str]:
|
|
2166
2301
|
"""
|
|
2167
|
-
When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
2302
|
+
Enum: `off`, `rdb`. When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
2168
2303
|
"""
|
|
2169
2304
|
return pulumi.get(self, "dragonfly_persistence")
|
|
2170
2305
|
|
|
@@ -2339,7 +2474,7 @@ class DragonflyDragonflyUserConfigMigration(dict):
|
|
|
2339
2474
|
:param int port: Port number of the server where to migrate data from.
|
|
2340
2475
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
2341
2476
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2342
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2477
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2343
2478
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
2344
2479
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
2345
2480
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -2395,7 +2530,7 @@ class DragonflyDragonflyUserConfigMigration(dict):
|
|
|
2395
2530
|
@pulumi.getter
|
|
2396
2531
|
def method(self) -> Optional[str]:
|
|
2397
2532
|
"""
|
|
2398
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2533
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2399
2534
|
"""
|
|
2400
2535
|
return pulumi.get(self, "method")
|
|
2401
2536
|
|
|
@@ -2915,7 +3050,7 @@ class FlinkFlinkUserConfig(dict):
|
|
|
2915
3050
|
static_ips: Optional[bool] = None):
|
|
2916
3051
|
"""
|
|
2917
3052
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
2918
|
-
:param str flink_version: Flink major version.
|
|
3053
|
+
:param str flink_version: Enum: `1.16`. Flink major version.
|
|
2919
3054
|
:param Sequence['FlinkFlinkUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2920
3055
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2921
3056
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -2958,7 +3093,7 @@ class FlinkFlinkUserConfig(dict):
|
|
|
2958
3093
|
@pulumi.getter(name="flinkVersion")
|
|
2959
3094
|
def flink_version(self) -> Optional[str]:
|
|
2960
3095
|
"""
|
|
2961
|
-
Flink major version.
|
|
3096
|
+
Enum: `1.16`. Flink major version.
|
|
2962
3097
|
"""
|
|
2963
3098
|
return pulumi.get(self, "flink_version")
|
|
2964
3099
|
|
|
@@ -3300,6 +3435,25 @@ class GrafanaComponent(dict):
|
|
|
3300
3435
|
return pulumi.get(self, "usage")
|
|
3301
3436
|
|
|
3302
3437
|
|
|
3438
|
+
@pulumi.output_type
|
|
3439
|
+
class GrafanaGrafana(dict):
|
|
3440
|
+
def __init__(__self__, *,
|
|
3441
|
+
uris: Optional[Sequence[str]] = None):
|
|
3442
|
+
"""
|
|
3443
|
+
:param Sequence[str] uris: Grafana server URIs.
|
|
3444
|
+
"""
|
|
3445
|
+
if uris is not None:
|
|
3446
|
+
pulumi.set(__self__, "uris", uris)
|
|
3447
|
+
|
|
3448
|
+
@property
|
|
3449
|
+
@pulumi.getter
|
|
3450
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
3451
|
+
"""
|
|
3452
|
+
Grafana server URIs.
|
|
3453
|
+
"""
|
|
3454
|
+
return pulumi.get(self, "uris")
|
|
3455
|
+
|
|
3456
|
+
|
|
3303
3457
|
@pulumi.output_type
|
|
3304
3458
|
class GrafanaGrafanaUserConfig(dict):
|
|
3305
3459
|
@staticmethod
|
|
@@ -3447,9 +3601,9 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3447
3601
|
"""
|
|
3448
3602
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
3449
3603
|
:param bool alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
3450
|
-
:param str alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
|
|
3604
|
+
:param str alerting_error_or_timeout: Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
|
|
3451
3605
|
:param int alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
|
|
3452
|
-
:param str alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
|
|
3606
|
+
:param str alerting_nodata_or_nullvalues: Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
3453
3607
|
:param bool allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
|
|
3454
3608
|
:param 'GrafanaGrafanaUserConfigAuthAzureadArgs' auth_azuread: Azure AD OAuth integration
|
|
3455
3609
|
:param bool auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
|
|
@@ -3457,7 +3611,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3457
3611
|
:param 'GrafanaGrafanaUserConfigAuthGithubArgs' auth_github: Github Auth integration
|
|
3458
3612
|
:param 'GrafanaGrafanaUserConfigAuthGitlabArgs' auth_gitlab: GitLab Auth integration
|
|
3459
3613
|
:param 'GrafanaGrafanaUserConfigAuthGoogleArgs' auth_google: Google Auth integration
|
|
3460
|
-
:param str cookie_samesite: Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
3614
|
+
:param str cookie_samesite: Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
3461
3615
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
3462
3616
|
:param bool dashboard_previews_enabled: This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
3463
3617
|
:param str dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h.
|
|
@@ -3485,7 +3639,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3485
3639
|
:param bool static_ips: Use static public IP addresses.
|
|
3486
3640
|
:param bool unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
|
|
3487
3641
|
:param bool user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
|
|
3488
|
-
:param str user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
|
|
3642
|
+
:param str user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
|
|
3489
3643
|
:param bool viewers_can_edit: Users with view-only permission can edit but not save dashboards.
|
|
3490
3644
|
"""
|
|
3491
3645
|
if additional_backup_regions is not None:
|
|
@@ -3593,7 +3747,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3593
3747
|
@pulumi.getter(name="alertingErrorOrTimeout")
|
|
3594
3748
|
def alerting_error_or_timeout(self) -> Optional[str]:
|
|
3595
3749
|
"""
|
|
3596
|
-
Default error or timeout setting for new alerting rules.
|
|
3750
|
+
Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
|
|
3597
3751
|
"""
|
|
3598
3752
|
return pulumi.get(self, "alerting_error_or_timeout")
|
|
3599
3753
|
|
|
@@ -3609,7 +3763,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3609
3763
|
@pulumi.getter(name="alertingNodataOrNullvalues")
|
|
3610
3764
|
def alerting_nodata_or_nullvalues(self) -> Optional[str]:
|
|
3611
3765
|
"""
|
|
3612
|
-
Default value for 'no data or null values' for new alerting rules.
|
|
3766
|
+
Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
3613
3767
|
"""
|
|
3614
3768
|
return pulumi.get(self, "alerting_nodata_or_nullvalues")
|
|
3615
3769
|
|
|
@@ -3673,7 +3827,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3673
3827
|
@pulumi.getter(name="cookieSamesite")
|
|
3674
3828
|
def cookie_samesite(self) -> Optional[str]:
|
|
3675
3829
|
"""
|
|
3676
|
-
Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
3830
|
+
Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
3677
3831
|
"""
|
|
3678
3832
|
return pulumi.get(self, "cookie_samesite")
|
|
3679
3833
|
|
|
@@ -3900,7 +4054,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
3900
4054
|
@pulumi.getter(name="userAutoAssignOrgRole")
|
|
3901
4055
|
def user_auto_assign_org_role(self) -> Optional[str]:
|
|
3902
4056
|
"""
|
|
3903
|
-
Set role for new signups. Defaults to Viewer.
|
|
4057
|
+
Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
|
|
3904
4058
|
"""
|
|
3905
4059
|
return pulumi.get(self, "user_auto_assign_org_role")
|
|
3906
4060
|
|
|
@@ -4671,7 +4825,7 @@ class GrafanaGrafanaUserConfigExternalImageStorage(dict):
|
|
|
4671
4825
|
"""
|
|
4672
4826
|
:param str access_key: S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions.
|
|
4673
4827
|
:param str bucket_url: Bucket URL for S3.
|
|
4674
|
-
:param str provider: Provider type.
|
|
4828
|
+
:param str provider: Enum: `s3`. Provider type.
|
|
4675
4829
|
:param str secret_key: S3 secret key.
|
|
4676
4830
|
"""
|
|
4677
4831
|
pulumi.set(__self__, "access_key", access_key)
|
|
@@ -4699,7 +4853,7 @@ class GrafanaGrafanaUserConfigExternalImageStorage(dict):
|
|
|
4699
4853
|
@pulumi.getter
|
|
4700
4854
|
def provider(self) -> str:
|
|
4701
4855
|
"""
|
|
4702
|
-
Provider type.
|
|
4856
|
+
Enum: `s3`. Provider type.
|
|
4703
4857
|
"""
|
|
4704
4858
|
return pulumi.get(self, "provider")
|
|
4705
4859
|
|
|
@@ -4840,7 +4994,7 @@ class GrafanaGrafanaUserConfigSmtpServer(dict):
|
|
|
4840
4994
|
:param str from_name: Name used in outgoing emails, defaults to Grafana.
|
|
4841
4995
|
:param str password: Password for SMTP authentication.
|
|
4842
4996
|
:param bool skip_verify: Skip verifying server certificate. Defaults to false.
|
|
4843
|
-
:param str starttls_policy: Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
4997
|
+
:param str starttls_policy: Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
4844
4998
|
:param str username: Username for SMTP authentication.
|
|
4845
4999
|
"""
|
|
4846
5000
|
pulumi.set(__self__, "from_address", from_address)
|
|
@@ -4909,7 +5063,7 @@ class GrafanaGrafanaUserConfigSmtpServer(dict):
|
|
|
4909
5063
|
@pulumi.getter(name="starttlsPolicy")
|
|
4910
5064
|
def starttls_policy(self) -> Optional[str]:
|
|
4911
5065
|
"""
|
|
4912
|
-
Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
5066
|
+
Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
4913
5067
|
"""
|
|
4914
5068
|
return pulumi.get(self, "starttls_policy")
|
|
4915
5069
|
|
|
@@ -5159,12 +5313,24 @@ class InfluxDbInfluxdb(dict):
|
|
|
5159
5313
|
return super().get(key, default)
|
|
5160
5314
|
|
|
5161
5315
|
def __init__(__self__, *,
|
|
5162
|
-
database_name: Optional[str] = None
|
|
5316
|
+
database_name: Optional[str] = None,
|
|
5317
|
+
password: Optional[str] = None,
|
|
5318
|
+
uris: Optional[Sequence[str]] = None,
|
|
5319
|
+
username: Optional[str] = None):
|
|
5163
5320
|
"""
|
|
5164
5321
|
:param str database_name: Name of the default InfluxDB database
|
|
5322
|
+
:param str password: InfluxDB password
|
|
5323
|
+
:param Sequence[str] uris: InfluxDB server URIs.
|
|
5324
|
+
:param str username: InfluxDB username
|
|
5165
5325
|
"""
|
|
5166
5326
|
if database_name is not None:
|
|
5167
5327
|
pulumi.set(__self__, "database_name", database_name)
|
|
5328
|
+
if password is not None:
|
|
5329
|
+
pulumi.set(__self__, "password", password)
|
|
5330
|
+
if uris is not None:
|
|
5331
|
+
pulumi.set(__self__, "uris", uris)
|
|
5332
|
+
if username is not None:
|
|
5333
|
+
pulumi.set(__self__, "username", username)
|
|
5168
5334
|
|
|
5169
5335
|
@property
|
|
5170
5336
|
@pulumi.getter(name="databaseName")
|
|
@@ -5174,6 +5340,30 @@ class InfluxDbInfluxdb(dict):
|
|
|
5174
5340
|
"""
|
|
5175
5341
|
return pulumi.get(self, "database_name")
|
|
5176
5342
|
|
|
5343
|
+
@property
|
|
5344
|
+
@pulumi.getter
|
|
5345
|
+
def password(self) -> Optional[str]:
|
|
5346
|
+
"""
|
|
5347
|
+
InfluxDB password
|
|
5348
|
+
"""
|
|
5349
|
+
return pulumi.get(self, "password")
|
|
5350
|
+
|
|
5351
|
+
@property
|
|
5352
|
+
@pulumi.getter
|
|
5353
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
5354
|
+
"""
|
|
5355
|
+
InfluxDB server URIs.
|
|
5356
|
+
"""
|
|
5357
|
+
return pulumi.get(self, "uris")
|
|
5358
|
+
|
|
5359
|
+
@property
|
|
5360
|
+
@pulumi.getter
|
|
5361
|
+
def username(self) -> Optional[str]:
|
|
5362
|
+
"""
|
|
5363
|
+
InfluxDB username
|
|
5364
|
+
"""
|
|
5365
|
+
return pulumi.get(self, "username")
|
|
5366
|
+
|
|
5177
5367
|
|
|
5178
5368
|
@pulumi.output_type
|
|
5179
5369
|
class InfluxDbInfluxdbUserConfig(dict):
|
|
@@ -6208,10 +6398,10 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnect(dict):
|
|
|
6208
6398
|
scheduled_rebalance_max_delay_ms: Optional[int] = None,
|
|
6209
6399
|
session_timeout_ms: Optional[int] = None):
|
|
6210
6400
|
"""
|
|
6211
|
-
:param str connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
|
|
6212
|
-
:param str consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
6401
|
+
:param str connector_client_config_override_policy: Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
6402
|
+
:param str consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
6213
6403
|
:param int consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
6214
|
-
:param str consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
6404
|
+
:param str consumer_isolation_level: Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
6215
6405
|
:param int consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
6216
6406
|
:param int consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
6217
6407
|
:param int consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
@@ -6219,7 +6409,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnect(dict):
|
|
|
6219
6409
|
:param int offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
|
|
6220
6410
|
:param int producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will 'linger' for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
|
|
6221
6411
|
:param int producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
6222
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
6412
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
6223
6413
|
:param int producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will 'linger' for the specified time waiting for more records to show up. Defaults to 0.
|
|
6224
6414
|
:param int producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
6225
6415
|
:param int scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
@@ -6262,7 +6452,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnect(dict):
|
|
|
6262
6452
|
@pulumi.getter(name="connectorClientConfigOverridePolicy")
|
|
6263
6453
|
def connector_client_config_override_policy(self) -> Optional[str]:
|
|
6264
6454
|
"""
|
|
6265
|
-
Defines what client configurations can be overridden by the connector. Default is None.
|
|
6455
|
+
Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
6266
6456
|
"""
|
|
6267
6457
|
return pulumi.get(self, "connector_client_config_override_policy")
|
|
6268
6458
|
|
|
@@ -6270,7 +6460,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnect(dict):
|
|
|
6270
6460
|
@pulumi.getter(name="consumerAutoOffsetReset")
|
|
6271
6461
|
def consumer_auto_offset_reset(self) -> Optional[str]:
|
|
6272
6462
|
"""
|
|
6273
|
-
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
6463
|
+
Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
6274
6464
|
"""
|
|
6275
6465
|
return pulumi.get(self, "consumer_auto_offset_reset")
|
|
6276
6466
|
|
|
@@ -6286,7 +6476,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnect(dict):
|
|
|
6286
6476
|
@pulumi.getter(name="consumerIsolationLevel")
|
|
6287
6477
|
def consumer_isolation_level(self) -> Optional[str]:
|
|
6288
6478
|
"""
|
|
6289
|
-
Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
6479
|
+
Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
6290
6480
|
"""
|
|
6291
6481
|
return pulumi.get(self, "consumer_isolation_level")
|
|
6292
6482
|
|
|
@@ -6350,7 +6540,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnect(dict):
|
|
|
6350
6540
|
@pulumi.getter(name="producerCompressionType")
|
|
6351
6541
|
def producer_compression_type(self) -> Optional[str]:
|
|
6352
6542
|
"""
|
|
6353
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
6543
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
6354
6544
|
"""
|
|
6355
6545
|
return pulumi.get(self, "producer_compression_type")
|
|
6356
6546
|
|
|
@@ -6701,13 +6891,15 @@ class KafkaKafka(dict):
|
|
|
6701
6891
|
access_key: Optional[str] = None,
|
|
6702
6892
|
connect_uri: Optional[str] = None,
|
|
6703
6893
|
rest_uri: Optional[str] = None,
|
|
6704
|
-
schema_registry_uri: Optional[str] = None
|
|
6894
|
+
schema_registry_uri: Optional[str] = None,
|
|
6895
|
+
uris: Optional[Sequence[str]] = None):
|
|
6705
6896
|
"""
|
|
6706
6897
|
:param str access_cert: The Kafka client certificate.
|
|
6707
6898
|
:param str access_key: The Kafka client certificate key.
|
|
6708
6899
|
:param str connect_uri: The Kafka Connect URI.
|
|
6709
6900
|
:param str rest_uri: The Kafka REST URI.
|
|
6710
6901
|
:param str schema_registry_uri: The Schema Registry URI.
|
|
6902
|
+
:param Sequence[str] uris: Kafka server URIs.
|
|
6711
6903
|
"""
|
|
6712
6904
|
if access_cert is not None:
|
|
6713
6905
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -6719,6 +6911,8 @@ class KafkaKafka(dict):
|
|
|
6719
6911
|
pulumi.set(__self__, "rest_uri", rest_uri)
|
|
6720
6912
|
if schema_registry_uri is not None:
|
|
6721
6913
|
pulumi.set(__self__, "schema_registry_uri", schema_registry_uri)
|
|
6914
|
+
if uris is not None:
|
|
6915
|
+
pulumi.set(__self__, "uris", uris)
|
|
6722
6916
|
|
|
6723
6917
|
@property
|
|
6724
6918
|
@pulumi.getter(name="accessCert")
|
|
@@ -6760,6 +6954,14 @@ class KafkaKafka(dict):
|
|
|
6760
6954
|
"""
|
|
6761
6955
|
return pulumi.get(self, "schema_registry_uri")
|
|
6762
6956
|
|
|
6957
|
+
@property
|
|
6958
|
+
@pulumi.getter
|
|
6959
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
6960
|
+
"""
|
|
6961
|
+
Kafka server URIs.
|
|
6962
|
+
"""
|
|
6963
|
+
return pulumi.get(self, "uris")
|
|
6964
|
+
|
|
6763
6965
|
|
|
6764
6966
|
@pulumi.output_type
|
|
6765
6967
|
class KafkaKafkaUserConfig(dict):
|
|
@@ -6857,7 +7059,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
6857
7059
|
:param bool kafka_rest: Enable Kafka-REST service. The default value is `false`.
|
|
6858
7060
|
:param bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
6859
7061
|
:param 'KafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
6860
|
-
:param str kafka_version: Kafka major version.
|
|
7062
|
+
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`. Kafka major version.
|
|
6861
7063
|
:param 'KafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
6862
7064
|
:param 'KafkaKafkaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
6863
7065
|
:param 'KafkaKafkaUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
@@ -7026,7 +7228,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7026
7228
|
@pulumi.getter(name="kafkaVersion")
|
|
7027
7229
|
def kafka_version(self) -> Optional[str]:
|
|
7028
7230
|
"""
|
|
7029
|
-
Kafka major version.
|
|
7231
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`. Kafka major version.
|
|
7030
7232
|
"""
|
|
7031
7233
|
return pulumi.get(self, "kafka_version")
|
|
7032
7234
|
|
|
@@ -7283,7 +7485,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7283
7485
|
transaction_state_log_segment_bytes: Optional[int] = None):
|
|
7284
7486
|
"""
|
|
7285
7487
|
:param bool auto_create_topics_enable: Enable auto creation of topics.
|
|
7286
|
-
:param str compression_type: Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
7488
|
+
:param str compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
7287
7489
|
:param int connections_max_idle_ms: Idle connections timeout: the server socket processor threads close the connections that idle for longer than this.
|
|
7288
7490
|
:param int default_replication_factor: Replication factor for autocreated topics.
|
|
7289
7491
|
:param int group_initial_rebalance_delay_ms: The amount of time, in milliseconds, the group coordinator will wait for more consumers to join a new group before performing the first rebalance. A longer delay means potentially fewer rebalances, but increases the time until processing begins. The default value for this is 3 seconds. During development and testing it might be desirable to set this to 0 in order to not delay test execution time.
|
|
@@ -7293,7 +7495,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7293
7495
|
:param int log_cleaner_max_compaction_lag_ms: The maximum amount of time message will remain uncompacted. Only applicable for logs that are being compacted.
|
|
7294
7496
|
:param float log_cleaner_min_cleanable_ratio: Controls log compactor frequency. Larger value means more frequent compactions but also more space wasted for logs. Consider setting log.cleaner.max.compaction.lag.ms to enforce compactions sooner, instead of setting a very high value for this option.
|
|
7295
7497
|
:param int log_cleaner_min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
7296
|
-
:param str log_cleanup_policy: The default cleanup policy for segments beyond the retention window.
|
|
7498
|
+
:param str log_cleanup_policy: Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window.
|
|
7297
7499
|
:param int log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk.
|
|
7298
7500
|
:param int log_flush_interval_ms: The maximum time in ms that a message in any topic is kept in memory before flushed to disk. If not set, the value in log.flush.scheduler.interval.ms is used.
|
|
7299
7501
|
:param int log_index_interval_bytes: The interval with which Kafka adds an entry to the offset index.
|
|
@@ -7302,7 +7504,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7302
7504
|
:param int log_local_retention_ms: The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value.
|
|
7303
7505
|
:param bool log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
|
|
7304
7506
|
:param int log_message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message.
|
|
7305
|
-
:param str log_message_timestamp_type: Define whether the timestamp in the message is message create time or log append time.
|
|
7507
|
+
:param str log_message_timestamp_type: Enum: `CreateTime`, `LogAppendTime`. Define whether the timestamp in the message is message create time or log append time.
|
|
7306
7508
|
:param bool log_preallocate: Should pre allocate file when create new segment?
|
|
7307
7509
|
:param int log_retention_bytes: The maximum size of the log before deleting messages.
|
|
7308
7510
|
:param int log_retention_hours: The number of hours to keep a log file before deleting it.
|
|
@@ -7434,7 +7636,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7434
7636
|
@pulumi.getter(name="compressionType")
|
|
7435
7637
|
def compression_type(self) -> Optional[str]:
|
|
7436
7638
|
"""
|
|
7437
|
-
Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
7639
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
7438
7640
|
"""
|
|
7439
7641
|
return pulumi.get(self, "compression_type")
|
|
7440
7642
|
|
|
@@ -7514,7 +7716,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7514
7716
|
@pulumi.getter(name="logCleanupPolicy")
|
|
7515
7717
|
def log_cleanup_policy(self) -> Optional[str]:
|
|
7516
7718
|
"""
|
|
7517
|
-
The default cleanup policy for segments beyond the retention window.
|
|
7719
|
+
Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window.
|
|
7518
7720
|
"""
|
|
7519
7721
|
return pulumi.get(self, "log_cleanup_policy")
|
|
7520
7722
|
|
|
@@ -7586,7 +7788,7 @@ class KafkaKafkaUserConfigKafka(dict):
|
|
|
7586
7788
|
@pulumi.getter(name="logMessageTimestampType")
|
|
7587
7789
|
def log_message_timestamp_type(self) -> Optional[str]:
|
|
7588
7790
|
"""
|
|
7589
|
-
Define whether the timestamp in the message is message create time or log append time.
|
|
7791
|
+
Enum: `CreateTime`, `LogAppendTime`. Define whether the timestamp in the message is message create time or log append time.
|
|
7590
7792
|
"""
|
|
7591
7793
|
return pulumi.get(self, "log_message_timestamp_type")
|
|
7592
7794
|
|
|
@@ -7889,10 +8091,10 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
7889
8091
|
scheduled_rebalance_max_delay_ms: Optional[int] = None,
|
|
7890
8092
|
session_timeout_ms: Optional[int] = None):
|
|
7891
8093
|
"""
|
|
7892
|
-
:param str connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
|
|
7893
|
-
:param str consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
8094
|
+
:param str connector_client_config_override_policy: Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
8095
|
+
:param str consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
7894
8096
|
:param int consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
7895
|
-
:param str consumer_isolation_level: Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
8097
|
+
:param str consumer_isolation_level: Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
7896
8098
|
:param int consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
7897
8099
|
:param int consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
7898
8100
|
:param int consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
@@ -7900,7 +8102,7 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
7900
8102
|
:param int offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
|
|
7901
8103
|
:param int producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will 'linger' for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
|
|
7902
8104
|
:param int producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
7903
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8105
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
7904
8106
|
:param int producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will 'linger' for the specified time waiting for more records to show up. Defaults to 0.
|
|
7905
8107
|
:param int producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
7906
8108
|
:param int scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
@@ -7943,7 +8145,7 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
7943
8145
|
@pulumi.getter(name="connectorClientConfigOverridePolicy")
|
|
7944
8146
|
def connector_client_config_override_policy(self) -> Optional[str]:
|
|
7945
8147
|
"""
|
|
7946
|
-
Defines what client configurations can be overridden by the connector. Default is None.
|
|
8148
|
+
Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
7947
8149
|
"""
|
|
7948
8150
|
return pulumi.get(self, "connector_client_config_override_policy")
|
|
7949
8151
|
|
|
@@ -7951,7 +8153,7 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
7951
8153
|
@pulumi.getter(name="consumerAutoOffsetReset")
|
|
7952
8154
|
def consumer_auto_offset_reset(self) -> Optional[str]:
|
|
7953
8155
|
"""
|
|
7954
|
-
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
8156
|
+
Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
7955
8157
|
"""
|
|
7956
8158
|
return pulumi.get(self, "consumer_auto_offset_reset")
|
|
7957
8159
|
|
|
@@ -7967,7 +8169,7 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
7967
8169
|
@pulumi.getter(name="consumerIsolationLevel")
|
|
7968
8170
|
def consumer_isolation_level(self) -> Optional[str]:
|
|
7969
8171
|
"""
|
|
7970
|
-
Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
8172
|
+
Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
7971
8173
|
"""
|
|
7972
8174
|
return pulumi.get(self, "consumer_isolation_level")
|
|
7973
8175
|
|
|
@@ -8031,7 +8233,7 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
8031
8233
|
@pulumi.getter(name="producerCompressionType")
|
|
8032
8234
|
def producer_compression_type(self) -> Optional[str]:
|
|
8033
8235
|
"""
|
|
8034
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8236
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8035
8237
|
"""
|
|
8036
8238
|
return pulumi.get(self, "producer_compression_type")
|
|
8037
8239
|
|
|
@@ -8119,11 +8321,11 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8119
8321
|
"""
|
|
8120
8322
|
:param bool consumer_enable_auto_commit: If true the consumer's offset will be periodically committed to Kafka in the background. The default value is `true`.
|
|
8121
8323
|
:param int consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request. The default value is `67108864`.
|
|
8122
|
-
:param int consumer_request_timeout_ms: The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
8123
|
-
:param str name_strategy: Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
8324
|
+
:param int consumer_request_timeout_ms: Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
8325
|
+
:param str name_strategy: Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
8124
8326
|
:param bool name_strategy_validation: If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages. The default value is `true`.
|
|
8125
|
-
:param str producer_acks: The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
8126
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8327
|
+
:param str producer_acks: Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
8328
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8127
8329
|
:param int producer_linger_ms: Wait for up to the given delay to allow batching records together. The default value is `0`.
|
|
8128
8330
|
:param int producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. The default value is `1048576`.
|
|
8129
8331
|
:param int simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. The default value is `25`.
|
|
@@ -8169,7 +8371,7 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8169
8371
|
@pulumi.getter(name="consumerRequestTimeoutMs")
|
|
8170
8372
|
def consumer_request_timeout_ms(self) -> Optional[int]:
|
|
8171
8373
|
"""
|
|
8172
|
-
The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
8374
|
+
Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
8173
8375
|
"""
|
|
8174
8376
|
return pulumi.get(self, "consumer_request_timeout_ms")
|
|
8175
8377
|
|
|
@@ -8177,7 +8379,7 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8177
8379
|
@pulumi.getter(name="nameStrategy")
|
|
8178
8380
|
def name_strategy(self) -> Optional[str]:
|
|
8179
8381
|
"""
|
|
8180
|
-
Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
8382
|
+
Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
8181
8383
|
"""
|
|
8182
8384
|
return pulumi.get(self, "name_strategy")
|
|
8183
8385
|
|
|
@@ -8193,7 +8395,7 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8193
8395
|
@pulumi.getter(name="producerAcks")
|
|
8194
8396
|
def producer_acks(self) -> Optional[str]:
|
|
8195
8397
|
"""
|
|
8196
|
-
The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
8398
|
+
Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
8197
8399
|
"""
|
|
8198
8400
|
return pulumi.get(self, "producer_acks")
|
|
8199
8401
|
|
|
@@ -8201,7 +8403,7 @@ class KafkaKafkaUserConfigKafkaRestConfig(dict):
|
|
|
8201
8403
|
@pulumi.getter(name="producerCompressionType")
|
|
8202
8404
|
def producer_compression_type(self) -> Optional[str]:
|
|
8203
8405
|
"""
|
|
8204
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8406
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
8205
8407
|
"""
|
|
8206
8408
|
return pulumi.get(self, "producer_compression_type")
|
|
8207
8409
|
|
|
@@ -9852,6 +10054,54 @@ class M3AggregatorComponent(dict):
|
|
|
9852
10054
|
return pulumi.get(self, "usage")
|
|
9853
10055
|
|
|
9854
10056
|
|
|
10057
|
+
@pulumi.output_type
|
|
10058
|
+
class M3AggregatorM3aggregator(dict):
|
|
10059
|
+
@staticmethod
|
|
10060
|
+
def __key_warning(key: str):
|
|
10061
|
+
suggest = None
|
|
10062
|
+
if key == "aggregatorHttpUri":
|
|
10063
|
+
suggest = "aggregator_http_uri"
|
|
10064
|
+
|
|
10065
|
+
if suggest:
|
|
10066
|
+
pulumi.log.warn(f"Key '{key}' not found in M3AggregatorM3aggregator. Access the value via the '{suggest}' property getter instead.")
|
|
10067
|
+
|
|
10068
|
+
def __getitem__(self, key: str) -> Any:
|
|
10069
|
+
M3AggregatorM3aggregator.__key_warning(key)
|
|
10070
|
+
return super().__getitem__(key)
|
|
10071
|
+
|
|
10072
|
+
def get(self, key: str, default = None) -> Any:
|
|
10073
|
+
M3AggregatorM3aggregator.__key_warning(key)
|
|
10074
|
+
return super().get(key, default)
|
|
10075
|
+
|
|
10076
|
+
def __init__(__self__, *,
|
|
10077
|
+
aggregator_http_uri: Optional[str] = None,
|
|
10078
|
+
uris: Optional[Sequence[str]] = None):
|
|
10079
|
+
"""
|
|
10080
|
+
:param str aggregator_http_uri: M3 Aggregator HTTP URI.
|
|
10081
|
+
:param Sequence[str] uris: M3 Aggregator server URIs.
|
|
10082
|
+
"""
|
|
10083
|
+
if aggregator_http_uri is not None:
|
|
10084
|
+
pulumi.set(__self__, "aggregator_http_uri", aggregator_http_uri)
|
|
10085
|
+
if uris is not None:
|
|
10086
|
+
pulumi.set(__self__, "uris", uris)
|
|
10087
|
+
|
|
10088
|
+
@property
|
|
10089
|
+
@pulumi.getter(name="aggregatorHttpUri")
|
|
10090
|
+
def aggregator_http_uri(self) -> Optional[str]:
|
|
10091
|
+
"""
|
|
10092
|
+
M3 Aggregator HTTP URI.
|
|
10093
|
+
"""
|
|
10094
|
+
return pulumi.get(self, "aggregator_http_uri")
|
|
10095
|
+
|
|
10096
|
+
@property
|
|
10097
|
+
@pulumi.getter
|
|
10098
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
10099
|
+
"""
|
|
10100
|
+
M3 Aggregator server URIs.
|
|
10101
|
+
"""
|
|
10102
|
+
return pulumi.get(self, "uris")
|
|
10103
|
+
|
|
10104
|
+
|
|
9855
10105
|
@pulumi.output_type
|
|
9856
10106
|
class M3AggregatorM3aggregatorUserConfig(dict):
|
|
9857
10107
|
@staticmethod
|
|
@@ -9899,8 +10149,8 @@ class M3AggregatorM3aggregatorUserConfig(dict):
|
|
|
9899
10149
|
:param Sequence['M3AggregatorM3aggregatorUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
9900
10150
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
9901
10151
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
9902
|
-
:param str m3_version: M3 major version (deprecated, use m3aggregator_version).
|
|
9903
|
-
:param str m3aggregator_version: M3 major version (the minimum compatible version).
|
|
10152
|
+
:param str m3_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3aggregator_version).
|
|
10153
|
+
:param str m3aggregator_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
9904
10154
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
9905
10155
|
:param bool static_ips: Use static public IP addresses.
|
|
9906
10156
|
"""
|
|
@@ -9960,7 +10210,7 @@ class M3AggregatorM3aggregatorUserConfig(dict):
|
|
|
9960
10210
|
@pulumi.getter(name="m3Version")
|
|
9961
10211
|
def m3_version(self) -> Optional[str]:
|
|
9962
10212
|
"""
|
|
9963
|
-
M3 major version (deprecated, use m3aggregator_version).
|
|
10213
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3aggregator_version).
|
|
9964
10214
|
"""
|
|
9965
10215
|
return pulumi.get(self, "m3_version")
|
|
9966
10216
|
|
|
@@ -9968,7 +10218,7 @@ class M3AggregatorM3aggregatorUserConfig(dict):
|
|
|
9968
10218
|
@pulumi.getter(name="m3aggregatorVersion")
|
|
9969
10219
|
def m3aggregator_version(self) -> Optional[str]:
|
|
9970
10220
|
"""
|
|
9971
|
-
M3 major version (the minimum compatible version).
|
|
10221
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
9972
10222
|
"""
|
|
9973
10223
|
return pulumi.get(self, "m3aggregator_version")
|
|
9974
10224
|
|
|
@@ -10236,6 +10486,110 @@ class M3DbComponent(dict):
|
|
|
10236
10486
|
return pulumi.get(self, "usage")
|
|
10237
10487
|
|
|
10238
10488
|
|
|
10489
|
+
@pulumi.output_type
|
|
10490
|
+
class M3DbM3db(dict):
|
|
10491
|
+
@staticmethod
|
|
10492
|
+
def __key_warning(key: str):
|
|
10493
|
+
suggest = None
|
|
10494
|
+
if key == "httpClusterUri":
|
|
10495
|
+
suggest = "http_cluster_uri"
|
|
10496
|
+
elif key == "httpNodeUri":
|
|
10497
|
+
suggest = "http_node_uri"
|
|
10498
|
+
elif key == "influxdbUri":
|
|
10499
|
+
suggest = "influxdb_uri"
|
|
10500
|
+
elif key == "prometheusRemoteReadUri":
|
|
10501
|
+
suggest = "prometheus_remote_read_uri"
|
|
10502
|
+
elif key == "prometheusRemoteWriteUri":
|
|
10503
|
+
suggest = "prometheus_remote_write_uri"
|
|
10504
|
+
|
|
10505
|
+
if suggest:
|
|
10506
|
+
pulumi.log.warn(f"Key '{key}' not found in M3DbM3db. Access the value via the '{suggest}' property getter instead.")
|
|
10507
|
+
|
|
10508
|
+
def __getitem__(self, key: str) -> Any:
|
|
10509
|
+
M3DbM3db.__key_warning(key)
|
|
10510
|
+
return super().__getitem__(key)
|
|
10511
|
+
|
|
10512
|
+
def get(self, key: str, default = None) -> Any:
|
|
10513
|
+
M3DbM3db.__key_warning(key)
|
|
10514
|
+
return super().get(key, default)
|
|
10515
|
+
|
|
10516
|
+
def __init__(__self__, *,
|
|
10517
|
+
http_cluster_uri: Optional[str] = None,
|
|
10518
|
+
http_node_uri: Optional[str] = None,
|
|
10519
|
+
influxdb_uri: Optional[str] = None,
|
|
10520
|
+
prometheus_remote_read_uri: Optional[str] = None,
|
|
10521
|
+
prometheus_remote_write_uri: Optional[str] = None,
|
|
10522
|
+
uris: Optional[Sequence[str]] = None):
|
|
10523
|
+
"""
|
|
10524
|
+
:param str http_cluster_uri: M3DB cluster URI.
|
|
10525
|
+
:param str http_node_uri: M3DB node URI.
|
|
10526
|
+
:param str influxdb_uri: InfluxDB URI.
|
|
10527
|
+
:param str prometheus_remote_read_uri: Prometheus remote read URI.
|
|
10528
|
+
:param str prometheus_remote_write_uri: Prometheus remote write URI.
|
|
10529
|
+
:param Sequence[str] uris: M3DB server URIs.
|
|
10530
|
+
"""
|
|
10531
|
+
if http_cluster_uri is not None:
|
|
10532
|
+
pulumi.set(__self__, "http_cluster_uri", http_cluster_uri)
|
|
10533
|
+
if http_node_uri is not None:
|
|
10534
|
+
pulumi.set(__self__, "http_node_uri", http_node_uri)
|
|
10535
|
+
if influxdb_uri is not None:
|
|
10536
|
+
pulumi.set(__self__, "influxdb_uri", influxdb_uri)
|
|
10537
|
+
if prometheus_remote_read_uri is not None:
|
|
10538
|
+
pulumi.set(__self__, "prometheus_remote_read_uri", prometheus_remote_read_uri)
|
|
10539
|
+
if prometheus_remote_write_uri is not None:
|
|
10540
|
+
pulumi.set(__self__, "prometheus_remote_write_uri", prometheus_remote_write_uri)
|
|
10541
|
+
if uris is not None:
|
|
10542
|
+
pulumi.set(__self__, "uris", uris)
|
|
10543
|
+
|
|
10544
|
+
@property
|
|
10545
|
+
@pulumi.getter(name="httpClusterUri")
|
|
10546
|
+
def http_cluster_uri(self) -> Optional[str]:
|
|
10547
|
+
"""
|
|
10548
|
+
M3DB cluster URI.
|
|
10549
|
+
"""
|
|
10550
|
+
return pulumi.get(self, "http_cluster_uri")
|
|
10551
|
+
|
|
10552
|
+
@property
|
|
10553
|
+
@pulumi.getter(name="httpNodeUri")
|
|
10554
|
+
def http_node_uri(self) -> Optional[str]:
|
|
10555
|
+
"""
|
|
10556
|
+
M3DB node URI.
|
|
10557
|
+
"""
|
|
10558
|
+
return pulumi.get(self, "http_node_uri")
|
|
10559
|
+
|
|
10560
|
+
@property
|
|
10561
|
+
@pulumi.getter(name="influxdbUri")
|
|
10562
|
+
def influxdb_uri(self) -> Optional[str]:
|
|
10563
|
+
"""
|
|
10564
|
+
InfluxDB URI.
|
|
10565
|
+
"""
|
|
10566
|
+
return pulumi.get(self, "influxdb_uri")
|
|
10567
|
+
|
|
10568
|
+
@property
|
|
10569
|
+
@pulumi.getter(name="prometheusRemoteReadUri")
|
|
10570
|
+
def prometheus_remote_read_uri(self) -> Optional[str]:
|
|
10571
|
+
"""
|
|
10572
|
+
Prometheus remote read URI.
|
|
10573
|
+
"""
|
|
10574
|
+
return pulumi.get(self, "prometheus_remote_read_uri")
|
|
10575
|
+
|
|
10576
|
+
@property
|
|
10577
|
+
@pulumi.getter(name="prometheusRemoteWriteUri")
|
|
10578
|
+
def prometheus_remote_write_uri(self) -> Optional[str]:
|
|
10579
|
+
"""
|
|
10580
|
+
Prometheus remote write URI.
|
|
10581
|
+
"""
|
|
10582
|
+
return pulumi.get(self, "prometheus_remote_write_uri")
|
|
10583
|
+
|
|
10584
|
+
@property
|
|
10585
|
+
@pulumi.getter
|
|
10586
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
10587
|
+
"""
|
|
10588
|
+
M3DB server URIs.
|
|
10589
|
+
"""
|
|
10590
|
+
return pulumi.get(self, "uris")
|
|
10591
|
+
|
|
10592
|
+
|
|
10239
10593
|
@pulumi.output_type
|
|
10240
10594
|
class M3DbM3dbUserConfig(dict):
|
|
10241
10595
|
@staticmethod
|
|
@@ -10308,9 +10662,9 @@ class M3DbM3dbUserConfig(dict):
|
|
|
10308
10662
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
10309
10663
|
:param 'M3DbM3dbUserConfigLimitsArgs' limits: M3 limits
|
|
10310
10664
|
:param 'M3DbM3dbUserConfigM3Args' m3: M3 specific configuration options
|
|
10311
|
-
:param str m3_version: M3 major version (deprecated, use m3db_version).
|
|
10665
|
+
:param str m3_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3db_version).
|
|
10312
10666
|
:param bool m3coordinator_enable_graphite_carbon_ingest: Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
|
|
10313
|
-
:param str m3db_version: M3 major version (the minimum compatible version).
|
|
10667
|
+
:param str m3db_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
10314
10668
|
:param Sequence['M3DbM3dbUserConfigNamespaceArgs'] namespaces: List of M3 namespaces
|
|
10315
10669
|
:param 'M3DbM3dbUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
10316
10670
|
: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.
|
|
@@ -10420,7 +10774,7 @@ class M3DbM3dbUserConfig(dict):
|
|
|
10420
10774
|
@pulumi.getter(name="m3Version")
|
|
10421
10775
|
def m3_version(self) -> Optional[str]:
|
|
10422
10776
|
"""
|
|
10423
|
-
M3 major version (deprecated, use m3db_version).
|
|
10777
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3db_version).
|
|
10424
10778
|
"""
|
|
10425
10779
|
return pulumi.get(self, "m3_version")
|
|
10426
10780
|
|
|
@@ -10436,7 +10790,7 @@ class M3DbM3dbUserConfig(dict):
|
|
|
10436
10790
|
@pulumi.getter(name="m3dbVersion")
|
|
10437
10791
|
def m3db_version(self) -> Optional[str]:
|
|
10438
10792
|
"""
|
|
10439
|
-
M3 major version (the minimum compatible version).
|
|
10793
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
10440
10794
|
"""
|
|
10441
10795
|
return pulumi.get(self, "m3db_version")
|
|
10442
10796
|
|
|
@@ -10736,7 +11090,7 @@ class M3DbM3dbUserConfigNamespace(dict):
|
|
|
10736
11090
|
resolution: Optional[str] = None):
|
|
10737
11091
|
"""
|
|
10738
11092
|
:param str name: The name of the namespace.
|
|
10739
|
-
:param str type: The type of aggregation (aggregated/unaggregated).
|
|
11093
|
+
:param str type: Enum: `aggregated`, `unaggregated`. The type of aggregation (aggregated/unaggregated).
|
|
10740
11094
|
:param 'M3DbM3dbUserConfigNamespaceOptionsArgs' options: Namespace options
|
|
10741
11095
|
:param str resolution: The resolution for an aggregated namespace.
|
|
10742
11096
|
"""
|
|
@@ -10759,7 +11113,7 @@ class M3DbM3dbUserConfigNamespace(dict):
|
|
|
10759
11113
|
@pulumi.getter
|
|
10760
11114
|
def type(self) -> str:
|
|
10761
11115
|
"""
|
|
10762
|
-
The type of aggregation (aggregated/unaggregated).
|
|
11116
|
+
Enum: `aggregated`, `unaggregated`. The type of aggregation (aggregated/unaggregated).
|
|
10763
11117
|
"""
|
|
10764
11118
|
return pulumi.get(self, "type")
|
|
10765
11119
|
|
|
@@ -11392,6 +11746,190 @@ class MySqlComponent(dict):
|
|
|
11392
11746
|
return pulumi.get(self, "usage")
|
|
11393
11747
|
|
|
11394
11748
|
|
|
11749
|
+
@pulumi.output_type
|
|
11750
|
+
class MySqlMysql(dict):
|
|
11751
|
+
@staticmethod
|
|
11752
|
+
def __key_warning(key: str):
|
|
11753
|
+
suggest = None
|
|
11754
|
+
if key == "replicaUri":
|
|
11755
|
+
suggest = "replica_uri"
|
|
11756
|
+
elif key == "standbyUris":
|
|
11757
|
+
suggest = "standby_uris"
|
|
11758
|
+
elif key == "syncingUris":
|
|
11759
|
+
suggest = "syncing_uris"
|
|
11760
|
+
|
|
11761
|
+
if suggest:
|
|
11762
|
+
pulumi.log.warn(f"Key '{key}' not found in MySqlMysql. Access the value via the '{suggest}' property getter instead.")
|
|
11763
|
+
|
|
11764
|
+
def __getitem__(self, key: str) -> Any:
|
|
11765
|
+
MySqlMysql.__key_warning(key)
|
|
11766
|
+
return super().__getitem__(key)
|
|
11767
|
+
|
|
11768
|
+
def get(self, key: str, default = None) -> Any:
|
|
11769
|
+
MySqlMysql.__key_warning(key)
|
|
11770
|
+
return super().get(key, default)
|
|
11771
|
+
|
|
11772
|
+
def __init__(__self__, *,
|
|
11773
|
+
params: Optional[Sequence['outputs.MySqlMysqlParam']] = None,
|
|
11774
|
+
replica_uri: Optional[str] = None,
|
|
11775
|
+
standby_uris: Optional[Sequence[str]] = None,
|
|
11776
|
+
syncing_uris: Optional[Sequence[str]] = None,
|
|
11777
|
+
uris: Optional[Sequence[str]] = None):
|
|
11778
|
+
"""
|
|
11779
|
+
:param Sequence['MySqlMysqlParamArgs'] params: MySQL connection parameters
|
|
11780
|
+
:param str replica_uri: MySQL replica URI for services with a replica
|
|
11781
|
+
:param Sequence[str] standby_uris: MySQL standby connection URIs
|
|
11782
|
+
:param Sequence[str] syncing_uris: MySQL syncing connection URIs
|
|
11783
|
+
:param Sequence[str] uris: MySQL master connection URIs
|
|
11784
|
+
"""
|
|
11785
|
+
if params is not None:
|
|
11786
|
+
pulumi.set(__self__, "params", params)
|
|
11787
|
+
if replica_uri is not None:
|
|
11788
|
+
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
11789
|
+
if standby_uris is not None:
|
|
11790
|
+
pulumi.set(__self__, "standby_uris", standby_uris)
|
|
11791
|
+
if syncing_uris is not None:
|
|
11792
|
+
pulumi.set(__self__, "syncing_uris", syncing_uris)
|
|
11793
|
+
if uris is not None:
|
|
11794
|
+
pulumi.set(__self__, "uris", uris)
|
|
11795
|
+
|
|
11796
|
+
@property
|
|
11797
|
+
@pulumi.getter
|
|
11798
|
+
def params(self) -> Optional[Sequence['outputs.MySqlMysqlParam']]:
|
|
11799
|
+
"""
|
|
11800
|
+
MySQL connection parameters
|
|
11801
|
+
"""
|
|
11802
|
+
return pulumi.get(self, "params")
|
|
11803
|
+
|
|
11804
|
+
@property
|
|
11805
|
+
@pulumi.getter(name="replicaUri")
|
|
11806
|
+
def replica_uri(self) -> Optional[str]:
|
|
11807
|
+
"""
|
|
11808
|
+
MySQL replica URI for services with a replica
|
|
11809
|
+
"""
|
|
11810
|
+
return pulumi.get(self, "replica_uri")
|
|
11811
|
+
|
|
11812
|
+
@property
|
|
11813
|
+
@pulumi.getter(name="standbyUris")
|
|
11814
|
+
def standby_uris(self) -> Optional[Sequence[str]]:
|
|
11815
|
+
"""
|
|
11816
|
+
MySQL standby connection URIs
|
|
11817
|
+
"""
|
|
11818
|
+
return pulumi.get(self, "standby_uris")
|
|
11819
|
+
|
|
11820
|
+
@property
|
|
11821
|
+
@pulumi.getter(name="syncingUris")
|
|
11822
|
+
def syncing_uris(self) -> Optional[Sequence[str]]:
|
|
11823
|
+
"""
|
|
11824
|
+
MySQL syncing connection URIs
|
|
11825
|
+
"""
|
|
11826
|
+
return pulumi.get(self, "syncing_uris")
|
|
11827
|
+
|
|
11828
|
+
@property
|
|
11829
|
+
@pulumi.getter
|
|
11830
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
11831
|
+
"""
|
|
11832
|
+
MySQL master connection URIs
|
|
11833
|
+
"""
|
|
11834
|
+
return pulumi.get(self, "uris")
|
|
11835
|
+
|
|
11836
|
+
|
|
11837
|
+
@pulumi.output_type
|
|
11838
|
+
class MySqlMysqlParam(dict):
|
|
11839
|
+
@staticmethod
|
|
11840
|
+
def __key_warning(key: str):
|
|
11841
|
+
suggest = None
|
|
11842
|
+
if key == "databaseName":
|
|
11843
|
+
suggest = "database_name"
|
|
11844
|
+
|
|
11845
|
+
if suggest:
|
|
11846
|
+
pulumi.log.warn(f"Key '{key}' not found in MySqlMysqlParam. Access the value via the '{suggest}' property getter instead.")
|
|
11847
|
+
|
|
11848
|
+
def __getitem__(self, key: str) -> Any:
|
|
11849
|
+
MySqlMysqlParam.__key_warning(key)
|
|
11850
|
+
return super().__getitem__(key)
|
|
11851
|
+
|
|
11852
|
+
def get(self, key: str, default = None) -> Any:
|
|
11853
|
+
MySqlMysqlParam.__key_warning(key)
|
|
11854
|
+
return super().get(key, default)
|
|
11855
|
+
|
|
11856
|
+
def __init__(__self__, *,
|
|
11857
|
+
database_name: Optional[str] = None,
|
|
11858
|
+
host: Optional[str] = None,
|
|
11859
|
+
password: Optional[str] = None,
|
|
11860
|
+
port: Optional[int] = None,
|
|
11861
|
+
sslmode: Optional[str] = None,
|
|
11862
|
+
user: Optional[str] = None):
|
|
11863
|
+
"""
|
|
11864
|
+
:param str database_name: Primary MySQL database name
|
|
11865
|
+
:param str host: MySQL host IP or name
|
|
11866
|
+
:param str password: MySQL admin user password
|
|
11867
|
+
:param int port: MySQL port
|
|
11868
|
+
:param str sslmode: MySQL sslmode setting (currently always "require")
|
|
11869
|
+
:param str user: MySQL admin user name
|
|
11870
|
+
"""
|
|
11871
|
+
if database_name is not None:
|
|
11872
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
11873
|
+
if host is not None:
|
|
11874
|
+
pulumi.set(__self__, "host", host)
|
|
11875
|
+
if password is not None:
|
|
11876
|
+
pulumi.set(__self__, "password", password)
|
|
11877
|
+
if port is not None:
|
|
11878
|
+
pulumi.set(__self__, "port", port)
|
|
11879
|
+
if sslmode is not None:
|
|
11880
|
+
pulumi.set(__self__, "sslmode", sslmode)
|
|
11881
|
+
if user is not None:
|
|
11882
|
+
pulumi.set(__self__, "user", user)
|
|
11883
|
+
|
|
11884
|
+
@property
|
|
11885
|
+
@pulumi.getter(name="databaseName")
|
|
11886
|
+
def database_name(self) -> Optional[str]:
|
|
11887
|
+
"""
|
|
11888
|
+
Primary MySQL database name
|
|
11889
|
+
"""
|
|
11890
|
+
return pulumi.get(self, "database_name")
|
|
11891
|
+
|
|
11892
|
+
@property
|
|
11893
|
+
@pulumi.getter
|
|
11894
|
+
def host(self) -> Optional[str]:
|
|
11895
|
+
"""
|
|
11896
|
+
MySQL host IP or name
|
|
11897
|
+
"""
|
|
11898
|
+
return pulumi.get(self, "host")
|
|
11899
|
+
|
|
11900
|
+
@property
|
|
11901
|
+
@pulumi.getter
|
|
11902
|
+
def password(self) -> Optional[str]:
|
|
11903
|
+
"""
|
|
11904
|
+
MySQL admin user password
|
|
11905
|
+
"""
|
|
11906
|
+
return pulumi.get(self, "password")
|
|
11907
|
+
|
|
11908
|
+
@property
|
|
11909
|
+
@pulumi.getter
|
|
11910
|
+
def port(self) -> Optional[int]:
|
|
11911
|
+
"""
|
|
11912
|
+
MySQL port
|
|
11913
|
+
"""
|
|
11914
|
+
return pulumi.get(self, "port")
|
|
11915
|
+
|
|
11916
|
+
@property
|
|
11917
|
+
@pulumi.getter
|
|
11918
|
+
def sslmode(self) -> Optional[str]:
|
|
11919
|
+
"""
|
|
11920
|
+
MySQL sslmode setting (currently always "require")
|
|
11921
|
+
"""
|
|
11922
|
+
return pulumi.get(self, "sslmode")
|
|
11923
|
+
|
|
11924
|
+
@property
|
|
11925
|
+
@pulumi.getter
|
|
11926
|
+
def user(self) -> Optional[str]:
|
|
11927
|
+
"""
|
|
11928
|
+
MySQL admin user name
|
|
11929
|
+
"""
|
|
11930
|
+
return pulumi.get(self, "user")
|
|
11931
|
+
|
|
11932
|
+
|
|
11395
11933
|
@pulumi.output_type
|
|
11396
11934
|
class MySqlMysqlUserConfig(dict):
|
|
11397
11935
|
@staticmethod
|
|
@@ -11478,7 +12016,7 @@ class MySqlMysqlUserConfig(dict):
|
|
|
11478
12016
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
11479
12017
|
:param 'MySqlMysqlUserConfigMigrationArgs' migration: Migrate data from existing server
|
|
11480
12018
|
:param 'MySqlMysqlUserConfigMysqlArgs' mysql: mysql.conf configuration values
|
|
11481
|
-
:param str mysql_version: MySQL major version.
|
|
12019
|
+
:param str mysql_version: Enum: `8`. MySQL major version.
|
|
11482
12020
|
:param 'MySqlMysqlUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
11483
12021
|
:param 'MySqlMysqlUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
11484
12022
|
: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.
|
|
@@ -11624,7 +12162,7 @@ class MySqlMysqlUserConfig(dict):
|
|
|
11624
12162
|
@pulumi.getter(name="mysqlVersion")
|
|
11625
12163
|
def mysql_version(self) -> Optional[str]:
|
|
11626
12164
|
"""
|
|
11627
|
-
MySQL major version.
|
|
12165
|
+
Enum: `8`. MySQL major version.
|
|
11628
12166
|
"""
|
|
11629
12167
|
return pulumi.get(self, "mysql_version")
|
|
11630
12168
|
|
|
@@ -11756,7 +12294,7 @@ class MySqlMysqlUserConfigMigration(dict):
|
|
|
11756
12294
|
:param int port: Port number of the server where to migrate data from.
|
|
11757
12295
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
11758
12296
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
11759
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
12297
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
11760
12298
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
11761
12299
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
11762
12300
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -11812,7 +12350,7 @@ class MySqlMysqlUserConfigMigration(dict):
|
|
|
11812
12350
|
@pulumi.getter
|
|
11813
12351
|
def method(self) -> Optional[str]:
|
|
11814
12352
|
"""
|
|
11815
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
12353
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
11816
12354
|
"""
|
|
11817
12355
|
return pulumi.get(self, "method")
|
|
11818
12356
|
|
|
@@ -11967,7 +12505,7 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
11967
12505
|
:param int innodb_thread_concurrency: Defines the maximum number of threads permitted inside of InnoDB. Default is 0 (infinite concurrency - no limit).
|
|
11968
12506
|
:param int innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service.
|
|
11969
12507
|
:param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it.
|
|
11970
|
-
:param str internal_tmp_mem_storage_engine: The storage engine for in-memory internal temporary tables.
|
|
12508
|
+
:param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
11971
12509
|
:param float long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s.
|
|
11972
12510
|
:param int max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
11973
12511
|
:param int max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
@@ -12182,7 +12720,7 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
12182
12720
|
@pulumi.getter(name="internalTmpMemStorageEngine")
|
|
12183
12721
|
def internal_tmp_mem_storage_engine(self) -> Optional[str]:
|
|
12184
12722
|
"""
|
|
12185
|
-
The storage engine for in-memory internal temporary tables.
|
|
12723
|
+
Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
12186
12724
|
"""
|
|
12187
12725
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
12188
12726
|
|
|
@@ -12634,7 +13172,9 @@ class OpenSearchOpensearch(dict):
|
|
|
12634
13172
|
@staticmethod
|
|
12635
13173
|
def __key_warning(key: str):
|
|
12636
13174
|
suggest = None
|
|
12637
|
-
if key == "
|
|
13175
|
+
if key == "kibanaUri":
|
|
13176
|
+
suggest = "kibana_uri"
|
|
13177
|
+
elif key == "opensearchDashboardsUri":
|
|
12638
13178
|
suggest = "opensearch_dashboards_uri"
|
|
12639
13179
|
|
|
12640
13180
|
if suggest:
|
|
@@ -12649,12 +13189,36 @@ class OpenSearchOpensearch(dict):
|
|
|
12649
13189
|
return super().get(key, default)
|
|
12650
13190
|
|
|
12651
13191
|
def __init__(__self__, *,
|
|
12652
|
-
|
|
13192
|
+
kibana_uri: Optional[str] = None,
|
|
13193
|
+
opensearch_dashboards_uri: Optional[str] = None,
|
|
13194
|
+
password: Optional[str] = None,
|
|
13195
|
+
uris: Optional[Sequence[str]] = None,
|
|
13196
|
+
username: Optional[str] = None):
|
|
12653
13197
|
"""
|
|
13198
|
+
:param str kibana_uri: URI for Kibana dashboard frontend
|
|
12654
13199
|
:param str opensearch_dashboards_uri: URI for OpenSearch dashboard frontend
|
|
13200
|
+
:param str password: OpenSearch password
|
|
13201
|
+
:param Sequence[str] uris: OpenSearch server URIs.
|
|
13202
|
+
:param str username: OpenSearch username
|
|
12655
13203
|
"""
|
|
13204
|
+
if kibana_uri is not None:
|
|
13205
|
+
pulumi.set(__self__, "kibana_uri", kibana_uri)
|
|
12656
13206
|
if opensearch_dashboards_uri is not None:
|
|
12657
13207
|
pulumi.set(__self__, "opensearch_dashboards_uri", opensearch_dashboards_uri)
|
|
13208
|
+
if password is not None:
|
|
13209
|
+
pulumi.set(__self__, "password", password)
|
|
13210
|
+
if uris is not None:
|
|
13211
|
+
pulumi.set(__self__, "uris", uris)
|
|
13212
|
+
if username is not None:
|
|
13213
|
+
pulumi.set(__self__, "username", username)
|
|
13214
|
+
|
|
13215
|
+
@property
|
|
13216
|
+
@pulumi.getter(name="kibanaUri")
|
|
13217
|
+
def kibana_uri(self) -> Optional[str]:
|
|
13218
|
+
"""
|
|
13219
|
+
URI for Kibana dashboard frontend
|
|
13220
|
+
"""
|
|
13221
|
+
return pulumi.get(self, "kibana_uri")
|
|
12658
13222
|
|
|
12659
13223
|
@property
|
|
12660
13224
|
@pulumi.getter(name="opensearchDashboardsUri")
|
|
@@ -12664,6 +13228,30 @@ class OpenSearchOpensearch(dict):
|
|
|
12664
13228
|
"""
|
|
12665
13229
|
return pulumi.get(self, "opensearch_dashboards_uri")
|
|
12666
13230
|
|
|
13231
|
+
@property
|
|
13232
|
+
@pulumi.getter
|
|
13233
|
+
def password(self) -> Optional[str]:
|
|
13234
|
+
"""
|
|
13235
|
+
OpenSearch password
|
|
13236
|
+
"""
|
|
13237
|
+
return pulumi.get(self, "password")
|
|
13238
|
+
|
|
13239
|
+
@property
|
|
13240
|
+
@pulumi.getter
|
|
13241
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
13242
|
+
"""
|
|
13243
|
+
OpenSearch server URIs.
|
|
13244
|
+
"""
|
|
13245
|
+
return pulumi.get(self, "uris")
|
|
13246
|
+
|
|
13247
|
+
@property
|
|
13248
|
+
@pulumi.getter
|
|
13249
|
+
def username(self) -> Optional[str]:
|
|
13250
|
+
"""
|
|
13251
|
+
OpenSearch username
|
|
13252
|
+
"""
|
|
13253
|
+
return pulumi.get(self, "username")
|
|
13254
|
+
|
|
12667
13255
|
|
|
12668
13256
|
@pulumi.output_type
|
|
12669
13257
|
class OpenSearchOpensearchUserConfig(dict):
|
|
@@ -12760,7 +13348,7 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
12760
13348
|
:param 'OpenSearchOpensearchUserConfigOpenidArgs' openid: OpenSearch OpenID Connect Configuration
|
|
12761
13349
|
:param 'OpenSearchOpensearchUserConfigOpensearchArgs' opensearch: OpenSearch settings
|
|
12762
13350
|
:param 'OpenSearchOpensearchUserConfigOpensearchDashboardsArgs' opensearch_dashboards: OpenSearch Dashboards settings
|
|
12763
|
-
:param str opensearch_version: OpenSearch major version.
|
|
13351
|
+
:param str opensearch_version: Enum: `1`, `2`. OpenSearch major version.
|
|
12764
13352
|
:param 'OpenSearchOpensearchUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
12765
13353
|
:param 'OpenSearchOpensearchUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
12766
13354
|
: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.
|
|
@@ -12929,7 +13517,7 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
12929
13517
|
@pulumi.getter(name="opensearchVersion")
|
|
12930
13518
|
def opensearch_version(self) -> Optional[str]:
|
|
12931
13519
|
"""
|
|
12932
|
-
OpenSearch major version.
|
|
13520
|
+
Enum: `1`, `2`. OpenSearch major version.
|
|
12933
13521
|
"""
|
|
12934
13522
|
return pulumi.get(self, "opensearch_version")
|
|
12935
13523
|
|
|
@@ -13034,7 +13622,7 @@ class OpenSearchOpensearchUserConfigIndexPattern(dict):
|
|
|
13034
13622
|
"""
|
|
13035
13623
|
:param int max_index_count: Maximum number of indexes to keep.
|
|
13036
13624
|
:param str pattern: fnmatch pattern.
|
|
13037
|
-
:param str sorting_algorithm: Deletion sorting algorithm. The default value is `creation_date`.
|
|
13625
|
+
:param str sorting_algorithm: Enum: `alphabetical`, `creation_date`. Deletion sorting algorithm. The default value is `creation_date`.
|
|
13038
13626
|
"""
|
|
13039
13627
|
pulumi.set(__self__, "max_index_count", max_index_count)
|
|
13040
13628
|
pulumi.set(__self__, "pattern", pattern)
|
|
@@ -13061,7 +13649,7 @@ class OpenSearchOpensearchUserConfigIndexPattern(dict):
|
|
|
13061
13649
|
@pulumi.getter(name="sortingAlgorithm")
|
|
13062
13650
|
def sorting_algorithm(self) -> Optional[str]:
|
|
13063
13651
|
"""
|
|
13064
|
-
Deletion sorting algorithm. The default value is `creation_date`.
|
|
13652
|
+
Enum: `alphabetical`, `creation_date`. Deletion sorting algorithm. The default value is `creation_date`.
|
|
13065
13653
|
"""
|
|
13066
13654
|
return pulumi.get(self, "sorting_algorithm")
|
|
13067
13655
|
|
|
@@ -14035,12 +14623,12 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthen
|
|
|
14035
14623
|
type: Optional[str] = None):
|
|
14036
14624
|
"""
|
|
14037
14625
|
:param int allowed_tries: The number of login attempts allowed before login is blocked.
|
|
14038
|
-
:param str authentication_backend: internal*authentication*backend*limiting.authentication*backend.
|
|
14626
|
+
:param str authentication_backend: Enum: `internal`. internal*authentication*backend*limiting.authentication*backend.
|
|
14039
14627
|
:param int block_expiry_seconds: The duration of time that login remains blocked after a failed login.
|
|
14040
14628
|
:param int max_blocked_clients: internal*authentication*backend*limiting.max*blocked_clients.
|
|
14041
14629
|
:param int max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
|
|
14042
14630
|
:param int time_window_seconds: The window of time in which the value for `allowed_tries` is enforced.
|
|
14043
|
-
:param str type: internal*authentication*backend_limiting.type.
|
|
14631
|
+
:param str type: Enum: `username`. internal*authentication*backend_limiting.type.
|
|
14044
14632
|
"""
|
|
14045
14633
|
if allowed_tries is not None:
|
|
14046
14634
|
pulumi.set(__self__, "allowed_tries", allowed_tries)
|
|
@@ -14069,7 +14657,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthen
|
|
|
14069
14657
|
@pulumi.getter(name="authenticationBackend")
|
|
14070
14658
|
def authentication_backend(self) -> Optional[str]:
|
|
14071
14659
|
"""
|
|
14072
|
-
internal*authentication*backend*limiting.authentication*backend.
|
|
14660
|
+
Enum: `internal`. internal*authentication*backend*limiting.authentication*backend.
|
|
14073
14661
|
"""
|
|
14074
14662
|
return pulumi.get(self, "authentication_backend")
|
|
14075
14663
|
|
|
@@ -14109,7 +14697,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthen
|
|
|
14109
14697
|
@pulumi.getter
|
|
14110
14698
|
def type(self) -> Optional[str]:
|
|
14111
14699
|
"""
|
|
14112
|
-
internal*authentication*backend_limiting.type.
|
|
14700
|
+
Enum: `username`. internal*authentication*backend_limiting.type.
|
|
14113
14701
|
"""
|
|
14114
14702
|
return pulumi.get(self, "type")
|
|
14115
14703
|
|
|
@@ -14154,7 +14742,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14154
14742
|
:param int max_blocked_clients: The maximum number of blocked IP addresses.
|
|
14155
14743
|
:param int max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
|
|
14156
14744
|
:param int time_window_seconds: The window of time in which the value for `allowed_tries` is enforced.
|
|
14157
|
-
:param str type: The type of rate limiting.
|
|
14745
|
+
:param str type: Enum: `ip`. The type of rate limiting.
|
|
14158
14746
|
"""
|
|
14159
14747
|
if allowed_tries is not None:
|
|
14160
14748
|
pulumi.set(__self__, "allowed_tries", allowed_tries)
|
|
@@ -14213,7 +14801,7 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
14213
14801
|
@pulumi.getter
|
|
14214
14802
|
def type(self) -> Optional[str]:
|
|
14215
14803
|
"""
|
|
14216
|
-
The type of rate limiting.
|
|
14804
|
+
Enum: `ip`. The type of rate limiting.
|
|
14217
14805
|
"""
|
|
14218
14806
|
return pulumi.get(self, "type")
|
|
14219
14807
|
|
|
@@ -14669,6 +15257,116 @@ class OpenSearchTechEmail(dict):
|
|
|
14669
15257
|
return pulumi.get(self, "email")
|
|
14670
15258
|
|
|
14671
15259
|
|
|
15260
|
+
@pulumi.output_type
|
|
15261
|
+
class OrganizationApplicationUserTimeouts(dict):
|
|
15262
|
+
def __init__(__self__, *,
|
|
15263
|
+
create: Optional[str] = None,
|
|
15264
|
+
delete: Optional[str] = None,
|
|
15265
|
+
read: Optional[str] = None,
|
|
15266
|
+
update: Optional[str] = None):
|
|
15267
|
+
"""
|
|
15268
|
+
: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).
|
|
15269
|
+
: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.
|
|
15270
|
+
: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.
|
|
15271
|
+
: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).
|
|
15272
|
+
"""
|
|
15273
|
+
if create is not None:
|
|
15274
|
+
pulumi.set(__self__, "create", create)
|
|
15275
|
+
if delete is not None:
|
|
15276
|
+
pulumi.set(__self__, "delete", delete)
|
|
15277
|
+
if read is not None:
|
|
15278
|
+
pulumi.set(__self__, "read", read)
|
|
15279
|
+
if update is not None:
|
|
15280
|
+
pulumi.set(__self__, "update", update)
|
|
15281
|
+
|
|
15282
|
+
@property
|
|
15283
|
+
@pulumi.getter
|
|
15284
|
+
def create(self) -> Optional[str]:
|
|
15285
|
+
"""
|
|
15286
|
+
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).
|
|
15287
|
+
"""
|
|
15288
|
+
return pulumi.get(self, "create")
|
|
15289
|
+
|
|
15290
|
+
@property
|
|
15291
|
+
@pulumi.getter
|
|
15292
|
+
def delete(self) -> Optional[str]:
|
|
15293
|
+
"""
|
|
15294
|
+
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.
|
|
15295
|
+
"""
|
|
15296
|
+
return pulumi.get(self, "delete")
|
|
15297
|
+
|
|
15298
|
+
@property
|
|
15299
|
+
@pulumi.getter
|
|
15300
|
+
def read(self) -> Optional[str]:
|
|
15301
|
+
"""
|
|
15302
|
+
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.
|
|
15303
|
+
"""
|
|
15304
|
+
return pulumi.get(self, "read")
|
|
15305
|
+
|
|
15306
|
+
@property
|
|
15307
|
+
@pulumi.getter
|
|
15308
|
+
def update(self) -> Optional[str]:
|
|
15309
|
+
"""
|
|
15310
|
+
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).
|
|
15311
|
+
"""
|
|
15312
|
+
return pulumi.get(self, "update")
|
|
15313
|
+
|
|
15314
|
+
|
|
15315
|
+
@pulumi.output_type
|
|
15316
|
+
class OrganizationApplicationUserTokenTimeouts(dict):
|
|
15317
|
+
def __init__(__self__, *,
|
|
15318
|
+
create: Optional[str] = None,
|
|
15319
|
+
delete: Optional[str] = None,
|
|
15320
|
+
read: Optional[str] = None,
|
|
15321
|
+
update: Optional[str] = None):
|
|
15322
|
+
"""
|
|
15323
|
+
: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).
|
|
15324
|
+
: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.
|
|
15325
|
+
: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.
|
|
15326
|
+
: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).
|
|
15327
|
+
"""
|
|
15328
|
+
if create is not None:
|
|
15329
|
+
pulumi.set(__self__, "create", create)
|
|
15330
|
+
if delete is not None:
|
|
15331
|
+
pulumi.set(__self__, "delete", delete)
|
|
15332
|
+
if read is not None:
|
|
15333
|
+
pulumi.set(__self__, "read", read)
|
|
15334
|
+
if update is not None:
|
|
15335
|
+
pulumi.set(__self__, "update", update)
|
|
15336
|
+
|
|
15337
|
+
@property
|
|
15338
|
+
@pulumi.getter
|
|
15339
|
+
def create(self) -> Optional[str]:
|
|
15340
|
+
"""
|
|
15341
|
+
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).
|
|
15342
|
+
"""
|
|
15343
|
+
return pulumi.get(self, "create")
|
|
15344
|
+
|
|
15345
|
+
@property
|
|
15346
|
+
@pulumi.getter
|
|
15347
|
+
def delete(self) -> Optional[str]:
|
|
15348
|
+
"""
|
|
15349
|
+
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.
|
|
15350
|
+
"""
|
|
15351
|
+
return pulumi.get(self, "delete")
|
|
15352
|
+
|
|
15353
|
+
@property
|
|
15354
|
+
@pulumi.getter
|
|
15355
|
+
def read(self) -> Optional[str]:
|
|
15356
|
+
"""
|
|
15357
|
+
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.
|
|
15358
|
+
"""
|
|
15359
|
+
return pulumi.get(self, "read")
|
|
15360
|
+
|
|
15361
|
+
@property
|
|
15362
|
+
@pulumi.getter
|
|
15363
|
+
def update(self) -> Optional[str]:
|
|
15364
|
+
"""
|
|
15365
|
+
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).
|
|
15366
|
+
"""
|
|
15367
|
+
return pulumi.get(self, "update")
|
|
15368
|
+
|
|
15369
|
+
|
|
14672
15370
|
@pulumi.output_type
|
|
14673
15371
|
class OrganizationGroupProjectTimeouts(dict):
|
|
14674
15372
|
def __init__(__self__, *,
|
|
@@ -14965,6 +15663,10 @@ class PgPg(dict):
|
|
|
14965
15663
|
suggest = "max_connections"
|
|
14966
15664
|
elif key == "replicaUri":
|
|
14967
15665
|
suggest = "replica_uri"
|
|
15666
|
+
elif key == "standbyUris":
|
|
15667
|
+
suggest = "standby_uris"
|
|
15668
|
+
elif key == "syncingUris":
|
|
15669
|
+
suggest = "syncing_uris"
|
|
14968
15670
|
|
|
14969
15671
|
if suggest:
|
|
14970
15672
|
pulumi.log.warn(f"Key '{key}' not found in PgPg. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -14978,32 +15680,46 @@ class PgPg(dict):
|
|
|
14978
15680
|
return super().get(key, default)
|
|
14979
15681
|
|
|
14980
15682
|
def __init__(__self__, *,
|
|
15683
|
+
bouncer: Optional[str] = None,
|
|
14981
15684
|
dbname: Optional[str] = None,
|
|
14982
15685
|
host: Optional[str] = None,
|
|
14983
15686
|
max_connections: Optional[int] = None,
|
|
15687
|
+
params: Optional[Sequence['outputs.PgPgParam']] = None,
|
|
14984
15688
|
password: Optional[str] = None,
|
|
14985
15689
|
port: Optional[int] = None,
|
|
14986
15690
|
replica_uri: Optional[str] = None,
|
|
14987
15691
|
sslmode: Optional[str] = None,
|
|
15692
|
+
standby_uris: Optional[Sequence[str]] = None,
|
|
15693
|
+
syncing_uris: Optional[Sequence[str]] = None,
|
|
14988
15694
|
uri: Optional[str] = None,
|
|
15695
|
+
uris: Optional[Sequence[str]] = None,
|
|
14989
15696
|
user: Optional[str] = None):
|
|
14990
15697
|
"""
|
|
15698
|
+
:param str bouncer: Bouncer connection details
|
|
14991
15699
|
:param str dbname: Primary PostgreSQL database name
|
|
14992
15700
|
:param str host: PostgreSQL master node host IP or name
|
|
14993
15701
|
:param int max_connections: Connection limit
|
|
15702
|
+
:param Sequence['PgPgParamArgs'] params: PostgreSQL connection parameters
|
|
14994
15703
|
:param str password: PostgreSQL admin user password
|
|
14995
15704
|
:param int port: PostgreSQL port
|
|
14996
15705
|
:param str replica_uri: PostgreSQL replica URI for services with a replica
|
|
14997
15706
|
:param str sslmode: PostgreSQL sslmode setting (currently always "require")
|
|
15707
|
+
:param Sequence[str] standby_uris: PostgreSQL standby connection URIs
|
|
15708
|
+
:param Sequence[str] syncing_uris: PostgreSQL syncing connection URIs
|
|
14998
15709
|
:param str uri: PostgreSQL master connection URI
|
|
15710
|
+
:param Sequence[str] uris: PostgreSQL master connection URIs
|
|
14999
15711
|
:param str user: PostgreSQL admin user name
|
|
15000
15712
|
"""
|
|
15713
|
+
if bouncer is not None:
|
|
15714
|
+
pulumi.set(__self__, "bouncer", bouncer)
|
|
15001
15715
|
if dbname is not None:
|
|
15002
15716
|
pulumi.set(__self__, "dbname", dbname)
|
|
15003
15717
|
if host is not None:
|
|
15004
15718
|
pulumi.set(__self__, "host", host)
|
|
15005
15719
|
if max_connections is not None:
|
|
15006
15720
|
pulumi.set(__self__, "max_connections", max_connections)
|
|
15721
|
+
if params is not None:
|
|
15722
|
+
pulumi.set(__self__, "params", params)
|
|
15007
15723
|
if password is not None:
|
|
15008
15724
|
pulumi.set(__self__, "password", password)
|
|
15009
15725
|
if port is not None:
|
|
@@ -15012,11 +15728,25 @@ class PgPg(dict):
|
|
|
15012
15728
|
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
15013
15729
|
if sslmode is not None:
|
|
15014
15730
|
pulumi.set(__self__, "sslmode", sslmode)
|
|
15731
|
+
if standby_uris is not None:
|
|
15732
|
+
pulumi.set(__self__, "standby_uris", standby_uris)
|
|
15733
|
+
if syncing_uris is not None:
|
|
15734
|
+
pulumi.set(__self__, "syncing_uris", syncing_uris)
|
|
15015
15735
|
if uri is not None:
|
|
15016
15736
|
pulumi.set(__self__, "uri", uri)
|
|
15737
|
+
if uris is not None:
|
|
15738
|
+
pulumi.set(__self__, "uris", uris)
|
|
15017
15739
|
if user is not None:
|
|
15018
15740
|
pulumi.set(__self__, "user", user)
|
|
15019
15741
|
|
|
15742
|
+
@property
|
|
15743
|
+
@pulumi.getter
|
|
15744
|
+
def bouncer(self) -> Optional[str]:
|
|
15745
|
+
"""
|
|
15746
|
+
Bouncer connection details
|
|
15747
|
+
"""
|
|
15748
|
+
return pulumi.get(self, "bouncer")
|
|
15749
|
+
|
|
15020
15750
|
@property
|
|
15021
15751
|
@pulumi.getter
|
|
15022
15752
|
def dbname(self) -> Optional[str]:
|
|
@@ -15041,6 +15771,14 @@ class PgPg(dict):
|
|
|
15041
15771
|
"""
|
|
15042
15772
|
return pulumi.get(self, "max_connections")
|
|
15043
15773
|
|
|
15774
|
+
@property
|
|
15775
|
+
@pulumi.getter
|
|
15776
|
+
def params(self) -> Optional[Sequence['outputs.PgPgParam']]:
|
|
15777
|
+
"""
|
|
15778
|
+
PostgreSQL connection parameters
|
|
15779
|
+
"""
|
|
15780
|
+
return pulumi.get(self, "params")
|
|
15781
|
+
|
|
15044
15782
|
@property
|
|
15045
15783
|
@pulumi.getter
|
|
15046
15784
|
def password(self) -> Optional[str]:
|
|
@@ -15073,6 +15811,22 @@ class PgPg(dict):
|
|
|
15073
15811
|
"""
|
|
15074
15812
|
return pulumi.get(self, "sslmode")
|
|
15075
15813
|
|
|
15814
|
+
@property
|
|
15815
|
+
@pulumi.getter(name="standbyUris")
|
|
15816
|
+
def standby_uris(self) -> Optional[Sequence[str]]:
|
|
15817
|
+
"""
|
|
15818
|
+
PostgreSQL standby connection URIs
|
|
15819
|
+
"""
|
|
15820
|
+
return pulumi.get(self, "standby_uris")
|
|
15821
|
+
|
|
15822
|
+
@property
|
|
15823
|
+
@pulumi.getter(name="syncingUris")
|
|
15824
|
+
def syncing_uris(self) -> Optional[Sequence[str]]:
|
|
15825
|
+
"""
|
|
15826
|
+
PostgreSQL syncing connection URIs
|
|
15827
|
+
"""
|
|
15828
|
+
return pulumi.get(self, "syncing_uris")
|
|
15829
|
+
|
|
15076
15830
|
@property
|
|
15077
15831
|
@pulumi.getter
|
|
15078
15832
|
def uri(self) -> Optional[str]:
|
|
@@ -15081,6 +15835,110 @@ class PgPg(dict):
|
|
|
15081
15835
|
"""
|
|
15082
15836
|
return pulumi.get(self, "uri")
|
|
15083
15837
|
|
|
15838
|
+
@property
|
|
15839
|
+
@pulumi.getter
|
|
15840
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
15841
|
+
"""
|
|
15842
|
+
PostgreSQL master connection URIs
|
|
15843
|
+
"""
|
|
15844
|
+
return pulumi.get(self, "uris")
|
|
15845
|
+
|
|
15846
|
+
@property
|
|
15847
|
+
@pulumi.getter
|
|
15848
|
+
def user(self) -> Optional[str]:
|
|
15849
|
+
"""
|
|
15850
|
+
PostgreSQL admin user name
|
|
15851
|
+
"""
|
|
15852
|
+
return pulumi.get(self, "user")
|
|
15853
|
+
|
|
15854
|
+
|
|
15855
|
+
@pulumi.output_type
|
|
15856
|
+
class PgPgParam(dict):
|
|
15857
|
+
@staticmethod
|
|
15858
|
+
def __key_warning(key: str):
|
|
15859
|
+
suggest = None
|
|
15860
|
+
if key == "databaseName":
|
|
15861
|
+
suggest = "database_name"
|
|
15862
|
+
|
|
15863
|
+
if suggest:
|
|
15864
|
+
pulumi.log.warn(f"Key '{key}' not found in PgPgParam. Access the value via the '{suggest}' property getter instead.")
|
|
15865
|
+
|
|
15866
|
+
def __getitem__(self, key: str) -> Any:
|
|
15867
|
+
PgPgParam.__key_warning(key)
|
|
15868
|
+
return super().__getitem__(key)
|
|
15869
|
+
|
|
15870
|
+
def get(self, key: str, default = None) -> Any:
|
|
15871
|
+
PgPgParam.__key_warning(key)
|
|
15872
|
+
return super().get(key, default)
|
|
15873
|
+
|
|
15874
|
+
def __init__(__self__, *,
|
|
15875
|
+
database_name: Optional[str] = None,
|
|
15876
|
+
host: Optional[str] = None,
|
|
15877
|
+
password: Optional[str] = None,
|
|
15878
|
+
port: Optional[int] = None,
|
|
15879
|
+
sslmode: Optional[str] = None,
|
|
15880
|
+
user: Optional[str] = None):
|
|
15881
|
+
"""
|
|
15882
|
+
:param str database_name: Primary PostgreSQL database name
|
|
15883
|
+
:param str host: PostgreSQL host IP or name
|
|
15884
|
+
:param str password: PostgreSQL admin user password
|
|
15885
|
+
:param int port: PostgreSQL port
|
|
15886
|
+
:param str sslmode: PostgreSQL sslmode setting (currently always "require")
|
|
15887
|
+
:param str user: PostgreSQL admin user name
|
|
15888
|
+
"""
|
|
15889
|
+
if database_name is not None:
|
|
15890
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
15891
|
+
if host is not None:
|
|
15892
|
+
pulumi.set(__self__, "host", host)
|
|
15893
|
+
if password is not None:
|
|
15894
|
+
pulumi.set(__self__, "password", password)
|
|
15895
|
+
if port is not None:
|
|
15896
|
+
pulumi.set(__self__, "port", port)
|
|
15897
|
+
if sslmode is not None:
|
|
15898
|
+
pulumi.set(__self__, "sslmode", sslmode)
|
|
15899
|
+
if user is not None:
|
|
15900
|
+
pulumi.set(__self__, "user", user)
|
|
15901
|
+
|
|
15902
|
+
@property
|
|
15903
|
+
@pulumi.getter(name="databaseName")
|
|
15904
|
+
def database_name(self) -> Optional[str]:
|
|
15905
|
+
"""
|
|
15906
|
+
Primary PostgreSQL database name
|
|
15907
|
+
"""
|
|
15908
|
+
return pulumi.get(self, "database_name")
|
|
15909
|
+
|
|
15910
|
+
@property
|
|
15911
|
+
@pulumi.getter
|
|
15912
|
+
def host(self) -> Optional[str]:
|
|
15913
|
+
"""
|
|
15914
|
+
PostgreSQL host IP or name
|
|
15915
|
+
"""
|
|
15916
|
+
return pulumi.get(self, "host")
|
|
15917
|
+
|
|
15918
|
+
@property
|
|
15919
|
+
@pulumi.getter
|
|
15920
|
+
def password(self) -> Optional[str]:
|
|
15921
|
+
"""
|
|
15922
|
+
PostgreSQL admin user password
|
|
15923
|
+
"""
|
|
15924
|
+
return pulumi.get(self, "password")
|
|
15925
|
+
|
|
15926
|
+
@property
|
|
15927
|
+
@pulumi.getter
|
|
15928
|
+
def port(self) -> Optional[int]:
|
|
15929
|
+
"""
|
|
15930
|
+
PostgreSQL port
|
|
15931
|
+
"""
|
|
15932
|
+
return pulumi.get(self, "port")
|
|
15933
|
+
|
|
15934
|
+
@property
|
|
15935
|
+
@pulumi.getter
|
|
15936
|
+
def sslmode(self) -> Optional[str]:
|
|
15937
|
+
"""
|
|
15938
|
+
PostgreSQL sslmode setting (currently always "require")
|
|
15939
|
+
"""
|
|
15940
|
+
return pulumi.get(self, "sslmode")
|
|
15941
|
+
|
|
15084
15942
|
@property
|
|
15085
15943
|
@pulumi.getter
|
|
15086
15944
|
def user(self) -> Optional[str]:
|
|
@@ -15206,7 +16064,7 @@ class PgPgUserConfig(dict):
|
|
|
15206
16064
|
:param bool pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
15207
16065
|
: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.
|
|
15208
16066
|
: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`.
|
|
15209
|
-
:param str pg_version: PostgreSQL major version.
|
|
16067
|
+
:param str pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`. PostgreSQL major version.
|
|
15210
16068
|
:param 'PgPgUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
15211
16069
|
:param 'PgPgUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
15212
16070
|
:param 'PgPgUserConfigPglookoutArgs' pglookout: System-wide settings for pglookout
|
|
@@ -15219,9 +16077,9 @@ class PgPgUserConfig(dict):
|
|
|
15219
16077
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
15220
16078
|
:param float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
|
|
15221
16079
|
:param bool static_ips: Use static public IP addresses.
|
|
15222
|
-
:param str synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
16080
|
+
:param str synchronous_replication: Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
15223
16081
|
:param 'PgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
|
|
15224
|
-
:param str variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
16082
|
+
:param str variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
15225
16083
|
:param int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
15226
16084
|
"""
|
|
15227
16085
|
if additional_backup_regions is not None:
|
|
@@ -15419,7 +16277,7 @@ class PgPgUserConfig(dict):
|
|
|
15419
16277
|
@pulumi.getter(name="pgVersion")
|
|
15420
16278
|
def pg_version(self) -> Optional[str]:
|
|
15421
16279
|
"""
|
|
15422
|
-
PostgreSQL major version.
|
|
16280
|
+
Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`. PostgreSQL major version.
|
|
15423
16281
|
"""
|
|
15424
16282
|
return pulumi.get(self, "pg_version")
|
|
15425
16283
|
|
|
@@ -15523,7 +16381,7 @@ class PgPgUserConfig(dict):
|
|
|
15523
16381
|
@pulumi.getter(name="synchronousReplication")
|
|
15524
16382
|
def synchronous_replication(self) -> Optional[str]:
|
|
15525
16383
|
"""
|
|
15526
|
-
Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
16384
|
+
Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
15527
16385
|
"""
|
|
15528
16386
|
return pulumi.get(self, "synchronous_replication")
|
|
15529
16387
|
|
|
@@ -15539,7 +16397,7 @@ class PgPgUserConfig(dict):
|
|
|
15539
16397
|
@pulumi.getter
|
|
15540
16398
|
def variant(self) -> Optional[str]:
|
|
15541
16399
|
"""
|
|
15542
|
-
Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
16400
|
+
Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
15543
16401
|
"""
|
|
15544
16402
|
return pulumi.get(self, "variant")
|
|
15545
16403
|
|
|
@@ -15615,7 +16473,7 @@ class PgPgUserConfigMigration(dict):
|
|
|
15615
16473
|
:param int port: Port number of the server where to migrate data from.
|
|
15616
16474
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
15617
16475
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
15618
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
16476
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
15619
16477
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
15620
16478
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
15621
16479
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -15671,7 +16529,7 @@ class PgPgUserConfigMigration(dict):
|
|
|
15671
16529
|
@pulumi.getter
|
|
15672
16530
|
def method(self) -> Optional[str]:
|
|
15673
16531
|
"""
|
|
15674
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
16532
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
15675
16533
|
"""
|
|
15676
16534
|
return pulumi.get(self, "method")
|
|
15677
16535
|
|
|
@@ -15876,12 +16734,12 @@ class PgPgUserConfigPg(dict):
|
|
|
15876
16734
|
:param int bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
|
|
15877
16735
|
:param float bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter*lru*multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter*lru*maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
|
|
15878
16736
|
:param int deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
15879
|
-
:param str default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
16737
|
+
:param str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
15880
16738
|
:param int idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
15881
16739
|
:param bool jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
15882
16740
|
:param int log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
|
|
15883
|
-
:param str log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged.
|
|
15884
|
-
:param str log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
16741
|
+
:param str log_error_verbosity: Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
16742
|
+
:param str log_line_prefix: Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`. Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
15885
16743
|
:param int log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
15886
16744
|
:param int log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
15887
16745
|
:param int max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
@@ -15902,13 +16760,13 @@ class PgPgUserConfigPg(dict):
|
|
|
15902
16760
|
:param str pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks.
|
|
15903
16761
|
:param bool pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
|
|
15904
16762
|
:param int pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets.
|
|
15905
|
-
:param str pg_stat_statements_dot_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
16763
|
+
:param str pg_stat_statements_dot_track: Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
15906
16764
|
:param int temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
15907
16765
|
:param str timezone: PostgreSQL service timezone.
|
|
15908
16766
|
:param int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
15909
|
-
:param str track_commit_timestamp: Record commit time of transactions.
|
|
15910
|
-
:param str track_functions: Enables tracking of function call counts and time used.
|
|
15911
|
-
:param str track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
16767
|
+
:param str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
16768
|
+
:param str track_functions: Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
|
|
16769
|
+
:param str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
15912
16770
|
:param int wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
|
|
15913
16771
|
:param int wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
|
|
15914
16772
|
"""
|
|
@@ -16127,7 +16985,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16127
16985
|
@pulumi.getter(name="defaultToastCompression")
|
|
16128
16986
|
def default_toast_compression(self) -> Optional[str]:
|
|
16129
16987
|
"""
|
|
16130
|
-
Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
16988
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
16131
16989
|
"""
|
|
16132
16990
|
return pulumi.get(self, "default_toast_compression")
|
|
16133
16991
|
|
|
@@ -16159,7 +17017,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16159
17017
|
@pulumi.getter(name="logErrorVerbosity")
|
|
16160
17018
|
def log_error_verbosity(self) -> Optional[str]:
|
|
16161
17019
|
"""
|
|
16162
|
-
Controls the amount of detail written in the server log for each message that is logged.
|
|
17020
|
+
Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
16163
17021
|
"""
|
|
16164
17022
|
return pulumi.get(self, "log_error_verbosity")
|
|
16165
17023
|
|
|
@@ -16167,7 +17025,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16167
17025
|
@pulumi.getter(name="logLinePrefix")
|
|
16168
17026
|
def log_line_prefix(self) -> Optional[str]:
|
|
16169
17027
|
"""
|
|
16170
|
-
Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
17028
|
+
Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`. Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
16171
17029
|
"""
|
|
16172
17030
|
return pulumi.get(self, "log_line_prefix")
|
|
16173
17031
|
|
|
@@ -16335,7 +17193,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16335
17193
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
16336
17194
|
def pg_stat_statements_dot_track(self) -> Optional[str]:
|
|
16337
17195
|
"""
|
|
16338
|
-
Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
17196
|
+
Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
16339
17197
|
"""
|
|
16340
17198
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
16341
17199
|
|
|
@@ -16367,7 +17225,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16367
17225
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
16368
17226
|
def track_commit_timestamp(self) -> Optional[str]:
|
|
16369
17227
|
"""
|
|
16370
|
-
Record commit time of transactions.
|
|
17228
|
+
Enum: `off`, `on`. Record commit time of transactions.
|
|
16371
17229
|
"""
|
|
16372
17230
|
return pulumi.get(self, "track_commit_timestamp")
|
|
16373
17231
|
|
|
@@ -16375,7 +17233,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16375
17233
|
@pulumi.getter(name="trackFunctions")
|
|
16376
17234
|
def track_functions(self) -> Optional[str]:
|
|
16377
17235
|
"""
|
|
16378
|
-
Enables tracking of function call counts and time used.
|
|
17236
|
+
Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
|
|
16379
17237
|
"""
|
|
16380
17238
|
return pulumi.get(self, "track_functions")
|
|
16381
17239
|
|
|
@@ -16383,7 +17241,7 @@ class PgPgUserConfigPg(dict):
|
|
|
16383
17241
|
@pulumi.getter(name="trackIoTiming")
|
|
16384
17242
|
def track_io_timing(self) -> Optional[str]:
|
|
16385
17243
|
"""
|
|
16386
|
-
Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
17244
|
+
Enum: `off`, `on`. Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
16387
17245
|
"""
|
|
16388
17246
|
return pulumi.get(self, "track_io_timing")
|
|
16389
17247
|
|
|
@@ -16569,7 +17427,7 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
16569
17427
|
: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`.
|
|
16570
17428
|
: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`.
|
|
16571
17429
|
:param bool log_client: Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
|
|
16572
|
-
:param str log_level: Specifies the log level that will be used for log entries. The default value is `log`.
|
|
17430
|
+
:param str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `notice`, `warning`, `log`. Specifies the log level that will be used for log entries. The default value is `log`.
|
|
16573
17431
|
: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`.
|
|
16574
17432
|
: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`.
|
|
16575
17433
|
:param bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
|
|
@@ -16638,7 +17496,7 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
16638
17496
|
@pulumi.getter(name="logLevel")
|
|
16639
17497
|
def log_level(self) -> Optional[str]:
|
|
16640
17498
|
"""
|
|
16641
|
-
Specifies the log level that will be used for log entries. The default value is `log`.
|
|
17499
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `notice`, `warning`, `log`. Specifies the log level that will be used for log entries. The default value is `log`.
|
|
16642
17500
|
"""
|
|
16643
17501
|
return pulumi.get(self, "log_level")
|
|
16644
17502
|
|
|
@@ -16771,7 +17629,7 @@ class PgPgUserConfigPgbouncer(dict):
|
|
|
16771
17629
|
"""
|
|
16772
17630
|
:param int autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is `3600`.
|
|
16773
17631
|
:param int autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
|
|
16774
|
-
:param str autodb_pool_mode: PGBouncer pool mode. The default value is `transaction`.
|
|
17632
|
+
:param str autodb_pool_mode: Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. The default value is `transaction`.
|
|
16775
17633
|
:param int autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is `0`.
|
|
16776
17634
|
:param Sequence[str] ignore_startup_parameters: List of parameters to ignore when given in startup packet.
|
|
16777
17635
|
:param int min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is `0`.
|
|
@@ -16818,7 +17676,7 @@ class PgPgUserConfigPgbouncer(dict):
|
|
|
16818
17676
|
@pulumi.getter(name="autodbPoolMode")
|
|
16819
17677
|
def autodb_pool_mode(self) -> Optional[str]:
|
|
16820
17678
|
"""
|
|
16821
|
-
PGBouncer pool mode. The default value is `transaction`.
|
|
17679
|
+
Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. The default value is `transaction`.
|
|
16822
17680
|
"""
|
|
16823
17681
|
return pulumi.get(self, "autodb_pool_mode")
|
|
16824
17682
|
|
|
@@ -17318,6 +18176,80 @@ class RedisComponent(dict):
|
|
|
17318
18176
|
return pulumi.get(self, "usage")
|
|
17319
18177
|
|
|
17320
18178
|
|
|
18179
|
+
@pulumi.output_type
|
|
18180
|
+
class RedisRedis(dict):
|
|
18181
|
+
@staticmethod
|
|
18182
|
+
def __key_warning(key: str):
|
|
18183
|
+
suggest = None
|
|
18184
|
+
if key == "replicaUri":
|
|
18185
|
+
suggest = "replica_uri"
|
|
18186
|
+
elif key == "slaveUris":
|
|
18187
|
+
suggest = "slave_uris"
|
|
18188
|
+
|
|
18189
|
+
if suggest:
|
|
18190
|
+
pulumi.log.warn(f"Key '{key}' not found in RedisRedis. Access the value via the '{suggest}' property getter instead.")
|
|
18191
|
+
|
|
18192
|
+
def __getitem__(self, key: str) -> Any:
|
|
18193
|
+
RedisRedis.__key_warning(key)
|
|
18194
|
+
return super().__getitem__(key)
|
|
18195
|
+
|
|
18196
|
+
def get(self, key: str, default = None) -> Any:
|
|
18197
|
+
RedisRedis.__key_warning(key)
|
|
18198
|
+
return super().get(key, default)
|
|
18199
|
+
|
|
18200
|
+
def __init__(__self__, *,
|
|
18201
|
+
password: Optional[str] = None,
|
|
18202
|
+
replica_uri: Optional[str] = None,
|
|
18203
|
+
slave_uris: Optional[Sequence[str]] = None,
|
|
18204
|
+
uris: Optional[Sequence[str]] = None):
|
|
18205
|
+
"""
|
|
18206
|
+
:param str password: Redis password.
|
|
18207
|
+
:param str replica_uri: Redis replica server URI.
|
|
18208
|
+
:param Sequence[str] slave_uris: Redis slave server URIs.
|
|
18209
|
+
:param Sequence[str] uris: Redis server URIs.
|
|
18210
|
+
"""
|
|
18211
|
+
if password is not None:
|
|
18212
|
+
pulumi.set(__self__, "password", password)
|
|
18213
|
+
if replica_uri is not None:
|
|
18214
|
+
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
18215
|
+
if slave_uris is not None:
|
|
18216
|
+
pulumi.set(__self__, "slave_uris", slave_uris)
|
|
18217
|
+
if uris is not None:
|
|
18218
|
+
pulumi.set(__self__, "uris", uris)
|
|
18219
|
+
|
|
18220
|
+
@property
|
|
18221
|
+
@pulumi.getter
|
|
18222
|
+
def password(self) -> Optional[str]:
|
|
18223
|
+
"""
|
|
18224
|
+
Redis password.
|
|
18225
|
+
"""
|
|
18226
|
+
return pulumi.get(self, "password")
|
|
18227
|
+
|
|
18228
|
+
@property
|
|
18229
|
+
@pulumi.getter(name="replicaUri")
|
|
18230
|
+
def replica_uri(self) -> Optional[str]:
|
|
18231
|
+
"""
|
|
18232
|
+
Redis replica server URI.
|
|
18233
|
+
"""
|
|
18234
|
+
return pulumi.get(self, "replica_uri")
|
|
18235
|
+
|
|
18236
|
+
@property
|
|
18237
|
+
@pulumi.getter(name="slaveUris")
|
|
18238
|
+
def slave_uris(self) -> Optional[Sequence[str]]:
|
|
18239
|
+
"""
|
|
18240
|
+
Redis slave server URIs.
|
|
18241
|
+
"""
|
|
18242
|
+
return pulumi.get(self, "slave_uris")
|
|
18243
|
+
|
|
18244
|
+
@property
|
|
18245
|
+
@pulumi.getter
|
|
18246
|
+
def uris(self) -> Optional[Sequence[str]]:
|
|
18247
|
+
"""
|
|
18248
|
+
Redis server URIs.
|
|
18249
|
+
"""
|
|
18250
|
+
return pulumi.get(self, "uris")
|
|
18251
|
+
|
|
18252
|
+
|
|
17321
18253
|
@pulumi.output_type
|
|
17322
18254
|
class RedisRedisUserConfig(dict):
|
|
17323
18255
|
@staticmethod
|
|
@@ -17420,18 +18352,18 @@ class RedisRedisUserConfig(dict):
|
|
|
17420
18352
|
: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.
|
|
17421
18353
|
:param 'RedisRedisUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
17422
18354
|
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service.
|
|
17423
|
-
:param str redis_acl_channels_default: Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
18355
|
+
:param str redis_acl_channels_default: Enum: `allchannels`, `resetchannels`. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
17424
18356
|
:param int redis_io_threads: Set Redis IO thread count. Changing this will cause a restart of the Redis service.
|
|
17425
18357
|
:param int redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. The default value is `1`.
|
|
17426
18358
|
:param int redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. The default value is `10`.
|
|
17427
|
-
:param str redis_maxmemory_policy: Redis maxmemory-policy. The default value is `noeviction`.
|
|
18359
|
+
:param str redis_maxmemory_policy: Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. The default value is `noeviction`.
|
|
17428
18360
|
:param str redis_notify_keyspace_events: Set notify-keyspace-events option.
|
|
17429
18361
|
:param int redis_number_of_databases: Set number of Redis databases. Changing this will cause a restart of the Redis service.
|
|
17430
|
-
:param str redis_persistence: When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
18362
|
+
:param str redis_persistence: Enum: `off`, `rdb`. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
17431
18363
|
:param int redis_pubsub_client_output_buffer_limit: Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
|
|
17432
18364
|
:param bool redis_ssl: Require SSL to access Redis. The default value is `true`.
|
|
17433
18365
|
:param int redis_timeout: Redis idle connection timeout in seconds. The default value is `300`.
|
|
17434
|
-
:param str redis_version: Redis major version.
|
|
18366
|
+
:param str redis_version: Enum: `7.0`. Redis major version.
|
|
17435
18367
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
17436
18368
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
17437
18369
|
:param bool static_ips: Use static public IP addresses.
|
|
@@ -17574,7 +18506,7 @@ class RedisRedisUserConfig(dict):
|
|
|
17574
18506
|
@pulumi.getter(name="redisAclChannelsDefault")
|
|
17575
18507
|
def redis_acl_channels_default(self) -> Optional[str]:
|
|
17576
18508
|
"""
|
|
17577
|
-
Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
18509
|
+
Enum: `allchannels`, `resetchannels`. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
17578
18510
|
"""
|
|
17579
18511
|
return pulumi.get(self, "redis_acl_channels_default")
|
|
17580
18512
|
|
|
@@ -17606,7 +18538,7 @@ class RedisRedisUserConfig(dict):
|
|
|
17606
18538
|
@pulumi.getter(name="redisMaxmemoryPolicy")
|
|
17607
18539
|
def redis_maxmemory_policy(self) -> Optional[str]:
|
|
17608
18540
|
"""
|
|
17609
|
-
Redis maxmemory-policy. The default value is `noeviction`.
|
|
18541
|
+
Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. The default value is `noeviction`.
|
|
17610
18542
|
"""
|
|
17611
18543
|
return pulumi.get(self, "redis_maxmemory_policy")
|
|
17612
18544
|
|
|
@@ -17630,7 +18562,7 @@ class RedisRedisUserConfig(dict):
|
|
|
17630
18562
|
@pulumi.getter(name="redisPersistence")
|
|
17631
18563
|
def redis_persistence(self) -> Optional[str]:
|
|
17632
18564
|
"""
|
|
17633
|
-
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
18565
|
+
Enum: `off`, `rdb`. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
17634
18566
|
"""
|
|
17635
18567
|
return pulumi.get(self, "redis_persistence")
|
|
17636
18568
|
|
|
@@ -17662,7 +18594,7 @@ class RedisRedisUserConfig(dict):
|
|
|
17662
18594
|
@pulumi.getter(name="redisVersion")
|
|
17663
18595
|
def redis_version(self) -> Optional[str]:
|
|
17664
18596
|
"""
|
|
17665
|
-
Redis major version.
|
|
18597
|
+
Enum: `7.0`. Redis major version.
|
|
17666
18598
|
"""
|
|
17667
18599
|
return pulumi.get(self, "redis_version")
|
|
17668
18600
|
|
|
@@ -17754,7 +18686,7 @@ class RedisRedisUserConfigMigration(dict):
|
|
|
17754
18686
|
:param int port: Port number of the server where to migrate data from.
|
|
17755
18687
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
17756
18688
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
17757
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
18689
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
17758
18690
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
17759
18691
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
17760
18692
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -17810,7 +18742,7 @@ class RedisRedisUserConfigMigration(dict):
|
|
|
17810
18742
|
@pulumi.getter
|
|
17811
18743
|
def method(self) -> Optional[str]:
|
|
17812
18744
|
"""
|
|
17813
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
18745
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
17814
18746
|
"""
|
|
17815
18747
|
return pulumi.get(self, "method")
|
|
17816
18748
|
|
|
@@ -18099,13 +19031,13 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18099
19031
|
skip_broken_messages: Optional[int] = None):
|
|
18100
19032
|
"""
|
|
18101
19033
|
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns
|
|
18102
|
-
:param str data_format: Message data format. The default value is `JSONEachRow`.
|
|
19034
|
+
:param str data_format: Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`. Message data format. The default value is `JSONEachRow`.
|
|
18103
19035
|
:param str group_name: Kafka consumers group. The default value is `clickhouse`.
|
|
18104
19036
|
:param str name: Name of the table.
|
|
18105
19037
|
:param Sequence['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics
|
|
18106
|
-
: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`.
|
|
18107
|
-
:param str date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
|
|
18108
|
-
:param str handle_error_mode: How to handle errors for Kafka engine. The default value is `default`.
|
|
19038
|
+
:param str auto_offset_reset: Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. 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`.
|
|
19039
|
+
:param str date_time_input_format: Enum: `basic`, `best_effort`, `best_effort_us`. Method to read DateTime from text input formats. The default value is `basic`.
|
|
19040
|
+
:param str handle_error_mode: Enum: `default`, `stream`. How to handle errors for Kafka engine. The default value is `default`.
|
|
18109
19041
|
:param int max_block_size: Number of row collected by poll(s) for flushing data from Kafka. The default value is `0`.
|
|
18110
19042
|
:param int max_rows_per_message: The maximum number of rows produced in one kafka message for row-based formats. The default value is `1`.
|
|
18111
19043
|
:param int num_consumers: The number of consumers per table per replica. The default value is `1`.
|
|
@@ -18146,7 +19078,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18146
19078
|
@pulumi.getter(name="dataFormat")
|
|
18147
19079
|
def data_format(self) -> str:
|
|
18148
19080
|
"""
|
|
18149
|
-
Message data format. The default value is `JSONEachRow`.
|
|
19081
|
+
Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`. Message data format. The default value is `JSONEachRow`.
|
|
18150
19082
|
"""
|
|
18151
19083
|
return pulumi.get(self, "data_format")
|
|
18152
19084
|
|
|
@@ -18178,7 +19110,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18178
19110
|
@pulumi.getter(name="autoOffsetReset")
|
|
18179
19111
|
def auto_offset_reset(self) -> Optional[str]:
|
|
18180
19112
|
"""
|
|
18181
|
-
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`.
|
|
19113
|
+
Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. 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`.
|
|
18182
19114
|
"""
|
|
18183
19115
|
return pulumi.get(self, "auto_offset_reset")
|
|
18184
19116
|
|
|
@@ -18186,7 +19118,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18186
19118
|
@pulumi.getter(name="dateTimeInputFormat")
|
|
18187
19119
|
def date_time_input_format(self) -> Optional[str]:
|
|
18188
19120
|
"""
|
|
18189
|
-
Method to read DateTime from text input formats. The default value is `basic`.
|
|
19121
|
+
Enum: `basic`, `best_effort`, `best_effort_us`. Method to read DateTime from text input formats. The default value is `basic`.
|
|
18190
19122
|
"""
|
|
18191
19123
|
return pulumi.get(self, "date_time_input_format")
|
|
18192
19124
|
|
|
@@ -18194,7 +19126,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTable(dict):
|
|
|
18194
19126
|
@pulumi.getter(name="handleErrorMode")
|
|
18195
19127
|
def handle_error_mode(self) -> Optional[str]:
|
|
18196
19128
|
"""
|
|
18197
|
-
How to handle errors for Kafka engine. The default value is `default`.
|
|
19129
|
+
Enum: `default`, `stream`. How to handle errors for Kafka engine. The default value is `default`.
|
|
18198
19130
|
"""
|
|
18199
19131
|
return pulumi.get(self, "handle_error_mode")
|
|
18200
19132
|
|
|
@@ -18343,6 +19275,8 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
18343
19275
|
suggest = None
|
|
18344
19276
|
if key == "datadogDbmEnabled":
|
|
18345
19277
|
suggest = "datadog_dbm_enabled"
|
|
19278
|
+
elif key == "datadogPgbouncerEnabled":
|
|
19279
|
+
suggest = "datadog_pgbouncer_enabled"
|
|
18346
19280
|
elif key == "datadogTags":
|
|
18347
19281
|
suggest = "datadog_tags"
|
|
18348
19282
|
elif key == "excludeConsumerGroups":
|
|
@@ -18371,6 +19305,7 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
18371
19305
|
|
|
18372
19306
|
def __init__(__self__, *,
|
|
18373
19307
|
datadog_dbm_enabled: Optional[bool] = None,
|
|
19308
|
+
datadog_pgbouncer_enabled: Optional[bool] = None,
|
|
18374
19309
|
datadog_tags: Optional[Sequence['outputs.ServiceIntegrationDatadogUserConfigDatadogTag']] = None,
|
|
18375
19310
|
exclude_consumer_groups: Optional[Sequence[str]] = None,
|
|
18376
19311
|
exclude_topics: Optional[Sequence[str]] = None,
|
|
@@ -18382,6 +19317,7 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
18382
19317
|
redis: Optional['outputs.ServiceIntegrationDatadogUserConfigRedis'] = None):
|
|
18383
19318
|
"""
|
|
18384
19319
|
:param bool datadog_dbm_enabled: Enable Datadog Database Monitoring.
|
|
19320
|
+
:param bool datadog_pgbouncer_enabled: Enable Datadog PgBouncer Metric Tracking.
|
|
18385
19321
|
:param Sequence['ServiceIntegrationDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
18386
19322
|
:param Sequence[str] exclude_consumer_groups: List of custom metrics.
|
|
18387
19323
|
:param Sequence[str] exclude_topics: List of topics to exclude.
|
|
@@ -18394,6 +19330,8 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
18394
19330
|
"""
|
|
18395
19331
|
if datadog_dbm_enabled is not None:
|
|
18396
19332
|
pulumi.set(__self__, "datadog_dbm_enabled", datadog_dbm_enabled)
|
|
19333
|
+
if datadog_pgbouncer_enabled is not None:
|
|
19334
|
+
pulumi.set(__self__, "datadog_pgbouncer_enabled", datadog_pgbouncer_enabled)
|
|
18397
19335
|
if datadog_tags is not None:
|
|
18398
19336
|
pulumi.set(__self__, "datadog_tags", datadog_tags)
|
|
18399
19337
|
if exclude_consumer_groups is not None:
|
|
@@ -18421,6 +19359,14 @@ class ServiceIntegrationDatadogUserConfig(dict):
|
|
|
18421
19359
|
"""
|
|
18422
19360
|
return pulumi.get(self, "datadog_dbm_enabled")
|
|
18423
19361
|
|
|
19362
|
+
@property
|
|
19363
|
+
@pulumi.getter(name="datadogPgbouncerEnabled")
|
|
19364
|
+
def datadog_pgbouncer_enabled(self) -> Optional[bool]:
|
|
19365
|
+
"""
|
|
19366
|
+
Enable Datadog PgBouncer Metric Tracking.
|
|
19367
|
+
"""
|
|
19368
|
+
return pulumi.get(self, "datadog_pgbouncer_enabled")
|
|
19369
|
+
|
|
18424
19370
|
@property
|
|
18425
19371
|
@pulumi.getter(name="datadogTags")
|
|
18426
19372
|
def datadog_tags(self) -> Optional[Sequence['outputs.ServiceIntegrationDatadogUserConfigDatadogTag']]:
|
|
@@ -18682,7 +19628,7 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
|
|
|
18682
19628
|
:param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with.
|
|
18683
19629
|
:param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers.
|
|
18684
19630
|
:param int max_partition_contexts: Maximum number of partition contexts to send.
|
|
18685
|
-
:param str site: Datadog intake site. Defaults to datadoghq.com.
|
|
19631
|
+
:param str site: Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
18686
19632
|
"""
|
|
18687
19633
|
pulumi.set(__self__, "datadog_api_key", datadog_api_key)
|
|
18688
19634
|
if datadog_tags is not None:
|
|
@@ -18750,7 +19696,7 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
|
|
|
18750
19696
|
@pulumi.getter
|
|
18751
19697
|
def site(self) -> Optional[str]:
|
|
18752
19698
|
"""
|
|
18753
|
-
Datadog intake site. Defaults to datadoghq.com.
|
|
19699
|
+
Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
18754
19700
|
"""
|
|
18755
19701
|
return pulumi.get(self, "site")
|
|
18756
19702
|
|
|
@@ -19168,14 +20114,14 @@ class ServiceIntegrationEndpointExternalKafkaUserConfig(dict):
|
|
|
19168
20114
|
ssl_endpoint_identification_algorithm: Optional[str] = None):
|
|
19169
20115
|
"""
|
|
19170
20116
|
:param str bootstrap_servers: Bootstrap servers.
|
|
19171
|
-
:param str security_protocol: Security protocol.
|
|
19172
|
-
:param str sasl_mechanism: SASL mechanism used for connections to the Kafka server.
|
|
20117
|
+
:param str security_protocol: Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
|
|
20118
|
+
:param str sasl_mechanism: Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
|
|
19173
20119
|
:param str sasl_plain_password: Password for SASL PLAIN mechanism in the Kafka server.
|
|
19174
20120
|
:param str sasl_plain_username: Username for SASL PLAIN mechanism in the Kafka server.
|
|
19175
20121
|
:param str ssl_ca_cert: PEM-encoded CA certificate.
|
|
19176
20122
|
:param str ssl_client_cert: PEM-encoded client certificate.
|
|
19177
20123
|
:param str ssl_client_key: PEM-encoded client key.
|
|
19178
|
-
:param str ssl_endpoint_identification_algorithm: The endpoint identification algorithm to validate server hostname using server certificate.
|
|
20124
|
+
:param str ssl_endpoint_identification_algorithm: Enum: `https`, ``. The endpoint identification algorithm to validate server hostname using server certificate.
|
|
19179
20125
|
"""
|
|
19180
20126
|
pulumi.set(__self__, "bootstrap_servers", bootstrap_servers)
|
|
19181
20127
|
pulumi.set(__self__, "security_protocol", security_protocol)
|
|
@@ -19206,7 +20152,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfig(dict):
|
|
|
19206
20152
|
@pulumi.getter(name="securityProtocol")
|
|
19207
20153
|
def security_protocol(self) -> str:
|
|
19208
20154
|
"""
|
|
19209
|
-
Security protocol.
|
|
20155
|
+
Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
|
|
19210
20156
|
"""
|
|
19211
20157
|
return pulumi.get(self, "security_protocol")
|
|
19212
20158
|
|
|
@@ -19214,7 +20160,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfig(dict):
|
|
|
19214
20160
|
@pulumi.getter(name="saslMechanism")
|
|
19215
20161
|
def sasl_mechanism(self) -> Optional[str]:
|
|
19216
20162
|
"""
|
|
19217
|
-
SASL mechanism used for connections to the Kafka server.
|
|
20163
|
+
Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
|
|
19218
20164
|
"""
|
|
19219
20165
|
return pulumi.get(self, "sasl_mechanism")
|
|
19220
20166
|
|
|
@@ -19262,7 +20208,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfig(dict):
|
|
|
19262
20208
|
@pulumi.getter(name="sslEndpointIdentificationAlgorithm")
|
|
19263
20209
|
def ssl_endpoint_identification_algorithm(self) -> Optional[str]:
|
|
19264
20210
|
"""
|
|
19265
|
-
The endpoint identification algorithm to validate server hostname using server certificate.
|
|
20211
|
+
Enum: `https`, ``. The endpoint identification algorithm to validate server hostname using server certificate.
|
|
19266
20212
|
"""
|
|
19267
20213
|
return pulumi.get(self, "ssl_endpoint_identification_algorithm")
|
|
19268
20214
|
|
|
@@ -19396,7 +20342,7 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
19396
20342
|
:param str password: Password.
|
|
19397
20343
|
:param str ssl_client_certificate: Client certificate.
|
|
19398
20344
|
:param str ssl_client_key: Client key.
|
|
19399
|
-
:param str ssl_mode: SSL Mode. The default value is `verify-full`.
|
|
20345
|
+
:param str ssl_mode: Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL Mode. The default value is `verify-full`.
|
|
19400
20346
|
:param str ssl_root_cert: SSL Root Cert.
|
|
19401
20347
|
"""
|
|
19402
20348
|
pulumi.set(__self__, "host", host)
|
|
@@ -19475,7 +20421,7 @@ class ServiceIntegrationEndpointExternalPostgresql(dict):
|
|
|
19475
20421
|
@pulumi.getter(name="sslMode")
|
|
19476
20422
|
def ssl_mode(self) -> Optional[str]:
|
|
19477
20423
|
"""
|
|
19478
|
-
SSL Mode. The default value is `verify-full`.
|
|
20424
|
+
Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL Mode. The default value is `verify-full`.
|
|
19479
20425
|
"""
|
|
19480
20426
|
return pulumi.get(self, "ssl_mode")
|
|
19481
20427
|
|
|
@@ -19515,7 +20461,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfig(dict):
|
|
|
19515
20461
|
basic_auth_password: Optional[str] = None,
|
|
19516
20462
|
basic_auth_username: Optional[str] = None):
|
|
19517
20463
|
"""
|
|
19518
|
-
:param str authentication: Authentication method.
|
|
20464
|
+
:param str authentication: Enum: `none`, `basic`. Authentication method.
|
|
19519
20465
|
:param str url: Schema Registry URL.
|
|
19520
20466
|
:param str basic_auth_password: Basic authentication password.
|
|
19521
20467
|
:param str basic_auth_username: Basic authentication user name.
|
|
@@ -19531,7 +20477,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfig(dict):
|
|
|
19531
20477
|
@pulumi.getter
|
|
19532
20478
|
def authentication(self) -> str:
|
|
19533
20479
|
"""
|
|
19534
|
-
Authentication method.
|
|
20480
|
+
Enum: `none`, `basic`. Authentication method.
|
|
19535
20481
|
"""
|
|
19536
20482
|
return pulumi.get(self, "authentication")
|
|
19537
20483
|
|
|
@@ -19691,7 +20637,7 @@ class ServiceIntegrationEndpointRsyslogUserConfig(dict):
|
|
|
19691
20637
|
max_message_size: Optional[int] = None,
|
|
19692
20638
|
sd: Optional[str] = None):
|
|
19693
20639
|
"""
|
|
19694
|
-
:param str format: Message format. The default value is `rfc5424`.
|
|
20640
|
+
:param str format: Enum: `rfc5424`, `rfc3164`, `custom`. Message format. The default value is `rfc5424`.
|
|
19695
20641
|
:param int port: Rsyslog server port. The default value is `514`.
|
|
19696
20642
|
:param str server: Rsyslog server IP address or hostname.
|
|
19697
20643
|
:param bool tls: Require TLS. The default value is `true`.
|
|
@@ -19723,7 +20669,7 @@ class ServiceIntegrationEndpointRsyslogUserConfig(dict):
|
|
|
19723
20669
|
@pulumi.getter
|
|
19724
20670
|
def format(self) -> str:
|
|
19725
20671
|
"""
|
|
19726
|
-
Message format. The default value is `rfc5424`.
|
|
20672
|
+
Enum: `rfc5424`, `rfc3164`, `custom`. Message format. The default value is `rfc5424`.
|
|
19727
20673
|
"""
|
|
19728
20674
|
return pulumi.get(self, "format")
|
|
19729
20675
|
|
|
@@ -20269,7 +21215,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
20269
21215
|
:param int consumer_fetch_min_bytes: The minimum amount of data the server should return for a fetch request.
|
|
20270
21216
|
:param int producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker.
|
|
20271
21217
|
:param int producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker.
|
|
20272
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
21218
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
20273
21219
|
:param int producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing.
|
|
20274
21220
|
:param int producer_max_request_size: The maximum request size in bytes.
|
|
20275
21221
|
"""
|
|
@@ -20314,7 +21260,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker(dict):
|
|
|
20314
21260
|
@pulumi.getter(name="producerCompressionType")
|
|
20315
21261
|
def producer_compression_type(self) -> Optional[str]:
|
|
20316
21262
|
"""
|
|
20317
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
21263
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
20318
21264
|
"""
|
|
20319
21265
|
return pulumi.get(self, "producer_compression_type")
|
|
20320
21266
|
|
|
@@ -21064,6 +22010,24 @@ class GetAccountAuthenticationSamlFieldMappingResult(dict):
|
|
|
21064
22010
|
return pulumi.get(self, "real_name")
|
|
21065
22011
|
|
|
21066
22012
|
|
|
22013
|
+
@pulumi.output_type
|
|
22014
|
+
class GetCassandaCassandraResult(dict):
|
|
22015
|
+
def __init__(__self__, *,
|
|
22016
|
+
uris: Sequence[str]):
|
|
22017
|
+
"""
|
|
22018
|
+
:param Sequence[str] uris: Cassandra server URIs.
|
|
22019
|
+
"""
|
|
22020
|
+
pulumi.set(__self__, "uris", uris)
|
|
22021
|
+
|
|
22022
|
+
@property
|
|
22023
|
+
@pulumi.getter
|
|
22024
|
+
def uris(self) -> Sequence[str]:
|
|
22025
|
+
"""
|
|
22026
|
+
Cassandra server URIs.
|
|
22027
|
+
"""
|
|
22028
|
+
return pulumi.get(self, "uris")
|
|
22029
|
+
|
|
22030
|
+
|
|
21067
22031
|
@pulumi.output_type
|
|
21068
22032
|
class GetCassandaCassandraUserConfigResult(dict):
|
|
21069
22033
|
def __init__(__self__, *,
|
|
@@ -21088,7 +22052,7 @@ class GetCassandaCassandraUserConfigResult(dict):
|
|
|
21088
22052
|
: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.
|
|
21089
22053
|
: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.
|
|
21090
22054
|
:param 'GetCassandaCassandraUserConfigCassandraArgs' cassandra: Cassandra configuration values
|
|
21091
|
-
:param str cassandra_version: Cassandra version.
|
|
22055
|
+
:param str cassandra_version: Enum: `3`, `4`, `4.1`. Cassandra version.
|
|
21092
22056
|
:param Sequence['GetCassandaCassandraUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
21093
22057
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
21094
22058
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -21173,7 +22137,7 @@ class GetCassandaCassandraUserConfigResult(dict):
|
|
|
21173
22137
|
@pulumi.getter(name="cassandraVersion")
|
|
21174
22138
|
def cassandra_version(self) -> Optional[str]:
|
|
21175
22139
|
"""
|
|
21176
|
-
Cassandra version.
|
|
22140
|
+
Enum: `3`, `4`, `4.1`. Cassandra version.
|
|
21177
22141
|
"""
|
|
21178
22142
|
return pulumi.get(self, "cassandra_version")
|
|
21179
22143
|
|
|
@@ -21551,6 +22515,24 @@ class GetCassandaTechEmailResult(dict):
|
|
|
21551
22515
|
return pulumi.get(self, "email")
|
|
21552
22516
|
|
|
21553
22517
|
|
|
22518
|
+
@pulumi.output_type
|
|
22519
|
+
class GetCassandraCassandraResult(dict):
|
|
22520
|
+
def __init__(__self__, *,
|
|
22521
|
+
uris: Sequence[str]):
|
|
22522
|
+
"""
|
|
22523
|
+
:param Sequence[str] uris: Cassandra server URIs.
|
|
22524
|
+
"""
|
|
22525
|
+
pulumi.set(__self__, "uris", uris)
|
|
22526
|
+
|
|
22527
|
+
@property
|
|
22528
|
+
@pulumi.getter
|
|
22529
|
+
def uris(self) -> Sequence[str]:
|
|
22530
|
+
"""
|
|
22531
|
+
Cassandra server URIs.
|
|
22532
|
+
"""
|
|
22533
|
+
return pulumi.get(self, "uris")
|
|
22534
|
+
|
|
22535
|
+
|
|
21554
22536
|
@pulumi.output_type
|
|
21555
22537
|
class GetCassandraCassandraUserConfigResult(dict):
|
|
21556
22538
|
def __init__(__self__, *,
|
|
@@ -21575,7 +22557,7 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
21575
22557
|
: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.
|
|
21576
22558
|
: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.
|
|
21577
22559
|
:param 'GetCassandraCassandraUserConfigCassandraArgs' cassandra: Cassandra configuration values
|
|
21578
|
-
:param str cassandra_version: Cassandra version.
|
|
22560
|
+
:param str cassandra_version: Enum: `3`, `4`, `4.1`. Cassandra version.
|
|
21579
22561
|
:param Sequence['GetCassandraCassandraUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
21580
22562
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
21581
22563
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -21660,7 +22642,7 @@ class GetCassandraCassandraUserConfigResult(dict):
|
|
|
21660
22642
|
@pulumi.getter(name="cassandraVersion")
|
|
21661
22643
|
def cassandra_version(self) -> Optional[str]:
|
|
21662
22644
|
"""
|
|
21663
|
-
Cassandra version.
|
|
22645
|
+
Enum: `3`, `4`, `4.1`. Cassandra version.
|
|
21664
22646
|
"""
|
|
21665
22647
|
return pulumi.get(self, "cassandra_version")
|
|
21666
22648
|
|
|
@@ -22038,6 +23020,24 @@ class GetCassandraTechEmailResult(dict):
|
|
|
22038
23020
|
return pulumi.get(self, "email")
|
|
22039
23021
|
|
|
22040
23022
|
|
|
23023
|
+
@pulumi.output_type
|
|
23024
|
+
class GetClickhouseClickhouseResult(dict):
|
|
23025
|
+
def __init__(__self__, *,
|
|
23026
|
+
uris: Sequence[str]):
|
|
23027
|
+
"""
|
|
23028
|
+
:param Sequence[str] uris: Clickhouse server URIs.
|
|
23029
|
+
"""
|
|
23030
|
+
pulumi.set(__self__, "uris", uris)
|
|
23031
|
+
|
|
23032
|
+
@property
|
|
23033
|
+
@pulumi.getter
|
|
23034
|
+
def uris(self) -> Sequence[str]:
|
|
23035
|
+
"""
|
|
23036
|
+
Clickhouse server URIs.
|
|
23037
|
+
"""
|
|
23038
|
+
return pulumi.get(self, "uris")
|
|
23039
|
+
|
|
23040
|
+
|
|
22041
23041
|
@pulumi.output_type
|
|
22042
23042
|
class GetClickhouseClickhouseUserConfigResult(dict):
|
|
22043
23043
|
def __init__(__self__, *,
|
|
@@ -22644,6 +23644,57 @@ class GetDragonflyComponentResult(dict):
|
|
|
22644
23644
|
return pulumi.get(self, "usage")
|
|
22645
23645
|
|
|
22646
23646
|
|
|
23647
|
+
@pulumi.output_type
|
|
23648
|
+
class GetDragonflyDragonflyResult(dict):
|
|
23649
|
+
def __init__(__self__, *,
|
|
23650
|
+
password: str,
|
|
23651
|
+
replica_uri: str,
|
|
23652
|
+
slave_uris: Sequence[str],
|
|
23653
|
+
uris: Sequence[str]):
|
|
23654
|
+
"""
|
|
23655
|
+
:param str password: Dragonfly password.
|
|
23656
|
+
:param str replica_uri: Dragonfly replica server URI.
|
|
23657
|
+
:param Sequence[str] slave_uris: Dragonfly slave server URIs.
|
|
23658
|
+
:param Sequence[str] uris: Dragonfly server URIs.
|
|
23659
|
+
"""
|
|
23660
|
+
pulumi.set(__self__, "password", password)
|
|
23661
|
+
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
23662
|
+
pulumi.set(__self__, "slave_uris", slave_uris)
|
|
23663
|
+
pulumi.set(__self__, "uris", uris)
|
|
23664
|
+
|
|
23665
|
+
@property
|
|
23666
|
+
@pulumi.getter
|
|
23667
|
+
def password(self) -> str:
|
|
23668
|
+
"""
|
|
23669
|
+
Dragonfly password.
|
|
23670
|
+
"""
|
|
23671
|
+
return pulumi.get(self, "password")
|
|
23672
|
+
|
|
23673
|
+
@property
|
|
23674
|
+
@pulumi.getter(name="replicaUri")
|
|
23675
|
+
def replica_uri(self) -> str:
|
|
23676
|
+
"""
|
|
23677
|
+
Dragonfly replica server URI.
|
|
23678
|
+
"""
|
|
23679
|
+
return pulumi.get(self, "replica_uri")
|
|
23680
|
+
|
|
23681
|
+
@property
|
|
23682
|
+
@pulumi.getter(name="slaveUris")
|
|
23683
|
+
def slave_uris(self) -> Sequence[str]:
|
|
23684
|
+
"""
|
|
23685
|
+
Dragonfly slave server URIs.
|
|
23686
|
+
"""
|
|
23687
|
+
return pulumi.get(self, "slave_uris")
|
|
23688
|
+
|
|
23689
|
+
@property
|
|
23690
|
+
@pulumi.getter
|
|
23691
|
+
def uris(self) -> Sequence[str]:
|
|
23692
|
+
"""
|
|
23693
|
+
Dragonfly server URIs.
|
|
23694
|
+
"""
|
|
23695
|
+
return pulumi.get(self, "uris")
|
|
23696
|
+
|
|
23697
|
+
|
|
22647
23698
|
@pulumi.output_type
|
|
22648
23699
|
class GetDragonflyDragonflyUserConfigResult(dict):
|
|
22649
23700
|
def __init__(__self__, *,
|
|
@@ -22664,7 +23715,7 @@ class GetDragonflyDragonflyUserConfigResult(dict):
|
|
|
22664
23715
|
static_ips: Optional[bool] = None):
|
|
22665
23716
|
"""
|
|
22666
23717
|
:param bool cache_mode: Evict entries when getting close to maxmemory limit. The default value is `false`.
|
|
22667
|
-
:param str dragonfly_persistence: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
23718
|
+
:param str dragonfly_persistence: Enum: `off`, `rdb`. When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
22668
23719
|
:param bool dragonfly_ssl: Require SSL to access Dragonfly. The default value is `true`.
|
|
22669
23720
|
:param Sequence['GetDragonflyDragonflyUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
22670
23721
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -22722,7 +23773,7 @@ class GetDragonflyDragonflyUserConfigResult(dict):
|
|
|
22722
23773
|
@pulumi.getter(name="dragonflyPersistence")
|
|
22723
23774
|
def dragonfly_persistence(self) -> Optional[str]:
|
|
22724
23775
|
"""
|
|
22725
|
-
When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
23776
|
+
Enum: `off`, `rdb`. When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
22726
23777
|
"""
|
|
22727
23778
|
return pulumi.get(self, "dragonfly_persistence")
|
|
22728
23779
|
|
|
@@ -22880,7 +23931,7 @@ class GetDragonflyDragonflyUserConfigMigrationResult(dict):
|
|
|
22880
23931
|
:param int port: Port number of the server where to migrate data from.
|
|
22881
23932
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
22882
23933
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
22883
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
23934
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
22884
23935
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
22885
23936
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
22886
23937
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -22936,7 +23987,7 @@ class GetDragonflyDragonflyUserConfigMigrationResult(dict):
|
|
|
22936
23987
|
@pulumi.getter
|
|
22937
23988
|
def method(self) -> Optional[str]:
|
|
22938
23989
|
"""
|
|
22939
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
23990
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
22940
23991
|
"""
|
|
22941
23992
|
return pulumi.get(self, "method")
|
|
22942
23993
|
|
|
@@ -23321,7 +24372,7 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
23321
24372
|
static_ips: Optional[bool] = None):
|
|
23322
24373
|
"""
|
|
23323
24374
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
23324
|
-
:param str flink_version: Flink major version.
|
|
24375
|
+
:param str flink_version: Enum: `1.16`. Flink major version.
|
|
23325
24376
|
:param Sequence['GetFlinkFlinkUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
23326
24377
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
23327
24378
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
@@ -23364,7 +24415,7 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
23364
24415
|
@pulumi.getter(name="flinkVersion")
|
|
23365
24416
|
def flink_version(self) -> Optional[str]:
|
|
23366
24417
|
"""
|
|
23367
|
-
Flink major version.
|
|
24418
|
+
Enum: `1.16`. Flink major version.
|
|
23368
24419
|
"""
|
|
23369
24420
|
return pulumi.get(self, "flink_version")
|
|
23370
24421
|
|
|
@@ -23660,6 +24711,24 @@ class GetGrafanaComponentResult(dict):
|
|
|
23660
24711
|
return pulumi.get(self, "usage")
|
|
23661
24712
|
|
|
23662
24713
|
|
|
24714
|
+
@pulumi.output_type
|
|
24715
|
+
class GetGrafanaGrafanaResult(dict):
|
|
24716
|
+
def __init__(__self__, *,
|
|
24717
|
+
uris: Sequence[str]):
|
|
24718
|
+
"""
|
|
24719
|
+
:param Sequence[str] uris: Grafana server URIs.
|
|
24720
|
+
"""
|
|
24721
|
+
pulumi.set(__self__, "uris", uris)
|
|
24722
|
+
|
|
24723
|
+
@property
|
|
24724
|
+
@pulumi.getter
|
|
24725
|
+
def uris(self) -> Sequence[str]:
|
|
24726
|
+
"""
|
|
24727
|
+
Grafana server URIs.
|
|
24728
|
+
"""
|
|
24729
|
+
return pulumi.get(self, "uris")
|
|
24730
|
+
|
|
24731
|
+
|
|
23663
24732
|
@pulumi.output_type
|
|
23664
24733
|
class GetGrafanaGrafanaUserConfigResult(dict):
|
|
23665
24734
|
def __init__(__self__, *,
|
|
@@ -23708,9 +24777,9 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
23708
24777
|
"""
|
|
23709
24778
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
23710
24779
|
:param bool alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
|
|
23711
|
-
:param str alerting_error_or_timeout: Default error or timeout setting for new alerting rules.
|
|
24780
|
+
:param str alerting_error_or_timeout: Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
|
|
23712
24781
|
:param int alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
|
|
23713
|
-
:param str alerting_nodata_or_nullvalues: Default value for 'no data or null values' for new alerting rules.
|
|
24782
|
+
:param str alerting_nodata_or_nullvalues: Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
23714
24783
|
:param bool allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
|
|
23715
24784
|
:param 'GetGrafanaGrafanaUserConfigAuthAzureadArgs' auth_azuread: Azure AD OAuth integration
|
|
23716
24785
|
:param bool auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
|
|
@@ -23718,7 +24787,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
23718
24787
|
:param 'GetGrafanaGrafanaUserConfigAuthGithubArgs' auth_github: Github Auth integration
|
|
23719
24788
|
:param 'GetGrafanaGrafanaUserConfigAuthGitlabArgs' auth_gitlab: GitLab Auth integration
|
|
23720
24789
|
:param 'GetGrafanaGrafanaUserConfigAuthGoogleArgs' auth_google: Google Auth integration
|
|
23721
|
-
:param str cookie_samesite: Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
24790
|
+
:param str cookie_samesite: Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
23722
24791
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
23723
24792
|
:param bool dashboard_previews_enabled: This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
23724
24793
|
:param str dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h.
|
|
@@ -23746,7 +24815,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
23746
24815
|
:param bool static_ips: Use static public IP addresses.
|
|
23747
24816
|
:param bool unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
|
|
23748
24817
|
:param bool user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
|
|
23749
|
-
:param str user_auto_assign_org_role: Set role for new signups. Defaults to Viewer.
|
|
24818
|
+
:param str user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
|
|
23750
24819
|
:param bool viewers_can_edit: Users with view-only permission can edit but not save dashboards.
|
|
23751
24820
|
"""
|
|
23752
24821
|
if additional_backup_regions is not None:
|
|
@@ -23854,7 +24923,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
23854
24923
|
@pulumi.getter(name="alertingErrorOrTimeout")
|
|
23855
24924
|
def alerting_error_or_timeout(self) -> Optional[str]:
|
|
23856
24925
|
"""
|
|
23857
|
-
Default error or timeout setting for new alerting rules.
|
|
24926
|
+
Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
|
|
23858
24927
|
"""
|
|
23859
24928
|
return pulumi.get(self, "alerting_error_or_timeout")
|
|
23860
24929
|
|
|
@@ -23870,7 +24939,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
23870
24939
|
@pulumi.getter(name="alertingNodataOrNullvalues")
|
|
23871
24940
|
def alerting_nodata_or_nullvalues(self) -> Optional[str]:
|
|
23872
24941
|
"""
|
|
23873
|
-
Default value for 'no data or null values' for new alerting rules.
|
|
24942
|
+
Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
23874
24943
|
"""
|
|
23875
24944
|
return pulumi.get(self, "alerting_nodata_or_nullvalues")
|
|
23876
24945
|
|
|
@@ -23934,7 +25003,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
23934
25003
|
@pulumi.getter(name="cookieSamesite")
|
|
23935
25004
|
def cookie_samesite(self) -> Optional[str]:
|
|
23936
25005
|
"""
|
|
23937
|
-
Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
25006
|
+
Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
|
|
23938
25007
|
"""
|
|
23939
25008
|
return pulumi.get(self, "cookie_samesite")
|
|
23940
25009
|
|
|
@@ -24161,7 +25230,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
24161
25230
|
@pulumi.getter(name="userAutoAssignOrgRole")
|
|
24162
25231
|
def user_auto_assign_org_role(self) -> Optional[str]:
|
|
24163
25232
|
"""
|
|
24164
|
-
Set role for new signups. Defaults to Viewer.
|
|
25233
|
+
Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
|
|
24165
25234
|
"""
|
|
24166
25235
|
return pulumi.get(self, "user_auto_assign_org_role")
|
|
24167
25236
|
|
|
@@ -24737,7 +25806,7 @@ class GetGrafanaGrafanaUserConfigExternalImageStorageResult(dict):
|
|
|
24737
25806
|
"""
|
|
24738
25807
|
:param str access_key: S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions.
|
|
24739
25808
|
:param str bucket_url: Bucket URL for S3.
|
|
24740
|
-
:param str provider: Provider type.
|
|
25809
|
+
:param str provider: Enum: `s3`. Provider type.
|
|
24741
25810
|
:param str secret_key: S3 secret key.
|
|
24742
25811
|
"""
|
|
24743
25812
|
pulumi.set(__self__, "access_key", access_key)
|
|
@@ -24765,7 +25834,7 @@ class GetGrafanaGrafanaUserConfigExternalImageStorageResult(dict):
|
|
|
24765
25834
|
@pulumi.getter
|
|
24766
25835
|
def provider(self) -> str:
|
|
24767
25836
|
"""
|
|
24768
|
-
Provider type.
|
|
25837
|
+
Enum: `s3`. Provider type.
|
|
24769
25838
|
"""
|
|
24770
25839
|
return pulumi.get(self, "provider")
|
|
24771
25840
|
|
|
@@ -24883,7 +25952,7 @@ class GetGrafanaGrafanaUserConfigSmtpServerResult(dict):
|
|
|
24883
25952
|
:param str from_name: Name used in outgoing emails, defaults to Grafana.
|
|
24884
25953
|
:param str password: Password for SMTP authentication.
|
|
24885
25954
|
:param bool skip_verify: Skip verifying server certificate. Defaults to false.
|
|
24886
|
-
:param str starttls_policy: Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
25955
|
+
:param str starttls_policy: Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
24887
25956
|
:param str username: Username for SMTP authentication.
|
|
24888
25957
|
"""
|
|
24889
25958
|
pulumi.set(__self__, "from_address", from_address)
|
|
@@ -24952,7 +26021,7 @@ class GetGrafanaGrafanaUserConfigSmtpServerResult(dict):
|
|
|
24952
26021
|
@pulumi.getter(name="starttlsPolicy")
|
|
24953
26022
|
def starttls_policy(self) -> Optional[str]:
|
|
24954
26023
|
"""
|
|
24955
|
-
Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
26024
|
+
Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
24956
26025
|
"""
|
|
24957
26026
|
return pulumi.get(self, "starttls_policy")
|
|
24958
26027
|
|
|
@@ -25139,11 +26208,20 @@ class GetInfluxDbComponentResult(dict):
|
|
|
25139
26208
|
@pulumi.output_type
|
|
25140
26209
|
class GetInfluxDbInfluxdbResult(dict):
|
|
25141
26210
|
def __init__(__self__, *,
|
|
25142
|
-
database_name: str
|
|
26211
|
+
database_name: str,
|
|
26212
|
+
password: str,
|
|
26213
|
+
uris: Sequence[str],
|
|
26214
|
+
username: str):
|
|
25143
26215
|
"""
|
|
25144
26216
|
:param str database_name: Name of the default InfluxDB database
|
|
26217
|
+
:param str password: InfluxDB password
|
|
26218
|
+
:param Sequence[str] uris: InfluxDB server URIs.
|
|
26219
|
+
:param str username: InfluxDB username
|
|
25145
26220
|
"""
|
|
25146
26221
|
pulumi.set(__self__, "database_name", database_name)
|
|
26222
|
+
pulumi.set(__self__, "password", password)
|
|
26223
|
+
pulumi.set(__self__, "uris", uris)
|
|
26224
|
+
pulumi.set(__self__, "username", username)
|
|
25147
26225
|
|
|
25148
26226
|
@property
|
|
25149
26227
|
@pulumi.getter(name="databaseName")
|
|
@@ -25153,6 +26231,30 @@ class GetInfluxDbInfluxdbResult(dict):
|
|
|
25153
26231
|
"""
|
|
25154
26232
|
return pulumi.get(self, "database_name")
|
|
25155
26233
|
|
|
26234
|
+
@property
|
|
26235
|
+
@pulumi.getter
|
|
26236
|
+
def password(self) -> str:
|
|
26237
|
+
"""
|
|
26238
|
+
InfluxDB password
|
|
26239
|
+
"""
|
|
26240
|
+
return pulumi.get(self, "password")
|
|
26241
|
+
|
|
26242
|
+
@property
|
|
26243
|
+
@pulumi.getter
|
|
26244
|
+
def uris(self) -> Sequence[str]:
|
|
26245
|
+
"""
|
|
26246
|
+
InfluxDB server URIs.
|
|
26247
|
+
"""
|
|
26248
|
+
return pulumi.get(self, "uris")
|
|
26249
|
+
|
|
26250
|
+
@property
|
|
26251
|
+
@pulumi.getter
|
|
26252
|
+
def username(self) -> str:
|
|
26253
|
+
"""
|
|
26254
|
+
InfluxDB username
|
|
26255
|
+
"""
|
|
26256
|
+
return pulumi.get(self, "username")
|
|
26257
|
+
|
|
25156
26258
|
|
|
25157
26259
|
@pulumi.output_type
|
|
25158
26260
|
class GetInfluxDbInfluxdbUserConfigResult(dict):
|
|
@@ -25962,10 +27064,10 @@ class GetKafkaConnectKafkaConnectUserConfigKafkaConnectResult(dict):
|
|
|
25962
27064
|
scheduled_rebalance_max_delay_ms: Optional[int] = None,
|
|
25963
27065
|
session_timeout_ms: Optional[int] = None):
|
|
25964
27066
|
"""
|
|
25965
|
-
:param str connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
|
|
25966
|
-
:param str consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
27067
|
+
:param str connector_client_config_override_policy: Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
27068
|
+
:param str consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
25967
27069
|
:param int consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
25968
|
-
:param str consumer_isolation_level: Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
27070
|
+
:param str consumer_isolation_level: Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
25969
27071
|
:param int consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
25970
27072
|
:param int consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
25971
27073
|
:param int consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
@@ -25973,7 +27075,7 @@ class GetKafkaConnectKafkaConnectUserConfigKafkaConnectResult(dict):
|
|
|
25973
27075
|
:param int offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
|
|
25974
27076
|
:param int producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will 'linger' for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
|
|
25975
27077
|
:param int producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
25976
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
27078
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
25977
27079
|
:param int producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will 'linger' for the specified time waiting for more records to show up. Defaults to 0.
|
|
25978
27080
|
:param int producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
25979
27081
|
:param int scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
@@ -26016,7 +27118,7 @@ class GetKafkaConnectKafkaConnectUserConfigKafkaConnectResult(dict):
|
|
|
26016
27118
|
@pulumi.getter(name="connectorClientConfigOverridePolicy")
|
|
26017
27119
|
def connector_client_config_override_policy(self) -> Optional[str]:
|
|
26018
27120
|
"""
|
|
26019
|
-
Defines what client configurations can be overridden by the connector. Default is None.
|
|
27121
|
+
Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
26020
27122
|
"""
|
|
26021
27123
|
return pulumi.get(self, "connector_client_config_override_policy")
|
|
26022
27124
|
|
|
@@ -26024,7 +27126,7 @@ class GetKafkaConnectKafkaConnectUserConfigKafkaConnectResult(dict):
|
|
|
26024
27126
|
@pulumi.getter(name="consumerAutoOffsetReset")
|
|
26025
27127
|
def consumer_auto_offset_reset(self) -> Optional[str]:
|
|
26026
27128
|
"""
|
|
26027
|
-
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
27129
|
+
Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
26028
27130
|
"""
|
|
26029
27131
|
return pulumi.get(self, "consumer_auto_offset_reset")
|
|
26030
27132
|
|
|
@@ -26040,7 +27142,7 @@ class GetKafkaConnectKafkaConnectUserConfigKafkaConnectResult(dict):
|
|
|
26040
27142
|
@pulumi.getter(name="consumerIsolationLevel")
|
|
26041
27143
|
def consumer_isolation_level(self) -> Optional[str]:
|
|
26042
27144
|
"""
|
|
26043
|
-
Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
27145
|
+
Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
26044
27146
|
"""
|
|
26045
27147
|
return pulumi.get(self, "consumer_isolation_level")
|
|
26046
27148
|
|
|
@@ -26104,7 +27206,7 @@ class GetKafkaConnectKafkaConnectUserConfigKafkaConnectResult(dict):
|
|
|
26104
27206
|
@pulumi.getter(name="producerCompressionType")
|
|
26105
27207
|
def producer_compression_type(self) -> Optional[str]:
|
|
26106
27208
|
"""
|
|
26107
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
27209
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
26108
27210
|
"""
|
|
26109
27211
|
return pulumi.get(self, "producer_compression_type")
|
|
26110
27212
|
|
|
@@ -26358,19 +27460,22 @@ class GetKafkaKafkaResult(dict):
|
|
|
26358
27460
|
access_key: str,
|
|
26359
27461
|
connect_uri: str,
|
|
26360
27462
|
rest_uri: str,
|
|
26361
|
-
schema_registry_uri: str
|
|
27463
|
+
schema_registry_uri: str,
|
|
27464
|
+
uris: Sequence[str]):
|
|
26362
27465
|
"""
|
|
26363
27466
|
:param str access_cert: The Kafka client certificate.
|
|
26364
27467
|
:param str access_key: The Kafka client certificate key.
|
|
26365
27468
|
:param str connect_uri: The Kafka Connect URI.
|
|
26366
27469
|
:param str rest_uri: The Kafka REST URI.
|
|
26367
27470
|
:param str schema_registry_uri: The Schema Registry URI.
|
|
27471
|
+
:param Sequence[str] uris: Kafka server URIs.
|
|
26368
27472
|
"""
|
|
26369
27473
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
26370
27474
|
pulumi.set(__self__, "access_key", access_key)
|
|
26371
27475
|
pulumi.set(__self__, "connect_uri", connect_uri)
|
|
26372
27476
|
pulumi.set(__self__, "rest_uri", rest_uri)
|
|
26373
27477
|
pulumi.set(__self__, "schema_registry_uri", schema_registry_uri)
|
|
27478
|
+
pulumi.set(__self__, "uris", uris)
|
|
26374
27479
|
|
|
26375
27480
|
@property
|
|
26376
27481
|
@pulumi.getter(name="accessCert")
|
|
@@ -26412,6 +27517,14 @@ class GetKafkaKafkaResult(dict):
|
|
|
26412
27517
|
"""
|
|
26413
27518
|
return pulumi.get(self, "schema_registry_uri")
|
|
26414
27519
|
|
|
27520
|
+
@property
|
|
27521
|
+
@pulumi.getter
|
|
27522
|
+
def uris(self) -> Sequence[str]:
|
|
27523
|
+
"""
|
|
27524
|
+
Kafka server URIs.
|
|
27525
|
+
"""
|
|
27526
|
+
return pulumi.get(self, "uris")
|
|
27527
|
+
|
|
26415
27528
|
|
|
26416
27529
|
@pulumi.output_type
|
|
26417
27530
|
class GetKafkaKafkaUserConfigResult(dict):
|
|
@@ -26452,7 +27565,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
26452
27565
|
:param bool kafka_rest: Enable Kafka-REST service. The default value is `false`.
|
|
26453
27566
|
:param bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
26454
27567
|
:param 'GetKafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
26455
|
-
:param str kafka_version: Kafka major version.
|
|
27568
|
+
:param str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`. Kafka major version.
|
|
26456
27569
|
:param 'GetKafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
26457
27570
|
:param 'GetKafkaKafkaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
26458
27571
|
:param 'GetKafkaKafkaUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
@@ -26621,7 +27734,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
26621
27734
|
@pulumi.getter(name="kafkaVersion")
|
|
26622
27735
|
def kafka_version(self) -> Optional[str]:
|
|
26623
27736
|
"""
|
|
26624
|
-
Kafka major version.
|
|
27737
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`. Kafka major version.
|
|
26625
27738
|
"""
|
|
26626
27739
|
return pulumi.get(self, "kafka_version")
|
|
26627
27740
|
|
|
@@ -26771,7 +27884,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
26771
27884
|
transaction_state_log_segment_bytes: Optional[int] = None):
|
|
26772
27885
|
"""
|
|
26773
27886
|
:param bool auto_create_topics_enable: Enable auto creation of topics.
|
|
26774
|
-
:param str compression_type: Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
27887
|
+
:param str compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
26775
27888
|
:param int connections_max_idle_ms: Idle connections timeout: the server socket processor threads close the connections that idle for longer than this.
|
|
26776
27889
|
:param int default_replication_factor: Replication factor for autocreated topics.
|
|
26777
27890
|
:param int group_initial_rebalance_delay_ms: The amount of time, in milliseconds, the group coordinator will wait for more consumers to join a new group before performing the first rebalance. A longer delay means potentially fewer rebalances, but increases the time until processing begins. The default value for this is 3 seconds. During development and testing it might be desirable to set this to 0 in order to not delay test execution time.
|
|
@@ -26781,7 +27894,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
26781
27894
|
:param int log_cleaner_max_compaction_lag_ms: The maximum amount of time message will remain uncompacted. Only applicable for logs that are being compacted.
|
|
26782
27895
|
:param float log_cleaner_min_cleanable_ratio: Controls log compactor frequency. Larger value means more frequent compactions but also more space wasted for logs. Consider setting log.cleaner.max.compaction.lag.ms to enforce compactions sooner, instead of setting a very high value for this option.
|
|
26783
27896
|
:param int log_cleaner_min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
26784
|
-
:param str log_cleanup_policy: The default cleanup policy for segments beyond the retention window.
|
|
27897
|
+
:param str log_cleanup_policy: Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window.
|
|
26785
27898
|
:param int log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk.
|
|
26786
27899
|
:param int log_flush_interval_ms: The maximum time in ms that a message in any topic is kept in memory before flushed to disk. If not set, the value in log.flush.scheduler.interval.ms is used.
|
|
26787
27900
|
:param int log_index_interval_bytes: The interval with which Kafka adds an entry to the offset index.
|
|
@@ -26790,7 +27903,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
26790
27903
|
:param int log_local_retention_ms: The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value.
|
|
26791
27904
|
:param bool log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests.
|
|
26792
27905
|
:param int log_message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message.
|
|
26793
|
-
:param str log_message_timestamp_type: Define whether the timestamp in the message is message create time or log append time.
|
|
27906
|
+
:param str log_message_timestamp_type: Enum: `CreateTime`, `LogAppendTime`. Define whether the timestamp in the message is message create time or log append time.
|
|
26794
27907
|
:param bool log_preallocate: Should pre allocate file when create new segment?
|
|
26795
27908
|
:param int log_retention_bytes: The maximum size of the log before deleting messages.
|
|
26796
27909
|
:param int log_retention_hours: The number of hours to keep a log file before deleting it.
|
|
@@ -26922,7 +28035,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
26922
28035
|
@pulumi.getter(name="compressionType")
|
|
26923
28036
|
def compression_type(self) -> Optional[str]:
|
|
26924
28037
|
"""
|
|
26925
|
-
Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
28038
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'uncompressed' which is equivalent to no compression; and 'producer' which means retain the original compression codec set by the producer.
|
|
26926
28039
|
"""
|
|
26927
28040
|
return pulumi.get(self, "compression_type")
|
|
26928
28041
|
|
|
@@ -27002,7 +28115,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
27002
28115
|
@pulumi.getter(name="logCleanupPolicy")
|
|
27003
28116
|
def log_cleanup_policy(self) -> Optional[str]:
|
|
27004
28117
|
"""
|
|
27005
|
-
The default cleanup policy for segments beyond the retention window.
|
|
28118
|
+
Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window.
|
|
27006
28119
|
"""
|
|
27007
28120
|
return pulumi.get(self, "log_cleanup_policy")
|
|
27008
28121
|
|
|
@@ -27074,7 +28187,7 @@ class GetKafkaKafkaUserConfigKafkaResult(dict):
|
|
|
27074
28187
|
@pulumi.getter(name="logMessageTimestampType")
|
|
27075
28188
|
def log_message_timestamp_type(self) -> Optional[str]:
|
|
27076
28189
|
"""
|
|
27077
|
-
Define whether the timestamp in the message is message create time or log append time.
|
|
28190
|
+
Enum: `CreateTime`, `LogAppendTime`. Define whether the timestamp in the message is message create time or log append time.
|
|
27078
28191
|
"""
|
|
27079
28192
|
return pulumi.get(self, "log_message_timestamp_type")
|
|
27080
28193
|
|
|
@@ -27330,10 +28443,10 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
27330
28443
|
scheduled_rebalance_max_delay_ms: Optional[int] = None,
|
|
27331
28444
|
session_timeout_ms: Optional[int] = None):
|
|
27332
28445
|
"""
|
|
27333
|
-
:param str connector_client_config_override_policy: Defines what client configurations can be overridden by the connector. Default is None.
|
|
27334
|
-
:param str consumer_auto_offset_reset: What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
28446
|
+
:param str connector_client_config_override_policy: Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
28447
|
+
:param str consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
27335
28448
|
:param int consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
27336
|
-
:param str consumer_isolation_level: Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
28449
|
+
:param str consumer_isolation_level: Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
27337
28450
|
:param int consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
27338
28451
|
:param int consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
27339
28452
|
:param int consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
@@ -27341,7 +28454,7 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
27341
28454
|
:param int offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
|
|
27342
28455
|
:param int producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will 'linger' for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
|
|
27343
28456
|
:param int producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
27344
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
28457
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
27345
28458
|
:param int producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will 'linger' for the specified time waiting for more records to show up. Defaults to 0.
|
|
27346
28459
|
:param int producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
27347
28460
|
:param int scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
@@ -27384,7 +28497,7 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
27384
28497
|
@pulumi.getter(name="connectorClientConfigOverridePolicy")
|
|
27385
28498
|
def connector_client_config_override_policy(self) -> Optional[str]:
|
|
27386
28499
|
"""
|
|
27387
|
-
Defines what client configurations can be overridden by the connector. Default is None.
|
|
28500
|
+
Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
27388
28501
|
"""
|
|
27389
28502
|
return pulumi.get(self, "connector_client_config_override_policy")
|
|
27390
28503
|
|
|
@@ -27392,7 +28505,7 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
27392
28505
|
@pulumi.getter(name="consumerAutoOffsetReset")
|
|
27393
28506
|
def consumer_auto_offset_reset(self) -> Optional[str]:
|
|
27394
28507
|
"""
|
|
27395
|
-
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
28508
|
+
Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
27396
28509
|
"""
|
|
27397
28510
|
return pulumi.get(self, "consumer_auto_offset_reset")
|
|
27398
28511
|
|
|
@@ -27408,7 +28521,7 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
27408
28521
|
@pulumi.getter(name="consumerIsolationLevel")
|
|
27409
28522
|
def consumer_isolation_level(self) -> Optional[str]:
|
|
27410
28523
|
"""
|
|
27411
|
-
Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
28524
|
+
Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read_uncommitted is the default, but read_committed can be used if consume-exactly-once behavior is desired.
|
|
27412
28525
|
"""
|
|
27413
28526
|
return pulumi.get(self, "consumer_isolation_level")
|
|
27414
28527
|
|
|
@@ -27472,7 +28585,7 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
27472
28585
|
@pulumi.getter(name="producerCompressionType")
|
|
27473
28586
|
def producer_compression_type(self) -> Optional[str]:
|
|
27474
28587
|
"""
|
|
27475
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
28588
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
27476
28589
|
"""
|
|
27477
28590
|
return pulumi.get(self, "producer_compression_type")
|
|
27478
28591
|
|
|
@@ -27525,11 +28638,11 @@ class GetKafkaKafkaUserConfigKafkaRestConfigResult(dict):
|
|
|
27525
28638
|
"""
|
|
27526
28639
|
:param bool consumer_enable_auto_commit: If true the consumer's offset will be periodically committed to Kafka in the background. The default value is `true`.
|
|
27527
28640
|
:param int consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request. The default value is `67108864`.
|
|
27528
|
-
:param int consumer_request_timeout_ms: The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
27529
|
-
:param str name_strategy: Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
28641
|
+
:param int consumer_request_timeout_ms: Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
28642
|
+
:param str name_strategy: Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
27530
28643
|
:param bool name_strategy_validation: If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages. The default value is `true`.
|
|
27531
|
-
:param str producer_acks: The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
27532
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
28644
|
+
:param str producer_acks: Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
28645
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
27533
28646
|
:param int producer_linger_ms: Wait for up to the given delay to allow batching records together. The default value is `0`.
|
|
27534
28647
|
:param int producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. The default value is `1048576`.
|
|
27535
28648
|
:param int simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. The default value is `25`.
|
|
@@ -27575,7 +28688,7 @@ class GetKafkaKafkaUserConfigKafkaRestConfigResult(dict):
|
|
|
27575
28688
|
@pulumi.getter(name="consumerRequestTimeoutMs")
|
|
27576
28689
|
def consumer_request_timeout_ms(self) -> Optional[int]:
|
|
27577
28690
|
"""
|
|
27578
|
-
The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
28691
|
+
Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. The default value is `1000`.
|
|
27579
28692
|
"""
|
|
27580
28693
|
return pulumi.get(self, "consumer_request_timeout_ms")
|
|
27581
28694
|
|
|
@@ -27583,7 +28696,7 @@ class GetKafkaKafkaUserConfigKafkaRestConfigResult(dict):
|
|
|
27583
28696
|
@pulumi.getter(name="nameStrategy")
|
|
27584
28697
|
def name_strategy(self) -> Optional[str]:
|
|
27585
28698
|
"""
|
|
27586
|
-
Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
28699
|
+
Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. The default value is `topic_name`.
|
|
27587
28700
|
"""
|
|
27588
28701
|
return pulumi.get(self, "name_strategy")
|
|
27589
28702
|
|
|
@@ -27599,7 +28712,7 @@ class GetKafkaKafkaUserConfigKafkaRestConfigResult(dict):
|
|
|
27599
28712
|
@pulumi.getter(name="producerAcks")
|
|
27600
28713
|
def producer_acks(self) -> Optional[str]:
|
|
27601
28714
|
"""
|
|
27602
|
-
The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
28715
|
+
Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record. The default value is `1`.
|
|
27603
28716
|
"""
|
|
27604
28717
|
return pulumi.get(self, "producer_acks")
|
|
27605
28718
|
|
|
@@ -27607,7 +28720,7 @@ class GetKafkaKafkaUserConfigKafkaRestConfigResult(dict):
|
|
|
27607
28720
|
@pulumi.getter(name="producerCompressionType")
|
|
27608
28721
|
def producer_compression_type(self) -> Optional[str]:
|
|
27609
28722
|
"""
|
|
27610
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
28723
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
27611
28724
|
"""
|
|
27612
28725
|
return pulumi.get(self, "producer_compression_type")
|
|
27613
28726
|
|
|
@@ -28932,6 +30045,35 @@ class GetM3AggregatorComponentResult(dict):
|
|
|
28932
30045
|
return pulumi.get(self, "usage")
|
|
28933
30046
|
|
|
28934
30047
|
|
|
30048
|
+
@pulumi.output_type
|
|
30049
|
+
class GetM3AggregatorM3aggregatorResult(dict):
|
|
30050
|
+
def __init__(__self__, *,
|
|
30051
|
+
aggregator_http_uri: str,
|
|
30052
|
+
uris: Sequence[str]):
|
|
30053
|
+
"""
|
|
30054
|
+
:param str aggregator_http_uri: M3 Aggregator HTTP URI.
|
|
30055
|
+
:param Sequence[str] uris: M3 Aggregator server URIs.
|
|
30056
|
+
"""
|
|
30057
|
+
pulumi.set(__self__, "aggregator_http_uri", aggregator_http_uri)
|
|
30058
|
+
pulumi.set(__self__, "uris", uris)
|
|
30059
|
+
|
|
30060
|
+
@property
|
|
30061
|
+
@pulumi.getter(name="aggregatorHttpUri")
|
|
30062
|
+
def aggregator_http_uri(self) -> str:
|
|
30063
|
+
"""
|
|
30064
|
+
M3 Aggregator HTTP URI.
|
|
30065
|
+
"""
|
|
30066
|
+
return pulumi.get(self, "aggregator_http_uri")
|
|
30067
|
+
|
|
30068
|
+
@property
|
|
30069
|
+
@pulumi.getter
|
|
30070
|
+
def uris(self) -> Sequence[str]:
|
|
30071
|
+
"""
|
|
30072
|
+
M3 Aggregator server URIs.
|
|
30073
|
+
"""
|
|
30074
|
+
return pulumi.get(self, "uris")
|
|
30075
|
+
|
|
30076
|
+
|
|
28935
30077
|
@pulumi.output_type
|
|
28936
30078
|
class GetM3AggregatorM3aggregatorUserConfigResult(dict):
|
|
28937
30079
|
def __init__(__self__, *,
|
|
@@ -28948,8 +30090,8 @@ class GetM3AggregatorM3aggregatorUserConfigResult(dict):
|
|
|
28948
30090
|
:param Sequence['GetM3AggregatorM3aggregatorUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
28949
30091
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
28950
30092
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
28951
|
-
:param str m3_version: M3 major version (deprecated, use m3aggregator_version).
|
|
28952
|
-
:param str m3aggregator_version: M3 major version (the minimum compatible version).
|
|
30093
|
+
:param str m3_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3aggregator_version).
|
|
30094
|
+
:param str m3aggregator_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
28953
30095
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
28954
30096
|
:param bool static_ips: Use static public IP addresses.
|
|
28955
30097
|
"""
|
|
@@ -29009,7 +30151,7 @@ class GetM3AggregatorM3aggregatorUserConfigResult(dict):
|
|
|
29009
30151
|
@pulumi.getter(name="m3Version")
|
|
29010
30152
|
def m3_version(self) -> Optional[str]:
|
|
29011
30153
|
"""
|
|
29012
|
-
M3 major version (deprecated, use m3aggregator_version).
|
|
30154
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3aggregator_version).
|
|
29013
30155
|
"""
|
|
29014
30156
|
return pulumi.get(self, "m3_version")
|
|
29015
30157
|
|
|
@@ -29017,7 +30159,7 @@ class GetM3AggregatorM3aggregatorUserConfigResult(dict):
|
|
|
29017
30159
|
@pulumi.getter(name="m3aggregatorVersion")
|
|
29018
30160
|
def m3aggregator_version(self) -> Optional[str]:
|
|
29019
30161
|
"""
|
|
29020
|
-
M3 major version (the minimum compatible version).
|
|
30162
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
29021
30163
|
"""
|
|
29022
30164
|
return pulumi.get(self, "m3aggregator_version")
|
|
29023
30165
|
|
|
@@ -29239,6 +30381,79 @@ class GetM3DbComponentResult(dict):
|
|
|
29239
30381
|
return pulumi.get(self, "usage")
|
|
29240
30382
|
|
|
29241
30383
|
|
|
30384
|
+
@pulumi.output_type
|
|
30385
|
+
class GetM3DbM3dbResult(dict):
|
|
30386
|
+
def __init__(__self__, *,
|
|
30387
|
+
http_cluster_uri: str,
|
|
30388
|
+
http_node_uri: str,
|
|
30389
|
+
influxdb_uri: str,
|
|
30390
|
+
prometheus_remote_read_uri: str,
|
|
30391
|
+
prometheus_remote_write_uri: str,
|
|
30392
|
+
uris: Sequence[str]):
|
|
30393
|
+
"""
|
|
30394
|
+
:param str http_cluster_uri: M3DB cluster URI.
|
|
30395
|
+
:param str http_node_uri: M3DB node URI.
|
|
30396
|
+
:param str influxdb_uri: InfluxDB URI.
|
|
30397
|
+
:param str prometheus_remote_read_uri: Prometheus remote read URI.
|
|
30398
|
+
:param str prometheus_remote_write_uri: Prometheus remote write URI.
|
|
30399
|
+
:param Sequence[str] uris: M3DB server URIs.
|
|
30400
|
+
"""
|
|
30401
|
+
pulumi.set(__self__, "http_cluster_uri", http_cluster_uri)
|
|
30402
|
+
pulumi.set(__self__, "http_node_uri", http_node_uri)
|
|
30403
|
+
pulumi.set(__self__, "influxdb_uri", influxdb_uri)
|
|
30404
|
+
pulumi.set(__self__, "prometheus_remote_read_uri", prometheus_remote_read_uri)
|
|
30405
|
+
pulumi.set(__self__, "prometheus_remote_write_uri", prometheus_remote_write_uri)
|
|
30406
|
+
pulumi.set(__self__, "uris", uris)
|
|
30407
|
+
|
|
30408
|
+
@property
|
|
30409
|
+
@pulumi.getter(name="httpClusterUri")
|
|
30410
|
+
def http_cluster_uri(self) -> str:
|
|
30411
|
+
"""
|
|
30412
|
+
M3DB cluster URI.
|
|
30413
|
+
"""
|
|
30414
|
+
return pulumi.get(self, "http_cluster_uri")
|
|
30415
|
+
|
|
30416
|
+
@property
|
|
30417
|
+
@pulumi.getter(name="httpNodeUri")
|
|
30418
|
+
def http_node_uri(self) -> str:
|
|
30419
|
+
"""
|
|
30420
|
+
M3DB node URI.
|
|
30421
|
+
"""
|
|
30422
|
+
return pulumi.get(self, "http_node_uri")
|
|
30423
|
+
|
|
30424
|
+
@property
|
|
30425
|
+
@pulumi.getter(name="influxdbUri")
|
|
30426
|
+
def influxdb_uri(self) -> str:
|
|
30427
|
+
"""
|
|
30428
|
+
InfluxDB URI.
|
|
30429
|
+
"""
|
|
30430
|
+
return pulumi.get(self, "influxdb_uri")
|
|
30431
|
+
|
|
30432
|
+
@property
|
|
30433
|
+
@pulumi.getter(name="prometheusRemoteReadUri")
|
|
30434
|
+
def prometheus_remote_read_uri(self) -> str:
|
|
30435
|
+
"""
|
|
30436
|
+
Prometheus remote read URI.
|
|
30437
|
+
"""
|
|
30438
|
+
return pulumi.get(self, "prometheus_remote_read_uri")
|
|
30439
|
+
|
|
30440
|
+
@property
|
|
30441
|
+
@pulumi.getter(name="prometheusRemoteWriteUri")
|
|
30442
|
+
def prometheus_remote_write_uri(self) -> str:
|
|
30443
|
+
"""
|
|
30444
|
+
Prometheus remote write URI.
|
|
30445
|
+
"""
|
|
30446
|
+
return pulumi.get(self, "prometheus_remote_write_uri")
|
|
30447
|
+
|
|
30448
|
+
@property
|
|
30449
|
+
@pulumi.getter
|
|
30450
|
+
def uris(self) -> Sequence[str]:
|
|
30451
|
+
"""
|
|
30452
|
+
M3DB server URIs.
|
|
30453
|
+
"""
|
|
30454
|
+
return pulumi.get(self, "uris")
|
|
30455
|
+
|
|
30456
|
+
|
|
29242
30457
|
@pulumi.output_type
|
|
29243
30458
|
class GetM3DbM3dbUserConfigResult(dict):
|
|
29244
30459
|
def __init__(__self__, *,
|
|
@@ -29268,9 +30483,9 @@ class GetM3DbM3dbUserConfigResult(dict):
|
|
|
29268
30483
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
29269
30484
|
:param 'GetM3DbM3dbUserConfigLimitsArgs' limits: M3 limits
|
|
29270
30485
|
:param 'GetM3DbM3dbUserConfigM3Args' m3: M3 specific configuration options
|
|
29271
|
-
:param str m3_version: M3 major version (deprecated, use m3db_version).
|
|
30486
|
+
:param str m3_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3db_version).
|
|
29272
30487
|
:param bool m3coordinator_enable_graphite_carbon_ingest: Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
|
|
29273
|
-
:param str m3db_version: M3 major version (the minimum compatible version).
|
|
30488
|
+
:param str m3db_version: Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
29274
30489
|
:param Sequence['GetM3DbM3dbUserConfigNamespaceArgs'] namespaces: List of M3 namespaces
|
|
29275
30490
|
:param 'GetM3DbM3dbUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
29276
30491
|
: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.
|
|
@@ -29380,7 +30595,7 @@ class GetM3DbM3dbUserConfigResult(dict):
|
|
|
29380
30595
|
@pulumi.getter(name="m3Version")
|
|
29381
30596
|
def m3_version(self) -> Optional[str]:
|
|
29382
30597
|
"""
|
|
29383
|
-
M3 major version (deprecated, use m3db_version).
|
|
30598
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (deprecated, use m3db_version).
|
|
29384
30599
|
"""
|
|
29385
30600
|
return pulumi.get(self, "m3_version")
|
|
29386
30601
|
|
|
@@ -29396,7 +30611,7 @@ class GetM3DbM3dbUserConfigResult(dict):
|
|
|
29396
30611
|
@pulumi.getter(name="m3dbVersion")
|
|
29397
30612
|
def m3db_version(self) -> Optional[str]:
|
|
29398
30613
|
"""
|
|
29399
|
-
M3 major version (the minimum compatible version).
|
|
30614
|
+
Enum: `1.1`, `1.2`, `1.5`. M3 major version (the minimum compatible version).
|
|
29400
30615
|
"""
|
|
29401
30616
|
return pulumi.get(self, "m3db_version")
|
|
29402
30617
|
|
|
@@ -29633,7 +30848,7 @@ class GetM3DbM3dbUserConfigNamespaceResult(dict):
|
|
|
29633
30848
|
resolution: Optional[str] = None):
|
|
29634
30849
|
"""
|
|
29635
30850
|
:param str name: The name of the namespace.
|
|
29636
|
-
:param str type: The type of aggregation (aggregated/unaggregated).
|
|
30851
|
+
:param str type: Enum: `aggregated`, `unaggregated`. The type of aggregation (aggregated/unaggregated).
|
|
29637
30852
|
:param 'GetM3DbM3dbUserConfigNamespaceOptionsArgs' options: Namespace options
|
|
29638
30853
|
:param str resolution: The resolution for an aggregated namespace.
|
|
29639
30854
|
"""
|
|
@@ -29656,7 +30871,7 @@ class GetM3DbM3dbUserConfigNamespaceResult(dict):
|
|
|
29656
30871
|
@pulumi.getter
|
|
29657
30872
|
def type(self) -> str:
|
|
29658
30873
|
"""
|
|
29659
|
-
The type of aggregation (aggregated/unaggregated).
|
|
30874
|
+
Enum: `aggregated`, `unaggregated`. The type of aggregation (aggregated/unaggregated).
|
|
29660
30875
|
"""
|
|
29661
30876
|
return pulumi.get(self, "type")
|
|
29662
30877
|
|
|
@@ -30178,6 +31393,141 @@ class GetMySqlComponentResult(dict):
|
|
|
30178
31393
|
return pulumi.get(self, "usage")
|
|
30179
31394
|
|
|
30180
31395
|
|
|
31396
|
+
@pulumi.output_type
|
|
31397
|
+
class GetMySqlMysqlResult(dict):
|
|
31398
|
+
def __init__(__self__, *,
|
|
31399
|
+
params: Sequence['outputs.GetMySqlMysqlParamResult'],
|
|
31400
|
+
replica_uri: str,
|
|
31401
|
+
standby_uris: Sequence[str],
|
|
31402
|
+
syncing_uris: Sequence[str],
|
|
31403
|
+
uris: Sequence[str]):
|
|
31404
|
+
"""
|
|
31405
|
+
:param Sequence['GetMySqlMysqlParamArgs'] params: MySQL connection parameters
|
|
31406
|
+
:param str replica_uri: MySQL replica URI for services with a replica
|
|
31407
|
+
:param Sequence[str] standby_uris: MySQL standby connection URIs
|
|
31408
|
+
:param Sequence[str] syncing_uris: MySQL syncing connection URIs
|
|
31409
|
+
:param Sequence[str] uris: MySQL master connection URIs
|
|
31410
|
+
"""
|
|
31411
|
+
pulumi.set(__self__, "params", params)
|
|
31412
|
+
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
31413
|
+
pulumi.set(__self__, "standby_uris", standby_uris)
|
|
31414
|
+
pulumi.set(__self__, "syncing_uris", syncing_uris)
|
|
31415
|
+
pulumi.set(__self__, "uris", uris)
|
|
31416
|
+
|
|
31417
|
+
@property
|
|
31418
|
+
@pulumi.getter
|
|
31419
|
+
def params(self) -> Sequence['outputs.GetMySqlMysqlParamResult']:
|
|
31420
|
+
"""
|
|
31421
|
+
MySQL connection parameters
|
|
31422
|
+
"""
|
|
31423
|
+
return pulumi.get(self, "params")
|
|
31424
|
+
|
|
31425
|
+
@property
|
|
31426
|
+
@pulumi.getter(name="replicaUri")
|
|
31427
|
+
def replica_uri(self) -> str:
|
|
31428
|
+
"""
|
|
31429
|
+
MySQL replica URI for services with a replica
|
|
31430
|
+
"""
|
|
31431
|
+
return pulumi.get(self, "replica_uri")
|
|
31432
|
+
|
|
31433
|
+
@property
|
|
31434
|
+
@pulumi.getter(name="standbyUris")
|
|
31435
|
+
def standby_uris(self) -> Sequence[str]:
|
|
31436
|
+
"""
|
|
31437
|
+
MySQL standby connection URIs
|
|
31438
|
+
"""
|
|
31439
|
+
return pulumi.get(self, "standby_uris")
|
|
31440
|
+
|
|
31441
|
+
@property
|
|
31442
|
+
@pulumi.getter(name="syncingUris")
|
|
31443
|
+
def syncing_uris(self) -> Sequence[str]:
|
|
31444
|
+
"""
|
|
31445
|
+
MySQL syncing connection URIs
|
|
31446
|
+
"""
|
|
31447
|
+
return pulumi.get(self, "syncing_uris")
|
|
31448
|
+
|
|
31449
|
+
@property
|
|
31450
|
+
@pulumi.getter
|
|
31451
|
+
def uris(self) -> Sequence[str]:
|
|
31452
|
+
"""
|
|
31453
|
+
MySQL master connection URIs
|
|
31454
|
+
"""
|
|
31455
|
+
return pulumi.get(self, "uris")
|
|
31456
|
+
|
|
31457
|
+
|
|
31458
|
+
@pulumi.output_type
|
|
31459
|
+
class GetMySqlMysqlParamResult(dict):
|
|
31460
|
+
def __init__(__self__, *,
|
|
31461
|
+
database_name: str,
|
|
31462
|
+
host: str,
|
|
31463
|
+
password: str,
|
|
31464
|
+
port: int,
|
|
31465
|
+
sslmode: str,
|
|
31466
|
+
user: str):
|
|
31467
|
+
"""
|
|
31468
|
+
:param str database_name: Primary MySQL database name
|
|
31469
|
+
:param str host: MySQL host IP or name
|
|
31470
|
+
:param str password: MySQL admin user password
|
|
31471
|
+
:param int port: MySQL port
|
|
31472
|
+
:param str sslmode: MySQL sslmode setting (currently always "require")
|
|
31473
|
+
:param str user: MySQL admin user name
|
|
31474
|
+
"""
|
|
31475
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
31476
|
+
pulumi.set(__self__, "host", host)
|
|
31477
|
+
pulumi.set(__self__, "password", password)
|
|
31478
|
+
pulumi.set(__self__, "port", port)
|
|
31479
|
+
pulumi.set(__self__, "sslmode", sslmode)
|
|
31480
|
+
pulumi.set(__self__, "user", user)
|
|
31481
|
+
|
|
31482
|
+
@property
|
|
31483
|
+
@pulumi.getter(name="databaseName")
|
|
31484
|
+
def database_name(self) -> str:
|
|
31485
|
+
"""
|
|
31486
|
+
Primary MySQL database name
|
|
31487
|
+
"""
|
|
31488
|
+
return pulumi.get(self, "database_name")
|
|
31489
|
+
|
|
31490
|
+
@property
|
|
31491
|
+
@pulumi.getter
|
|
31492
|
+
def host(self) -> str:
|
|
31493
|
+
"""
|
|
31494
|
+
MySQL host IP or name
|
|
31495
|
+
"""
|
|
31496
|
+
return pulumi.get(self, "host")
|
|
31497
|
+
|
|
31498
|
+
@property
|
|
31499
|
+
@pulumi.getter
|
|
31500
|
+
def password(self) -> str:
|
|
31501
|
+
"""
|
|
31502
|
+
MySQL admin user password
|
|
31503
|
+
"""
|
|
31504
|
+
return pulumi.get(self, "password")
|
|
31505
|
+
|
|
31506
|
+
@property
|
|
31507
|
+
@pulumi.getter
|
|
31508
|
+
def port(self) -> int:
|
|
31509
|
+
"""
|
|
31510
|
+
MySQL port
|
|
31511
|
+
"""
|
|
31512
|
+
return pulumi.get(self, "port")
|
|
31513
|
+
|
|
31514
|
+
@property
|
|
31515
|
+
@pulumi.getter
|
|
31516
|
+
def sslmode(self) -> str:
|
|
31517
|
+
"""
|
|
31518
|
+
MySQL sslmode setting (currently always "require")
|
|
31519
|
+
"""
|
|
31520
|
+
return pulumi.get(self, "sslmode")
|
|
31521
|
+
|
|
31522
|
+
@property
|
|
31523
|
+
@pulumi.getter
|
|
31524
|
+
def user(self) -> str:
|
|
31525
|
+
"""
|
|
31526
|
+
MySQL admin user name
|
|
31527
|
+
"""
|
|
31528
|
+
return pulumi.get(self, "user")
|
|
31529
|
+
|
|
31530
|
+
|
|
30181
31531
|
@pulumi.output_type
|
|
30182
31532
|
class GetMySqlMysqlUserConfigResult(dict):
|
|
30183
31533
|
def __init__(__self__, *,
|
|
@@ -30213,7 +31563,7 @@ class GetMySqlMysqlUserConfigResult(dict):
|
|
|
30213
31563
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
30214
31564
|
:param 'GetMySqlMysqlUserConfigMigrationArgs' migration: Migrate data from existing server
|
|
30215
31565
|
:param 'GetMySqlMysqlUserConfigMysqlArgs' mysql: mysql.conf configuration values
|
|
30216
|
-
:param str mysql_version: MySQL major version.
|
|
31566
|
+
:param str mysql_version: Enum: `8`. MySQL major version.
|
|
30217
31567
|
:param 'GetMySqlMysqlUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
30218
31568
|
:param 'GetMySqlMysqlUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
30219
31569
|
: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.
|
|
@@ -30359,7 +31709,7 @@ class GetMySqlMysqlUserConfigResult(dict):
|
|
|
30359
31709
|
@pulumi.getter(name="mysqlVersion")
|
|
30360
31710
|
def mysql_version(self) -> Optional[str]:
|
|
30361
31711
|
"""
|
|
30362
|
-
MySQL major version.
|
|
31712
|
+
Enum: `8`. MySQL major version.
|
|
30363
31713
|
"""
|
|
30364
31714
|
return pulumi.get(self, "mysql_version")
|
|
30365
31715
|
|
|
@@ -30474,7 +31824,7 @@ class GetMySqlMysqlUserConfigMigrationResult(dict):
|
|
|
30474
31824
|
:param int port: Port number of the server where to migrate data from.
|
|
30475
31825
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
30476
31826
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
30477
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
31827
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
30478
31828
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
30479
31829
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
30480
31830
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -30530,7 +31880,7 @@ class GetMySqlMysqlUserConfigMigrationResult(dict):
|
|
|
30530
31880
|
@pulumi.getter
|
|
30531
31881
|
def method(self) -> Optional[str]:
|
|
30532
31882
|
"""
|
|
30533
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
31883
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
30534
31884
|
"""
|
|
30535
31885
|
return pulumi.get(self, "method")
|
|
30536
31886
|
|
|
@@ -30610,7 +31960,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
30610
31960
|
:param int innodb_thread_concurrency: Defines the maximum number of threads permitted inside of InnoDB. Default is 0 (infinite concurrency - no limit).
|
|
30611
31961
|
:param int innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service.
|
|
30612
31962
|
:param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it.
|
|
30613
|
-
:param str internal_tmp_mem_storage_engine: The storage engine for in-memory internal temporary tables.
|
|
31963
|
+
:param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
30614
31964
|
:param float long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
|
|
30615
31965
|
:param int max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
30616
31966
|
:param int max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
|
|
@@ -30825,7 +32175,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
30825
32175
|
@pulumi.getter(name="internalTmpMemStorageEngine")
|
|
30826
32176
|
def internal_tmp_mem_storage_engine(self) -> Optional[str]:
|
|
30827
32177
|
"""
|
|
30828
|
-
The storage engine for in-memory internal temporary tables.
|
|
32178
|
+
Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
30829
32179
|
"""
|
|
30830
32180
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
30831
32181
|
|
|
@@ -31229,11 +32579,31 @@ class GetOpenSearchComponentResult(dict):
|
|
|
31229
32579
|
@pulumi.output_type
|
|
31230
32580
|
class GetOpenSearchOpensearchResult(dict):
|
|
31231
32581
|
def __init__(__self__, *,
|
|
31232
|
-
|
|
32582
|
+
kibana_uri: str,
|
|
32583
|
+
opensearch_dashboards_uri: str,
|
|
32584
|
+
password: str,
|
|
32585
|
+
uris: Sequence[str],
|
|
32586
|
+
username: str):
|
|
31233
32587
|
"""
|
|
32588
|
+
:param str kibana_uri: URI for Kibana dashboard frontend
|
|
31234
32589
|
:param str opensearch_dashboards_uri: URI for OpenSearch dashboard frontend
|
|
32590
|
+
:param str password: OpenSearch password
|
|
32591
|
+
:param Sequence[str] uris: OpenSearch server URIs.
|
|
32592
|
+
:param str username: OpenSearch username
|
|
31235
32593
|
"""
|
|
32594
|
+
pulumi.set(__self__, "kibana_uri", kibana_uri)
|
|
31236
32595
|
pulumi.set(__self__, "opensearch_dashboards_uri", opensearch_dashboards_uri)
|
|
32596
|
+
pulumi.set(__self__, "password", password)
|
|
32597
|
+
pulumi.set(__self__, "uris", uris)
|
|
32598
|
+
pulumi.set(__self__, "username", username)
|
|
32599
|
+
|
|
32600
|
+
@property
|
|
32601
|
+
@pulumi.getter(name="kibanaUri")
|
|
32602
|
+
def kibana_uri(self) -> str:
|
|
32603
|
+
"""
|
|
32604
|
+
URI for Kibana dashboard frontend
|
|
32605
|
+
"""
|
|
32606
|
+
return pulumi.get(self, "kibana_uri")
|
|
31237
32607
|
|
|
31238
32608
|
@property
|
|
31239
32609
|
@pulumi.getter(name="opensearchDashboardsUri")
|
|
@@ -31243,6 +32613,30 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
31243
32613
|
"""
|
|
31244
32614
|
return pulumi.get(self, "opensearch_dashboards_uri")
|
|
31245
32615
|
|
|
32616
|
+
@property
|
|
32617
|
+
@pulumi.getter
|
|
32618
|
+
def password(self) -> str:
|
|
32619
|
+
"""
|
|
32620
|
+
OpenSearch password
|
|
32621
|
+
"""
|
|
32622
|
+
return pulumi.get(self, "password")
|
|
32623
|
+
|
|
32624
|
+
@property
|
|
32625
|
+
@pulumi.getter
|
|
32626
|
+
def uris(self) -> Sequence[str]:
|
|
32627
|
+
"""
|
|
32628
|
+
OpenSearch server URIs.
|
|
32629
|
+
"""
|
|
32630
|
+
return pulumi.get(self, "uris")
|
|
32631
|
+
|
|
32632
|
+
@property
|
|
32633
|
+
@pulumi.getter
|
|
32634
|
+
def username(self) -> str:
|
|
32635
|
+
"""
|
|
32636
|
+
OpenSearch username
|
|
32637
|
+
"""
|
|
32638
|
+
return pulumi.get(self, "username")
|
|
32639
|
+
|
|
31246
32640
|
|
|
31247
32641
|
@pulumi.output_type
|
|
31248
32642
|
class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
@@ -31284,7 +32678,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
31284
32678
|
:param 'GetOpenSearchOpensearchUserConfigOpenidArgs' openid: OpenSearch OpenID Connect Configuration
|
|
31285
32679
|
:param 'GetOpenSearchOpensearchUserConfigOpensearchArgs' opensearch: OpenSearch settings
|
|
31286
32680
|
:param 'GetOpenSearchOpensearchUserConfigOpensearchDashboardsArgs' opensearch_dashboards: OpenSearch Dashboards settings
|
|
31287
|
-
:param str opensearch_version: OpenSearch major version.
|
|
32681
|
+
:param str opensearch_version: Enum: `1`, `2`. OpenSearch major version.
|
|
31288
32682
|
:param 'GetOpenSearchOpensearchUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
31289
32683
|
:param 'GetOpenSearchOpensearchUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
31290
32684
|
: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.
|
|
@@ -31453,7 +32847,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
31453
32847
|
@pulumi.getter(name="opensearchVersion")
|
|
31454
32848
|
def opensearch_version(self) -> Optional[str]:
|
|
31455
32849
|
"""
|
|
31456
|
-
OpenSearch major version.
|
|
32850
|
+
Enum: `1`, `2`. OpenSearch major version.
|
|
31457
32851
|
"""
|
|
31458
32852
|
return pulumi.get(self, "opensearch_version")
|
|
31459
32853
|
|
|
@@ -31539,7 +32933,7 @@ class GetOpenSearchOpensearchUserConfigIndexPatternResult(dict):
|
|
|
31539
32933
|
"""
|
|
31540
32934
|
:param int max_index_count: Maximum number of indexes to keep.
|
|
31541
32935
|
:param str pattern: fnmatch pattern.
|
|
31542
|
-
:param str sorting_algorithm: Deletion sorting algorithm. The default value is `creation_date`.
|
|
32936
|
+
:param str sorting_algorithm: Enum: `alphabetical`, `creation_date`. Deletion sorting algorithm. The default value is `creation_date`.
|
|
31543
32937
|
"""
|
|
31544
32938
|
pulumi.set(__self__, "max_index_count", max_index_count)
|
|
31545
32939
|
pulumi.set(__self__, "pattern", pattern)
|
|
@@ -31566,7 +32960,7 @@ class GetOpenSearchOpensearchUserConfigIndexPatternResult(dict):
|
|
|
31566
32960
|
@pulumi.getter(name="sortingAlgorithm")
|
|
31567
32961
|
def sorting_algorithm(self) -> Optional[str]:
|
|
31568
32962
|
"""
|
|
31569
|
-
Deletion sorting algorithm. The default value is `creation_date`.
|
|
32963
|
+
Enum: `alphabetical`, `creation_date`. Deletion sorting algorithm. The default value is `creation_date`.
|
|
31570
32964
|
"""
|
|
31571
32965
|
return pulumi.get(self, "sorting_algorithm")
|
|
31572
32966
|
|
|
@@ -32341,12 +33735,12 @@ class GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAut
|
|
|
32341
33735
|
type: Optional[str] = None):
|
|
32342
33736
|
"""
|
|
32343
33737
|
:param int allowed_tries: The number of login attempts allowed before login is blocked.
|
|
32344
|
-
:param str authentication_backend: internal_authentication_backend_limiting.authentication_backend.
|
|
33738
|
+
:param str authentication_backend: Enum: `internal`. internal_authentication_backend_limiting.authentication_backend.
|
|
32345
33739
|
:param int block_expiry_seconds: The duration of time that login remains blocked after a failed login.
|
|
32346
33740
|
:param int max_blocked_clients: internal_authentication_backend_limiting.max_blocked_clients.
|
|
32347
33741
|
:param int max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
|
|
32348
33742
|
:param int time_window_seconds: The window of time in which the value for `allowed_tries` is enforced.
|
|
32349
|
-
:param str type: internal_authentication_backend_limiting.type.
|
|
33743
|
+
:param str type: Enum: `username`. internal_authentication_backend_limiting.type.
|
|
32350
33744
|
"""
|
|
32351
33745
|
if allowed_tries is not None:
|
|
32352
33746
|
pulumi.set(__self__, "allowed_tries", allowed_tries)
|
|
@@ -32375,7 +33769,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAut
|
|
|
32375
33769
|
@pulumi.getter(name="authenticationBackend")
|
|
32376
33770
|
def authentication_backend(self) -> Optional[str]:
|
|
32377
33771
|
"""
|
|
32378
|
-
internal_authentication_backend_limiting.authentication_backend.
|
|
33772
|
+
Enum: `internal`. internal_authentication_backend_limiting.authentication_backend.
|
|
32379
33773
|
"""
|
|
32380
33774
|
return pulumi.get(self, "authentication_backend")
|
|
32381
33775
|
|
|
@@ -32415,7 +33809,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAut
|
|
|
32415
33809
|
@pulumi.getter
|
|
32416
33810
|
def type(self) -> Optional[str]:
|
|
32417
33811
|
"""
|
|
32418
|
-
internal_authentication_backend_limiting.type.
|
|
33812
|
+
Enum: `username`. internal_authentication_backend_limiting.type.
|
|
32419
33813
|
"""
|
|
32420
33814
|
return pulumi.get(self, "type")
|
|
32421
33815
|
|
|
@@ -32435,7 +33829,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimit
|
|
|
32435
33829
|
:param int max_blocked_clients: The maximum number of blocked IP addresses.
|
|
32436
33830
|
:param int max_tracked_clients: The maximum number of tracked IP addresses that have failed login.
|
|
32437
33831
|
:param int time_window_seconds: The window of time in which the value for `allowed_tries` is enforced.
|
|
32438
|
-
:param str type: The type of rate limiting.
|
|
33832
|
+
:param str type: Enum: `ip`. The type of rate limiting.
|
|
32439
33833
|
"""
|
|
32440
33834
|
if allowed_tries is not None:
|
|
32441
33835
|
pulumi.set(__self__, "allowed_tries", allowed_tries)
|
|
@@ -32494,7 +33888,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimit
|
|
|
32494
33888
|
@pulumi.getter
|
|
32495
33889
|
def type(self) -> Optional[str]:
|
|
32496
33890
|
"""
|
|
32497
|
-
The type of rate limiting.
|
|
33891
|
+
Enum: `ip`. The type of rate limiting.
|
|
32498
33892
|
"""
|
|
32499
33893
|
return pulumi.get(self, "type")
|
|
32500
33894
|
|
|
@@ -32932,36 +34326,59 @@ class GetPgComponentResult(dict):
|
|
|
32932
34326
|
@pulumi.output_type
|
|
32933
34327
|
class GetPgPgResult(dict):
|
|
32934
34328
|
def __init__(__self__, *,
|
|
34329
|
+
bouncer: str,
|
|
32935
34330
|
dbname: str,
|
|
32936
34331
|
host: str,
|
|
32937
34332
|
max_connections: int,
|
|
34333
|
+
params: Sequence['outputs.GetPgPgParamResult'],
|
|
32938
34334
|
password: str,
|
|
32939
34335
|
port: int,
|
|
32940
34336
|
replica_uri: str,
|
|
32941
34337
|
sslmode: str,
|
|
34338
|
+
standby_uris: Sequence[str],
|
|
34339
|
+
syncing_uris: Sequence[str],
|
|
32942
34340
|
uri: str,
|
|
34341
|
+
uris: Sequence[str],
|
|
32943
34342
|
user: str):
|
|
32944
34343
|
"""
|
|
34344
|
+
:param str bouncer: Bouncer connection details
|
|
32945
34345
|
:param str dbname: Primary PostgreSQL database name
|
|
32946
34346
|
:param str host: PostgreSQL master node host IP or name
|
|
32947
34347
|
:param int max_connections: Connection limit
|
|
34348
|
+
:param Sequence['GetPgPgParamArgs'] params: PostgreSQL connection parameters
|
|
32948
34349
|
:param str password: PostgreSQL admin user password
|
|
32949
34350
|
:param int port: PostgreSQL port
|
|
32950
34351
|
:param str replica_uri: PostgreSQL replica URI for services with a replica
|
|
32951
34352
|
:param str sslmode: PostgreSQL sslmode setting (currently always "require")
|
|
34353
|
+
:param Sequence[str] standby_uris: PostgreSQL standby connection URIs
|
|
34354
|
+
:param Sequence[str] syncing_uris: PostgreSQL syncing connection URIs
|
|
32952
34355
|
:param str uri: PostgreSQL master connection URI
|
|
34356
|
+
:param Sequence[str] uris: PostgreSQL master connection URIs
|
|
32953
34357
|
:param str user: PostgreSQL admin user name
|
|
32954
34358
|
"""
|
|
34359
|
+
pulumi.set(__self__, "bouncer", bouncer)
|
|
32955
34360
|
pulumi.set(__self__, "dbname", dbname)
|
|
32956
34361
|
pulumi.set(__self__, "host", host)
|
|
32957
34362
|
pulumi.set(__self__, "max_connections", max_connections)
|
|
34363
|
+
pulumi.set(__self__, "params", params)
|
|
32958
34364
|
pulumi.set(__self__, "password", password)
|
|
32959
34365
|
pulumi.set(__self__, "port", port)
|
|
32960
34366
|
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
32961
34367
|
pulumi.set(__self__, "sslmode", sslmode)
|
|
34368
|
+
pulumi.set(__self__, "standby_uris", standby_uris)
|
|
34369
|
+
pulumi.set(__self__, "syncing_uris", syncing_uris)
|
|
32962
34370
|
pulumi.set(__self__, "uri", uri)
|
|
34371
|
+
pulumi.set(__self__, "uris", uris)
|
|
32963
34372
|
pulumi.set(__self__, "user", user)
|
|
32964
34373
|
|
|
34374
|
+
@property
|
|
34375
|
+
@pulumi.getter
|
|
34376
|
+
def bouncer(self) -> str:
|
|
34377
|
+
"""
|
|
34378
|
+
Bouncer connection details
|
|
34379
|
+
"""
|
|
34380
|
+
return pulumi.get(self, "bouncer")
|
|
34381
|
+
|
|
32965
34382
|
@property
|
|
32966
34383
|
@pulumi.getter
|
|
32967
34384
|
def dbname(self) -> str:
|
|
@@ -32986,6 +34403,14 @@ class GetPgPgResult(dict):
|
|
|
32986
34403
|
"""
|
|
32987
34404
|
return pulumi.get(self, "max_connections")
|
|
32988
34405
|
|
|
34406
|
+
@property
|
|
34407
|
+
@pulumi.getter
|
|
34408
|
+
def params(self) -> Sequence['outputs.GetPgPgParamResult']:
|
|
34409
|
+
"""
|
|
34410
|
+
PostgreSQL connection parameters
|
|
34411
|
+
"""
|
|
34412
|
+
return pulumi.get(self, "params")
|
|
34413
|
+
|
|
32989
34414
|
@property
|
|
32990
34415
|
@pulumi.getter
|
|
32991
34416
|
def password(self) -> str:
|
|
@@ -33018,6 +34443,22 @@ class GetPgPgResult(dict):
|
|
|
33018
34443
|
"""
|
|
33019
34444
|
return pulumi.get(self, "sslmode")
|
|
33020
34445
|
|
|
34446
|
+
@property
|
|
34447
|
+
@pulumi.getter(name="standbyUris")
|
|
34448
|
+
def standby_uris(self) -> Sequence[str]:
|
|
34449
|
+
"""
|
|
34450
|
+
PostgreSQL standby connection URIs
|
|
34451
|
+
"""
|
|
34452
|
+
return pulumi.get(self, "standby_uris")
|
|
34453
|
+
|
|
34454
|
+
@property
|
|
34455
|
+
@pulumi.getter(name="syncingUris")
|
|
34456
|
+
def syncing_uris(self) -> Sequence[str]:
|
|
34457
|
+
"""
|
|
34458
|
+
PostgreSQL syncing connection URIs
|
|
34459
|
+
"""
|
|
34460
|
+
return pulumi.get(self, "syncing_uris")
|
|
34461
|
+
|
|
33021
34462
|
@property
|
|
33022
34463
|
@pulumi.getter
|
|
33023
34464
|
def uri(self) -> str:
|
|
@@ -33026,6 +34467,87 @@ class GetPgPgResult(dict):
|
|
|
33026
34467
|
"""
|
|
33027
34468
|
return pulumi.get(self, "uri")
|
|
33028
34469
|
|
|
34470
|
+
@property
|
|
34471
|
+
@pulumi.getter
|
|
34472
|
+
def uris(self) -> Sequence[str]:
|
|
34473
|
+
"""
|
|
34474
|
+
PostgreSQL master connection URIs
|
|
34475
|
+
"""
|
|
34476
|
+
return pulumi.get(self, "uris")
|
|
34477
|
+
|
|
34478
|
+
@property
|
|
34479
|
+
@pulumi.getter
|
|
34480
|
+
def user(self) -> str:
|
|
34481
|
+
"""
|
|
34482
|
+
PostgreSQL admin user name
|
|
34483
|
+
"""
|
|
34484
|
+
return pulumi.get(self, "user")
|
|
34485
|
+
|
|
34486
|
+
|
|
34487
|
+
@pulumi.output_type
|
|
34488
|
+
class GetPgPgParamResult(dict):
|
|
34489
|
+
def __init__(__self__, *,
|
|
34490
|
+
database_name: str,
|
|
34491
|
+
host: str,
|
|
34492
|
+
password: str,
|
|
34493
|
+
port: int,
|
|
34494
|
+
sslmode: str,
|
|
34495
|
+
user: str):
|
|
34496
|
+
"""
|
|
34497
|
+
:param str database_name: Primary PostgreSQL database name
|
|
34498
|
+
:param str host: PostgreSQL host IP or name
|
|
34499
|
+
:param str password: PostgreSQL admin user password
|
|
34500
|
+
:param int port: PostgreSQL port
|
|
34501
|
+
:param str sslmode: PostgreSQL sslmode setting (currently always "require")
|
|
34502
|
+
:param str user: PostgreSQL admin user name
|
|
34503
|
+
"""
|
|
34504
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
34505
|
+
pulumi.set(__self__, "host", host)
|
|
34506
|
+
pulumi.set(__self__, "password", password)
|
|
34507
|
+
pulumi.set(__self__, "port", port)
|
|
34508
|
+
pulumi.set(__self__, "sslmode", sslmode)
|
|
34509
|
+
pulumi.set(__self__, "user", user)
|
|
34510
|
+
|
|
34511
|
+
@property
|
|
34512
|
+
@pulumi.getter(name="databaseName")
|
|
34513
|
+
def database_name(self) -> str:
|
|
34514
|
+
"""
|
|
34515
|
+
Primary PostgreSQL database name
|
|
34516
|
+
"""
|
|
34517
|
+
return pulumi.get(self, "database_name")
|
|
34518
|
+
|
|
34519
|
+
@property
|
|
34520
|
+
@pulumi.getter
|
|
34521
|
+
def host(self) -> str:
|
|
34522
|
+
"""
|
|
34523
|
+
PostgreSQL host IP or name
|
|
34524
|
+
"""
|
|
34525
|
+
return pulumi.get(self, "host")
|
|
34526
|
+
|
|
34527
|
+
@property
|
|
34528
|
+
@pulumi.getter
|
|
34529
|
+
def password(self) -> str:
|
|
34530
|
+
"""
|
|
34531
|
+
PostgreSQL admin user password
|
|
34532
|
+
"""
|
|
34533
|
+
return pulumi.get(self, "password")
|
|
34534
|
+
|
|
34535
|
+
@property
|
|
34536
|
+
@pulumi.getter
|
|
34537
|
+
def port(self) -> int:
|
|
34538
|
+
"""
|
|
34539
|
+
PostgreSQL port
|
|
34540
|
+
"""
|
|
34541
|
+
return pulumi.get(self, "port")
|
|
34542
|
+
|
|
34543
|
+
@property
|
|
34544
|
+
@pulumi.getter
|
|
34545
|
+
def sslmode(self) -> str:
|
|
34546
|
+
"""
|
|
34547
|
+
PostgreSQL sslmode setting (currently always "require")
|
|
34548
|
+
"""
|
|
34549
|
+
return pulumi.get(self, "sslmode")
|
|
34550
|
+
|
|
33029
34551
|
@property
|
|
33030
34552
|
@pulumi.getter
|
|
33031
34553
|
def user(self) -> str:
|
|
@@ -33086,7 +34608,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
33086
34608
|
:param bool pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
33087
34609
|
: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.
|
|
33088
34610
|
: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`.
|
|
33089
|
-
:param str pg_version: PostgreSQL major version.
|
|
34611
|
+
:param str pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`. PostgreSQL major version.
|
|
33090
34612
|
:param 'GetPgPgUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
33091
34613
|
:param 'GetPgPgUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
33092
34614
|
:param 'GetPgPgUserConfigPglookoutArgs' pglookout: System-wide settings for pglookout
|
|
@@ -33099,9 +34621,9 @@ class GetPgPgUserConfigResult(dict):
|
|
|
33099
34621
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
33100
34622
|
:param float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
|
|
33101
34623
|
:param bool static_ips: Use static public IP addresses.
|
|
33102
|
-
:param str synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
34624
|
+
:param str synchronous_replication: Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
33103
34625
|
:param 'GetPgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
|
|
33104
|
-
:param str variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
34626
|
+
:param str variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
33105
34627
|
:param int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
33106
34628
|
"""
|
|
33107
34629
|
if additional_backup_regions is not None:
|
|
@@ -33299,7 +34821,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
33299
34821
|
@pulumi.getter(name="pgVersion")
|
|
33300
34822
|
def pg_version(self) -> Optional[str]:
|
|
33301
34823
|
"""
|
|
33302
|
-
PostgreSQL major version.
|
|
34824
|
+
Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`. PostgreSQL major version.
|
|
33303
34825
|
"""
|
|
33304
34826
|
return pulumi.get(self, "pg_version")
|
|
33305
34827
|
|
|
@@ -33403,7 +34925,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
33403
34925
|
@pulumi.getter(name="synchronousReplication")
|
|
33404
34926
|
def synchronous_replication(self) -> Optional[str]:
|
|
33405
34927
|
"""
|
|
33406
|
-
Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
34928
|
+
Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
33407
34929
|
"""
|
|
33408
34930
|
return pulumi.get(self, "synchronous_replication")
|
|
33409
34931
|
|
|
@@ -33419,7 +34941,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
33419
34941
|
@pulumi.getter
|
|
33420
34942
|
def variant(self) -> Optional[str]:
|
|
33421
34943
|
"""
|
|
33422
|
-
Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
34944
|
+
Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
33423
34945
|
"""
|
|
33424
34946
|
return pulumi.get(self, "variant")
|
|
33425
34947
|
|
|
@@ -33478,7 +35000,7 @@ class GetPgPgUserConfigMigrationResult(dict):
|
|
|
33478
35000
|
:param int port: Port number of the server where to migrate data from.
|
|
33479
35001
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
33480
35002
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
33481
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
35003
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
33482
35004
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
33483
35005
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
33484
35006
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -33534,7 +35056,7 @@ class GetPgPgUserConfigMigrationResult(dict):
|
|
|
33534
35056
|
@pulumi.getter
|
|
33535
35057
|
def method(self) -> Optional[str]:
|
|
33536
35058
|
"""
|
|
33537
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
35059
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
33538
35060
|
"""
|
|
33539
35061
|
return pulumi.get(self, "method")
|
|
33540
35062
|
|
|
@@ -33630,12 +35152,12 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
33630
35152
|
:param int bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
|
|
33631
35153
|
:param float bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
|
|
33632
35154
|
:param int deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
33633
|
-
:param str default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
35155
|
+
:param str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
33634
35156
|
:param int idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
33635
35157
|
:param bool jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
33636
35158
|
:param int log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
|
|
33637
|
-
:param str log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged.
|
|
33638
|
-
:param str log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
35159
|
+
:param str log_error_verbosity: Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
35160
|
+
:param str log_line_prefix: Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`. Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
33639
35161
|
:param int log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
33640
35162
|
:param int log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
33641
35163
|
:param int max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
@@ -33656,13 +35178,13 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
33656
35178
|
:param str pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks.
|
|
33657
35179
|
:param bool pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
|
|
33658
35180
|
:param int pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets.
|
|
33659
|
-
:param str pg_stat_statements_dot_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
35181
|
+
:param str pg_stat_statements_dot_track: Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
33660
35182
|
:param int temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
33661
35183
|
:param str timezone: PostgreSQL service timezone.
|
|
33662
35184
|
:param int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
33663
|
-
:param str track_commit_timestamp: Record commit time of transactions.
|
|
33664
|
-
:param str track_functions: Enables tracking of function call counts and time used.
|
|
33665
|
-
:param str track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
35185
|
+
:param str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
35186
|
+
:param str track_functions: Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
|
|
35187
|
+
:param str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
33666
35188
|
:param int wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
|
|
33667
35189
|
:param int wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
|
|
33668
35190
|
"""
|
|
@@ -33881,7 +35403,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
33881
35403
|
@pulumi.getter(name="defaultToastCompression")
|
|
33882
35404
|
def default_toast_compression(self) -> Optional[str]:
|
|
33883
35405
|
"""
|
|
33884
|
-
Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
35406
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
33885
35407
|
"""
|
|
33886
35408
|
return pulumi.get(self, "default_toast_compression")
|
|
33887
35409
|
|
|
@@ -33913,7 +35435,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
33913
35435
|
@pulumi.getter(name="logErrorVerbosity")
|
|
33914
35436
|
def log_error_verbosity(self) -> Optional[str]:
|
|
33915
35437
|
"""
|
|
33916
|
-
Controls the amount of detail written in the server log for each message that is logged.
|
|
35438
|
+
Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
33917
35439
|
"""
|
|
33918
35440
|
return pulumi.get(self, "log_error_verbosity")
|
|
33919
35441
|
|
|
@@ -33921,7 +35443,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
33921
35443
|
@pulumi.getter(name="logLinePrefix")
|
|
33922
35444
|
def log_line_prefix(self) -> Optional[str]:
|
|
33923
35445
|
"""
|
|
33924
|
-
Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
35446
|
+
Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`. Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
33925
35447
|
"""
|
|
33926
35448
|
return pulumi.get(self, "log_line_prefix")
|
|
33927
35449
|
|
|
@@ -34089,7 +35611,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
34089
35611
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
34090
35612
|
def pg_stat_statements_dot_track(self) -> Optional[str]:
|
|
34091
35613
|
"""
|
|
34092
|
-
Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
35614
|
+
Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
34093
35615
|
"""
|
|
34094
35616
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
34095
35617
|
|
|
@@ -34121,7 +35643,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
34121
35643
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
34122
35644
|
def track_commit_timestamp(self) -> Optional[str]:
|
|
34123
35645
|
"""
|
|
34124
|
-
Record commit time of transactions.
|
|
35646
|
+
Enum: `off`, `on`. Record commit time of transactions.
|
|
34125
35647
|
"""
|
|
34126
35648
|
return pulumi.get(self, "track_commit_timestamp")
|
|
34127
35649
|
|
|
@@ -34129,7 +35651,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
34129
35651
|
@pulumi.getter(name="trackFunctions")
|
|
34130
35652
|
def track_functions(self) -> Optional[str]:
|
|
34131
35653
|
"""
|
|
34132
|
-
Enables tracking of function call counts and time used.
|
|
35654
|
+
Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
|
|
34133
35655
|
"""
|
|
34134
35656
|
return pulumi.get(self, "track_functions")
|
|
34135
35657
|
|
|
@@ -34137,7 +35659,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
34137
35659
|
@pulumi.getter(name="trackIoTiming")
|
|
34138
35660
|
def track_io_timing(self) -> Optional[str]:
|
|
34139
35661
|
"""
|
|
34140
|
-
Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
35662
|
+
Enum: `off`, `on`. Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
34141
35663
|
"""
|
|
34142
35664
|
return pulumi.get(self, "track_io_timing")
|
|
34143
35665
|
|
|
@@ -34261,7 +35783,7 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
34261
35783
|
: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`.
|
|
34262
35784
|
: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`.
|
|
34263
35785
|
:param bool log_client: Specifies whether log messages will be visible to a client process such as psql. The default value is `false`.
|
|
34264
|
-
:param str log_level: Specifies the log level that will be used for log entries. The default value is `log`.
|
|
35786
|
+
:param str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `notice`, `warning`, `log`. Specifies the log level that will be used for log entries. The default value is `log`.
|
|
34265
35787
|
: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`.
|
|
34266
35788
|
: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`.
|
|
34267
35789
|
:param bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. The default value is `false`.
|
|
@@ -34330,7 +35852,7 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
34330
35852
|
@pulumi.getter(name="logLevel")
|
|
34331
35853
|
def log_level(self) -> Optional[str]:
|
|
34332
35854
|
"""
|
|
34333
|
-
Specifies the log level that will be used for log entries. The default value is `log`.
|
|
35855
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `notice`, `warning`, `log`. Specifies the log level that will be used for log entries. The default value is `log`.
|
|
34334
35856
|
"""
|
|
34335
35857
|
return pulumi.get(self, "log_level")
|
|
34336
35858
|
|
|
@@ -34430,7 +35952,7 @@ class GetPgPgUserConfigPgbouncerResult(dict):
|
|
|
34430
35952
|
"""
|
|
34431
35953
|
:param int autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is `3600`.
|
|
34432
35954
|
:param int autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
|
|
34433
|
-
:param str autodb_pool_mode: PGBouncer pool mode. The default value is `transaction`.
|
|
35955
|
+
:param str autodb_pool_mode: Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. The default value is `transaction`.
|
|
34434
35956
|
:param int autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is `0`.
|
|
34435
35957
|
:param Sequence[str] ignore_startup_parameters: List of parameters to ignore when given in startup packet.
|
|
34436
35958
|
:param int min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is `0`.
|
|
@@ -34477,7 +35999,7 @@ class GetPgPgUserConfigPgbouncerResult(dict):
|
|
|
34477
35999
|
@pulumi.getter(name="autodbPoolMode")
|
|
34478
36000
|
def autodb_pool_mode(self) -> Optional[str]:
|
|
34479
36001
|
"""
|
|
34480
|
-
PGBouncer pool mode. The default value is `transaction`.
|
|
36002
|
+
Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. The default value is `transaction`.
|
|
34481
36003
|
"""
|
|
34482
36004
|
return pulumi.get(self, "autodb_pool_mode")
|
|
34483
36005
|
|
|
@@ -34897,6 +36419,57 @@ class GetRedisComponentResult(dict):
|
|
|
34897
36419
|
return pulumi.get(self, "usage")
|
|
34898
36420
|
|
|
34899
36421
|
|
|
36422
|
+
@pulumi.output_type
|
|
36423
|
+
class GetRedisRediResult(dict):
|
|
36424
|
+
def __init__(__self__, *,
|
|
36425
|
+
password: str,
|
|
36426
|
+
replica_uri: str,
|
|
36427
|
+
slave_uris: Sequence[str],
|
|
36428
|
+
uris: Sequence[str]):
|
|
36429
|
+
"""
|
|
36430
|
+
:param str password: Redis password.
|
|
36431
|
+
:param str replica_uri: Redis replica server URI.
|
|
36432
|
+
:param Sequence[str] slave_uris: Redis slave server URIs.
|
|
36433
|
+
:param Sequence[str] uris: Redis server URIs.
|
|
36434
|
+
"""
|
|
36435
|
+
pulumi.set(__self__, "password", password)
|
|
36436
|
+
pulumi.set(__self__, "replica_uri", replica_uri)
|
|
36437
|
+
pulumi.set(__self__, "slave_uris", slave_uris)
|
|
36438
|
+
pulumi.set(__self__, "uris", uris)
|
|
36439
|
+
|
|
36440
|
+
@property
|
|
36441
|
+
@pulumi.getter
|
|
36442
|
+
def password(self) -> str:
|
|
36443
|
+
"""
|
|
36444
|
+
Redis password.
|
|
36445
|
+
"""
|
|
36446
|
+
return pulumi.get(self, "password")
|
|
36447
|
+
|
|
36448
|
+
@property
|
|
36449
|
+
@pulumi.getter(name="replicaUri")
|
|
36450
|
+
def replica_uri(self) -> str:
|
|
36451
|
+
"""
|
|
36452
|
+
Redis replica server URI.
|
|
36453
|
+
"""
|
|
36454
|
+
return pulumi.get(self, "replica_uri")
|
|
36455
|
+
|
|
36456
|
+
@property
|
|
36457
|
+
@pulumi.getter(name="slaveUris")
|
|
36458
|
+
def slave_uris(self) -> Sequence[str]:
|
|
36459
|
+
"""
|
|
36460
|
+
Redis slave server URIs.
|
|
36461
|
+
"""
|
|
36462
|
+
return pulumi.get(self, "slave_uris")
|
|
36463
|
+
|
|
36464
|
+
@property
|
|
36465
|
+
@pulumi.getter
|
|
36466
|
+
def uris(self) -> Sequence[str]:
|
|
36467
|
+
"""
|
|
36468
|
+
Redis server URIs.
|
|
36469
|
+
"""
|
|
36470
|
+
return pulumi.get(self, "uris")
|
|
36471
|
+
|
|
36472
|
+
|
|
34900
36473
|
@pulumi.output_type
|
|
34901
36474
|
class GetRedisRedisUserConfigResult(dict):
|
|
34902
36475
|
def __init__(__self__, *,
|
|
@@ -34936,18 +36509,18 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
34936
36509
|
: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.
|
|
34937
36510
|
:param 'GetRedisRedisUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
34938
36511
|
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service.
|
|
34939
|
-
:param str redis_acl_channels_default: Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
36512
|
+
:param str redis_acl_channels_default: Enum: `allchannels`, `resetchannels`. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
34940
36513
|
:param int redis_io_threads: Set Redis IO thread count. Changing this will cause a restart of the Redis service.
|
|
34941
36514
|
:param int redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. The default value is `1`.
|
|
34942
36515
|
:param int redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. The default value is `10`.
|
|
34943
|
-
:param str redis_maxmemory_policy: Redis maxmemory-policy. The default value is `noeviction`.
|
|
36516
|
+
:param str redis_maxmemory_policy: Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. The default value is `noeviction`.
|
|
34944
36517
|
:param str redis_notify_keyspace_events: Set notify-keyspace-events option.
|
|
34945
36518
|
:param int redis_number_of_databases: Set number of Redis databases. Changing this will cause a restart of the Redis service.
|
|
34946
|
-
:param str redis_persistence: When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
36519
|
+
:param str redis_persistence: Enum: `off`, `rdb`. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
34947
36520
|
:param int redis_pubsub_client_output_buffer_limit: Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
|
|
34948
36521
|
:param bool redis_ssl: Require SSL to access Redis. The default value is `true`.
|
|
34949
36522
|
:param int redis_timeout: Redis idle connection timeout in seconds. The default value is `300`.
|
|
34950
|
-
:param str redis_version: Redis major version.
|
|
36523
|
+
:param str redis_version: Enum: `7.0`. Redis major version.
|
|
34951
36524
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
34952
36525
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
34953
36526
|
:param bool static_ips: Use static public IP addresses.
|
|
@@ -35090,7 +36663,7 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
35090
36663
|
@pulumi.getter(name="redisAclChannelsDefault")
|
|
35091
36664
|
def redis_acl_channels_default(self) -> Optional[str]:
|
|
35092
36665
|
"""
|
|
35093
|
-
Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
36666
|
+
Enum: `allchannels`, `resetchannels`. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
35094
36667
|
"""
|
|
35095
36668
|
return pulumi.get(self, "redis_acl_channels_default")
|
|
35096
36669
|
|
|
@@ -35122,7 +36695,7 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
35122
36695
|
@pulumi.getter(name="redisMaxmemoryPolicy")
|
|
35123
36696
|
def redis_maxmemory_policy(self) -> Optional[str]:
|
|
35124
36697
|
"""
|
|
35125
|
-
Redis maxmemory-policy. The default value is `noeviction`.
|
|
36698
|
+
Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. The default value is `noeviction`.
|
|
35126
36699
|
"""
|
|
35127
36700
|
return pulumi.get(self, "redis_maxmemory_policy")
|
|
35128
36701
|
|
|
@@ -35146,7 +36719,7 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
35146
36719
|
@pulumi.getter(name="redisPersistence")
|
|
35147
36720
|
def redis_persistence(self) -> Optional[str]:
|
|
35148
36721
|
"""
|
|
35149
|
-
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
36722
|
+
Enum: `off`, `rdb`. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
35150
36723
|
"""
|
|
35151
36724
|
return pulumi.get(self, "redis_persistence")
|
|
35152
36725
|
|
|
@@ -35178,7 +36751,7 @@ class GetRedisRedisUserConfigResult(dict):
|
|
|
35178
36751
|
@pulumi.getter(name="redisVersion")
|
|
35179
36752
|
def redis_version(self) -> Optional[str]:
|
|
35180
36753
|
"""
|
|
35181
|
-
Redis major version.
|
|
36754
|
+
Enum: `7.0`. Redis major version.
|
|
35182
36755
|
"""
|
|
35183
36756
|
return pulumi.get(self, "redis_version")
|
|
35184
36757
|
|
|
@@ -35253,7 +36826,7 @@ class GetRedisRedisUserConfigMigrationResult(dict):
|
|
|
35253
36826
|
:param int port: Port number of the server where to migrate data from.
|
|
35254
36827
|
:param str dbname: Database name for bootstrapping the initial connection.
|
|
35255
36828
|
:param str ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
35256
|
-
:param str method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
36829
|
+
:param str method: Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
35257
36830
|
:param str password: Password for authentication with the server where to migrate data from.
|
|
35258
36831
|
:param bool ssl: The server where to migrate data from is secured with SSL. The default value is `true`.
|
|
35259
36832
|
:param str username: User name for authentication with the server where to migrate data from.
|
|
@@ -35309,7 +36882,7 @@ class GetRedisRedisUserConfigMigrationResult(dict):
|
|
|
35309
36882
|
@pulumi.getter
|
|
35310
36883
|
def method(self) -> Optional[str]:
|
|
35311
36884
|
"""
|
|
35312
|
-
The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
36885
|
+
Enum: `dump`, `replication`. The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
35313
36886
|
"""
|
|
35314
36887
|
return pulumi.get(self, "method")
|
|
35315
36888
|
|
|
@@ -35544,13 +37117,13 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
35544
37117
|
skip_broken_messages: Optional[int] = None):
|
|
35545
37118
|
"""
|
|
35546
37119
|
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs'] columns: Table columns
|
|
35547
|
-
:param str data_format: Message data format. The default value is `JSONEachRow`.
|
|
37120
|
+
:param str data_format: Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`. Message data format. The default value is `JSONEachRow`.
|
|
35548
37121
|
:param str group_name: Kafka consumers group. The default value is `clickhouse`.
|
|
35549
37122
|
:param str name: Name of the table.
|
|
35550
37123
|
:param Sequence['GetServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs'] topics: Kafka topics
|
|
35551
|
-
: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`.
|
|
35552
|
-
:param str date_time_input_format: Method to read DateTime from text input formats. The default value is `basic`.
|
|
35553
|
-
:param str handle_error_mode: How to handle errors for Kafka engine. The default value is `default`.
|
|
37124
|
+
:param str auto_offset_reset: Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. 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`.
|
|
37125
|
+
:param str date_time_input_format: Enum: `basic`, `best_effort`, `best_effort_us`. Method to read DateTime from text input formats. The default value is `basic`.
|
|
37126
|
+
:param str handle_error_mode: Enum: `default`, `stream`. How to handle errors for Kafka engine. The default value is `default`.
|
|
35554
37127
|
:param int max_block_size: Number of row collected by poll(s) for flushing data from Kafka. The default value is `0`.
|
|
35555
37128
|
:param int max_rows_per_message: The maximum number of rows produced in one kafka message for row-based formats. The default value is `1`.
|
|
35556
37129
|
:param int num_consumers: The number of consumers per table per replica. The default value is `1`.
|
|
@@ -35591,7 +37164,7 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
35591
37164
|
@pulumi.getter(name="dataFormat")
|
|
35592
37165
|
def data_format(self) -> str:
|
|
35593
37166
|
"""
|
|
35594
|
-
Message data format. The default value is `JSONEachRow`.
|
|
37167
|
+
Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`. Message data format. The default value is `JSONEachRow`.
|
|
35595
37168
|
"""
|
|
35596
37169
|
return pulumi.get(self, "data_format")
|
|
35597
37170
|
|
|
@@ -35623,7 +37196,7 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
35623
37196
|
@pulumi.getter(name="autoOffsetReset")
|
|
35624
37197
|
def auto_offset_reset(self) -> Optional[str]:
|
|
35625
37198
|
"""
|
|
35626
|
-
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`.
|
|
37199
|
+
Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. 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`.
|
|
35627
37200
|
"""
|
|
35628
37201
|
return pulumi.get(self, "auto_offset_reset")
|
|
35629
37202
|
|
|
@@ -35631,7 +37204,7 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
35631
37204
|
@pulumi.getter(name="dateTimeInputFormat")
|
|
35632
37205
|
def date_time_input_format(self) -> Optional[str]:
|
|
35633
37206
|
"""
|
|
35634
|
-
Method to read DateTime from text input formats. The default value is `basic`.
|
|
37207
|
+
Enum: `basic`, `best_effort`, `best_effort_us`. Method to read DateTime from text input formats. The default value is `basic`.
|
|
35635
37208
|
"""
|
|
35636
37209
|
return pulumi.get(self, "date_time_input_format")
|
|
35637
37210
|
|
|
@@ -35639,7 +37212,7 @@ class GetServiceIntegrationClickhouseKafkaUserConfigTableResult(dict):
|
|
|
35639
37212
|
@pulumi.getter(name="handleErrorMode")
|
|
35640
37213
|
def handle_error_mode(self) -> Optional[str]:
|
|
35641
37214
|
"""
|
|
35642
|
-
How to handle errors for Kafka engine. The default value is `default`.
|
|
37215
|
+
Enum: `default`, `stream`. How to handle errors for Kafka engine. The default value is `default`.
|
|
35643
37216
|
"""
|
|
35644
37217
|
return pulumi.get(self, "handle_error_mode")
|
|
35645
37218
|
|
|
@@ -35785,6 +37358,7 @@ class GetServiceIntegrationClickhousePostgresqlUserConfigDatabaseResult(dict):
|
|
|
35785
37358
|
class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
35786
37359
|
def __init__(__self__, *,
|
|
35787
37360
|
datadog_dbm_enabled: Optional[bool] = None,
|
|
37361
|
+
datadog_pgbouncer_enabled: Optional[bool] = None,
|
|
35788
37362
|
datadog_tags: Optional[Sequence['outputs.GetServiceIntegrationDatadogUserConfigDatadogTagResult']] = None,
|
|
35789
37363
|
exclude_consumer_groups: Optional[Sequence[str]] = None,
|
|
35790
37364
|
exclude_topics: Optional[Sequence[str]] = None,
|
|
@@ -35796,6 +37370,7 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
35796
37370
|
redis: Optional['outputs.GetServiceIntegrationDatadogUserConfigRedisResult'] = None):
|
|
35797
37371
|
"""
|
|
35798
37372
|
:param bool datadog_dbm_enabled: Enable Datadog Database Monitoring.
|
|
37373
|
+
:param bool datadog_pgbouncer_enabled: Enable Datadog PgBouncer Metric Tracking.
|
|
35799
37374
|
:param Sequence['GetServiceIntegrationDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
|
|
35800
37375
|
:param Sequence[str] exclude_consumer_groups: List of custom metrics.
|
|
35801
37376
|
:param Sequence[str] exclude_topics: List of topics to exclude.
|
|
@@ -35808,6 +37383,8 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
35808
37383
|
"""
|
|
35809
37384
|
if datadog_dbm_enabled is not None:
|
|
35810
37385
|
pulumi.set(__self__, "datadog_dbm_enabled", datadog_dbm_enabled)
|
|
37386
|
+
if datadog_pgbouncer_enabled is not None:
|
|
37387
|
+
pulumi.set(__self__, "datadog_pgbouncer_enabled", datadog_pgbouncer_enabled)
|
|
35811
37388
|
if datadog_tags is not None:
|
|
35812
37389
|
pulumi.set(__self__, "datadog_tags", datadog_tags)
|
|
35813
37390
|
if exclude_consumer_groups is not None:
|
|
@@ -35835,6 +37412,14 @@ class GetServiceIntegrationDatadogUserConfigResult(dict):
|
|
|
35835
37412
|
"""
|
|
35836
37413
|
return pulumi.get(self, "datadog_dbm_enabled")
|
|
35837
37414
|
|
|
37415
|
+
@property
|
|
37416
|
+
@pulumi.getter(name="datadogPgbouncerEnabled")
|
|
37417
|
+
def datadog_pgbouncer_enabled(self) -> Optional[bool]:
|
|
37418
|
+
"""
|
|
37419
|
+
Enable Datadog PgBouncer Metric Tracking.
|
|
37420
|
+
"""
|
|
37421
|
+
return pulumi.get(self, "datadog_pgbouncer_enabled")
|
|
37422
|
+
|
|
35838
37423
|
@property
|
|
35839
37424
|
@pulumi.getter(name="datadogTags")
|
|
35840
37425
|
def datadog_tags(self) -> Optional[Sequence['outputs.GetServiceIntegrationDatadogUserConfigDatadogTagResult']]:
|
|
@@ -36029,7 +37614,7 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
|
|
|
36029
37614
|
:param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with.
|
|
36030
37615
|
:param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers.
|
|
36031
37616
|
:param int max_partition_contexts: Maximum number of partition contexts to send.
|
|
36032
|
-
:param str site: Datadog intake site. Defaults to datadoghq.com.
|
|
37617
|
+
:param str site: Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
36033
37618
|
"""
|
|
36034
37619
|
pulumi.set(__self__, "datadog_api_key", datadog_api_key)
|
|
36035
37620
|
if datadog_tags is not None:
|
|
@@ -36097,7 +37682,7 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
|
|
|
36097
37682
|
@pulumi.getter
|
|
36098
37683
|
def site(self) -> Optional[str]:
|
|
36099
37684
|
"""
|
|
36100
|
-
Datadog intake site. Defaults to datadoghq.com.
|
|
37685
|
+
Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
36101
37686
|
"""
|
|
36102
37687
|
return pulumi.get(self, "site")
|
|
36103
37688
|
|
|
@@ -36383,14 +37968,14 @@ class GetServiceIntegrationEndpointExternalKafkaUserConfigResult(dict):
|
|
|
36383
37968
|
ssl_endpoint_identification_algorithm: Optional[str] = None):
|
|
36384
37969
|
"""
|
|
36385
37970
|
:param str bootstrap_servers: Bootstrap servers.
|
|
36386
|
-
:param str security_protocol: Security protocol.
|
|
36387
|
-
:param str sasl_mechanism: SASL mechanism used for connections to the Kafka server.
|
|
37971
|
+
:param str security_protocol: Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
|
|
37972
|
+
:param str sasl_mechanism: Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
|
|
36388
37973
|
:param str sasl_plain_password: Password for SASL PLAIN mechanism in the Kafka server.
|
|
36389
37974
|
:param str sasl_plain_username: Username for SASL PLAIN mechanism in the Kafka server.
|
|
36390
37975
|
:param str ssl_ca_cert: PEM-encoded CA certificate.
|
|
36391
37976
|
:param str ssl_client_cert: PEM-encoded client certificate.
|
|
36392
37977
|
:param str ssl_client_key: PEM-encoded client key.
|
|
36393
|
-
:param str ssl_endpoint_identification_algorithm: The endpoint identification algorithm to validate server hostname using server certificate.
|
|
37978
|
+
:param str ssl_endpoint_identification_algorithm: Enum: `https`, ``. The endpoint identification algorithm to validate server hostname using server certificate.
|
|
36394
37979
|
"""
|
|
36395
37980
|
pulumi.set(__self__, "bootstrap_servers", bootstrap_servers)
|
|
36396
37981
|
pulumi.set(__self__, "security_protocol", security_protocol)
|
|
@@ -36421,7 +38006,7 @@ class GetServiceIntegrationEndpointExternalKafkaUserConfigResult(dict):
|
|
|
36421
38006
|
@pulumi.getter(name="securityProtocol")
|
|
36422
38007
|
def security_protocol(self) -> str:
|
|
36423
38008
|
"""
|
|
36424
|
-
Security protocol.
|
|
38009
|
+
Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
|
|
36425
38010
|
"""
|
|
36426
38011
|
return pulumi.get(self, "security_protocol")
|
|
36427
38012
|
|
|
@@ -36429,7 +38014,7 @@ class GetServiceIntegrationEndpointExternalKafkaUserConfigResult(dict):
|
|
|
36429
38014
|
@pulumi.getter(name="saslMechanism")
|
|
36430
38015
|
def sasl_mechanism(self) -> Optional[str]:
|
|
36431
38016
|
"""
|
|
36432
|
-
SASL mechanism used for connections to the Kafka server.
|
|
38017
|
+
Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
|
|
36433
38018
|
"""
|
|
36434
38019
|
return pulumi.get(self, "sasl_mechanism")
|
|
36435
38020
|
|
|
@@ -36477,7 +38062,7 @@ class GetServiceIntegrationEndpointExternalKafkaUserConfigResult(dict):
|
|
|
36477
38062
|
@pulumi.getter(name="sslEndpointIdentificationAlgorithm")
|
|
36478
38063
|
def ssl_endpoint_identification_algorithm(self) -> Optional[str]:
|
|
36479
38064
|
"""
|
|
36480
|
-
The endpoint identification algorithm to validate server hostname using server certificate.
|
|
38065
|
+
Enum: `https`, ``. The endpoint identification algorithm to validate server hostname using server certificate.
|
|
36481
38066
|
"""
|
|
36482
38067
|
return pulumi.get(self, "ssl_endpoint_identification_algorithm")
|
|
36483
38068
|
|
|
@@ -36567,7 +38152,7 @@ class GetServiceIntegrationEndpointExternalPostgresqlResult(dict):
|
|
|
36567
38152
|
:param str password: Password.
|
|
36568
38153
|
:param str ssl_client_certificate: Client certificate.
|
|
36569
38154
|
:param str ssl_client_key: Client key.
|
|
36570
|
-
:param str ssl_mode: SSL Mode. The default value is `verify-full`.
|
|
38155
|
+
:param str ssl_mode: Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL Mode. The default value is `verify-full`.
|
|
36571
38156
|
:param str ssl_root_cert: SSL Root Cert.
|
|
36572
38157
|
"""
|
|
36573
38158
|
pulumi.set(__self__, "host", host)
|
|
@@ -36646,7 +38231,7 @@ class GetServiceIntegrationEndpointExternalPostgresqlResult(dict):
|
|
|
36646
38231
|
@pulumi.getter(name="sslMode")
|
|
36647
38232
|
def ssl_mode(self) -> Optional[str]:
|
|
36648
38233
|
"""
|
|
36649
|
-
SSL Mode. The default value is `verify-full`.
|
|
38234
|
+
Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL Mode. The default value is `verify-full`.
|
|
36650
38235
|
"""
|
|
36651
38236
|
return pulumi.get(self, "ssl_mode")
|
|
36652
38237
|
|
|
@@ -36667,7 +38252,7 @@ class GetServiceIntegrationEndpointExternalSchemaRegistryUserConfigResult(dict):
|
|
|
36667
38252
|
basic_auth_password: Optional[str] = None,
|
|
36668
38253
|
basic_auth_username: Optional[str] = None):
|
|
36669
38254
|
"""
|
|
36670
|
-
:param str authentication: Authentication method.
|
|
38255
|
+
:param str authentication: Enum: `none`, `basic`. Authentication method.
|
|
36671
38256
|
:param str url: Schema Registry URL.
|
|
36672
38257
|
:param str basic_auth_password: Basic authentication password.
|
|
36673
38258
|
:param str basic_auth_username: Basic authentication user name.
|
|
@@ -36683,7 +38268,7 @@ class GetServiceIntegrationEndpointExternalSchemaRegistryUserConfigResult(dict):
|
|
|
36683
38268
|
@pulumi.getter
|
|
36684
38269
|
def authentication(self) -> str:
|
|
36685
38270
|
"""
|
|
36686
|
-
Authentication method.
|
|
38271
|
+
Enum: `none`, `basic`. Authentication method.
|
|
36687
38272
|
"""
|
|
36688
38273
|
return pulumi.get(self, "authentication")
|
|
36689
38274
|
|
|
@@ -36788,7 +38373,7 @@ class GetServiceIntegrationEndpointRsyslogUserConfigResult(dict):
|
|
|
36788
38373
|
max_message_size: Optional[int] = None,
|
|
36789
38374
|
sd: Optional[str] = None):
|
|
36790
38375
|
"""
|
|
36791
|
-
:param str format: Message format. The default value is `rfc5424`.
|
|
38376
|
+
:param str format: Enum: `rfc5424`, `rfc3164`, `custom`. Message format. The default value is `rfc5424`.
|
|
36792
38377
|
:param int port: Rsyslog server port. The default value is `514`.
|
|
36793
38378
|
:param str server: Rsyslog server IP address or hostname.
|
|
36794
38379
|
:param bool tls: Require TLS. The default value is `true`.
|
|
@@ -36820,7 +38405,7 @@ class GetServiceIntegrationEndpointRsyslogUserConfigResult(dict):
|
|
|
36820
38405
|
@pulumi.getter
|
|
36821
38406
|
def format(self) -> str:
|
|
36822
38407
|
"""
|
|
36823
|
-
Message format. The default value is `rfc5424`.
|
|
38408
|
+
Enum: `rfc5424`, `rfc3164`, `custom`. Message format. The default value is `rfc5424`.
|
|
36824
38409
|
"""
|
|
36825
38410
|
return pulumi.get(self, "format")
|
|
36826
38411
|
|
|
@@ -37191,7 +38776,7 @@ class GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerResult(dict
|
|
|
37191
38776
|
:param int consumer_fetch_min_bytes: The minimum amount of data the server should return for a fetch request.
|
|
37192
38777
|
:param int producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker.
|
|
37193
38778
|
:param int producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker.
|
|
37194
|
-
:param str producer_compression_type: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
38779
|
+
:param str producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
37195
38780
|
:param int producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing.
|
|
37196
38781
|
:param int producer_max_request_size: The maximum request size in bytes.
|
|
37197
38782
|
"""
|
|
@@ -37236,7 +38821,7 @@ class GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerResult(dict
|
|
|
37236
38821
|
@pulumi.getter(name="producerCompressionType")
|
|
37237
38822
|
def producer_compression_type(self) -> Optional[str]:
|
|
37238
38823
|
"""
|
|
37239
|
-
Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
38824
|
+
Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression.
|
|
37240
38825
|
"""
|
|
37241
38826
|
return pulumi.get(self, "producer_compression_type")
|
|
37242
38827
|
|