pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.38.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 +30 -0
- pulumi_aiven/_inputs.py +1902 -172
- pulumi_aiven/account.py +1 -0
- pulumi_aiven/account_authentication.py +1 -0
- pulumi_aiven/account_team.py +1 -0
- pulumi_aiven/account_team_member.py +1 -0
- pulumi_aiven/account_team_project.py +1 -0
- pulumi_aiven/alloydbomni.py +8 -15
- pulumi_aiven/alloydbomni_database.py +1 -0
- pulumi_aiven/alloydbomni_user.py +1 -0
- pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/aws_privatelink.py +1 -0
- pulumi_aiven/aws_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_privatelink.py +1 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
- pulumi_aiven/azure_vpc_peering_connection.py +1 -0
- pulumi_aiven/billing_group.py +1 -0
- pulumi_aiven/cassandra.py +8 -15
- pulumi_aiven/cassandra_user.py +1 -0
- pulumi_aiven/clickhouse.py +8 -15
- pulumi_aiven/clickhouse_database.py +1 -0
- pulumi_aiven/clickhouse_grant.py +19 -0
- pulumi_aiven/clickhouse_role.py +1 -0
- pulumi_aiven/clickhouse_user.py +1 -0
- pulumi_aiven/connection_pool.py +1 -0
- pulumi_aiven/dragonfly.py +8 -15
- pulumi_aiven/flink.py +8 -15
- pulumi_aiven/flink_application.py +1 -0
- pulumi_aiven/flink_application_deployment.py +1 -0
- pulumi_aiven/flink_application_version.py +1 -0
- pulumi_aiven/flink_jar_application.py +1 -0
- pulumi_aiven/flink_jar_application_deployment.py +1 -0
- pulumi_aiven/flink_jar_application_version.py +1 -0
- pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/gcp_privatelink.py +1 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
- pulumi_aiven/get_alloydbomni.py +1 -4
- pulumi_aiven/get_cassanda.py +1 -4
- pulumi_aiven/get_cassandra.py +1 -4
- pulumi_aiven/get_clickhouse.py +1 -4
- pulumi_aiven/get_dragonfly.py +1 -4
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +1 -4
- pulumi_aiven/get_grafana.py +1 -4
- pulumi_aiven/get_kafka.py +1 -4
- pulumi_aiven/get_kafka_connect.py +1 -4
- pulumi_aiven/get_kafka_mirror_maker.py +1 -4
- pulumi_aiven/get_m3_aggregator.py +1 -4
- pulumi_aiven/get_m3_db.py +1 -4
- pulumi_aiven/get_my_sql.py +1 -4
- pulumi_aiven/get_open_search.py +8 -11
- pulumi_aiven/get_open_search_acl_config.py +7 -7
- pulumi_aiven/get_open_search_acl_rule.py +19 -19
- pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
- pulumi_aiven/get_opensearch_user.py +13 -13
- pulumi_aiven/get_organization.py +22 -4
- pulumi_aiven/get_organization_address.py +250 -0
- pulumi_aiven/get_organization_application_user.py +0 -20
- pulumi_aiven/get_organization_billing_group.py +264 -0
- pulumi_aiven/get_organization_billing_group_list.py +138 -0
- pulumi_aiven/get_organization_project.py +63 -13
- pulumi_aiven/get_organization_user_list.py +25 -13
- pulumi_aiven/get_pg.py +1 -4
- pulumi_aiven/get_redis.py +1 -4
- pulumi_aiven/get_service_component.py +15 -1
- pulumi_aiven/get_service_integration.py +2 -2
- pulumi_aiven/get_thanos.py +1 -4
- pulumi_aiven/get_valkey.py +1 -4
- pulumi_aiven/governance_access.py +418 -0
- pulumi_aiven/grafana.py +8 -15
- pulumi_aiven/influx_db.py +22 -15
- pulumi_aiven/influxdb_database.py +1 -0
- pulumi_aiven/influxdb_user.py +1 -0
- pulumi_aiven/kafka.py +8 -15
- pulumi_aiven/kafka_acl.py +1 -0
- pulumi_aiven/kafka_connect.py +8 -15
- pulumi_aiven/kafka_connector.py +1 -0
- pulumi_aiven/kafka_mirror_maker.py +8 -15
- pulumi_aiven/kafka_native_acl.py +2 -1
- pulumi_aiven/kafka_quota.py +1 -0
- pulumi_aiven/kafka_schema.py +1 -0
- pulumi_aiven/kafka_schema_configuration.py +1 -0
- pulumi_aiven/kafka_schema_registry_acl.py +1 -0
- pulumi_aiven/kafka_topic.py +1 -0
- pulumi_aiven/kafka_user.py +1 -0
- pulumi_aiven/m3_aggregator.py +8 -15
- pulumi_aiven/m3_db.py +8 -15
- pulumi_aiven/m3db_user.py +1 -0
- pulumi_aiven/mirror_maker_replication_flow.py +1 -0
- pulumi_aiven/my_sql.py +8 -15
- pulumi_aiven/mysql_database.py +1 -0
- pulumi_aiven/mysql_user.py +1 -0
- pulumi_aiven/open_search.py +25 -34
- pulumi_aiven/open_search_acl_config.py +30 -41
- pulumi_aiven/open_search_acl_rule.py +48 -47
- pulumi_aiven/opensearch_security_plugin_config.py +15 -42
- pulumi_aiven/opensearch_user.py +33 -32
- pulumi_aiven/organization.py +27 -21
- pulumi_aiven/organization_address.py +564 -0
- pulumi_aiven/organization_application_user.py +14 -4
- pulumi_aiven/organization_application_user_token.py +1 -0
- pulumi_aiven/organization_billing_group.py +652 -0
- pulumi_aiven/organization_group_project.py +1 -0
- pulumi_aiven/organization_permission.py +3 -2
- pulumi_aiven/organization_project.py +149 -68
- pulumi_aiven/organization_user.py +1 -0
- pulumi_aiven/organization_user_group.py +1 -0
- pulumi_aiven/organization_user_group_member.py +1 -32
- pulumi_aiven/organization_vpc.py +1 -0
- pulumi_aiven/organizational_unit.py +1 -0
- pulumi_aiven/outputs.py +1813 -198
- pulumi_aiven/pg.py +8 -15
- pulumi_aiven/pg_database.py +1 -0
- pulumi_aiven/pg_user.py +1 -0
- pulumi_aiven/project.py +1 -0
- pulumi_aiven/project_user.py +1 -0
- pulumi_aiven/project_vpc.py +1 -0
- pulumi_aiven/provider.py +21 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -15
- pulumi_aiven/redis_user.py +1 -0
- pulumi_aiven/service_integration.py +5 -4
- pulumi_aiven/service_integration_endpoint.py +1 -0
- pulumi_aiven/static_ip.py +1 -0
- pulumi_aiven/thanos.py +8 -15
- pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
- pulumi_aiven/valkey.py +8 -15
- pulumi_aiven/valkey_user.py +1 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +0 -183
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -23,6 +23,7 @@ __all__ = [
|
|
|
23
23
|
'AlloydbomniAlloydbomniUserConfig',
|
|
24
24
|
'AlloydbomniAlloydbomniUserConfigIpFilterObject',
|
|
25
25
|
'AlloydbomniAlloydbomniUserConfigPg',
|
|
26
|
+
'AlloydbomniAlloydbomniUserConfigPgaudit',
|
|
26
27
|
'AlloydbomniAlloydbomniUserConfigPgbouncer',
|
|
27
28
|
'AlloydbomniAlloydbomniUserConfigPglookout',
|
|
28
29
|
'AlloydbomniAlloydbomniUserConfigPrivateAccess',
|
|
@@ -80,6 +81,8 @@ __all__ = [
|
|
|
80
81
|
'FlinkServiceIntegration',
|
|
81
82
|
'FlinkTag',
|
|
82
83
|
'FlinkTechEmail',
|
|
84
|
+
'GovernanceAccessAccessData',
|
|
85
|
+
'GovernanceAccessAccessDataAcl',
|
|
83
86
|
'GrafanaComponent',
|
|
84
87
|
'GrafanaGrafana',
|
|
85
88
|
'GrafanaGrafanaUserConfig',
|
|
@@ -132,6 +135,7 @@ __all__ = [
|
|
|
132
135
|
'KafkaKafkaUserConfigKafka',
|
|
133
136
|
'KafkaKafkaUserConfigKafkaAuthenticationMethods',
|
|
134
137
|
'KafkaKafkaUserConfigKafkaConnectConfig',
|
|
138
|
+
'KafkaKafkaUserConfigKafkaConnectPluginVersion',
|
|
135
139
|
'KafkaKafkaUserConfigKafkaConnectSecretProvider',
|
|
136
140
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderAws',
|
|
137
141
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderVault',
|
|
@@ -235,9 +239,12 @@ __all__ = [
|
|
|
235
239
|
'OpenSearchServiceIntegration',
|
|
236
240
|
'OpenSearchTag',
|
|
237
241
|
'OpenSearchTechEmail',
|
|
242
|
+
'OrganizationAddressTimeouts',
|
|
243
|
+
'OrganizationBillingGroupTimeouts',
|
|
238
244
|
'OrganizationGroupProjectTimeouts',
|
|
239
245
|
'OrganizationPermissionPermission',
|
|
240
246
|
'OrganizationProjectTag',
|
|
247
|
+
'OrganizationProjectTimeouts',
|
|
241
248
|
'OrganizationTimeouts',
|
|
242
249
|
'OrganizationUserGroupMemberTimeouts',
|
|
243
250
|
'PgComponent',
|
|
@@ -350,6 +357,7 @@ __all__ = [
|
|
|
350
357
|
'GetAlloydbomniAlloydbomniUserConfigResult',
|
|
351
358
|
'GetAlloydbomniAlloydbomniUserConfigIpFilterObjectResult',
|
|
352
359
|
'GetAlloydbomniAlloydbomniUserConfigPgResult',
|
|
360
|
+
'GetAlloydbomniAlloydbomniUserConfigPgauditResult',
|
|
353
361
|
'GetAlloydbomniAlloydbomniUserConfigPgbouncerResult',
|
|
354
362
|
'GetAlloydbomniAlloydbomniUserConfigPglookoutResult',
|
|
355
363
|
'GetAlloydbomniAlloydbomniUserConfigPrivateAccessResult',
|
|
@@ -463,6 +471,7 @@ __all__ = [
|
|
|
463
471
|
'GetKafkaKafkaUserConfigKafkaResult',
|
|
464
472
|
'GetKafkaKafkaUserConfigKafkaAuthenticationMethodsResult',
|
|
465
473
|
'GetKafkaKafkaUserConfigKafkaConnectConfigResult',
|
|
474
|
+
'GetKafkaKafkaUserConfigKafkaConnectPluginVersionResult',
|
|
466
475
|
'GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult',
|
|
467
476
|
'GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsResult',
|
|
468
477
|
'GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult',
|
|
@@ -566,7 +575,13 @@ __all__ = [
|
|
|
566
575
|
'GetOpenSearchServiceIntegrationResult',
|
|
567
576
|
'GetOpenSearchTagResult',
|
|
568
577
|
'GetOpenSearchTechEmailResult',
|
|
578
|
+
'GetOrganizationAddressTimeoutsResult',
|
|
579
|
+
'GetOrganizationBillingGroupListBillingGroupResult',
|
|
580
|
+
'GetOrganizationBillingGroupListTimeoutsResult',
|
|
581
|
+
'GetOrganizationBillingGroupTimeoutsResult',
|
|
569
582
|
'GetOrganizationProjectTagResult',
|
|
583
|
+
'GetOrganizationProjectTimeoutsResult',
|
|
584
|
+
'GetOrganizationTimeoutsResult',
|
|
570
585
|
'GetOrganizationUserListUserResult',
|
|
571
586
|
'GetOrganizationUserListUserUserInfoResult',
|
|
572
587
|
'GetPgComponentResult',
|
|
@@ -1144,6 +1159,7 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1144
1159
|
pg_read_replica: Optional[builtins.bool] = None,
|
|
1145
1160
|
pg_service_to_fork_from: Optional[builtins.str] = None,
|
|
1146
1161
|
pg_version: Optional[builtins.str] = None,
|
|
1162
|
+
pgaudit: Optional['outputs.AlloydbomniAlloydbomniUserConfigPgaudit'] = None,
|
|
1147
1163
|
pgbouncer: Optional['outputs.AlloydbomniAlloydbomniUserConfigPgbouncer'] = None,
|
|
1148
1164
|
pglookout: Optional['outputs.AlloydbomniAlloydbomniUserConfigPglookout'] = None,
|
|
1149
1165
|
private_access: Optional['outputs.AlloydbomniAlloydbomniUserConfigPrivateAccess'] = None,
|
|
@@ -1175,6 +1191,7 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1175
1191
|
:param builtins.bool pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
1176
1192
|
:param builtins.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. Example: `anotherservicename`.
|
|
1177
1193
|
:param builtins.str pg_version: Enum: `15`, and newer. PostgreSQL major version.
|
|
1194
|
+
:param 'AlloydbomniAlloydbomniUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
1178
1195
|
:param 'AlloydbomniAlloydbomniUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
1179
1196
|
:param 'AlloydbomniAlloydbomniUserConfigPglookoutArgs' pglookout: System-wide settings for pglookout
|
|
1180
1197
|
:param 'AlloydbomniAlloydbomniUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
@@ -1222,6 +1239,8 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1222
1239
|
pulumi.set(__self__, "pg_service_to_fork_from", pg_service_to_fork_from)
|
|
1223
1240
|
if pg_version is not None:
|
|
1224
1241
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
1242
|
+
if pgaudit is not None:
|
|
1243
|
+
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
1225
1244
|
if pgbouncer is not None:
|
|
1226
1245
|
pulumi.set(__self__, "pgbouncer", pgbouncer)
|
|
1227
1246
|
if pglookout is not None:
|
|
@@ -1380,6 +1399,14 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1380
1399
|
"""
|
|
1381
1400
|
return pulumi.get(self, "pg_version")
|
|
1382
1401
|
|
|
1402
|
+
@property
|
|
1403
|
+
@pulumi.getter
|
|
1404
|
+
def pgaudit(self) -> Optional['outputs.AlloydbomniAlloydbomniUserConfigPgaudit']:
|
|
1405
|
+
"""
|
|
1406
|
+
System-wide settings for the pgaudit extension
|
|
1407
|
+
"""
|
|
1408
|
+
return pulumi.get(self, "pgaudit")
|
|
1409
|
+
|
|
1383
1410
|
@property
|
|
1384
1411
|
@pulumi.getter
|
|
1385
1412
|
def pgbouncer(self) -> Optional['outputs.AlloydbomniAlloydbomniUserConfigPgbouncer']:
|
|
@@ -2213,6 +2240,220 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2213
2240
|
return pulumi.get(self, "wal_writer_delay")
|
|
2214
2241
|
|
|
2215
2242
|
|
|
2243
|
+
@pulumi.output_type
|
|
2244
|
+
class AlloydbomniAlloydbomniUserConfigPgaudit(dict):
|
|
2245
|
+
@staticmethod
|
|
2246
|
+
def __key_warning(key: str):
|
|
2247
|
+
suggest = None
|
|
2248
|
+
if key == "featureEnabled":
|
|
2249
|
+
suggest = "feature_enabled"
|
|
2250
|
+
elif key == "logCatalog":
|
|
2251
|
+
suggest = "log_catalog"
|
|
2252
|
+
elif key == "logClient":
|
|
2253
|
+
suggest = "log_client"
|
|
2254
|
+
elif key == "logLevel":
|
|
2255
|
+
suggest = "log_level"
|
|
2256
|
+
elif key == "logMaxStringLength":
|
|
2257
|
+
suggest = "log_max_string_length"
|
|
2258
|
+
elif key == "logNestedStatements":
|
|
2259
|
+
suggest = "log_nested_statements"
|
|
2260
|
+
elif key == "logParameter":
|
|
2261
|
+
suggest = "log_parameter"
|
|
2262
|
+
elif key == "logParameterMaxSize":
|
|
2263
|
+
suggest = "log_parameter_max_size"
|
|
2264
|
+
elif key == "logRelation":
|
|
2265
|
+
suggest = "log_relation"
|
|
2266
|
+
elif key == "logRows":
|
|
2267
|
+
suggest = "log_rows"
|
|
2268
|
+
elif key == "logStatement":
|
|
2269
|
+
suggest = "log_statement"
|
|
2270
|
+
elif key == "logStatementOnce":
|
|
2271
|
+
suggest = "log_statement_once"
|
|
2272
|
+
|
|
2273
|
+
if suggest:
|
|
2274
|
+
pulumi.log.warn(f"Key '{key}' not found in AlloydbomniAlloydbomniUserConfigPgaudit. Access the value via the '{suggest}' property getter instead.")
|
|
2275
|
+
|
|
2276
|
+
def __getitem__(self, key: str) -> Any:
|
|
2277
|
+
AlloydbomniAlloydbomniUserConfigPgaudit.__key_warning(key)
|
|
2278
|
+
return super().__getitem__(key)
|
|
2279
|
+
|
|
2280
|
+
def get(self, key: str, default = None) -> Any:
|
|
2281
|
+
AlloydbomniAlloydbomniUserConfigPgaudit.__key_warning(key)
|
|
2282
|
+
return super().get(key, default)
|
|
2283
|
+
|
|
2284
|
+
def __init__(__self__, *,
|
|
2285
|
+
feature_enabled: Optional[builtins.bool] = None,
|
|
2286
|
+
log_catalog: Optional[builtins.bool] = None,
|
|
2287
|
+
log_client: Optional[builtins.bool] = None,
|
|
2288
|
+
log_level: Optional[builtins.str] = None,
|
|
2289
|
+
log_max_string_length: Optional[builtins.int] = None,
|
|
2290
|
+
log_nested_statements: Optional[builtins.bool] = None,
|
|
2291
|
+
log_parameter: Optional[builtins.bool] = None,
|
|
2292
|
+
log_parameter_max_size: Optional[builtins.int] = None,
|
|
2293
|
+
log_relation: Optional[builtins.bool] = None,
|
|
2294
|
+
log_rows: Optional[builtins.bool] = None,
|
|
2295
|
+
log_statement: Optional[builtins.bool] = None,
|
|
2296
|
+
log_statement_once: Optional[builtins.bool] = None,
|
|
2297
|
+
logs: Optional[Sequence[builtins.str]] = None,
|
|
2298
|
+
role: Optional[builtins.str] = None):
|
|
2299
|
+
"""
|
|
2300
|
+
:param builtins.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. Default: `false`.
|
|
2301
|
+
:param builtins.bool log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
2302
|
+
:param builtins.bool log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
2303
|
+
:param builtins.str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
2304
|
+
:param builtins.int log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
2305
|
+
:param builtins.bool log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
2306
|
+
:param builtins.bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
2307
|
+
:param builtins.int log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
2308
|
+
:param builtins.bool log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
2309
|
+
:param builtins.bool log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Default: `false`.
|
|
2310
|
+
:param builtins.bool log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
2311
|
+
:param builtins.bool log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
2312
|
+
:param Sequence[builtins.str] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
2313
|
+
:param builtins.str role: Specifies the master role to use for object audit logging.
|
|
2314
|
+
"""
|
|
2315
|
+
if feature_enabled is not None:
|
|
2316
|
+
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
2317
|
+
if log_catalog is not None:
|
|
2318
|
+
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
2319
|
+
if log_client is not None:
|
|
2320
|
+
pulumi.set(__self__, "log_client", log_client)
|
|
2321
|
+
if log_level is not None:
|
|
2322
|
+
pulumi.set(__self__, "log_level", log_level)
|
|
2323
|
+
if log_max_string_length is not None:
|
|
2324
|
+
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
2325
|
+
if log_nested_statements is not None:
|
|
2326
|
+
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
2327
|
+
if log_parameter is not None:
|
|
2328
|
+
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
2329
|
+
if log_parameter_max_size is not None:
|
|
2330
|
+
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
2331
|
+
if log_relation is not None:
|
|
2332
|
+
pulumi.set(__self__, "log_relation", log_relation)
|
|
2333
|
+
if log_rows is not None:
|
|
2334
|
+
pulumi.set(__self__, "log_rows", log_rows)
|
|
2335
|
+
if log_statement is not None:
|
|
2336
|
+
pulumi.set(__self__, "log_statement", log_statement)
|
|
2337
|
+
if log_statement_once is not None:
|
|
2338
|
+
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
2339
|
+
if logs is not None:
|
|
2340
|
+
pulumi.set(__self__, "logs", logs)
|
|
2341
|
+
if role is not None:
|
|
2342
|
+
pulumi.set(__self__, "role", role)
|
|
2343
|
+
|
|
2344
|
+
@property
|
|
2345
|
+
@pulumi.getter(name="featureEnabled")
|
|
2346
|
+
def feature_enabled(self) -> Optional[builtins.bool]:
|
|
2347
|
+
"""
|
|
2348
|
+
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
2349
|
+
"""
|
|
2350
|
+
return pulumi.get(self, "feature_enabled")
|
|
2351
|
+
|
|
2352
|
+
@property
|
|
2353
|
+
@pulumi.getter(name="logCatalog")
|
|
2354
|
+
def log_catalog(self) -> Optional[builtins.bool]:
|
|
2355
|
+
"""
|
|
2356
|
+
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
2357
|
+
"""
|
|
2358
|
+
return pulumi.get(self, "log_catalog")
|
|
2359
|
+
|
|
2360
|
+
@property
|
|
2361
|
+
@pulumi.getter(name="logClient")
|
|
2362
|
+
def log_client(self) -> Optional[builtins.bool]:
|
|
2363
|
+
"""
|
|
2364
|
+
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
2365
|
+
"""
|
|
2366
|
+
return pulumi.get(self, "log_client")
|
|
2367
|
+
|
|
2368
|
+
@property
|
|
2369
|
+
@pulumi.getter(name="logLevel")
|
|
2370
|
+
def log_level(self) -> Optional[builtins.str]:
|
|
2371
|
+
"""
|
|
2372
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
2373
|
+
"""
|
|
2374
|
+
return pulumi.get(self, "log_level")
|
|
2375
|
+
|
|
2376
|
+
@property
|
|
2377
|
+
@pulumi.getter(name="logMaxStringLength")
|
|
2378
|
+
def log_max_string_length(self) -> Optional[builtins.int]:
|
|
2379
|
+
"""
|
|
2380
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
2381
|
+
"""
|
|
2382
|
+
return pulumi.get(self, "log_max_string_length")
|
|
2383
|
+
|
|
2384
|
+
@property
|
|
2385
|
+
@pulumi.getter(name="logNestedStatements")
|
|
2386
|
+
def log_nested_statements(self) -> Optional[builtins.bool]:
|
|
2387
|
+
"""
|
|
2388
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
2389
|
+
"""
|
|
2390
|
+
return pulumi.get(self, "log_nested_statements")
|
|
2391
|
+
|
|
2392
|
+
@property
|
|
2393
|
+
@pulumi.getter(name="logParameter")
|
|
2394
|
+
def log_parameter(self) -> Optional[builtins.bool]:
|
|
2395
|
+
"""
|
|
2396
|
+
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
2397
|
+
"""
|
|
2398
|
+
return pulumi.get(self, "log_parameter")
|
|
2399
|
+
|
|
2400
|
+
@property
|
|
2401
|
+
@pulumi.getter(name="logParameterMaxSize")
|
|
2402
|
+
def log_parameter_max_size(self) -> Optional[builtins.int]:
|
|
2403
|
+
"""
|
|
2404
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
2405
|
+
"""
|
|
2406
|
+
return pulumi.get(self, "log_parameter_max_size")
|
|
2407
|
+
|
|
2408
|
+
@property
|
|
2409
|
+
@pulumi.getter(name="logRelation")
|
|
2410
|
+
def log_relation(self) -> Optional[builtins.bool]:
|
|
2411
|
+
"""
|
|
2412
|
+
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
2413
|
+
"""
|
|
2414
|
+
return pulumi.get(self, "log_relation")
|
|
2415
|
+
|
|
2416
|
+
@property
|
|
2417
|
+
@pulumi.getter(name="logRows")
|
|
2418
|
+
def log_rows(self) -> Optional[builtins.bool]:
|
|
2419
|
+
"""
|
|
2420
|
+
Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Default: `false`.
|
|
2421
|
+
"""
|
|
2422
|
+
return pulumi.get(self, "log_rows")
|
|
2423
|
+
|
|
2424
|
+
@property
|
|
2425
|
+
@pulumi.getter(name="logStatement")
|
|
2426
|
+
def log_statement(self) -> Optional[builtins.bool]:
|
|
2427
|
+
"""
|
|
2428
|
+
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
2429
|
+
"""
|
|
2430
|
+
return pulumi.get(self, "log_statement")
|
|
2431
|
+
|
|
2432
|
+
@property
|
|
2433
|
+
@pulumi.getter(name="logStatementOnce")
|
|
2434
|
+
def log_statement_once(self) -> Optional[builtins.bool]:
|
|
2435
|
+
"""
|
|
2436
|
+
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
2437
|
+
"""
|
|
2438
|
+
return pulumi.get(self, "log_statement_once")
|
|
2439
|
+
|
|
2440
|
+
@property
|
|
2441
|
+
@pulumi.getter
|
|
2442
|
+
def logs(self) -> Optional[Sequence[builtins.str]]:
|
|
2443
|
+
"""
|
|
2444
|
+
Specifies which classes of statements will be logged by session audit logging.
|
|
2445
|
+
"""
|
|
2446
|
+
return pulumi.get(self, "logs")
|
|
2447
|
+
|
|
2448
|
+
@property
|
|
2449
|
+
@pulumi.getter
|
|
2450
|
+
def role(self) -> Optional[builtins.str]:
|
|
2451
|
+
"""
|
|
2452
|
+
Specifies the master role to use for object audit logging.
|
|
2453
|
+
"""
|
|
2454
|
+
return pulumi.get(self, "role")
|
|
2455
|
+
|
|
2456
|
+
|
|
2216
2457
|
@pulumi.output_type
|
|
2217
2458
|
class AlloydbomniAlloydbomniUserConfigPgbouncer(dict):
|
|
2218
2459
|
@staticmethod
|
|
@@ -2549,6 +2790,8 @@ class AlloydbomniComponent(dict):
|
|
|
2549
2790
|
suggest = "connection_uri"
|
|
2550
2791
|
elif key == "kafkaAuthenticationMethod":
|
|
2551
2792
|
suggest = "kafka_authentication_method"
|
|
2793
|
+
elif key == "kafkaSslCa":
|
|
2794
|
+
suggest = "kafka_ssl_ca"
|
|
2552
2795
|
|
|
2553
2796
|
if suggest:
|
|
2554
2797
|
pulumi.log.warn(f"Key '{key}' not found in AlloydbomniComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2566,6 +2809,7 @@ class AlloydbomniComponent(dict):
|
|
|
2566
2809
|
connection_uri: Optional[builtins.str] = None,
|
|
2567
2810
|
host: Optional[builtins.str] = None,
|
|
2568
2811
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
2812
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
2569
2813
|
port: Optional[builtins.int] = None,
|
|
2570
2814
|
route: Optional[builtins.str] = None,
|
|
2571
2815
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -2575,6 +2819,7 @@ class AlloydbomniComponent(dict):
|
|
|
2575
2819
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
2576
2820
|
:param builtins.str host: Host name for connecting to the service component
|
|
2577
2821
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
2822
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
2578
2823
|
:param builtins.int port: Port number for connecting to the service component
|
|
2579
2824
|
:param builtins.str route: Network access route
|
|
2580
2825
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -2588,6 +2833,8 @@ class AlloydbomniComponent(dict):
|
|
|
2588
2833
|
pulumi.set(__self__, "host", host)
|
|
2589
2834
|
if kafka_authentication_method is not None:
|
|
2590
2835
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
2836
|
+
if kafka_ssl_ca is not None:
|
|
2837
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
2591
2838
|
if port is not None:
|
|
2592
2839
|
pulumi.set(__self__, "port", port)
|
|
2593
2840
|
if route is not None:
|
|
@@ -2629,6 +2876,14 @@ class AlloydbomniComponent(dict):
|
|
|
2629
2876
|
"""
|
|
2630
2877
|
return pulumi.get(self, "kafka_authentication_method")
|
|
2631
2878
|
|
|
2879
|
+
@property
|
|
2880
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
2881
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
2882
|
+
"""
|
|
2883
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
2884
|
+
"""
|
|
2885
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
2886
|
+
|
|
2632
2887
|
@property
|
|
2633
2888
|
@pulumi.getter
|
|
2634
2889
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -3188,6 +3443,8 @@ class CassandraComponent(dict):
|
|
|
3188
3443
|
suggest = "connection_uri"
|
|
3189
3444
|
elif key == "kafkaAuthenticationMethod":
|
|
3190
3445
|
suggest = "kafka_authentication_method"
|
|
3446
|
+
elif key == "kafkaSslCa":
|
|
3447
|
+
suggest = "kafka_ssl_ca"
|
|
3191
3448
|
|
|
3192
3449
|
if suggest:
|
|
3193
3450
|
pulumi.log.warn(f"Key '{key}' not found in CassandraComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -3205,6 +3462,7 @@ class CassandraComponent(dict):
|
|
|
3205
3462
|
connection_uri: Optional[builtins.str] = None,
|
|
3206
3463
|
host: Optional[builtins.str] = None,
|
|
3207
3464
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
3465
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
3208
3466
|
port: Optional[builtins.int] = None,
|
|
3209
3467
|
route: Optional[builtins.str] = None,
|
|
3210
3468
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -3214,6 +3472,7 @@ class CassandraComponent(dict):
|
|
|
3214
3472
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
3215
3473
|
:param builtins.str host: Host name for connecting to the service component
|
|
3216
3474
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
3475
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
3217
3476
|
:param builtins.int port: Port number for connecting to the service component
|
|
3218
3477
|
:param builtins.str route: Network access route
|
|
3219
3478
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -3227,6 +3486,8 @@ class CassandraComponent(dict):
|
|
|
3227
3486
|
pulumi.set(__self__, "host", host)
|
|
3228
3487
|
if kafka_authentication_method is not None:
|
|
3229
3488
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
3489
|
+
if kafka_ssl_ca is not None:
|
|
3490
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
3230
3491
|
if port is not None:
|
|
3231
3492
|
pulumi.set(__self__, "port", port)
|
|
3232
3493
|
if route is not None:
|
|
@@ -3268,6 +3529,14 @@ class CassandraComponent(dict):
|
|
|
3268
3529
|
"""
|
|
3269
3530
|
return pulumi.get(self, "kafka_authentication_method")
|
|
3270
3531
|
|
|
3532
|
+
@property
|
|
3533
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
3534
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
3535
|
+
"""
|
|
3536
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
3537
|
+
"""
|
|
3538
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
3539
|
+
|
|
3271
3540
|
@property
|
|
3272
3541
|
@pulumi.getter
|
|
3273
3542
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -3422,6 +3691,10 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3422
3691
|
suggest = None
|
|
3423
3692
|
if key == "additionalBackupRegions":
|
|
3424
3693
|
suggest = "additional_backup_regions"
|
|
3694
|
+
elif key == "backupHour":
|
|
3695
|
+
suggest = "backup_hour"
|
|
3696
|
+
elif key == "backupMinute":
|
|
3697
|
+
suggest = "backup_minute"
|
|
3425
3698
|
elif key == "ipFilterObjects":
|
|
3426
3699
|
suggest = "ip_filter_objects"
|
|
3427
3700
|
elif key == "ipFilterStrings":
|
|
@@ -3458,6 +3731,8 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3458
3731
|
|
|
3459
3732
|
def __init__(__self__, *,
|
|
3460
3733
|
additional_backup_regions: Optional[builtins.str] = None,
|
|
3734
|
+
backup_hour: Optional[builtins.int] = None,
|
|
3735
|
+
backup_minute: Optional[builtins.int] = None,
|
|
3461
3736
|
ip_filter_objects: Optional[Sequence['outputs.ClickhouseClickhouseUserConfigIpFilterObject']] = None,
|
|
3462
3737
|
ip_filter_strings: Optional[Sequence[builtins.str]] = None,
|
|
3463
3738
|
ip_filters: Optional[Sequence[builtins.str]] = None,
|
|
@@ -3471,6 +3746,8 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3471
3746
|
static_ips: Optional[builtins.bool] = None):
|
|
3472
3747
|
"""
|
|
3473
3748
|
:param builtins.str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
3749
|
+
:param builtins.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. Example: `3`.
|
|
3750
|
+
:param builtins.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. Example: `30`.
|
|
3474
3751
|
:param Sequence['ClickhouseClickhouseUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
3475
3752
|
:param Sequence[builtins.str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3476
3753
|
:param Sequence[builtins.str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -3485,6 +3762,10 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3485
3762
|
"""
|
|
3486
3763
|
if additional_backup_regions is not None:
|
|
3487
3764
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
3765
|
+
if backup_hour is not None:
|
|
3766
|
+
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
3767
|
+
if backup_minute is not None:
|
|
3768
|
+
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
3488
3769
|
if ip_filter_objects is not None:
|
|
3489
3770
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
3490
3771
|
if ip_filter_strings is not None:
|
|
@@ -3517,6 +3798,22 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3517
3798
|
"""
|
|
3518
3799
|
return pulumi.get(self, "additional_backup_regions")
|
|
3519
3800
|
|
|
3801
|
+
@property
|
|
3802
|
+
@pulumi.getter(name="backupHour")
|
|
3803
|
+
def backup_hour(self) -> Optional[builtins.int]:
|
|
3804
|
+
"""
|
|
3805
|
+
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
3806
|
+
"""
|
|
3807
|
+
return pulumi.get(self, "backup_hour")
|
|
3808
|
+
|
|
3809
|
+
@property
|
|
3810
|
+
@pulumi.getter(name="backupMinute")
|
|
3811
|
+
def backup_minute(self) -> Optional[builtins.int]:
|
|
3812
|
+
"""
|
|
3813
|
+
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
3814
|
+
"""
|
|
3815
|
+
return pulumi.get(self, "backup_minute")
|
|
3816
|
+
|
|
3520
3817
|
@property
|
|
3521
3818
|
@pulumi.getter(name="ipFilterObjects")
|
|
3522
3819
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.ClickhouseClickhouseUserConfigIpFilterObject']]:
|
|
@@ -3868,6 +4165,8 @@ class ClickhouseComponent(dict):
|
|
|
3868
4165
|
suggest = "connection_uri"
|
|
3869
4166
|
elif key == "kafkaAuthenticationMethod":
|
|
3870
4167
|
suggest = "kafka_authentication_method"
|
|
4168
|
+
elif key == "kafkaSslCa":
|
|
4169
|
+
suggest = "kafka_ssl_ca"
|
|
3871
4170
|
|
|
3872
4171
|
if suggest:
|
|
3873
4172
|
pulumi.log.warn(f"Key '{key}' not found in ClickhouseComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -3885,6 +4184,7 @@ class ClickhouseComponent(dict):
|
|
|
3885
4184
|
connection_uri: Optional[builtins.str] = None,
|
|
3886
4185
|
host: Optional[builtins.str] = None,
|
|
3887
4186
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
4187
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
3888
4188
|
port: Optional[builtins.int] = None,
|
|
3889
4189
|
route: Optional[builtins.str] = None,
|
|
3890
4190
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -3894,6 +4194,7 @@ class ClickhouseComponent(dict):
|
|
|
3894
4194
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
3895
4195
|
:param builtins.str host: Host name for connecting to the service component
|
|
3896
4196
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
4197
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
3897
4198
|
:param builtins.int port: Port number for connecting to the service component
|
|
3898
4199
|
:param builtins.str route: Network access route
|
|
3899
4200
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -3907,6 +4208,8 @@ class ClickhouseComponent(dict):
|
|
|
3907
4208
|
pulumi.set(__self__, "host", host)
|
|
3908
4209
|
if kafka_authentication_method is not None:
|
|
3909
4210
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
4211
|
+
if kafka_ssl_ca is not None:
|
|
4212
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
3910
4213
|
if port is not None:
|
|
3911
4214
|
pulumi.set(__self__, "port", port)
|
|
3912
4215
|
if route is not None:
|
|
@@ -3948,6 +4251,14 @@ class ClickhouseComponent(dict):
|
|
|
3948
4251
|
"""
|
|
3949
4252
|
return pulumi.get(self, "kafka_authentication_method")
|
|
3950
4253
|
|
|
4254
|
+
@property
|
|
4255
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
4256
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
4257
|
+
"""
|
|
4258
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
4259
|
+
"""
|
|
4260
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
4261
|
+
|
|
3951
4262
|
@property
|
|
3952
4263
|
@pulumi.getter
|
|
3953
4264
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -4187,6 +4498,8 @@ class DragonflyComponent(dict):
|
|
|
4187
4498
|
suggest = "connection_uri"
|
|
4188
4499
|
elif key == "kafkaAuthenticationMethod":
|
|
4189
4500
|
suggest = "kafka_authentication_method"
|
|
4501
|
+
elif key == "kafkaSslCa":
|
|
4502
|
+
suggest = "kafka_ssl_ca"
|
|
4190
4503
|
|
|
4191
4504
|
if suggest:
|
|
4192
4505
|
pulumi.log.warn(f"Key '{key}' not found in DragonflyComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -4204,6 +4517,7 @@ class DragonflyComponent(dict):
|
|
|
4204
4517
|
connection_uri: Optional[builtins.str] = None,
|
|
4205
4518
|
host: Optional[builtins.str] = None,
|
|
4206
4519
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
4520
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
4207
4521
|
port: Optional[builtins.int] = None,
|
|
4208
4522
|
route: Optional[builtins.str] = None,
|
|
4209
4523
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -4213,6 +4527,7 @@ class DragonflyComponent(dict):
|
|
|
4213
4527
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
4214
4528
|
:param builtins.str host: Host name for connecting to the service component
|
|
4215
4529
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
4530
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
4216
4531
|
:param builtins.int port: Port number for connecting to the service component
|
|
4217
4532
|
:param builtins.str route: Network access route
|
|
4218
4533
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -4226,6 +4541,8 @@ class DragonflyComponent(dict):
|
|
|
4226
4541
|
pulumi.set(__self__, "host", host)
|
|
4227
4542
|
if kafka_authentication_method is not None:
|
|
4228
4543
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
4544
|
+
if kafka_ssl_ca is not None:
|
|
4545
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
4229
4546
|
if port is not None:
|
|
4230
4547
|
pulumi.set(__self__, "port", port)
|
|
4231
4548
|
if route is not None:
|
|
@@ -4267,6 +4584,14 @@ class DragonflyComponent(dict):
|
|
|
4267
4584
|
"""
|
|
4268
4585
|
return pulumi.get(self, "kafka_authentication_method")
|
|
4269
4586
|
|
|
4587
|
+
@property
|
|
4588
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
4589
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
4590
|
+
"""
|
|
4591
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
4592
|
+
"""
|
|
4593
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
4594
|
+
|
|
4270
4595
|
@property
|
|
4271
4596
|
@pulumi.getter
|
|
4272
4597
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -5062,6 +5387,8 @@ class FlinkComponent(dict):
|
|
|
5062
5387
|
suggest = "connection_uri"
|
|
5063
5388
|
elif key == "kafkaAuthenticationMethod":
|
|
5064
5389
|
suggest = "kafka_authentication_method"
|
|
5390
|
+
elif key == "kafkaSslCa":
|
|
5391
|
+
suggest = "kafka_ssl_ca"
|
|
5065
5392
|
|
|
5066
5393
|
if suggest:
|
|
5067
5394
|
pulumi.log.warn(f"Key '{key}' not found in FlinkComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -5079,6 +5406,7 @@ class FlinkComponent(dict):
|
|
|
5079
5406
|
connection_uri: Optional[builtins.str] = None,
|
|
5080
5407
|
host: Optional[builtins.str] = None,
|
|
5081
5408
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
5409
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
5082
5410
|
port: Optional[builtins.int] = None,
|
|
5083
5411
|
route: Optional[builtins.str] = None,
|
|
5084
5412
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -5088,6 +5416,7 @@ class FlinkComponent(dict):
|
|
|
5088
5416
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
5089
5417
|
:param builtins.str host: Host name for connecting to the service component
|
|
5090
5418
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
5419
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
5091
5420
|
:param builtins.int port: Port number for connecting to the service component
|
|
5092
5421
|
:param builtins.str route: Network access route
|
|
5093
5422
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -5101,6 +5430,8 @@ class FlinkComponent(dict):
|
|
|
5101
5430
|
pulumi.set(__self__, "host", host)
|
|
5102
5431
|
if kafka_authentication_method is not None:
|
|
5103
5432
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
5433
|
+
if kafka_ssl_ca is not None:
|
|
5434
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
5104
5435
|
if port is not None:
|
|
5105
5436
|
pulumi.set(__self__, "port", port)
|
|
5106
5437
|
if route is not None:
|
|
@@ -5142,6 +5473,14 @@ class FlinkComponent(dict):
|
|
|
5142
5473
|
"""
|
|
5143
5474
|
return pulumi.get(self, "kafka_authentication_method")
|
|
5144
5475
|
|
|
5476
|
+
@property
|
|
5477
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
5478
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
5479
|
+
"""
|
|
5480
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
5481
|
+
"""
|
|
5482
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
5483
|
+
|
|
5145
5484
|
@property
|
|
5146
5485
|
@pulumi.getter
|
|
5147
5486
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -6072,6 +6411,197 @@ class FlinkTechEmail(dict):
|
|
|
6072
6411
|
return pulumi.get(self, "email")
|
|
6073
6412
|
|
|
6074
6413
|
|
|
6414
|
+
@pulumi.output_type
|
|
6415
|
+
class GovernanceAccessAccessData(dict):
|
|
6416
|
+
@staticmethod
|
|
6417
|
+
def __key_warning(key: str):
|
|
6418
|
+
suggest = None
|
|
6419
|
+
if key == "serviceName":
|
|
6420
|
+
suggest = "service_name"
|
|
6421
|
+
|
|
6422
|
+
if suggest:
|
|
6423
|
+
pulumi.log.warn(f"Key '{key}' not found in GovernanceAccessAccessData. Access the value via the '{suggest}' property getter instead.")
|
|
6424
|
+
|
|
6425
|
+
def __getitem__(self, key: str) -> Any:
|
|
6426
|
+
GovernanceAccessAccessData.__key_warning(key)
|
|
6427
|
+
return super().__getitem__(key)
|
|
6428
|
+
|
|
6429
|
+
def get(self, key: str, default = None) -> Any:
|
|
6430
|
+
GovernanceAccessAccessData.__key_warning(key)
|
|
6431
|
+
return super().get(key, default)
|
|
6432
|
+
|
|
6433
|
+
def __init__(__self__, *,
|
|
6434
|
+
acls: Sequence['outputs.GovernanceAccessAccessDataAcl'],
|
|
6435
|
+
project: builtins.str,
|
|
6436
|
+
service_name: builtins.str,
|
|
6437
|
+
username: Optional[builtins.str] = None):
|
|
6438
|
+
"""
|
|
6439
|
+
:param Sequence['GovernanceAccessAccessDataAclArgs'] acls: The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
6440
|
+
:param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
6441
|
+
:param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
6442
|
+
:param builtins.str username: The name for the new service user given access. If not provided, the name is automatically generated. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
6443
|
+
"""
|
|
6444
|
+
pulumi.set(__self__, "acls", acls)
|
|
6445
|
+
pulumi.set(__self__, "project", project)
|
|
6446
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
6447
|
+
if username is not None:
|
|
6448
|
+
pulumi.set(__self__, "username", username)
|
|
6449
|
+
|
|
6450
|
+
@property
|
|
6451
|
+
@pulumi.getter
|
|
6452
|
+
def acls(self) -> Sequence['outputs.GovernanceAccessAccessDataAcl']:
|
|
6453
|
+
"""
|
|
6454
|
+
The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
6455
|
+
"""
|
|
6456
|
+
return pulumi.get(self, "acls")
|
|
6457
|
+
|
|
6458
|
+
@property
|
|
6459
|
+
@pulumi.getter
|
|
6460
|
+
def project(self) -> builtins.str:
|
|
6461
|
+
"""
|
|
6462
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
6463
|
+
"""
|
|
6464
|
+
return pulumi.get(self, "project")
|
|
6465
|
+
|
|
6466
|
+
@property
|
|
6467
|
+
@pulumi.getter(name="serviceName")
|
|
6468
|
+
def service_name(self) -> builtins.str:
|
|
6469
|
+
"""
|
|
6470
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
6471
|
+
"""
|
|
6472
|
+
return pulumi.get(self, "service_name")
|
|
6473
|
+
|
|
6474
|
+
@property
|
|
6475
|
+
@pulumi.getter
|
|
6476
|
+
def username(self) -> Optional[builtins.str]:
|
|
6477
|
+
"""
|
|
6478
|
+
The name for the new service user given access. If not provided, the name is automatically generated. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
6479
|
+
"""
|
|
6480
|
+
return pulumi.get(self, "username")
|
|
6481
|
+
|
|
6482
|
+
|
|
6483
|
+
@pulumi.output_type
|
|
6484
|
+
class GovernanceAccessAccessDataAcl(dict):
|
|
6485
|
+
@staticmethod
|
|
6486
|
+
def __key_warning(key: str):
|
|
6487
|
+
suggest = None
|
|
6488
|
+
if key == "permissionType":
|
|
6489
|
+
suggest = "permission_type"
|
|
6490
|
+
elif key == "resourceName":
|
|
6491
|
+
suggest = "resource_name"
|
|
6492
|
+
elif key == "resourceType":
|
|
6493
|
+
suggest = "resource_type"
|
|
6494
|
+
elif key == "patternType":
|
|
6495
|
+
suggest = "pattern_type"
|
|
6496
|
+
|
|
6497
|
+
if suggest:
|
|
6498
|
+
pulumi.log.warn(f"Key '{key}' not found in GovernanceAccessAccessDataAcl. Access the value via the '{suggest}' property getter instead.")
|
|
6499
|
+
|
|
6500
|
+
def __getitem__(self, key: str) -> Any:
|
|
6501
|
+
GovernanceAccessAccessDataAcl.__key_warning(key)
|
|
6502
|
+
return super().__getitem__(key)
|
|
6503
|
+
|
|
6504
|
+
def get(self, key: str, default = None) -> Any:
|
|
6505
|
+
GovernanceAccessAccessDataAcl.__key_warning(key)
|
|
6506
|
+
return super().get(key, default)
|
|
6507
|
+
|
|
6508
|
+
def __init__(__self__, *,
|
|
6509
|
+
operation: builtins.str,
|
|
6510
|
+
permission_type: builtins.str,
|
|
6511
|
+
resource_name: builtins.str,
|
|
6512
|
+
resource_type: builtins.str,
|
|
6513
|
+
host: Optional[builtins.str] = None,
|
|
6514
|
+
id: Optional[builtins.str] = None,
|
|
6515
|
+
pattern_type: Optional[builtins.str] = None,
|
|
6516
|
+
principal: Optional[builtins.str] = None):
|
|
6517
|
+
"""
|
|
6518
|
+
:param builtins.str operation: The action that will be allowed for the service user. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
6519
|
+
:param builtins.str permission_type: Explicitly allows or denies the action for the service user on the specified resource. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
6520
|
+
:param builtins.str resource_name: The name of the resource the permission applies to, such as the topic name or group ID in the Kafka service. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6521
|
+
:param builtins.str resource_type: The type of resource. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
6522
|
+
:param builtins.str host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6523
|
+
:param builtins.str id: The ACL ID.
|
|
6524
|
+
:param builtins.str pattern_type: Pattern used to match specified resources. The possible value is `LITERAL`.
|
|
6525
|
+
:param builtins.str principal: Identities in `user:name` format that the permissions apply to.
|
|
6526
|
+
"""
|
|
6527
|
+
pulumi.set(__self__, "operation", operation)
|
|
6528
|
+
pulumi.set(__self__, "permission_type", permission_type)
|
|
6529
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
6530
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
6531
|
+
if host is not None:
|
|
6532
|
+
pulumi.set(__self__, "host", host)
|
|
6533
|
+
if id is not None:
|
|
6534
|
+
pulumi.set(__self__, "id", id)
|
|
6535
|
+
if pattern_type is not None:
|
|
6536
|
+
pulumi.set(__self__, "pattern_type", pattern_type)
|
|
6537
|
+
if principal is not None:
|
|
6538
|
+
pulumi.set(__self__, "principal", principal)
|
|
6539
|
+
|
|
6540
|
+
@property
|
|
6541
|
+
@pulumi.getter
|
|
6542
|
+
def operation(self) -> builtins.str:
|
|
6543
|
+
"""
|
|
6544
|
+
The action that will be allowed for the service user. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
6545
|
+
"""
|
|
6546
|
+
return pulumi.get(self, "operation")
|
|
6547
|
+
|
|
6548
|
+
@property
|
|
6549
|
+
@pulumi.getter(name="permissionType")
|
|
6550
|
+
def permission_type(self) -> builtins.str:
|
|
6551
|
+
"""
|
|
6552
|
+
Explicitly allows or denies the action for the service user on the specified resource. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
6553
|
+
"""
|
|
6554
|
+
return pulumi.get(self, "permission_type")
|
|
6555
|
+
|
|
6556
|
+
@property
|
|
6557
|
+
@pulumi.getter(name="resourceName")
|
|
6558
|
+
def resource_name(self) -> builtins.str:
|
|
6559
|
+
"""
|
|
6560
|
+
The name of the resource the permission applies to, such as the topic name or group ID in the Kafka service. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6561
|
+
"""
|
|
6562
|
+
return pulumi.get(self, "resource_name")
|
|
6563
|
+
|
|
6564
|
+
@property
|
|
6565
|
+
@pulumi.getter(name="resourceType")
|
|
6566
|
+
def resource_type(self) -> builtins.str:
|
|
6567
|
+
"""
|
|
6568
|
+
The type of resource. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
6569
|
+
"""
|
|
6570
|
+
return pulumi.get(self, "resource_type")
|
|
6571
|
+
|
|
6572
|
+
@property
|
|
6573
|
+
@pulumi.getter
|
|
6574
|
+
def host(self) -> Optional[builtins.str]:
|
|
6575
|
+
"""
|
|
6576
|
+
The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6577
|
+
"""
|
|
6578
|
+
return pulumi.get(self, "host")
|
|
6579
|
+
|
|
6580
|
+
@property
|
|
6581
|
+
@pulumi.getter
|
|
6582
|
+
def id(self) -> Optional[builtins.str]:
|
|
6583
|
+
"""
|
|
6584
|
+
The ACL ID.
|
|
6585
|
+
"""
|
|
6586
|
+
return pulumi.get(self, "id")
|
|
6587
|
+
|
|
6588
|
+
@property
|
|
6589
|
+
@pulumi.getter(name="patternType")
|
|
6590
|
+
def pattern_type(self) -> Optional[builtins.str]:
|
|
6591
|
+
"""
|
|
6592
|
+
Pattern used to match specified resources. The possible value is `LITERAL`.
|
|
6593
|
+
"""
|
|
6594
|
+
return pulumi.get(self, "pattern_type")
|
|
6595
|
+
|
|
6596
|
+
@property
|
|
6597
|
+
@pulumi.getter
|
|
6598
|
+
def principal(self) -> Optional[builtins.str]:
|
|
6599
|
+
"""
|
|
6600
|
+
Identities in `user:name` format that the permissions apply to.
|
|
6601
|
+
"""
|
|
6602
|
+
return pulumi.get(self, "principal")
|
|
6603
|
+
|
|
6604
|
+
|
|
6075
6605
|
@pulumi.output_type
|
|
6076
6606
|
class GrafanaComponent(dict):
|
|
6077
6607
|
@staticmethod
|
|
@@ -6081,6 +6611,8 @@ class GrafanaComponent(dict):
|
|
|
6081
6611
|
suggest = "connection_uri"
|
|
6082
6612
|
elif key == "kafkaAuthenticationMethod":
|
|
6083
6613
|
suggest = "kafka_authentication_method"
|
|
6614
|
+
elif key == "kafkaSslCa":
|
|
6615
|
+
suggest = "kafka_ssl_ca"
|
|
6084
6616
|
|
|
6085
6617
|
if suggest:
|
|
6086
6618
|
pulumi.log.warn(f"Key '{key}' not found in GrafanaComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -6098,6 +6630,7 @@ class GrafanaComponent(dict):
|
|
|
6098
6630
|
connection_uri: Optional[builtins.str] = None,
|
|
6099
6631
|
host: Optional[builtins.str] = None,
|
|
6100
6632
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
6633
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
6101
6634
|
port: Optional[builtins.int] = None,
|
|
6102
6635
|
route: Optional[builtins.str] = None,
|
|
6103
6636
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -6107,6 +6640,7 @@ class GrafanaComponent(dict):
|
|
|
6107
6640
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
6108
6641
|
:param builtins.str host: Host name for connecting to the service component
|
|
6109
6642
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
6643
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
6110
6644
|
:param builtins.int port: Port number for connecting to the service component
|
|
6111
6645
|
:param builtins.str route: Network access route
|
|
6112
6646
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -6120,6 +6654,8 @@ class GrafanaComponent(dict):
|
|
|
6120
6654
|
pulumi.set(__self__, "host", host)
|
|
6121
6655
|
if kafka_authentication_method is not None:
|
|
6122
6656
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
6657
|
+
if kafka_ssl_ca is not None:
|
|
6658
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
6123
6659
|
if port is not None:
|
|
6124
6660
|
pulumi.set(__self__, "port", port)
|
|
6125
6661
|
if route is not None:
|
|
@@ -6161,6 +6697,14 @@ class GrafanaComponent(dict):
|
|
|
6161
6697
|
"""
|
|
6162
6698
|
return pulumi.get(self, "kafka_authentication_method")
|
|
6163
6699
|
|
|
6700
|
+
@property
|
|
6701
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
6702
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
6703
|
+
"""
|
|
6704
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
6705
|
+
"""
|
|
6706
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
6707
|
+
|
|
6164
6708
|
@property
|
|
6165
6709
|
@pulumi.getter
|
|
6166
6710
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -7977,6 +8521,8 @@ class InfluxDbComponent(dict):
|
|
|
7977
8521
|
suggest = "connection_uri"
|
|
7978
8522
|
elif key == "kafkaAuthenticationMethod":
|
|
7979
8523
|
suggest = "kafka_authentication_method"
|
|
8524
|
+
elif key == "kafkaSslCa":
|
|
8525
|
+
suggest = "kafka_ssl_ca"
|
|
7980
8526
|
|
|
7981
8527
|
if suggest:
|
|
7982
8528
|
pulumi.log.warn(f"Key '{key}' not found in InfluxDbComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -7994,6 +8540,7 @@ class InfluxDbComponent(dict):
|
|
|
7994
8540
|
connection_uri: Optional[builtins.str] = None,
|
|
7995
8541
|
host: Optional[builtins.str] = None,
|
|
7996
8542
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
8543
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
7997
8544
|
port: Optional[builtins.int] = None,
|
|
7998
8545
|
route: Optional[builtins.str] = None,
|
|
7999
8546
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -8003,6 +8550,7 @@ class InfluxDbComponent(dict):
|
|
|
8003
8550
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
8004
8551
|
:param builtins.str host: Host name for connecting to the service component
|
|
8005
8552
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
8553
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
8006
8554
|
:param builtins.int port: Port number for connecting to the service component
|
|
8007
8555
|
:param builtins.str route: Network access route
|
|
8008
8556
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -8016,6 +8564,8 @@ class InfluxDbComponent(dict):
|
|
|
8016
8564
|
pulumi.set(__self__, "host", host)
|
|
8017
8565
|
if kafka_authentication_method is not None:
|
|
8018
8566
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
8567
|
+
if kafka_ssl_ca is not None:
|
|
8568
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
8019
8569
|
if port is not None:
|
|
8020
8570
|
pulumi.set(__self__, "port", port)
|
|
8021
8571
|
if route is not None:
|
|
@@ -8057,6 +8607,14 @@ class InfluxDbComponent(dict):
|
|
|
8057
8607
|
"""
|
|
8058
8608
|
return pulumi.get(self, "kafka_authentication_method")
|
|
8059
8609
|
|
|
8610
|
+
@property
|
|
8611
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
8612
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
8613
|
+
"""
|
|
8614
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
8615
|
+
"""
|
|
8616
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
8617
|
+
|
|
8060
8618
|
@property
|
|
8061
8619
|
@pulumi.getter
|
|
8062
8620
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -8792,6 +9350,8 @@ class KafkaComponent(dict):
|
|
|
8792
9350
|
suggest = "connection_uri"
|
|
8793
9351
|
elif key == "kafkaAuthenticationMethod":
|
|
8794
9352
|
suggest = "kafka_authentication_method"
|
|
9353
|
+
elif key == "kafkaSslCa":
|
|
9354
|
+
suggest = "kafka_ssl_ca"
|
|
8795
9355
|
|
|
8796
9356
|
if suggest:
|
|
8797
9357
|
pulumi.log.warn(f"Key '{key}' not found in KafkaComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -8809,6 +9369,7 @@ class KafkaComponent(dict):
|
|
|
8809
9369
|
connection_uri: Optional[builtins.str] = None,
|
|
8810
9370
|
host: Optional[builtins.str] = None,
|
|
8811
9371
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
9372
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
8812
9373
|
port: Optional[builtins.int] = None,
|
|
8813
9374
|
route: Optional[builtins.str] = None,
|
|
8814
9375
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -8818,6 +9379,7 @@ class KafkaComponent(dict):
|
|
|
8818
9379
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
8819
9380
|
:param builtins.str host: Host name for connecting to the service component
|
|
8820
9381
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
9382
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
8821
9383
|
:param builtins.int port: Port number for connecting to the service component
|
|
8822
9384
|
:param builtins.str route: Network access route
|
|
8823
9385
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -8831,6 +9393,8 @@ class KafkaComponent(dict):
|
|
|
8831
9393
|
pulumi.set(__self__, "host", host)
|
|
8832
9394
|
if kafka_authentication_method is not None:
|
|
8833
9395
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
9396
|
+
if kafka_ssl_ca is not None:
|
|
9397
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
8834
9398
|
if port is not None:
|
|
8835
9399
|
pulumi.set(__self__, "port", port)
|
|
8836
9400
|
if route is not None:
|
|
@@ -8872,6 +9436,14 @@ class KafkaComponent(dict):
|
|
|
8872
9436
|
"""
|
|
8873
9437
|
return pulumi.get(self, "kafka_authentication_method")
|
|
8874
9438
|
|
|
9439
|
+
@property
|
|
9440
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
9441
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
9442
|
+
"""
|
|
9443
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
9444
|
+
"""
|
|
9445
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
9446
|
+
|
|
8875
9447
|
@property
|
|
8876
9448
|
@pulumi.getter
|
|
8877
9449
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -8914,6 +9486,8 @@ class KafkaConnectComponent(dict):
|
|
|
8914
9486
|
suggest = "connection_uri"
|
|
8915
9487
|
elif key == "kafkaAuthenticationMethod":
|
|
8916
9488
|
suggest = "kafka_authentication_method"
|
|
9489
|
+
elif key == "kafkaSslCa":
|
|
9490
|
+
suggest = "kafka_ssl_ca"
|
|
8917
9491
|
|
|
8918
9492
|
if suggest:
|
|
8919
9493
|
pulumi.log.warn(f"Key '{key}' not found in KafkaConnectComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -8931,6 +9505,7 @@ class KafkaConnectComponent(dict):
|
|
|
8931
9505
|
connection_uri: Optional[builtins.str] = None,
|
|
8932
9506
|
host: Optional[builtins.str] = None,
|
|
8933
9507
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
9508
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
8934
9509
|
port: Optional[builtins.int] = None,
|
|
8935
9510
|
route: Optional[builtins.str] = None,
|
|
8936
9511
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -8940,6 +9515,7 @@ class KafkaConnectComponent(dict):
|
|
|
8940
9515
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
8941
9516
|
:param builtins.str host: Host name for connecting to the service component
|
|
8942
9517
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
9518
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
8943
9519
|
:param builtins.int port: Port number for connecting to the service component
|
|
8944
9520
|
:param builtins.str route: Network access route
|
|
8945
9521
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -8953,6 +9529,8 @@ class KafkaConnectComponent(dict):
|
|
|
8953
9529
|
pulumi.set(__self__, "host", host)
|
|
8954
9530
|
if kafka_authentication_method is not None:
|
|
8955
9531
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
9532
|
+
if kafka_ssl_ca is not None:
|
|
9533
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
8956
9534
|
if port is not None:
|
|
8957
9535
|
pulumi.set(__self__, "port", port)
|
|
8958
9536
|
if route is not None:
|
|
@@ -8994,6 +9572,14 @@ class KafkaConnectComponent(dict):
|
|
|
8994
9572
|
"""
|
|
8995
9573
|
return pulumi.get(self, "kafka_authentication_method")
|
|
8996
9574
|
|
|
9575
|
+
@property
|
|
9576
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
9577
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
9578
|
+
"""
|
|
9579
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
9580
|
+
"""
|
|
9581
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
9582
|
+
|
|
8997
9583
|
@property
|
|
8998
9584
|
@pulumi.getter
|
|
8999
9585
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -10150,6 +10736,8 @@ class KafkaKafkaUserConfig(dict):
|
|
|
10150
10736
|
suggest = "kafka_connect"
|
|
10151
10737
|
elif key == "kafkaConnectConfig":
|
|
10152
10738
|
suggest = "kafka_connect_config"
|
|
10739
|
+
elif key == "kafkaConnectPluginVersions":
|
|
10740
|
+
suggest = "kafka_connect_plugin_versions"
|
|
10153
10741
|
elif key == "kafkaConnectSecretProviders":
|
|
10154
10742
|
suggest = "kafka_connect_secret_providers"
|
|
10155
10743
|
elif key == "kafkaRest":
|
|
@@ -10206,6 +10794,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
10206
10794
|
kafka_authentication_methods: Optional['outputs.KafkaKafkaUserConfigKafkaAuthenticationMethods'] = None,
|
|
10207
10795
|
kafka_connect: Optional[builtins.bool] = None,
|
|
10208
10796
|
kafka_connect_config: Optional['outputs.KafkaKafkaUserConfigKafkaConnectConfig'] = None,
|
|
10797
|
+
kafka_connect_plugin_versions: Optional[Sequence['outputs.KafkaKafkaUserConfigKafkaConnectPluginVersion']] = None,
|
|
10209
10798
|
kafka_connect_secret_providers: Optional[Sequence['outputs.KafkaKafkaUserConfigKafkaConnectSecretProvider']] = None,
|
|
10210
10799
|
kafka_rest: Optional[builtins.bool] = None,
|
|
10211
10800
|
kafka_rest_authorization: Optional[builtins.bool] = None,
|
|
@@ -10234,11 +10823,12 @@ class KafkaKafkaUserConfig(dict):
|
|
|
10234
10823
|
:param 'KafkaKafkaUserConfigKafkaAuthenticationMethodsArgs' kafka_authentication_methods: Kafka authentication methods
|
|
10235
10824
|
:param builtins.bool kafka_connect: Enable Kafka Connect service. Default: `false`.
|
|
10236
10825
|
:param 'KafkaKafkaUserConfigKafkaConnectConfigArgs' kafka_connect_config: Kafka Connect configuration values
|
|
10826
|
+
:param Sequence['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs'] kafka_connect_plugin_versions: The plugin selected by the user
|
|
10237
10827
|
:param builtins.bool kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
10238
10828
|
:param builtins.bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
10239
10829
|
:param 'KafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
10240
10830
|
:param 'KafkaKafkaUserConfigKafkaSaslMechanismsArgs' kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
10241
|
-
:param builtins.str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
10831
|
+
:param builtins.str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
10242
10832
|
:param builtins.bool letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
10243
10833
|
:param 'KafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
10244
10834
|
:param 'KafkaKafkaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -10272,6 +10862,8 @@ class KafkaKafkaUserConfig(dict):
|
|
|
10272
10862
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
10273
10863
|
if kafka_connect_config is not None:
|
|
10274
10864
|
pulumi.set(__self__, "kafka_connect_config", kafka_connect_config)
|
|
10865
|
+
if kafka_connect_plugin_versions is not None:
|
|
10866
|
+
pulumi.set(__self__, "kafka_connect_plugin_versions", kafka_connect_plugin_versions)
|
|
10275
10867
|
if kafka_connect_secret_providers is not None:
|
|
10276
10868
|
pulumi.set(__self__, "kafka_connect_secret_providers", kafka_connect_secret_providers)
|
|
10277
10869
|
if kafka_rest is not None:
|
|
@@ -10395,6 +10987,14 @@ class KafkaKafkaUserConfig(dict):
|
|
|
10395
10987
|
"""
|
|
10396
10988
|
return pulumi.get(self, "kafka_connect_config")
|
|
10397
10989
|
|
|
10990
|
+
@property
|
|
10991
|
+
@pulumi.getter(name="kafkaConnectPluginVersions")
|
|
10992
|
+
def kafka_connect_plugin_versions(self) -> Optional[Sequence['outputs.KafkaKafkaUserConfigKafkaConnectPluginVersion']]:
|
|
10993
|
+
"""
|
|
10994
|
+
The plugin selected by the user
|
|
10995
|
+
"""
|
|
10996
|
+
return pulumi.get(self, "kafka_connect_plugin_versions")
|
|
10997
|
+
|
|
10398
10998
|
@property
|
|
10399
10999
|
@pulumi.getter(name="kafkaConnectSecretProviders")
|
|
10400
11000
|
def kafka_connect_secret_providers(self) -> Optional[Sequence['outputs.KafkaKafkaUserConfigKafkaConnectSecretProvider']]:
|
|
@@ -10436,7 +11036,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
10436
11036
|
@pulumi.getter(name="kafkaVersion")
|
|
10437
11037
|
def kafka_version(self) -> Optional[builtins.str]:
|
|
10438
11038
|
"""
|
|
10439
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
11039
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
10440
11040
|
"""
|
|
10441
11041
|
return pulumi.get(self, "kafka_version")
|
|
10442
11042
|
|
|
@@ -11513,6 +12113,52 @@ class KafkaKafkaUserConfigKafkaConnectConfig(dict):
|
|
|
11513
12113
|
return pulumi.get(self, "session_timeout_ms")
|
|
11514
12114
|
|
|
11515
12115
|
|
|
12116
|
+
@pulumi.output_type
|
|
12117
|
+
class KafkaKafkaUserConfigKafkaConnectPluginVersion(dict):
|
|
12118
|
+
@staticmethod
|
|
12119
|
+
def __key_warning(key: str):
|
|
12120
|
+
suggest = None
|
|
12121
|
+
if key == "pluginName":
|
|
12122
|
+
suggest = "plugin_name"
|
|
12123
|
+
|
|
12124
|
+
if suggest:
|
|
12125
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaKafkaUserConfigKafkaConnectPluginVersion. Access the value via the '{suggest}' property getter instead.")
|
|
12126
|
+
|
|
12127
|
+
def __getitem__(self, key: str) -> Any:
|
|
12128
|
+
KafkaKafkaUserConfigKafkaConnectPluginVersion.__key_warning(key)
|
|
12129
|
+
return super().__getitem__(key)
|
|
12130
|
+
|
|
12131
|
+
def get(self, key: str, default = None) -> Any:
|
|
12132
|
+
KafkaKafkaUserConfigKafkaConnectPluginVersion.__key_warning(key)
|
|
12133
|
+
return super().get(key, default)
|
|
12134
|
+
|
|
12135
|
+
def __init__(__self__, *,
|
|
12136
|
+
plugin_name: builtins.str,
|
|
12137
|
+
version: builtins.str):
|
|
12138
|
+
"""
|
|
12139
|
+
:param builtins.str plugin_name: The name of the plugin. Example: `debezium-connector`.
|
|
12140
|
+
:param builtins.str version: The version of the plugin. Example: `2.5.0`.
|
|
12141
|
+
"""
|
|
12142
|
+
pulumi.set(__self__, "plugin_name", plugin_name)
|
|
12143
|
+
pulumi.set(__self__, "version", version)
|
|
12144
|
+
|
|
12145
|
+
@property
|
|
12146
|
+
@pulumi.getter(name="pluginName")
|
|
12147
|
+
def plugin_name(self) -> builtins.str:
|
|
12148
|
+
"""
|
|
12149
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
12150
|
+
"""
|
|
12151
|
+
return pulumi.get(self, "plugin_name")
|
|
12152
|
+
|
|
12153
|
+
@property
|
|
12154
|
+
@pulumi.getter
|
|
12155
|
+
def version(self) -> builtins.str:
|
|
12156
|
+
"""
|
|
12157
|
+
The version of the plugin. Example: `2.5.0`.
|
|
12158
|
+
"""
|
|
12159
|
+
return pulumi.get(self, "version")
|
|
12160
|
+
|
|
12161
|
+
|
|
11516
12162
|
@pulumi.output_type
|
|
11517
12163
|
class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
|
|
11518
12164
|
def __init__(__self__, *,
|
|
@@ -12404,6 +13050,8 @@ class KafkaMirrorMakerComponent(dict):
|
|
|
12404
13050
|
suggest = "connection_uri"
|
|
12405
13051
|
elif key == "kafkaAuthenticationMethod":
|
|
12406
13052
|
suggest = "kafka_authentication_method"
|
|
13053
|
+
elif key == "kafkaSslCa":
|
|
13054
|
+
suggest = "kafka_ssl_ca"
|
|
12407
13055
|
|
|
12408
13056
|
if suggest:
|
|
12409
13057
|
pulumi.log.warn(f"Key '{key}' not found in KafkaMirrorMakerComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -12421,6 +13069,7 @@ class KafkaMirrorMakerComponent(dict):
|
|
|
12421
13069
|
connection_uri: Optional[builtins.str] = None,
|
|
12422
13070
|
host: Optional[builtins.str] = None,
|
|
12423
13071
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
13072
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
12424
13073
|
port: Optional[builtins.int] = None,
|
|
12425
13074
|
route: Optional[builtins.str] = None,
|
|
12426
13075
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -12430,6 +13079,7 @@ class KafkaMirrorMakerComponent(dict):
|
|
|
12430
13079
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
12431
13080
|
:param builtins.str host: Host name for connecting to the service component
|
|
12432
13081
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
13082
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
12433
13083
|
:param builtins.int port: Port number for connecting to the service component
|
|
12434
13084
|
:param builtins.str route: Network access route
|
|
12435
13085
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -12443,6 +13093,8 @@ class KafkaMirrorMakerComponent(dict):
|
|
|
12443
13093
|
pulumi.set(__self__, "host", host)
|
|
12444
13094
|
if kafka_authentication_method is not None:
|
|
12445
13095
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
13096
|
+
if kafka_ssl_ca is not None:
|
|
13097
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
12446
13098
|
if port is not None:
|
|
12447
13099
|
pulumi.set(__self__, "port", port)
|
|
12448
13100
|
if route is not None:
|
|
@@ -12484,6 +13136,14 @@ class KafkaMirrorMakerComponent(dict):
|
|
|
12484
13136
|
"""
|
|
12485
13137
|
return pulumi.get(self, "kafka_authentication_method")
|
|
12486
13138
|
|
|
13139
|
+
@property
|
|
13140
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
13141
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
13142
|
+
"""
|
|
13143
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
13144
|
+
"""
|
|
13145
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
13146
|
+
|
|
12487
13147
|
@property
|
|
12488
13148
|
@pulumi.getter
|
|
12489
13149
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -13173,33 +13833,33 @@ class KafkaTopicConfig(dict):
|
|
|
13173
13833
|
segment_ms: Optional[builtins.str] = None,
|
|
13174
13834
|
unclean_leader_election_enable: Optional[builtins.bool] = None):
|
|
13175
13835
|
"""
|
|
13176
|
-
:param builtins.str cleanup_policy:
|
|
13177
|
-
:param builtins.str compression_type: compression
|
|
13178
|
-
:param builtins.str delete_retention_ms: delete.
|
|
13179
|
-
:param builtins.str file_delete_delay_ms: file.
|
|
13180
|
-
:param builtins.str flush_messages:
|
|
13181
|
-
:param builtins.str flush_ms:
|
|
13182
|
-
:param builtins.str index_interval_bytes: index.
|
|
13183
|
-
:param builtins.str local_retention_bytes:
|
|
13184
|
-
:param builtins.str local_retention_ms:
|
|
13185
|
-
:param builtins.str max_compaction_lag_ms:
|
|
13186
|
-
:param builtins.str max_message_bytes:
|
|
13187
|
-
:param builtins.bool message_downconversion_enable: message.
|
|
13188
|
-
:param builtins.str message_format_version: message.format
|
|
13189
|
-
:param builtins.str message_timestamp_difference_max_ms: message.timestamp.difference.
|
|
13190
|
-
:param builtins.str message_timestamp_type:
|
|
13191
|
-
:param builtins.float min_cleanable_dirty_ratio: min.
|
|
13192
|
-
:param builtins.str min_compaction_lag_ms:
|
|
13193
|
-
:param builtins.str min_insync_replicas: min.insync.replicas
|
|
13194
|
-
:param builtins.bool preallocate: preallocate
|
|
13195
|
-
:param builtins.bool remote_storage_enable:
|
|
13196
|
-
:param builtins.str retention_bytes: retention.bytes
|
|
13197
|
-
:param builtins.str retention_ms: retention.
|
|
13198
|
-
:param builtins.str segment_bytes:
|
|
13199
|
-
:param builtins.str segment_index_bytes:
|
|
13200
|
-
:param builtins.str segment_jitter_ms:
|
|
13201
|
-
:param builtins.str segment_ms: segment.
|
|
13202
|
-
:param builtins.bool unclean_leader_election_enable:
|
|
13836
|
+
:param builtins.str cleanup_policy: The retention policy to use on old segments. Possible values include 'delete', 'compact', or a comma-separated list of them. The default policy ('delete') will discard old segments when their retention time or size limit has been reached. The 'compact' setting will enable log compaction on the topic. The possible values are `compact`, `compact,delete` and `delete`.
|
|
13837
|
+
:param builtins.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. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
13838
|
+
:param builtins.str delete_retention_ms: The amount of time to retain delete tombstone markers for log compacted topics. This setting also gives a bound on the time in which a consumer must complete a read if they begin from offset 0 to ensure that they get a valid snapshot of the final stage (otherwise delete tombstones may be collected before they complete their scan).
|
|
13839
|
+
:param builtins.str file_delete_delay_ms: The time to wait before deleting a file from the filesystem.
|
|
13840
|
+
:param builtins.str flush_messages: This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
13841
|
+
:param builtins.str flush_ms: This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
13842
|
+
:param builtins.str index_interval_bytes: This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
|
|
13843
|
+
:param builtins.str local_retention_bytes: This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
|
|
13844
|
+
:param builtins.str local_retention_ms: This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
|
|
13845
|
+
:param builtins.str max_compaction_lag_ms: The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
13846
|
+
:param builtins.str max_message_bytes: The largest record batch size allowed by Kafka (after compression if compression is enabled). If this is increased and there are consumers older than 0.10.2, the consumers' fetch size must also be increased so that the they can fetch record batches this large. In the latest message format version, records are always grouped into batches for efficiency. In previous message format versions, uncompressed records are not grouped into batches and this limit only applies to a single record in that case.
|
|
13847
|
+
:param builtins.bool message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format. The broker responds with UNSUPPORTED_VERSION error for consume requests from such older clients. This configuration does not apply to any message format conversion that might be required for replication to followers.
|
|
13848
|
+
:param builtins.str message_format_version: Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
13849
|
+
:param builtins.str 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. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
13850
|
+
:param builtins.str message_timestamp_type: Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
13851
|
+
:param builtins.float min_cleanable_dirty_ratio: This configuration controls how frequently the log compactor will attempt to clean the log (assuming log compaction is enabled). By default we will avoid cleaning a log where more than 50% of the log has been compacted. This ratio bounds the maximum space wasted in the log by duplicates (at 50% at most 50% of the log could be duplicates). A higher ratio will mean fewer, more efficient cleanings but will mean more wasted space in the log. If the max.compaction.lag.ms or the min.compaction.lag.ms configurations are also specified, then the log compactor considers the log to be eligible for compaction as soon as either: (i) the dirty ratio threshold has been met and the log has had dirty (uncompacted) records for at least the min.compaction.lag.ms duration, or (ii) if the log has had dirty (uncompacted) records for at most the max.compaction.lag.ms period.
|
|
13852
|
+
:param builtins.str min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
13853
|
+
:param builtins.str min_insync_replicas: When a producer sets acks to 'all' (or '-1'), this configuration specifies the minimum number of replicas that must acknowledge a write for the write to be considered successful. If this minimum cannot be met, then the producer will raise an exception (either NotEnoughReplicas or NotEnoughReplicasAfterAppend). When used together, min.insync.replicas and acks allow you to enforce greater durability guarantees. A typical scenario would be to create a topic with a replication factor of 3, set min.insync.replicas to 2, and produce with acks of 'all'. This will ensure that the producer raises an exception if a majority of replicas do not receive a write.
|
|
13854
|
+
:param builtins.bool preallocate: True if we should preallocate the file on disk when creating a new log segment.
|
|
13855
|
+
:param builtins.bool remote_storage_enable: Indicates whether tiered storage should be enabled.
|
|
13856
|
+
:param builtins.str retention_bytes: This configuration controls the maximum size a partition (which consists of log segments) can grow to before we will discard old log segments to free up space if we are using the 'delete' retention policy. By default there is no size limit only a time limit. Since this limit is enforced at the partition level, multiply it by the number of partitions to compute the topic retention in bytes.
|
|
13857
|
+
:param builtins.str retention_ms: This configuration controls the maximum time we will retain a log before we will discard old log segments to free up space if we are using the 'delete' retention policy. This represents an SLA on how soon consumers must read their data. If set to -1, no time limit is applied.
|
|
13858
|
+
:param builtins.str segment_bytes: This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
13859
|
+
:param builtins.str segment_index_bytes: This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
13860
|
+
:param builtins.str segment_jitter_ms: The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
13861
|
+
:param builtins.str segment_ms: This configuration controls the period of time after which Kafka will force the log to roll even if the segment file isn't full to ensure that retention can delete or compact old data. Setting this to a very low value has consequences, and the Aiven management plane ignores values less than 10 seconds.
|
|
13862
|
+
:param builtins.bool unclean_leader_election_enable: Indicates whether to enable replicas not in the ISR set to be elected as leader as a last resort, even though doing so may result in data loss.
|
|
13203
13863
|
"""
|
|
13204
13864
|
if cleanup_policy is not None:
|
|
13205
13865
|
pulumi.set(__self__, "cleanup_policy", cleanup_policy)
|
|
@@ -13260,7 +13920,7 @@ class KafkaTopicConfig(dict):
|
|
|
13260
13920
|
@pulumi.getter(name="cleanupPolicy")
|
|
13261
13921
|
def cleanup_policy(self) -> Optional[builtins.str]:
|
|
13262
13922
|
"""
|
|
13263
|
-
|
|
13923
|
+
The retention policy to use on old segments. Possible values include 'delete', 'compact', or a comma-separated list of them. The default policy ('delete') will discard old segments when their retention time or size limit has been reached. The 'compact' setting will enable log compaction on the topic. The possible values are `compact`, `compact,delete` and `delete`.
|
|
13264
13924
|
"""
|
|
13265
13925
|
return pulumi.get(self, "cleanup_policy")
|
|
13266
13926
|
|
|
@@ -13268,7 +13928,7 @@ class KafkaTopicConfig(dict):
|
|
|
13268
13928
|
@pulumi.getter(name="compressionType")
|
|
13269
13929
|
def compression_type(self) -> Optional[builtins.str]:
|
|
13270
13930
|
"""
|
|
13271
|
-
compression
|
|
13931
|
+
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. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
13272
13932
|
"""
|
|
13273
13933
|
return pulumi.get(self, "compression_type")
|
|
13274
13934
|
|
|
@@ -13276,7 +13936,7 @@ class KafkaTopicConfig(dict):
|
|
|
13276
13936
|
@pulumi.getter(name="deleteRetentionMs")
|
|
13277
13937
|
def delete_retention_ms(self) -> Optional[builtins.str]:
|
|
13278
13938
|
"""
|
|
13279
|
-
delete.
|
|
13939
|
+
The amount of time to retain delete tombstone markers for log compacted topics. This setting also gives a bound on the time in which a consumer must complete a read if they begin from offset 0 to ensure that they get a valid snapshot of the final stage (otherwise delete tombstones may be collected before they complete their scan).
|
|
13280
13940
|
"""
|
|
13281
13941
|
return pulumi.get(self, "delete_retention_ms")
|
|
13282
13942
|
|
|
@@ -13284,7 +13944,7 @@ class KafkaTopicConfig(dict):
|
|
|
13284
13944
|
@pulumi.getter(name="fileDeleteDelayMs")
|
|
13285
13945
|
def file_delete_delay_ms(self) -> Optional[builtins.str]:
|
|
13286
13946
|
"""
|
|
13287
|
-
file.
|
|
13947
|
+
The time to wait before deleting a file from the filesystem.
|
|
13288
13948
|
"""
|
|
13289
13949
|
return pulumi.get(self, "file_delete_delay_ms")
|
|
13290
13950
|
|
|
@@ -13292,7 +13952,7 @@ class KafkaTopicConfig(dict):
|
|
|
13292
13952
|
@pulumi.getter(name="flushMessages")
|
|
13293
13953
|
def flush_messages(self) -> Optional[builtins.str]:
|
|
13294
13954
|
"""
|
|
13295
|
-
|
|
13955
|
+
This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
13296
13956
|
"""
|
|
13297
13957
|
return pulumi.get(self, "flush_messages")
|
|
13298
13958
|
|
|
@@ -13300,7 +13960,7 @@ class KafkaTopicConfig(dict):
|
|
|
13300
13960
|
@pulumi.getter(name="flushMs")
|
|
13301
13961
|
def flush_ms(self) -> Optional[builtins.str]:
|
|
13302
13962
|
"""
|
|
13303
|
-
|
|
13963
|
+
This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
13304
13964
|
"""
|
|
13305
13965
|
return pulumi.get(self, "flush_ms")
|
|
13306
13966
|
|
|
@@ -13308,7 +13968,7 @@ class KafkaTopicConfig(dict):
|
|
|
13308
13968
|
@pulumi.getter(name="indexIntervalBytes")
|
|
13309
13969
|
def index_interval_bytes(self) -> Optional[builtins.str]:
|
|
13310
13970
|
"""
|
|
13311
|
-
index.
|
|
13971
|
+
This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
|
|
13312
13972
|
"""
|
|
13313
13973
|
return pulumi.get(self, "index_interval_bytes")
|
|
13314
13974
|
|
|
@@ -13316,7 +13976,7 @@ class KafkaTopicConfig(dict):
|
|
|
13316
13976
|
@pulumi.getter(name="localRetentionBytes")
|
|
13317
13977
|
def local_retention_bytes(self) -> Optional[builtins.str]:
|
|
13318
13978
|
"""
|
|
13319
|
-
|
|
13979
|
+
This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
|
|
13320
13980
|
"""
|
|
13321
13981
|
return pulumi.get(self, "local_retention_bytes")
|
|
13322
13982
|
|
|
@@ -13324,7 +13984,7 @@ class KafkaTopicConfig(dict):
|
|
|
13324
13984
|
@pulumi.getter(name="localRetentionMs")
|
|
13325
13985
|
def local_retention_ms(self) -> Optional[builtins.str]:
|
|
13326
13986
|
"""
|
|
13327
|
-
|
|
13987
|
+
This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
|
|
13328
13988
|
"""
|
|
13329
13989
|
return pulumi.get(self, "local_retention_ms")
|
|
13330
13990
|
|
|
@@ -13332,7 +13992,7 @@ class KafkaTopicConfig(dict):
|
|
|
13332
13992
|
@pulumi.getter(name="maxCompactionLagMs")
|
|
13333
13993
|
def max_compaction_lag_ms(self) -> Optional[builtins.str]:
|
|
13334
13994
|
"""
|
|
13335
|
-
|
|
13995
|
+
The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
13336
13996
|
"""
|
|
13337
13997
|
return pulumi.get(self, "max_compaction_lag_ms")
|
|
13338
13998
|
|
|
@@ -13340,7 +14000,7 @@ class KafkaTopicConfig(dict):
|
|
|
13340
14000
|
@pulumi.getter(name="maxMessageBytes")
|
|
13341
14001
|
def max_message_bytes(self) -> Optional[builtins.str]:
|
|
13342
14002
|
"""
|
|
13343
|
-
|
|
14003
|
+
The largest record batch size allowed by Kafka (after compression if compression is enabled). If this is increased and there are consumers older than 0.10.2, the consumers' fetch size must also be increased so that the they can fetch record batches this large. In the latest message format version, records are always grouped into batches for efficiency. In previous message format versions, uncompressed records are not grouped into batches and this limit only applies to a single record in that case.
|
|
13344
14004
|
"""
|
|
13345
14005
|
return pulumi.get(self, "max_message_bytes")
|
|
13346
14006
|
|
|
@@ -13348,7 +14008,7 @@ class KafkaTopicConfig(dict):
|
|
|
13348
14008
|
@pulumi.getter(name="messageDownconversionEnable")
|
|
13349
14009
|
def message_downconversion_enable(self) -> Optional[builtins.bool]:
|
|
13350
14010
|
"""
|
|
13351
|
-
message.
|
|
14011
|
+
This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format. The broker responds with UNSUPPORTED_VERSION error for consume requests from such older clients. This configuration does not apply to any message format conversion that might be required for replication to followers.
|
|
13352
14012
|
"""
|
|
13353
14013
|
return pulumi.get(self, "message_downconversion_enable")
|
|
13354
14014
|
|
|
@@ -13356,7 +14016,7 @@ class KafkaTopicConfig(dict):
|
|
|
13356
14016
|
@pulumi.getter(name="messageFormatVersion")
|
|
13357
14017
|
def message_format_version(self) -> Optional[builtins.str]:
|
|
13358
14018
|
"""
|
|
13359
|
-
message.format
|
|
14019
|
+
Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
13360
14020
|
"""
|
|
13361
14021
|
return pulumi.get(self, "message_format_version")
|
|
13362
14022
|
|
|
@@ -13364,7 +14024,7 @@ class KafkaTopicConfig(dict):
|
|
|
13364
14024
|
@pulumi.getter(name="messageTimestampDifferenceMaxMs")
|
|
13365
14025
|
def message_timestamp_difference_max_ms(self) -> Optional[builtins.str]:
|
|
13366
14026
|
"""
|
|
13367
|
-
message.timestamp.difference.
|
|
14027
|
+
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
13368
14028
|
"""
|
|
13369
14029
|
return pulumi.get(self, "message_timestamp_difference_max_ms")
|
|
13370
14030
|
|
|
@@ -13372,7 +14032,7 @@ class KafkaTopicConfig(dict):
|
|
|
13372
14032
|
@pulumi.getter(name="messageTimestampType")
|
|
13373
14033
|
def message_timestamp_type(self) -> Optional[builtins.str]:
|
|
13374
14034
|
"""
|
|
13375
|
-
|
|
14035
|
+
Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
13376
14036
|
"""
|
|
13377
14037
|
return pulumi.get(self, "message_timestamp_type")
|
|
13378
14038
|
|
|
@@ -13380,7 +14040,7 @@ class KafkaTopicConfig(dict):
|
|
|
13380
14040
|
@pulumi.getter(name="minCleanableDirtyRatio")
|
|
13381
14041
|
def min_cleanable_dirty_ratio(self) -> Optional[builtins.float]:
|
|
13382
14042
|
"""
|
|
13383
|
-
min.
|
|
14043
|
+
This configuration controls how frequently the log compactor will attempt to clean the log (assuming log compaction is enabled). By default we will avoid cleaning a log where more than 50% of the log has been compacted. This ratio bounds the maximum space wasted in the log by duplicates (at 50% at most 50% of the log could be duplicates). A higher ratio will mean fewer, more efficient cleanings but will mean more wasted space in the log. If the max.compaction.lag.ms or the min.compaction.lag.ms configurations are also specified, then the log compactor considers the log to be eligible for compaction as soon as either: (i) the dirty ratio threshold has been met and the log has had dirty (uncompacted) records for at least the min.compaction.lag.ms duration, or (ii) if the log has had dirty (uncompacted) records for at most the max.compaction.lag.ms period.
|
|
13384
14044
|
"""
|
|
13385
14045
|
return pulumi.get(self, "min_cleanable_dirty_ratio")
|
|
13386
14046
|
|
|
@@ -13388,7 +14048,7 @@ class KafkaTopicConfig(dict):
|
|
|
13388
14048
|
@pulumi.getter(name="minCompactionLagMs")
|
|
13389
14049
|
def min_compaction_lag_ms(self) -> Optional[builtins.str]:
|
|
13390
14050
|
"""
|
|
13391
|
-
|
|
14051
|
+
The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
13392
14052
|
"""
|
|
13393
14053
|
return pulumi.get(self, "min_compaction_lag_ms")
|
|
13394
14054
|
|
|
@@ -13396,7 +14056,7 @@ class KafkaTopicConfig(dict):
|
|
|
13396
14056
|
@pulumi.getter(name="minInsyncReplicas")
|
|
13397
14057
|
def min_insync_replicas(self) -> Optional[builtins.str]:
|
|
13398
14058
|
"""
|
|
13399
|
-
min.insync.replicas
|
|
14059
|
+
When a producer sets acks to 'all' (or '-1'), this configuration specifies the minimum number of replicas that must acknowledge a write for the write to be considered successful. If this minimum cannot be met, then the producer will raise an exception (either NotEnoughReplicas or NotEnoughReplicasAfterAppend). When used together, min.insync.replicas and acks allow you to enforce greater durability guarantees. A typical scenario would be to create a topic with a replication factor of 3, set min.insync.replicas to 2, and produce with acks of 'all'. This will ensure that the producer raises an exception if a majority of replicas do not receive a write.
|
|
13400
14060
|
"""
|
|
13401
14061
|
return pulumi.get(self, "min_insync_replicas")
|
|
13402
14062
|
|
|
@@ -13404,7 +14064,7 @@ class KafkaTopicConfig(dict):
|
|
|
13404
14064
|
@pulumi.getter
|
|
13405
14065
|
def preallocate(self) -> Optional[builtins.bool]:
|
|
13406
14066
|
"""
|
|
13407
|
-
preallocate
|
|
14067
|
+
True if we should preallocate the file on disk when creating a new log segment.
|
|
13408
14068
|
"""
|
|
13409
14069
|
return pulumi.get(self, "preallocate")
|
|
13410
14070
|
|
|
@@ -13412,7 +14072,7 @@ class KafkaTopicConfig(dict):
|
|
|
13412
14072
|
@pulumi.getter(name="remoteStorageEnable")
|
|
13413
14073
|
def remote_storage_enable(self) -> Optional[builtins.bool]:
|
|
13414
14074
|
"""
|
|
13415
|
-
|
|
14075
|
+
Indicates whether tiered storage should be enabled.
|
|
13416
14076
|
"""
|
|
13417
14077
|
return pulumi.get(self, "remote_storage_enable")
|
|
13418
14078
|
|
|
@@ -13420,7 +14080,7 @@ class KafkaTopicConfig(dict):
|
|
|
13420
14080
|
@pulumi.getter(name="retentionBytes")
|
|
13421
14081
|
def retention_bytes(self) -> Optional[builtins.str]:
|
|
13422
14082
|
"""
|
|
13423
|
-
retention.bytes
|
|
14083
|
+
This configuration controls the maximum size a partition (which consists of log segments) can grow to before we will discard old log segments to free up space if we are using the 'delete' retention policy. By default there is no size limit only a time limit. Since this limit is enforced at the partition level, multiply it by the number of partitions to compute the topic retention in bytes.
|
|
13424
14084
|
"""
|
|
13425
14085
|
return pulumi.get(self, "retention_bytes")
|
|
13426
14086
|
|
|
@@ -13428,7 +14088,7 @@ class KafkaTopicConfig(dict):
|
|
|
13428
14088
|
@pulumi.getter(name="retentionMs")
|
|
13429
14089
|
def retention_ms(self) -> Optional[builtins.str]:
|
|
13430
14090
|
"""
|
|
13431
|
-
retention.
|
|
14091
|
+
This configuration controls the maximum time we will retain a log before we will discard old log segments to free up space if we are using the 'delete' retention policy. This represents an SLA on how soon consumers must read their data. If set to -1, no time limit is applied.
|
|
13432
14092
|
"""
|
|
13433
14093
|
return pulumi.get(self, "retention_ms")
|
|
13434
14094
|
|
|
@@ -13436,7 +14096,7 @@ class KafkaTopicConfig(dict):
|
|
|
13436
14096
|
@pulumi.getter(name="segmentBytes")
|
|
13437
14097
|
def segment_bytes(self) -> Optional[builtins.str]:
|
|
13438
14098
|
"""
|
|
13439
|
-
|
|
14099
|
+
This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
13440
14100
|
"""
|
|
13441
14101
|
return pulumi.get(self, "segment_bytes")
|
|
13442
14102
|
|
|
@@ -13444,7 +14104,7 @@ class KafkaTopicConfig(dict):
|
|
|
13444
14104
|
@pulumi.getter(name="segmentIndexBytes")
|
|
13445
14105
|
def segment_index_bytes(self) -> Optional[builtins.str]:
|
|
13446
14106
|
"""
|
|
13447
|
-
|
|
14107
|
+
This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
13448
14108
|
"""
|
|
13449
14109
|
return pulumi.get(self, "segment_index_bytes")
|
|
13450
14110
|
|
|
@@ -13452,7 +14112,7 @@ class KafkaTopicConfig(dict):
|
|
|
13452
14112
|
@pulumi.getter(name="segmentJitterMs")
|
|
13453
14113
|
def segment_jitter_ms(self) -> Optional[builtins.str]:
|
|
13454
14114
|
"""
|
|
13455
|
-
|
|
14115
|
+
The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
13456
14116
|
"""
|
|
13457
14117
|
return pulumi.get(self, "segment_jitter_ms")
|
|
13458
14118
|
|
|
@@ -13460,16 +14120,15 @@ class KafkaTopicConfig(dict):
|
|
|
13460
14120
|
@pulumi.getter(name="segmentMs")
|
|
13461
14121
|
def segment_ms(self) -> Optional[builtins.str]:
|
|
13462
14122
|
"""
|
|
13463
|
-
segment.
|
|
14123
|
+
This configuration controls the period of time after which Kafka will force the log to roll even if the segment file isn't full to ensure that retention can delete or compact old data. Setting this to a very low value has consequences, and the Aiven management plane ignores values less than 10 seconds.
|
|
13464
14124
|
"""
|
|
13465
14125
|
return pulumi.get(self, "segment_ms")
|
|
13466
14126
|
|
|
13467
14127
|
@property
|
|
13468
14128
|
@pulumi.getter(name="uncleanLeaderElectionEnable")
|
|
13469
|
-
@_utilities.deprecated("""This field is deprecated and no longer functional.""")
|
|
13470
14129
|
def unclean_leader_election_enable(self) -> Optional[builtins.bool]:
|
|
13471
14130
|
"""
|
|
13472
|
-
|
|
14131
|
+
Indicates whether to enable replicas not in the ISR set to be elected as leader as a last resort, even though doing so may result in data loss.
|
|
13473
14132
|
"""
|
|
13474
14133
|
return pulumi.get(self, "unclean_leader_election_enable")
|
|
13475
14134
|
|
|
@@ -13513,6 +14172,8 @@ class M3AggregatorComponent(dict):
|
|
|
13513
14172
|
suggest = "connection_uri"
|
|
13514
14173
|
elif key == "kafkaAuthenticationMethod":
|
|
13515
14174
|
suggest = "kafka_authentication_method"
|
|
14175
|
+
elif key == "kafkaSslCa":
|
|
14176
|
+
suggest = "kafka_ssl_ca"
|
|
13516
14177
|
|
|
13517
14178
|
if suggest:
|
|
13518
14179
|
pulumi.log.warn(f"Key '{key}' not found in M3AggregatorComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -13530,6 +14191,7 @@ class M3AggregatorComponent(dict):
|
|
|
13530
14191
|
connection_uri: Optional[builtins.str] = None,
|
|
13531
14192
|
host: Optional[builtins.str] = None,
|
|
13532
14193
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
14194
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
13533
14195
|
port: Optional[builtins.int] = None,
|
|
13534
14196
|
route: Optional[builtins.str] = None,
|
|
13535
14197
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -13539,6 +14201,7 @@ class M3AggregatorComponent(dict):
|
|
|
13539
14201
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
13540
14202
|
:param builtins.str host: Host name for connecting to the service component
|
|
13541
14203
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
14204
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
13542
14205
|
:param builtins.int port: Port number for connecting to the service component
|
|
13543
14206
|
:param builtins.str route: Network access route
|
|
13544
14207
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -13552,6 +14215,8 @@ class M3AggregatorComponent(dict):
|
|
|
13552
14215
|
pulumi.set(__self__, "host", host)
|
|
13553
14216
|
if kafka_authentication_method is not None:
|
|
13554
14217
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
14218
|
+
if kafka_ssl_ca is not None:
|
|
14219
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
13555
14220
|
if port is not None:
|
|
13556
14221
|
pulumi.set(__self__, "port", port)
|
|
13557
14222
|
if route is not None:
|
|
@@ -13593,6 +14258,14 @@ class M3AggregatorComponent(dict):
|
|
|
13593
14258
|
"""
|
|
13594
14259
|
return pulumi.get(self, "kafka_authentication_method")
|
|
13595
14260
|
|
|
14261
|
+
@property
|
|
14262
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
14263
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
14264
|
+
"""
|
|
14265
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
14266
|
+
"""
|
|
14267
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
14268
|
+
|
|
13596
14269
|
@property
|
|
13597
14270
|
@pulumi.getter
|
|
13598
14271
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -13943,6 +14616,8 @@ class M3DbComponent(dict):
|
|
|
13943
14616
|
suggest = "connection_uri"
|
|
13944
14617
|
elif key == "kafkaAuthenticationMethod":
|
|
13945
14618
|
suggest = "kafka_authentication_method"
|
|
14619
|
+
elif key == "kafkaSslCa":
|
|
14620
|
+
suggest = "kafka_ssl_ca"
|
|
13946
14621
|
|
|
13947
14622
|
if suggest:
|
|
13948
14623
|
pulumi.log.warn(f"Key '{key}' not found in M3DbComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -13960,6 +14635,7 @@ class M3DbComponent(dict):
|
|
|
13960
14635
|
connection_uri: Optional[builtins.str] = None,
|
|
13961
14636
|
host: Optional[builtins.str] = None,
|
|
13962
14637
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
14638
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
13963
14639
|
port: Optional[builtins.int] = None,
|
|
13964
14640
|
route: Optional[builtins.str] = None,
|
|
13965
14641
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -13969,6 +14645,7 @@ class M3DbComponent(dict):
|
|
|
13969
14645
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
13970
14646
|
:param builtins.str host: Host name for connecting to the service component
|
|
13971
14647
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
14648
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
13972
14649
|
:param builtins.int port: Port number for connecting to the service component
|
|
13973
14650
|
:param builtins.str route: Network access route
|
|
13974
14651
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -13982,6 +14659,8 @@ class M3DbComponent(dict):
|
|
|
13982
14659
|
pulumi.set(__self__, "host", host)
|
|
13983
14660
|
if kafka_authentication_method is not None:
|
|
13984
14661
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
14662
|
+
if kafka_ssl_ca is not None:
|
|
14663
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
13985
14664
|
if port is not None:
|
|
13986
14665
|
pulumi.set(__self__, "port", port)
|
|
13987
14666
|
if route is not None:
|
|
@@ -14023,6 +14702,14 @@ class M3DbComponent(dict):
|
|
|
14023
14702
|
"""
|
|
14024
14703
|
return pulumi.get(self, "kafka_authentication_method")
|
|
14025
14704
|
|
|
14705
|
+
@property
|
|
14706
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
14707
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
14708
|
+
"""
|
|
14709
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
14710
|
+
"""
|
|
14711
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
14712
|
+
|
|
14026
14713
|
@property
|
|
14027
14714
|
@pulumi.getter
|
|
14028
14715
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -15199,6 +15886,8 @@ class MySqlComponent(dict):
|
|
|
15199
15886
|
suggest = "connection_uri"
|
|
15200
15887
|
elif key == "kafkaAuthenticationMethod":
|
|
15201
15888
|
suggest = "kafka_authentication_method"
|
|
15889
|
+
elif key == "kafkaSslCa":
|
|
15890
|
+
suggest = "kafka_ssl_ca"
|
|
15202
15891
|
|
|
15203
15892
|
if suggest:
|
|
15204
15893
|
pulumi.log.warn(f"Key '{key}' not found in MySqlComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -15216,6 +15905,7 @@ class MySqlComponent(dict):
|
|
|
15216
15905
|
connection_uri: Optional[builtins.str] = None,
|
|
15217
15906
|
host: Optional[builtins.str] = None,
|
|
15218
15907
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
15908
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
15219
15909
|
port: Optional[builtins.int] = None,
|
|
15220
15910
|
route: Optional[builtins.str] = None,
|
|
15221
15911
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -15225,6 +15915,7 @@ class MySqlComponent(dict):
|
|
|
15225
15915
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
15226
15916
|
:param builtins.str host: Host name for connecting to the service component
|
|
15227
15917
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
15918
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
15228
15919
|
:param builtins.int port: Port number for connecting to the service component
|
|
15229
15920
|
:param builtins.str route: Network access route
|
|
15230
15921
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -15238,6 +15929,8 @@ class MySqlComponent(dict):
|
|
|
15238
15929
|
pulumi.set(__self__, "host", host)
|
|
15239
15930
|
if kafka_authentication_method is not None:
|
|
15240
15931
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
15932
|
+
if kafka_ssl_ca is not None:
|
|
15933
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
15241
15934
|
if port is not None:
|
|
15242
15935
|
pulumi.set(__self__, "port", port)
|
|
15243
15936
|
if route is not None:
|
|
@@ -15279,6 +15972,14 @@ class MySqlComponent(dict):
|
|
|
15279
15972
|
"""
|
|
15280
15973
|
return pulumi.get(self, "kafka_authentication_method")
|
|
15281
15974
|
|
|
15975
|
+
@property
|
|
15976
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
15977
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
15978
|
+
"""
|
|
15979
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
15980
|
+
"""
|
|
15981
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
15982
|
+
|
|
15282
15983
|
@property
|
|
15283
15984
|
@pulumi.getter
|
|
15284
15985
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -16646,6 +17347,8 @@ class OpenSearchComponent(dict):
|
|
|
16646
17347
|
suggest = "connection_uri"
|
|
16647
17348
|
elif key == "kafkaAuthenticationMethod":
|
|
16648
17349
|
suggest = "kafka_authentication_method"
|
|
17350
|
+
elif key == "kafkaSslCa":
|
|
17351
|
+
suggest = "kafka_ssl_ca"
|
|
16649
17352
|
|
|
16650
17353
|
if suggest:
|
|
16651
17354
|
pulumi.log.warn(f"Key '{key}' not found in OpenSearchComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -16663,6 +17366,7 @@ class OpenSearchComponent(dict):
|
|
|
16663
17366
|
connection_uri: Optional[builtins.str] = None,
|
|
16664
17367
|
host: Optional[builtins.str] = None,
|
|
16665
17368
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
17369
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
16666
17370
|
port: Optional[builtins.int] = None,
|
|
16667
17371
|
route: Optional[builtins.str] = None,
|
|
16668
17372
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -16672,6 +17376,7 @@ class OpenSearchComponent(dict):
|
|
|
16672
17376
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
16673
17377
|
:param builtins.str host: Host name for connecting to the service component
|
|
16674
17378
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
17379
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
16675
17380
|
:param builtins.int port: Port number for connecting to the service component
|
|
16676
17381
|
:param builtins.str route: Network access route
|
|
16677
17382
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -16685,6 +17390,8 @@ class OpenSearchComponent(dict):
|
|
|
16685
17390
|
pulumi.set(__self__, "host", host)
|
|
16686
17391
|
if kafka_authentication_method is not None:
|
|
16687
17392
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
17393
|
+
if kafka_ssl_ca is not None:
|
|
17394
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
16688
17395
|
if port is not None:
|
|
16689
17396
|
pulumi.set(__self__, "port", port)
|
|
16690
17397
|
if route is not None:
|
|
@@ -16726,6 +17433,14 @@ class OpenSearchComponent(dict):
|
|
|
16726
17433
|
"""
|
|
16727
17434
|
return pulumi.get(self, "kafka_authentication_method")
|
|
16728
17435
|
|
|
17436
|
+
@property
|
|
17437
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
17438
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
17439
|
+
"""
|
|
17440
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
17441
|
+
"""
|
|
17442
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
17443
|
+
|
|
16729
17444
|
@property
|
|
16730
17445
|
@pulumi.getter
|
|
16731
17446
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -16787,11 +17502,11 @@ class OpenSearchOpensearch(dict):
|
|
|
16787
17502
|
uris: Optional[Sequence[builtins.str]] = None,
|
|
16788
17503
|
username: Optional[builtins.str] = None):
|
|
16789
17504
|
"""
|
|
16790
|
-
:param builtins.str kibana_uri: URI for Kibana dashboard frontend
|
|
16791
|
-
:param builtins.str opensearch_dashboards_uri: URI for OpenSearch dashboard frontend
|
|
16792
|
-
:param builtins.str password: OpenSearch password
|
|
17505
|
+
:param builtins.str kibana_uri: URI for Kibana dashboard frontend.
|
|
17506
|
+
:param builtins.str opensearch_dashboards_uri: URI for OpenSearch dashboard frontend.
|
|
17507
|
+
:param builtins.str password: OpenSearch password.
|
|
16793
17508
|
:param Sequence[builtins.str] uris: OpenSearch server URIs.
|
|
16794
|
-
:param builtins.str username: OpenSearch username
|
|
17509
|
+
:param builtins.str username: OpenSearch username.
|
|
16795
17510
|
"""
|
|
16796
17511
|
if kibana_uri is not None:
|
|
16797
17512
|
pulumi.set(__self__, "kibana_uri", kibana_uri)
|
|
@@ -16809,7 +17524,7 @@ class OpenSearchOpensearch(dict):
|
|
|
16809
17524
|
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
16810
17525
|
def kibana_uri(self) -> Optional[builtins.str]:
|
|
16811
17526
|
"""
|
|
16812
|
-
URI for Kibana dashboard frontend
|
|
17527
|
+
URI for Kibana dashboard frontend.
|
|
16813
17528
|
"""
|
|
16814
17529
|
return pulumi.get(self, "kibana_uri")
|
|
16815
17530
|
|
|
@@ -16817,7 +17532,7 @@ class OpenSearchOpensearch(dict):
|
|
|
16817
17532
|
@pulumi.getter(name="opensearchDashboardsUri")
|
|
16818
17533
|
def opensearch_dashboards_uri(self) -> Optional[builtins.str]:
|
|
16819
17534
|
"""
|
|
16820
|
-
URI for OpenSearch dashboard frontend
|
|
17535
|
+
URI for OpenSearch dashboard frontend.
|
|
16821
17536
|
"""
|
|
16822
17537
|
return pulumi.get(self, "opensearch_dashboards_uri")
|
|
16823
17538
|
|
|
@@ -16825,7 +17540,7 @@ class OpenSearchOpensearch(dict):
|
|
|
16825
17540
|
@pulumi.getter
|
|
16826
17541
|
def password(self) -> Optional[builtins.str]:
|
|
16827
17542
|
"""
|
|
16828
|
-
OpenSearch password
|
|
17543
|
+
OpenSearch password.
|
|
16829
17544
|
"""
|
|
16830
17545
|
return pulumi.get(self, "password")
|
|
16831
17546
|
|
|
@@ -16841,7 +17556,7 @@ class OpenSearchOpensearch(dict):
|
|
|
16841
17556
|
@pulumi.getter
|
|
16842
17557
|
def username(self) -> Optional[builtins.str]:
|
|
16843
17558
|
"""
|
|
16844
|
-
OpenSearch username
|
|
17559
|
+
OpenSearch username.
|
|
16845
17560
|
"""
|
|
16846
17561
|
return pulumi.get(self, "username")
|
|
16847
17562
|
|
|
@@ -17297,7 +18012,7 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
|
17297
18012
|
:param builtins.str endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
17298
18013
|
:param builtins.bool include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
17299
18014
|
:param builtins.str key: Azure account secret key. One of key or sas_token should be specified.
|
|
17300
|
-
:param builtins.bool readonly: Whether the repository is read-only. Default: `
|
|
18015
|
+
:param builtins.bool readonly: Whether the repository is read-only. Default: `true`.
|
|
17301
18016
|
:param builtins.bool restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
17302
18017
|
:param builtins.str sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
17303
18018
|
"""
|
|
@@ -17407,7 +18122,7 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
|
|
|
17407
18122
|
@pulumi.getter
|
|
17408
18123
|
def readonly(self) -> Optional[builtins.bool]:
|
|
17409
18124
|
"""
|
|
17410
|
-
Whether the repository is read-only. Default: `
|
|
18125
|
+
Whether the repository is read-only. Default: `true`.
|
|
17411
18126
|
"""
|
|
17412
18127
|
return pulumi.get(self, "readonly")
|
|
17413
18128
|
|
|
@@ -17475,7 +18190,7 @@ class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
|
17475
18190
|
:param builtins.str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
17476
18191
|
:param builtins.bool compress: When set to true metadata files are stored in compressed format.
|
|
17477
18192
|
:param builtins.bool include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
17478
|
-
:param builtins.bool readonly: Whether the repository is read-only. Default: `
|
|
18193
|
+
:param builtins.bool readonly: Whether the repository is read-only. Default: `true`.
|
|
17479
18194
|
:param builtins.bool restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
17480
18195
|
"""
|
|
17481
18196
|
pulumi.set(__self__, "base_path", base_path)
|
|
@@ -17562,7 +18277,7 @@ class OpenSearchOpensearchUserConfigGcsMigration(dict):
|
|
|
17562
18277
|
@pulumi.getter
|
|
17563
18278
|
def readonly(self) -> Optional[builtins.bool]:
|
|
17564
18279
|
"""
|
|
17565
|
-
Whether the repository is read-only. Default: `
|
|
18280
|
+
Whether the repository is read-only. Default: `true`.
|
|
17566
18281
|
"""
|
|
17567
18282
|
return pulumi.get(self, "readonly")
|
|
17568
18283
|
|
|
@@ -18030,6 +18745,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18030
18745
|
suggest = "email_sender_username"
|
|
18031
18746
|
elif key == "enableRemoteBackedStorage":
|
|
18032
18747
|
suggest = "enable_remote_backed_storage"
|
|
18748
|
+
elif key == "enableSearchableSnapshots":
|
|
18749
|
+
suggest = "enable_searchable_snapshots"
|
|
18033
18750
|
elif key == "enableSecurityAudit":
|
|
18034
18751
|
suggest = "enable_security_audit"
|
|
18035
18752
|
elif key == "httpMaxContentLength":
|
|
@@ -18133,6 +18850,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18133
18850
|
email_sender_password: Optional[builtins.str] = None,
|
|
18134
18851
|
email_sender_username: Optional[builtins.str] = None,
|
|
18135
18852
|
enable_remote_backed_storage: Optional[builtins.bool] = None,
|
|
18853
|
+
enable_searchable_snapshots: Optional[builtins.bool] = None,
|
|
18136
18854
|
enable_security_audit: Optional[builtins.bool] = None,
|
|
18137
18855
|
http_max_content_length: Optional[builtins.int] = None,
|
|
18138
18856
|
http_max_header_size: Optional[builtins.int] = None,
|
|
@@ -18185,6 +18903,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18185
18903
|
:param builtins.str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
18186
18904
|
:param builtins.str email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
18187
18905
|
:param builtins.bool enable_remote_backed_storage: Enable remote-backed storage.
|
|
18906
|
+
:param builtins.bool enable_searchable_snapshots: Enable searchable snapshots.
|
|
18188
18907
|
:param builtins.bool enable_security_audit: Enable/Disable security audit.
|
|
18189
18908
|
:param builtins.int http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
18190
18909
|
:param builtins.int http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
@@ -18249,6 +18968,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18249
18968
|
pulumi.set(__self__, "email_sender_username", email_sender_username)
|
|
18250
18969
|
if enable_remote_backed_storage is not None:
|
|
18251
18970
|
pulumi.set(__self__, "enable_remote_backed_storage", enable_remote_backed_storage)
|
|
18971
|
+
if enable_searchable_snapshots is not None:
|
|
18972
|
+
pulumi.set(__self__, "enable_searchable_snapshots", enable_searchable_snapshots)
|
|
18252
18973
|
if enable_security_audit is not None:
|
|
18253
18974
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
18254
18975
|
if http_max_content_length is not None:
|
|
@@ -18423,6 +19144,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18423
19144
|
"""
|
|
18424
19145
|
return pulumi.get(self, "enable_remote_backed_storage")
|
|
18425
19146
|
|
|
19147
|
+
@property
|
|
19148
|
+
@pulumi.getter(name="enableSearchableSnapshots")
|
|
19149
|
+
def enable_searchable_snapshots(self) -> Optional[builtins.bool]:
|
|
19150
|
+
"""
|
|
19151
|
+
Enable searchable snapshots.
|
|
19152
|
+
"""
|
|
19153
|
+
return pulumi.get(self, "enable_searchable_snapshots")
|
|
19154
|
+
|
|
18426
19155
|
@property
|
|
18427
19156
|
@pulumi.getter(name="enableSecurityAudit")
|
|
18428
19157
|
def enable_security_audit(self) -> Optional[builtins.bool]:
|
|
@@ -20454,7 +21183,7 @@ class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
|
20454
21183
|
:param builtins.bool compress: When set to true metadata files are stored in compressed format.
|
|
20455
21184
|
:param builtins.str endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
20456
21185
|
:param builtins.bool include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
20457
|
-
:param builtins.bool readonly: Whether the repository is read-only. Default: `
|
|
21186
|
+
:param builtins.bool readonly: Whether the repository is read-only. Default: `true`.
|
|
20458
21187
|
:param builtins.bool restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
20459
21188
|
:param builtins.bool server_side_encryption: When set to true files are encrypted on server side.
|
|
20460
21189
|
"""
|
|
@@ -20572,7 +21301,7 @@ class OpenSearchOpensearchUserConfigS3Migration(dict):
|
|
|
20572
21301
|
@pulumi.getter
|
|
20573
21302
|
def readonly(self) -> Optional[builtins.bool]:
|
|
20574
21303
|
"""
|
|
20575
|
-
Whether the repository is read-only. Default: `
|
|
21304
|
+
Whether the repository is read-only. Default: `true`.
|
|
20576
21305
|
"""
|
|
20577
21306
|
return pulumi.get(self, "readonly")
|
|
20578
21307
|
|
|
@@ -20808,6 +21537,116 @@ class OpenSearchTechEmail(dict):
|
|
|
20808
21537
|
return pulumi.get(self, "email")
|
|
20809
21538
|
|
|
20810
21539
|
|
|
21540
|
+
@pulumi.output_type
|
|
21541
|
+
class OrganizationAddressTimeouts(dict):
|
|
21542
|
+
def __init__(__self__, *,
|
|
21543
|
+
create: Optional[builtins.str] = None,
|
|
21544
|
+
delete: Optional[builtins.str] = None,
|
|
21545
|
+
read: Optional[builtins.str] = None,
|
|
21546
|
+
update: Optional[builtins.str] = None):
|
|
21547
|
+
"""
|
|
21548
|
+
:param builtins.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).
|
|
21549
|
+
:param builtins.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.
|
|
21550
|
+
:param builtins.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.
|
|
21551
|
+
:param builtins.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).
|
|
21552
|
+
"""
|
|
21553
|
+
if create is not None:
|
|
21554
|
+
pulumi.set(__self__, "create", create)
|
|
21555
|
+
if delete is not None:
|
|
21556
|
+
pulumi.set(__self__, "delete", delete)
|
|
21557
|
+
if read is not None:
|
|
21558
|
+
pulumi.set(__self__, "read", read)
|
|
21559
|
+
if update is not None:
|
|
21560
|
+
pulumi.set(__self__, "update", update)
|
|
21561
|
+
|
|
21562
|
+
@property
|
|
21563
|
+
@pulumi.getter
|
|
21564
|
+
def create(self) -> Optional[builtins.str]:
|
|
21565
|
+
"""
|
|
21566
|
+
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).
|
|
21567
|
+
"""
|
|
21568
|
+
return pulumi.get(self, "create")
|
|
21569
|
+
|
|
21570
|
+
@property
|
|
21571
|
+
@pulumi.getter
|
|
21572
|
+
def delete(self) -> Optional[builtins.str]:
|
|
21573
|
+
"""
|
|
21574
|
+
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.
|
|
21575
|
+
"""
|
|
21576
|
+
return pulumi.get(self, "delete")
|
|
21577
|
+
|
|
21578
|
+
@property
|
|
21579
|
+
@pulumi.getter
|
|
21580
|
+
def read(self) -> Optional[builtins.str]:
|
|
21581
|
+
"""
|
|
21582
|
+
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.
|
|
21583
|
+
"""
|
|
21584
|
+
return pulumi.get(self, "read")
|
|
21585
|
+
|
|
21586
|
+
@property
|
|
21587
|
+
@pulumi.getter
|
|
21588
|
+
def update(self) -> Optional[builtins.str]:
|
|
21589
|
+
"""
|
|
21590
|
+
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).
|
|
21591
|
+
"""
|
|
21592
|
+
return pulumi.get(self, "update")
|
|
21593
|
+
|
|
21594
|
+
|
|
21595
|
+
@pulumi.output_type
|
|
21596
|
+
class OrganizationBillingGroupTimeouts(dict):
|
|
21597
|
+
def __init__(__self__, *,
|
|
21598
|
+
create: Optional[builtins.str] = None,
|
|
21599
|
+
delete: Optional[builtins.str] = None,
|
|
21600
|
+
read: Optional[builtins.str] = None,
|
|
21601
|
+
update: Optional[builtins.str] = None):
|
|
21602
|
+
"""
|
|
21603
|
+
:param builtins.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).
|
|
21604
|
+
:param builtins.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.
|
|
21605
|
+
:param builtins.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.
|
|
21606
|
+
:param builtins.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).
|
|
21607
|
+
"""
|
|
21608
|
+
if create is not None:
|
|
21609
|
+
pulumi.set(__self__, "create", create)
|
|
21610
|
+
if delete is not None:
|
|
21611
|
+
pulumi.set(__self__, "delete", delete)
|
|
21612
|
+
if read is not None:
|
|
21613
|
+
pulumi.set(__self__, "read", read)
|
|
21614
|
+
if update is not None:
|
|
21615
|
+
pulumi.set(__self__, "update", update)
|
|
21616
|
+
|
|
21617
|
+
@property
|
|
21618
|
+
@pulumi.getter
|
|
21619
|
+
def create(self) -> Optional[builtins.str]:
|
|
21620
|
+
"""
|
|
21621
|
+
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).
|
|
21622
|
+
"""
|
|
21623
|
+
return pulumi.get(self, "create")
|
|
21624
|
+
|
|
21625
|
+
@property
|
|
21626
|
+
@pulumi.getter
|
|
21627
|
+
def delete(self) -> Optional[builtins.str]:
|
|
21628
|
+
"""
|
|
21629
|
+
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.
|
|
21630
|
+
"""
|
|
21631
|
+
return pulumi.get(self, "delete")
|
|
21632
|
+
|
|
21633
|
+
@property
|
|
21634
|
+
@pulumi.getter
|
|
21635
|
+
def read(self) -> Optional[builtins.str]:
|
|
21636
|
+
"""
|
|
21637
|
+
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.
|
|
21638
|
+
"""
|
|
21639
|
+
return pulumi.get(self, "read")
|
|
21640
|
+
|
|
21641
|
+
@property
|
|
21642
|
+
@pulumi.getter
|
|
21643
|
+
def update(self) -> Optional[builtins.str]:
|
|
21644
|
+
"""
|
|
21645
|
+
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).
|
|
21646
|
+
"""
|
|
21647
|
+
return pulumi.get(self, "update")
|
|
21648
|
+
|
|
21649
|
+
|
|
20811
21650
|
@pulumi.output_type
|
|
20812
21651
|
class OrganizationGroupProjectTimeouts(dict):
|
|
20813
21652
|
def __init__(__self__, *,
|
|
@@ -20979,6 +21818,61 @@ class OrganizationProjectTag(dict):
|
|
|
20979
21818
|
return pulumi.get(self, "value")
|
|
20980
21819
|
|
|
20981
21820
|
|
|
21821
|
+
@pulumi.output_type
|
|
21822
|
+
class OrganizationProjectTimeouts(dict):
|
|
21823
|
+
def __init__(__self__, *,
|
|
21824
|
+
create: Optional[builtins.str] = None,
|
|
21825
|
+
delete: Optional[builtins.str] = None,
|
|
21826
|
+
read: Optional[builtins.str] = None,
|
|
21827
|
+
update: Optional[builtins.str] = None):
|
|
21828
|
+
"""
|
|
21829
|
+
:param builtins.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).
|
|
21830
|
+
:param builtins.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.
|
|
21831
|
+
:param builtins.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.
|
|
21832
|
+
:param builtins.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).
|
|
21833
|
+
"""
|
|
21834
|
+
if create is not None:
|
|
21835
|
+
pulumi.set(__self__, "create", create)
|
|
21836
|
+
if delete is not None:
|
|
21837
|
+
pulumi.set(__self__, "delete", delete)
|
|
21838
|
+
if read is not None:
|
|
21839
|
+
pulumi.set(__self__, "read", read)
|
|
21840
|
+
if update is not None:
|
|
21841
|
+
pulumi.set(__self__, "update", update)
|
|
21842
|
+
|
|
21843
|
+
@property
|
|
21844
|
+
@pulumi.getter
|
|
21845
|
+
def create(self) -> Optional[builtins.str]:
|
|
21846
|
+
"""
|
|
21847
|
+
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).
|
|
21848
|
+
"""
|
|
21849
|
+
return pulumi.get(self, "create")
|
|
21850
|
+
|
|
21851
|
+
@property
|
|
21852
|
+
@pulumi.getter
|
|
21853
|
+
def delete(self) -> Optional[builtins.str]:
|
|
21854
|
+
"""
|
|
21855
|
+
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.
|
|
21856
|
+
"""
|
|
21857
|
+
return pulumi.get(self, "delete")
|
|
21858
|
+
|
|
21859
|
+
@property
|
|
21860
|
+
@pulumi.getter
|
|
21861
|
+
def read(self) -> Optional[builtins.str]:
|
|
21862
|
+
"""
|
|
21863
|
+
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.
|
|
21864
|
+
"""
|
|
21865
|
+
return pulumi.get(self, "read")
|
|
21866
|
+
|
|
21867
|
+
@property
|
|
21868
|
+
@pulumi.getter
|
|
21869
|
+
def update(self) -> Optional[builtins.str]:
|
|
21870
|
+
"""
|
|
21871
|
+
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).
|
|
21872
|
+
"""
|
|
21873
|
+
return pulumi.get(self, "update")
|
|
21874
|
+
|
|
21875
|
+
|
|
20982
21876
|
@pulumi.output_type
|
|
20983
21877
|
class OrganizationTimeouts(dict):
|
|
20984
21878
|
def __init__(__self__, *,
|
|
@@ -21098,6 +21992,8 @@ class PgComponent(dict):
|
|
|
21098
21992
|
suggest = "connection_uri"
|
|
21099
21993
|
elif key == "kafkaAuthenticationMethod":
|
|
21100
21994
|
suggest = "kafka_authentication_method"
|
|
21995
|
+
elif key == "kafkaSslCa":
|
|
21996
|
+
suggest = "kafka_ssl_ca"
|
|
21101
21997
|
|
|
21102
21998
|
if suggest:
|
|
21103
21999
|
pulumi.log.warn(f"Key '{key}' not found in PgComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -21115,6 +22011,7 @@ class PgComponent(dict):
|
|
|
21115
22011
|
connection_uri: Optional[builtins.str] = None,
|
|
21116
22012
|
host: Optional[builtins.str] = None,
|
|
21117
22013
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
22014
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
21118
22015
|
port: Optional[builtins.int] = None,
|
|
21119
22016
|
route: Optional[builtins.str] = None,
|
|
21120
22017
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -21124,6 +22021,7 @@ class PgComponent(dict):
|
|
|
21124
22021
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
21125
22022
|
:param builtins.str host: Host name for connecting to the service component
|
|
21126
22023
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
22024
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
21127
22025
|
:param builtins.int port: Port number for connecting to the service component
|
|
21128
22026
|
:param builtins.str route: Network access route
|
|
21129
22027
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -21137,6 +22035,8 @@ class PgComponent(dict):
|
|
|
21137
22035
|
pulumi.set(__self__, "host", host)
|
|
21138
22036
|
if kafka_authentication_method is not None:
|
|
21139
22037
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
22038
|
+
if kafka_ssl_ca is not None:
|
|
22039
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
21140
22040
|
if port is not None:
|
|
21141
22041
|
pulumi.set(__self__, "port", port)
|
|
21142
22042
|
if route is not None:
|
|
@@ -21178,6 +22078,14 @@ class PgComponent(dict):
|
|
|
21178
22078
|
"""
|
|
21179
22079
|
return pulumi.get(self, "kafka_authentication_method")
|
|
21180
22080
|
|
|
22081
|
+
@property
|
|
22082
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
22083
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
22084
|
+
"""
|
|
22085
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
22086
|
+
"""
|
|
22087
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
22088
|
+
|
|
21181
22089
|
@property
|
|
21182
22090
|
@pulumi.getter
|
|
21183
22091
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -21837,7 +22745,6 @@ class PgPgUserConfig(dict):
|
|
|
21837
22745
|
|
|
21838
22746
|
@property
|
|
21839
22747
|
@pulumi.getter
|
|
21840
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
21841
22748
|
def pgaudit(self) -> Optional['outputs.PgPgUserConfigPgaudit']:
|
|
21842
22749
|
"""
|
|
21843
22750
|
System-wide settings for the pgaudit extension
|
|
@@ -23000,7 +23907,7 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23000
23907
|
:param builtins.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. Default: `false`.
|
|
23001
23908
|
:param builtins.bool log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
23002
23909
|
:param builtins.bool log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
23003
|
-
:param builtins.str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
23910
|
+
:param builtins.str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
23004
23911
|
:param builtins.int log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
23005
23912
|
:param builtins.bool log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
23006
23913
|
:param builtins.bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -23043,7 +23950,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23043
23950
|
|
|
23044
23951
|
@property
|
|
23045
23952
|
@pulumi.getter(name="featureEnabled")
|
|
23046
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23047
23953
|
def feature_enabled(self) -> Optional[builtins.bool]:
|
|
23048
23954
|
"""
|
|
23049
23955
|
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
@@ -23052,7 +23958,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23052
23958
|
|
|
23053
23959
|
@property
|
|
23054
23960
|
@pulumi.getter(name="logCatalog")
|
|
23055
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23056
23961
|
def log_catalog(self) -> Optional[builtins.bool]:
|
|
23057
23962
|
"""
|
|
23058
23963
|
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
@@ -23061,7 +23966,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23061
23966
|
|
|
23062
23967
|
@property
|
|
23063
23968
|
@pulumi.getter(name="logClient")
|
|
23064
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23065
23969
|
def log_client(self) -> Optional[builtins.bool]:
|
|
23066
23970
|
"""
|
|
23067
23971
|
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
@@ -23070,16 +23974,14 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23070
23974
|
|
|
23071
23975
|
@property
|
|
23072
23976
|
@pulumi.getter(name="logLevel")
|
|
23073
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23074
23977
|
def log_level(self) -> Optional[builtins.str]:
|
|
23075
23978
|
"""
|
|
23076
|
-
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
23979
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
23077
23980
|
"""
|
|
23078
23981
|
return pulumi.get(self, "log_level")
|
|
23079
23982
|
|
|
23080
23983
|
@property
|
|
23081
23984
|
@pulumi.getter(name="logMaxStringLength")
|
|
23082
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23083
23985
|
def log_max_string_length(self) -> Optional[builtins.int]:
|
|
23084
23986
|
"""
|
|
23085
23987
|
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
@@ -23088,7 +23990,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23088
23990
|
|
|
23089
23991
|
@property
|
|
23090
23992
|
@pulumi.getter(name="logNestedStatements")
|
|
23091
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23092
23993
|
def log_nested_statements(self) -> Optional[builtins.bool]:
|
|
23093
23994
|
"""
|
|
23094
23995
|
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
@@ -23097,7 +23998,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23097
23998
|
|
|
23098
23999
|
@property
|
|
23099
24000
|
@pulumi.getter(name="logParameter")
|
|
23100
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23101
24001
|
def log_parameter(self) -> Optional[builtins.bool]:
|
|
23102
24002
|
"""
|
|
23103
24003
|
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -23106,7 +24006,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23106
24006
|
|
|
23107
24007
|
@property
|
|
23108
24008
|
@pulumi.getter(name="logParameterMaxSize")
|
|
23109
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23110
24009
|
def log_parameter_max_size(self) -> Optional[builtins.int]:
|
|
23111
24010
|
"""
|
|
23112
24011
|
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
@@ -23115,7 +24014,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23115
24014
|
|
|
23116
24015
|
@property
|
|
23117
24016
|
@pulumi.getter(name="logRelation")
|
|
23118
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23119
24017
|
def log_relation(self) -> Optional[builtins.bool]:
|
|
23120
24018
|
"""
|
|
23121
24019
|
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
@@ -23124,7 +24022,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23124
24022
|
|
|
23125
24023
|
@property
|
|
23126
24024
|
@pulumi.getter(name="logRows")
|
|
23127
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23128
24025
|
def log_rows(self) -> Optional[builtins.bool]:
|
|
23129
24026
|
"""
|
|
23130
24027
|
Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Default: `false`.
|
|
@@ -23133,7 +24030,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23133
24030
|
|
|
23134
24031
|
@property
|
|
23135
24032
|
@pulumi.getter(name="logStatement")
|
|
23136
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23137
24033
|
def log_statement(self) -> Optional[builtins.bool]:
|
|
23138
24034
|
"""
|
|
23139
24035
|
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
@@ -23142,7 +24038,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23142
24038
|
|
|
23143
24039
|
@property
|
|
23144
24040
|
@pulumi.getter(name="logStatementOnce")
|
|
23145
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23146
24041
|
def log_statement_once(self) -> Optional[builtins.bool]:
|
|
23147
24042
|
"""
|
|
23148
24043
|
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
@@ -23151,7 +24046,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23151
24046
|
|
|
23152
24047
|
@property
|
|
23153
24048
|
@pulumi.getter
|
|
23154
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23155
24049
|
def logs(self) -> Optional[Sequence[builtins.str]]:
|
|
23156
24050
|
"""
|
|
23157
24051
|
Specifies which classes of statements will be logged by session audit logging.
|
|
@@ -23160,7 +24054,6 @@ class PgPgUserConfigPgaudit(dict):
|
|
|
23160
24054
|
|
|
23161
24055
|
@property
|
|
23162
24056
|
@pulumi.getter
|
|
23163
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
23164
24057
|
def role(self) -> Optional[builtins.str]:
|
|
23165
24058
|
"""
|
|
23166
24059
|
Specifies the master role to use for object audit logging.
|
|
@@ -23664,6 +24557,8 @@ class RedisComponent(dict):
|
|
|
23664
24557
|
suggest = "connection_uri"
|
|
23665
24558
|
elif key == "kafkaAuthenticationMethod":
|
|
23666
24559
|
suggest = "kafka_authentication_method"
|
|
24560
|
+
elif key == "kafkaSslCa":
|
|
24561
|
+
suggest = "kafka_ssl_ca"
|
|
23667
24562
|
|
|
23668
24563
|
if suggest:
|
|
23669
24564
|
pulumi.log.warn(f"Key '{key}' not found in RedisComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -23681,6 +24576,7 @@ class RedisComponent(dict):
|
|
|
23681
24576
|
connection_uri: Optional[builtins.str] = None,
|
|
23682
24577
|
host: Optional[builtins.str] = None,
|
|
23683
24578
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
24579
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
23684
24580
|
port: Optional[builtins.int] = None,
|
|
23685
24581
|
route: Optional[builtins.str] = None,
|
|
23686
24582
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -23690,6 +24586,7 @@ class RedisComponent(dict):
|
|
|
23690
24586
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
23691
24587
|
:param builtins.str host: Host name for connecting to the service component
|
|
23692
24588
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
24589
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
23693
24590
|
:param builtins.int port: Port number for connecting to the service component
|
|
23694
24591
|
:param builtins.str route: Network access route
|
|
23695
24592
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -23703,6 +24600,8 @@ class RedisComponent(dict):
|
|
|
23703
24600
|
pulumi.set(__self__, "host", host)
|
|
23704
24601
|
if kafka_authentication_method is not None:
|
|
23705
24602
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
24603
|
+
if kafka_ssl_ca is not None:
|
|
24604
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
23706
24605
|
if port is not None:
|
|
23707
24606
|
pulumi.set(__self__, "port", port)
|
|
23708
24607
|
if route is not None:
|
|
@@ -23744,6 +24643,14 @@ class RedisComponent(dict):
|
|
|
23744
24643
|
"""
|
|
23745
24644
|
return pulumi.get(self, "kafka_authentication_method")
|
|
23746
24645
|
|
|
24646
|
+
@property
|
|
24647
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
24648
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
24649
|
+
"""
|
|
24650
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
24651
|
+
"""
|
|
24652
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
24653
|
+
|
|
23747
24654
|
@property
|
|
23748
24655
|
@pulumi.getter
|
|
23749
24656
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -28158,6 +29065,8 @@ class ThanosComponent(dict):
|
|
|
28158
29065
|
suggest = "connection_uri"
|
|
28159
29066
|
elif key == "kafkaAuthenticationMethod":
|
|
28160
29067
|
suggest = "kafka_authentication_method"
|
|
29068
|
+
elif key == "kafkaSslCa":
|
|
29069
|
+
suggest = "kafka_ssl_ca"
|
|
28161
29070
|
|
|
28162
29071
|
if suggest:
|
|
28163
29072
|
pulumi.log.warn(f"Key '{key}' not found in ThanosComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -28175,6 +29084,7 @@ class ThanosComponent(dict):
|
|
|
28175
29084
|
connection_uri: Optional[builtins.str] = None,
|
|
28176
29085
|
host: Optional[builtins.str] = None,
|
|
28177
29086
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
29087
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
28178
29088
|
port: Optional[builtins.int] = None,
|
|
28179
29089
|
route: Optional[builtins.str] = None,
|
|
28180
29090
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -28184,6 +29094,7 @@ class ThanosComponent(dict):
|
|
|
28184
29094
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
28185
29095
|
:param builtins.str host: Host name for connecting to the service component
|
|
28186
29096
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
29097
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
28187
29098
|
:param builtins.int port: Port number for connecting to the service component
|
|
28188
29099
|
:param builtins.str route: Network access route
|
|
28189
29100
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -28197,6 +29108,8 @@ class ThanosComponent(dict):
|
|
|
28197
29108
|
pulumi.set(__self__, "host", host)
|
|
28198
29109
|
if kafka_authentication_method is not None:
|
|
28199
29110
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
29111
|
+
if kafka_ssl_ca is not None:
|
|
29112
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
28200
29113
|
if port is not None:
|
|
28201
29114
|
pulumi.set(__self__, "port", port)
|
|
28202
29115
|
if route is not None:
|
|
@@ -28238,6 +29151,14 @@ class ThanosComponent(dict):
|
|
|
28238
29151
|
"""
|
|
28239
29152
|
return pulumi.get(self, "kafka_authentication_method")
|
|
28240
29153
|
|
|
29154
|
+
@property
|
|
29155
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
29156
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
29157
|
+
"""
|
|
29158
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
29159
|
+
"""
|
|
29160
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
29161
|
+
|
|
28241
29162
|
@property
|
|
28242
29163
|
@pulumi.getter
|
|
28243
29164
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -29123,6 +30044,8 @@ class ValkeyComponent(dict):
|
|
|
29123
30044
|
suggest = "connection_uri"
|
|
29124
30045
|
elif key == "kafkaAuthenticationMethod":
|
|
29125
30046
|
suggest = "kafka_authentication_method"
|
|
30047
|
+
elif key == "kafkaSslCa":
|
|
30048
|
+
suggest = "kafka_ssl_ca"
|
|
29126
30049
|
|
|
29127
30050
|
if suggest:
|
|
29128
30051
|
pulumi.log.warn(f"Key '{key}' not found in ValkeyComponent. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -29140,6 +30063,7 @@ class ValkeyComponent(dict):
|
|
|
29140
30063
|
connection_uri: Optional[builtins.str] = None,
|
|
29141
30064
|
host: Optional[builtins.str] = None,
|
|
29142
30065
|
kafka_authentication_method: Optional[builtins.str] = None,
|
|
30066
|
+
kafka_ssl_ca: Optional[builtins.str] = None,
|
|
29143
30067
|
port: Optional[builtins.int] = None,
|
|
29144
30068
|
route: Optional[builtins.str] = None,
|
|
29145
30069
|
ssl: Optional[builtins.bool] = None,
|
|
@@ -29149,6 +30073,7 @@ class ValkeyComponent(dict):
|
|
|
29149
30073
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
29150
30074
|
:param builtins.str host: Host name for connecting to the service component
|
|
29151
30075
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
30076
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
29152
30077
|
:param builtins.int port: Port number for connecting to the service component
|
|
29153
30078
|
:param builtins.str route: Network access route
|
|
29154
30079
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -29162,6 +30087,8 @@ class ValkeyComponent(dict):
|
|
|
29162
30087
|
pulumi.set(__self__, "host", host)
|
|
29163
30088
|
if kafka_authentication_method is not None:
|
|
29164
30089
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
30090
|
+
if kafka_ssl_ca is not None:
|
|
30091
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
29165
30092
|
if port is not None:
|
|
29166
30093
|
pulumi.set(__self__, "port", port)
|
|
29167
30094
|
if route is not None:
|
|
@@ -29203,6 +30130,14 @@ class ValkeyComponent(dict):
|
|
|
29203
30130
|
"""
|
|
29204
30131
|
return pulumi.get(self, "kafka_authentication_method")
|
|
29205
30132
|
|
|
30133
|
+
@property
|
|
30134
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
30135
|
+
def kafka_ssl_ca(self) -> Optional[builtins.str]:
|
|
30136
|
+
"""
|
|
30137
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
30138
|
+
"""
|
|
30139
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
30140
|
+
|
|
29206
30141
|
@property
|
|
29207
30142
|
@pulumi.getter
|
|
29208
30143
|
def port(self) -> Optional[builtins.int]:
|
|
@@ -30408,6 +31343,7 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
30408
31343
|
pg_read_replica: Optional[builtins.bool] = None,
|
|
30409
31344
|
pg_service_to_fork_from: Optional[builtins.str] = None,
|
|
30410
31345
|
pg_version: Optional[builtins.str] = None,
|
|
31346
|
+
pgaudit: Optional['outputs.GetAlloydbomniAlloydbomniUserConfigPgauditResult'] = None,
|
|
30411
31347
|
pgbouncer: Optional['outputs.GetAlloydbomniAlloydbomniUserConfigPgbouncerResult'] = None,
|
|
30412
31348
|
pglookout: Optional['outputs.GetAlloydbomniAlloydbomniUserConfigPglookoutResult'] = None,
|
|
30413
31349
|
private_access: Optional['outputs.GetAlloydbomniAlloydbomniUserConfigPrivateAccessResult'] = None,
|
|
@@ -30439,6 +31375,7 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
30439
31375
|
:param builtins.bool pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
30440
31376
|
:param builtins.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. Example: `anotherservicename`.
|
|
30441
31377
|
:param builtins.str pg_version: Enum: `15`, and newer. PostgreSQL major version.
|
|
31378
|
+
:param 'GetAlloydbomniAlloydbomniUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
30442
31379
|
:param 'GetAlloydbomniAlloydbomniUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
30443
31380
|
:param 'GetAlloydbomniAlloydbomniUserConfigPglookoutArgs' pglookout: System-wide settings for pglookout
|
|
30444
31381
|
:param 'GetAlloydbomniAlloydbomniUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
@@ -30486,6 +31423,8 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
30486
31423
|
pulumi.set(__self__, "pg_service_to_fork_from", pg_service_to_fork_from)
|
|
30487
31424
|
if pg_version is not None:
|
|
30488
31425
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
31426
|
+
if pgaudit is not None:
|
|
31427
|
+
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
30489
31428
|
if pgbouncer is not None:
|
|
30490
31429
|
pulumi.set(__self__, "pgbouncer", pgbouncer)
|
|
30491
31430
|
if pglookout is not None:
|
|
@@ -30644,6 +31583,14 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
30644
31583
|
"""
|
|
30645
31584
|
return pulumi.get(self, "pg_version")
|
|
30646
31585
|
|
|
31586
|
+
@property
|
|
31587
|
+
@pulumi.getter
|
|
31588
|
+
def pgaudit(self) -> Optional['outputs.GetAlloydbomniAlloydbomniUserConfigPgauditResult']:
|
|
31589
|
+
"""
|
|
31590
|
+
System-wide settings for the pgaudit extension
|
|
31591
|
+
"""
|
|
31592
|
+
return pulumi.get(self, "pgaudit")
|
|
31593
|
+
|
|
30647
31594
|
@property
|
|
30648
31595
|
@pulumi.getter
|
|
30649
31596
|
def pgbouncer(self) -> Optional['outputs.GetAlloydbomniAlloydbomniUserConfigPgbouncerResult']:
|
|
@@ -31370,6 +32317,181 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31370
32317
|
return pulumi.get(self, "wal_writer_delay")
|
|
31371
32318
|
|
|
31372
32319
|
|
|
32320
|
+
@pulumi.output_type
|
|
32321
|
+
class GetAlloydbomniAlloydbomniUserConfigPgauditResult(dict):
|
|
32322
|
+
def __init__(__self__, *,
|
|
32323
|
+
feature_enabled: Optional[builtins.bool] = None,
|
|
32324
|
+
log_catalog: Optional[builtins.bool] = None,
|
|
32325
|
+
log_client: Optional[builtins.bool] = None,
|
|
32326
|
+
log_level: Optional[builtins.str] = None,
|
|
32327
|
+
log_max_string_length: Optional[builtins.int] = None,
|
|
32328
|
+
log_nested_statements: Optional[builtins.bool] = None,
|
|
32329
|
+
log_parameter: Optional[builtins.bool] = None,
|
|
32330
|
+
log_parameter_max_size: Optional[builtins.int] = None,
|
|
32331
|
+
log_relation: Optional[builtins.bool] = None,
|
|
32332
|
+
log_rows: Optional[builtins.bool] = None,
|
|
32333
|
+
log_statement: Optional[builtins.bool] = None,
|
|
32334
|
+
log_statement_once: Optional[builtins.bool] = None,
|
|
32335
|
+
logs: Optional[Sequence[builtins.str]] = None,
|
|
32336
|
+
role: Optional[builtins.str] = None):
|
|
32337
|
+
"""
|
|
32338
|
+
:param builtins.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. Default: `false`.
|
|
32339
|
+
:param builtins.bool log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
32340
|
+
:param builtins.bool log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
32341
|
+
:param builtins.str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
32342
|
+
:param builtins.int log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
32343
|
+
:param builtins.bool log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
32344
|
+
:param builtins.bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
32345
|
+
:param builtins.int log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>. Default: `0`.
|
|
32346
|
+
:param builtins.bool log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
32347
|
+
:param builtins.bool log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Default: `false`.
|
|
32348
|
+
:param builtins.bool log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
32349
|
+
:param builtins.bool log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
32350
|
+
:param Sequence[builtins.str] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
32351
|
+
:param builtins.str role: Specifies the master role to use for object audit logging.
|
|
32352
|
+
"""
|
|
32353
|
+
if feature_enabled is not None:
|
|
32354
|
+
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
32355
|
+
if log_catalog is not None:
|
|
32356
|
+
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
32357
|
+
if log_client is not None:
|
|
32358
|
+
pulumi.set(__self__, "log_client", log_client)
|
|
32359
|
+
if log_level is not None:
|
|
32360
|
+
pulumi.set(__self__, "log_level", log_level)
|
|
32361
|
+
if log_max_string_length is not None:
|
|
32362
|
+
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
32363
|
+
if log_nested_statements is not None:
|
|
32364
|
+
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
32365
|
+
if log_parameter is not None:
|
|
32366
|
+
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
32367
|
+
if log_parameter_max_size is not None:
|
|
32368
|
+
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
32369
|
+
if log_relation is not None:
|
|
32370
|
+
pulumi.set(__self__, "log_relation", log_relation)
|
|
32371
|
+
if log_rows is not None:
|
|
32372
|
+
pulumi.set(__self__, "log_rows", log_rows)
|
|
32373
|
+
if log_statement is not None:
|
|
32374
|
+
pulumi.set(__self__, "log_statement", log_statement)
|
|
32375
|
+
if log_statement_once is not None:
|
|
32376
|
+
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
32377
|
+
if logs is not None:
|
|
32378
|
+
pulumi.set(__self__, "logs", logs)
|
|
32379
|
+
if role is not None:
|
|
32380
|
+
pulumi.set(__self__, "role", role)
|
|
32381
|
+
|
|
32382
|
+
@property
|
|
32383
|
+
@pulumi.getter(name="featureEnabled")
|
|
32384
|
+
def feature_enabled(self) -> Optional[builtins.bool]:
|
|
32385
|
+
"""
|
|
32386
|
+
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
32387
|
+
"""
|
|
32388
|
+
return pulumi.get(self, "feature_enabled")
|
|
32389
|
+
|
|
32390
|
+
@property
|
|
32391
|
+
@pulumi.getter(name="logCatalog")
|
|
32392
|
+
def log_catalog(self) -> Optional[builtins.bool]:
|
|
32393
|
+
"""
|
|
32394
|
+
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
32395
|
+
"""
|
|
32396
|
+
return pulumi.get(self, "log_catalog")
|
|
32397
|
+
|
|
32398
|
+
@property
|
|
32399
|
+
@pulumi.getter(name="logClient")
|
|
32400
|
+
def log_client(self) -> Optional[builtins.bool]:
|
|
32401
|
+
"""
|
|
32402
|
+
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
32403
|
+
"""
|
|
32404
|
+
return pulumi.get(self, "log_client")
|
|
32405
|
+
|
|
32406
|
+
@property
|
|
32407
|
+
@pulumi.getter(name="logLevel")
|
|
32408
|
+
def log_level(self) -> Optional[builtins.str]:
|
|
32409
|
+
"""
|
|
32410
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
32411
|
+
"""
|
|
32412
|
+
return pulumi.get(self, "log_level")
|
|
32413
|
+
|
|
32414
|
+
@property
|
|
32415
|
+
@pulumi.getter(name="logMaxStringLength")
|
|
32416
|
+
def log_max_string_length(self) -> Optional[builtins.int]:
|
|
32417
|
+
"""
|
|
32418
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
32419
|
+
"""
|
|
32420
|
+
return pulumi.get(self, "log_max_string_length")
|
|
32421
|
+
|
|
32422
|
+
@property
|
|
32423
|
+
@pulumi.getter(name="logNestedStatements")
|
|
32424
|
+
def log_nested_statements(self) -> Optional[builtins.bool]:
|
|
32425
|
+
"""
|
|
32426
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
32427
|
+
"""
|
|
32428
|
+
return pulumi.get(self, "log_nested_statements")
|
|
32429
|
+
|
|
32430
|
+
@property
|
|
32431
|
+
@pulumi.getter(name="logParameter")
|
|
32432
|
+
def log_parameter(self) -> Optional[builtins.bool]:
|
|
32433
|
+
"""
|
|
32434
|
+
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
32435
|
+
"""
|
|
32436
|
+
return pulumi.get(self, "log_parameter")
|
|
32437
|
+
|
|
32438
|
+
@property
|
|
32439
|
+
@pulumi.getter(name="logParameterMaxSize")
|
|
32440
|
+
def log_parameter_max_size(self) -> Optional[builtins.int]:
|
|
32441
|
+
"""
|
|
32442
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>. Default: `0`.
|
|
32443
|
+
"""
|
|
32444
|
+
return pulumi.get(self, "log_parameter_max_size")
|
|
32445
|
+
|
|
32446
|
+
@property
|
|
32447
|
+
@pulumi.getter(name="logRelation")
|
|
32448
|
+
def log_relation(self) -> Optional[builtins.bool]:
|
|
32449
|
+
"""
|
|
32450
|
+
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
32451
|
+
"""
|
|
32452
|
+
return pulumi.get(self, "log_relation")
|
|
32453
|
+
|
|
32454
|
+
@property
|
|
32455
|
+
@pulumi.getter(name="logRows")
|
|
32456
|
+
def log_rows(self) -> Optional[builtins.bool]:
|
|
32457
|
+
"""
|
|
32458
|
+
Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Default: `false`.
|
|
32459
|
+
"""
|
|
32460
|
+
return pulumi.get(self, "log_rows")
|
|
32461
|
+
|
|
32462
|
+
@property
|
|
32463
|
+
@pulumi.getter(name="logStatement")
|
|
32464
|
+
def log_statement(self) -> Optional[builtins.bool]:
|
|
32465
|
+
"""
|
|
32466
|
+
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
32467
|
+
"""
|
|
32468
|
+
return pulumi.get(self, "log_statement")
|
|
32469
|
+
|
|
32470
|
+
@property
|
|
32471
|
+
@pulumi.getter(name="logStatementOnce")
|
|
32472
|
+
def log_statement_once(self) -> Optional[builtins.bool]:
|
|
32473
|
+
"""
|
|
32474
|
+
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
32475
|
+
"""
|
|
32476
|
+
return pulumi.get(self, "log_statement_once")
|
|
32477
|
+
|
|
32478
|
+
@property
|
|
32479
|
+
@pulumi.getter
|
|
32480
|
+
def logs(self) -> Optional[Sequence[builtins.str]]:
|
|
32481
|
+
"""
|
|
32482
|
+
Specifies which classes of statements will be logged by session audit logging.
|
|
32483
|
+
"""
|
|
32484
|
+
return pulumi.get(self, "logs")
|
|
32485
|
+
|
|
32486
|
+
@property
|
|
32487
|
+
@pulumi.getter
|
|
32488
|
+
def role(self) -> Optional[builtins.str]:
|
|
32489
|
+
"""
|
|
32490
|
+
Specifies the master role to use for object audit logging.
|
|
32491
|
+
"""
|
|
32492
|
+
return pulumi.get(self, "role")
|
|
32493
|
+
|
|
32494
|
+
|
|
31373
32495
|
@pulumi.output_type
|
|
31374
32496
|
class GetAlloydbomniAlloydbomniUserConfigPgbouncerResult(dict):
|
|
31375
32497
|
def __init__(__self__, *,
|
|
@@ -31652,6 +32774,7 @@ class GetAlloydbomniComponentResult(dict):
|
|
|
31652
32774
|
connection_uri: builtins.str,
|
|
31653
32775
|
host: builtins.str,
|
|
31654
32776
|
kafka_authentication_method: builtins.str,
|
|
32777
|
+
kafka_ssl_ca: builtins.str,
|
|
31655
32778
|
port: builtins.int,
|
|
31656
32779
|
route: builtins.str,
|
|
31657
32780
|
ssl: builtins.bool,
|
|
@@ -31661,6 +32784,7 @@ class GetAlloydbomniComponentResult(dict):
|
|
|
31661
32784
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
31662
32785
|
:param builtins.str host: Host name for connecting to the service component
|
|
31663
32786
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
32787
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
31664
32788
|
:param builtins.int port: Port number for connecting to the service component
|
|
31665
32789
|
:param builtins.str route: Network access route
|
|
31666
32790
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -31670,6 +32794,7 @@ class GetAlloydbomniComponentResult(dict):
|
|
|
31670
32794
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
31671
32795
|
pulumi.set(__self__, "host", host)
|
|
31672
32796
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
32797
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
31673
32798
|
pulumi.set(__self__, "port", port)
|
|
31674
32799
|
pulumi.set(__self__, "route", route)
|
|
31675
32800
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -31707,6 +32832,14 @@ class GetAlloydbomniComponentResult(dict):
|
|
|
31707
32832
|
"""
|
|
31708
32833
|
return pulumi.get(self, "kafka_authentication_method")
|
|
31709
32834
|
|
|
32835
|
+
@property
|
|
32836
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
32837
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
32838
|
+
"""
|
|
32839
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
32840
|
+
"""
|
|
32841
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
32842
|
+
|
|
31710
32843
|
@property
|
|
31711
32844
|
@pulumi.getter
|
|
31712
32845
|
def port(self) -> builtins.int:
|
|
@@ -32176,6 +33309,7 @@ class GetCassandaComponentResult(dict):
|
|
|
32176
33309
|
connection_uri: builtins.str,
|
|
32177
33310
|
host: builtins.str,
|
|
32178
33311
|
kafka_authentication_method: builtins.str,
|
|
33312
|
+
kafka_ssl_ca: builtins.str,
|
|
32179
33313
|
port: builtins.int,
|
|
32180
33314
|
route: builtins.str,
|
|
32181
33315
|
ssl: builtins.bool,
|
|
@@ -32185,6 +33319,7 @@ class GetCassandaComponentResult(dict):
|
|
|
32185
33319
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
32186
33320
|
:param builtins.str host: Host name for connecting to the service component
|
|
32187
33321
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
33322
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
32188
33323
|
:param builtins.int port: Port number for connecting to the service component
|
|
32189
33324
|
:param builtins.str route: Network access route
|
|
32190
33325
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -32194,6 +33329,7 @@ class GetCassandaComponentResult(dict):
|
|
|
32194
33329
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
32195
33330
|
pulumi.set(__self__, "host", host)
|
|
32196
33331
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
33332
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
32197
33333
|
pulumi.set(__self__, "port", port)
|
|
32198
33334
|
pulumi.set(__self__, "route", route)
|
|
32199
33335
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -32231,6 +33367,14 @@ class GetCassandaComponentResult(dict):
|
|
|
32231
33367
|
"""
|
|
32232
33368
|
return pulumi.get(self, "kafka_authentication_method")
|
|
32233
33369
|
|
|
33370
|
+
@property
|
|
33371
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
33372
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
33373
|
+
"""
|
|
33374
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
33375
|
+
"""
|
|
33376
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
33377
|
+
|
|
32234
33378
|
@property
|
|
32235
33379
|
@pulumi.getter
|
|
32236
33380
|
def port(self) -> builtins.int:
|
|
@@ -32700,6 +33844,7 @@ class GetCassandraComponentResult(dict):
|
|
|
32700
33844
|
connection_uri: builtins.str,
|
|
32701
33845
|
host: builtins.str,
|
|
32702
33846
|
kafka_authentication_method: builtins.str,
|
|
33847
|
+
kafka_ssl_ca: builtins.str,
|
|
32703
33848
|
port: builtins.int,
|
|
32704
33849
|
route: builtins.str,
|
|
32705
33850
|
ssl: builtins.bool,
|
|
@@ -32709,6 +33854,7 @@ class GetCassandraComponentResult(dict):
|
|
|
32709
33854
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
32710
33855
|
:param builtins.str host: Host name for connecting to the service component
|
|
32711
33856
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
33857
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
32712
33858
|
:param builtins.int port: Port number for connecting to the service component
|
|
32713
33859
|
:param builtins.str route: Network access route
|
|
32714
33860
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -32718,6 +33864,7 @@ class GetCassandraComponentResult(dict):
|
|
|
32718
33864
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
32719
33865
|
pulumi.set(__self__, "host", host)
|
|
32720
33866
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
33867
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
32721
33868
|
pulumi.set(__self__, "port", port)
|
|
32722
33869
|
pulumi.set(__self__, "route", route)
|
|
32723
33870
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -32755,6 +33902,14 @@ class GetCassandraComponentResult(dict):
|
|
|
32755
33902
|
"""
|
|
32756
33903
|
return pulumi.get(self, "kafka_authentication_method")
|
|
32757
33904
|
|
|
33905
|
+
@property
|
|
33906
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
33907
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
33908
|
+
"""
|
|
33909
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
33910
|
+
"""
|
|
33911
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
33912
|
+
|
|
32758
33913
|
@property
|
|
32759
33914
|
@pulumi.getter
|
|
32760
33915
|
def port(self) -> builtins.int:
|
|
@@ -32886,6 +34041,8 @@ class GetClickhouseClickhouseResult(dict):
|
|
|
32886
34041
|
class GetClickhouseClickhouseUserConfigResult(dict):
|
|
32887
34042
|
def __init__(__self__, *,
|
|
32888
34043
|
additional_backup_regions: Optional[builtins.str] = None,
|
|
34044
|
+
backup_hour: Optional[builtins.int] = None,
|
|
34045
|
+
backup_minute: Optional[builtins.int] = None,
|
|
32889
34046
|
ip_filter_objects: Optional[Sequence['outputs.GetClickhouseClickhouseUserConfigIpFilterObjectResult']] = None,
|
|
32890
34047
|
ip_filter_strings: Optional[Sequence[builtins.str]] = None,
|
|
32891
34048
|
ip_filters: Optional[Sequence[builtins.str]] = None,
|
|
@@ -32899,6 +34056,8 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
32899
34056
|
static_ips: Optional[builtins.bool] = None):
|
|
32900
34057
|
"""
|
|
32901
34058
|
:param builtins.str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
34059
|
+
:param builtins.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. Example: `3`.
|
|
34060
|
+
:param builtins.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. Example: `30`.
|
|
32902
34061
|
:param Sequence['GetClickhouseClickhouseUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
32903
34062
|
:param Sequence[builtins.str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
32904
34063
|
:param Sequence[builtins.str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -32913,6 +34072,10 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
32913
34072
|
"""
|
|
32914
34073
|
if additional_backup_regions is not None:
|
|
32915
34074
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
34075
|
+
if backup_hour is not None:
|
|
34076
|
+
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
34077
|
+
if backup_minute is not None:
|
|
34078
|
+
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
32916
34079
|
if ip_filter_objects is not None:
|
|
32917
34080
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
32918
34081
|
if ip_filter_strings is not None:
|
|
@@ -32945,6 +34108,22 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
32945
34108
|
"""
|
|
32946
34109
|
return pulumi.get(self, "additional_backup_regions")
|
|
32947
34110
|
|
|
34111
|
+
@property
|
|
34112
|
+
@pulumi.getter(name="backupHour")
|
|
34113
|
+
def backup_hour(self) -> Optional[builtins.int]:
|
|
34114
|
+
"""
|
|
34115
|
+
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
34116
|
+
"""
|
|
34117
|
+
return pulumi.get(self, "backup_hour")
|
|
34118
|
+
|
|
34119
|
+
@property
|
|
34120
|
+
@pulumi.getter(name="backupMinute")
|
|
34121
|
+
def backup_minute(self) -> Optional[builtins.int]:
|
|
34122
|
+
"""
|
|
34123
|
+
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
34124
|
+
"""
|
|
34125
|
+
return pulumi.get(self, "backup_minute")
|
|
34126
|
+
|
|
32948
34127
|
@property
|
|
32949
34128
|
@pulumi.getter(name="ipFilterObjects")
|
|
32950
34129
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetClickhouseClickhouseUserConfigIpFilterObjectResult']]:
|
|
@@ -33237,6 +34416,7 @@ class GetClickhouseComponentResult(dict):
|
|
|
33237
34416
|
connection_uri: builtins.str,
|
|
33238
34417
|
host: builtins.str,
|
|
33239
34418
|
kafka_authentication_method: builtins.str,
|
|
34419
|
+
kafka_ssl_ca: builtins.str,
|
|
33240
34420
|
port: builtins.int,
|
|
33241
34421
|
route: builtins.str,
|
|
33242
34422
|
ssl: builtins.bool,
|
|
@@ -33246,6 +34426,7 @@ class GetClickhouseComponentResult(dict):
|
|
|
33246
34426
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
33247
34427
|
:param builtins.str host: Host name for connecting to the service component
|
|
33248
34428
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
34429
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
33249
34430
|
:param builtins.int port: Port number for connecting to the service component
|
|
33250
34431
|
:param builtins.str route: Network access route
|
|
33251
34432
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -33255,6 +34436,7 @@ class GetClickhouseComponentResult(dict):
|
|
|
33255
34436
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
33256
34437
|
pulumi.set(__self__, "host", host)
|
|
33257
34438
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
34439
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
33258
34440
|
pulumi.set(__self__, "port", port)
|
|
33259
34441
|
pulumi.set(__self__, "route", route)
|
|
33260
34442
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -33292,6 +34474,14 @@ class GetClickhouseComponentResult(dict):
|
|
|
33292
34474
|
"""
|
|
33293
34475
|
return pulumi.get(self, "kafka_authentication_method")
|
|
33294
34476
|
|
|
34477
|
+
@property
|
|
34478
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
34479
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
34480
|
+
"""
|
|
34481
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
34482
|
+
"""
|
|
34483
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
34484
|
+
|
|
33295
34485
|
@property
|
|
33296
34486
|
@pulumi.getter
|
|
33297
34487
|
def port(self) -> builtins.int:
|
|
@@ -33408,6 +34598,7 @@ class GetDragonflyComponentResult(dict):
|
|
|
33408
34598
|
connection_uri: builtins.str,
|
|
33409
34599
|
host: builtins.str,
|
|
33410
34600
|
kafka_authentication_method: builtins.str,
|
|
34601
|
+
kafka_ssl_ca: builtins.str,
|
|
33411
34602
|
port: builtins.int,
|
|
33412
34603
|
route: builtins.str,
|
|
33413
34604
|
ssl: builtins.bool,
|
|
@@ -33417,6 +34608,7 @@ class GetDragonflyComponentResult(dict):
|
|
|
33417
34608
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
33418
34609
|
:param builtins.str host: Host name for connecting to the service component
|
|
33419
34610
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
34611
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
33420
34612
|
:param builtins.int port: Port number for connecting to the service component
|
|
33421
34613
|
:param builtins.str route: Network access route
|
|
33422
34614
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -33426,6 +34618,7 @@ class GetDragonflyComponentResult(dict):
|
|
|
33426
34618
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
33427
34619
|
pulumi.set(__self__, "host", host)
|
|
33428
34620
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
34621
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
33429
34622
|
pulumi.set(__self__, "port", port)
|
|
33430
34623
|
pulumi.set(__self__, "route", route)
|
|
33431
34624
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -33463,6 +34656,14 @@ class GetDragonflyComponentResult(dict):
|
|
|
33463
34656
|
"""
|
|
33464
34657
|
return pulumi.get(self, "kafka_authentication_method")
|
|
33465
34658
|
|
|
34659
|
+
@property
|
|
34660
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
34661
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
34662
|
+
"""
|
|
34663
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
34664
|
+
"""
|
|
34665
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
34666
|
+
|
|
33466
34667
|
@property
|
|
33467
34668
|
@pulumi.getter
|
|
33468
34669
|
def port(self) -> builtins.int:
|
|
@@ -34114,6 +35315,7 @@ class GetFlinkComponentResult(dict):
|
|
|
34114
35315
|
connection_uri: builtins.str,
|
|
34115
35316
|
host: builtins.str,
|
|
34116
35317
|
kafka_authentication_method: builtins.str,
|
|
35318
|
+
kafka_ssl_ca: builtins.str,
|
|
34117
35319
|
port: builtins.int,
|
|
34118
35320
|
route: builtins.str,
|
|
34119
35321
|
ssl: builtins.bool,
|
|
@@ -34123,6 +35325,7 @@ class GetFlinkComponentResult(dict):
|
|
|
34123
35325
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
34124
35326
|
:param builtins.str host: Host name for connecting to the service component
|
|
34125
35327
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
35328
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
34126
35329
|
:param builtins.int port: Port number for connecting to the service component
|
|
34127
35330
|
:param builtins.str route: Network access route
|
|
34128
35331
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -34132,6 +35335,7 @@ class GetFlinkComponentResult(dict):
|
|
|
34132
35335
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
34133
35336
|
pulumi.set(__self__, "host", host)
|
|
34134
35337
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
35338
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
34135
35339
|
pulumi.set(__self__, "port", port)
|
|
34136
35340
|
pulumi.set(__self__, "route", route)
|
|
34137
35341
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -34169,6 +35373,14 @@ class GetFlinkComponentResult(dict):
|
|
|
34169
35373
|
"""
|
|
34170
35374
|
return pulumi.get(self, "kafka_authentication_method")
|
|
34171
35375
|
|
|
35376
|
+
@property
|
|
35377
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
35378
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
35379
|
+
"""
|
|
35380
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
35381
|
+
"""
|
|
35382
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
35383
|
+
|
|
34172
35384
|
@property
|
|
34173
35385
|
@pulumi.getter
|
|
34174
35386
|
def port(self) -> builtins.int:
|
|
@@ -34548,6 +35760,7 @@ class GetGrafanaComponentResult(dict):
|
|
|
34548
35760
|
connection_uri: builtins.str,
|
|
34549
35761
|
host: builtins.str,
|
|
34550
35762
|
kafka_authentication_method: builtins.str,
|
|
35763
|
+
kafka_ssl_ca: builtins.str,
|
|
34551
35764
|
port: builtins.int,
|
|
34552
35765
|
route: builtins.str,
|
|
34553
35766
|
ssl: builtins.bool,
|
|
@@ -34557,6 +35770,7 @@ class GetGrafanaComponentResult(dict):
|
|
|
34557
35770
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
34558
35771
|
:param builtins.str host: Host name for connecting to the service component
|
|
34559
35772
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
35773
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
34560
35774
|
:param builtins.int port: Port number for connecting to the service component
|
|
34561
35775
|
:param builtins.str route: Network access route
|
|
34562
35776
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -34566,6 +35780,7 @@ class GetGrafanaComponentResult(dict):
|
|
|
34566
35780
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
34567
35781
|
pulumi.set(__self__, "host", host)
|
|
34568
35782
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
35783
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
34569
35784
|
pulumi.set(__self__, "port", port)
|
|
34570
35785
|
pulumi.set(__self__, "route", route)
|
|
34571
35786
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -34603,6 +35818,14 @@ class GetGrafanaComponentResult(dict):
|
|
|
34603
35818
|
"""
|
|
34604
35819
|
return pulumi.get(self, "kafka_authentication_method")
|
|
34605
35820
|
|
|
35821
|
+
@property
|
|
35822
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
35823
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
35824
|
+
"""
|
|
35825
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
35826
|
+
"""
|
|
35827
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
35828
|
+
|
|
34606
35829
|
@property
|
|
34607
35830
|
@pulumi.getter
|
|
34608
35831
|
def port(self) -> builtins.int:
|
|
@@ -36076,6 +37299,7 @@ class GetInfluxDbComponentResult(dict):
|
|
|
36076
37299
|
connection_uri: builtins.str,
|
|
36077
37300
|
host: builtins.str,
|
|
36078
37301
|
kafka_authentication_method: builtins.str,
|
|
37302
|
+
kafka_ssl_ca: builtins.str,
|
|
36079
37303
|
port: builtins.int,
|
|
36080
37304
|
route: builtins.str,
|
|
36081
37305
|
ssl: builtins.bool,
|
|
@@ -36085,6 +37309,7 @@ class GetInfluxDbComponentResult(dict):
|
|
|
36085
37309
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
36086
37310
|
:param builtins.str host: Host name for connecting to the service component
|
|
36087
37311
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
37312
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
36088
37313
|
:param builtins.int port: Port number for connecting to the service component
|
|
36089
37314
|
:param builtins.str route: Network access route
|
|
36090
37315
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -36094,6 +37319,7 @@ class GetInfluxDbComponentResult(dict):
|
|
|
36094
37319
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
36095
37320
|
pulumi.set(__self__, "host", host)
|
|
36096
37321
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
37322
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
36097
37323
|
pulumi.set(__self__, "port", port)
|
|
36098
37324
|
pulumi.set(__self__, "route", route)
|
|
36099
37325
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -36131,6 +37357,14 @@ class GetInfluxDbComponentResult(dict):
|
|
|
36131
37357
|
"""
|
|
36132
37358
|
return pulumi.get(self, "kafka_authentication_method")
|
|
36133
37359
|
|
|
37360
|
+
@property
|
|
37361
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
37362
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
37363
|
+
"""
|
|
37364
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
37365
|
+
"""
|
|
37366
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
37367
|
+
|
|
36134
37368
|
@property
|
|
36135
37369
|
@pulumi.getter
|
|
36136
37370
|
def port(self) -> builtins.int:
|
|
@@ -36701,6 +37935,7 @@ class GetKafkaComponentResult(dict):
|
|
|
36701
37935
|
connection_uri: builtins.str,
|
|
36702
37936
|
host: builtins.str,
|
|
36703
37937
|
kafka_authentication_method: builtins.str,
|
|
37938
|
+
kafka_ssl_ca: builtins.str,
|
|
36704
37939
|
port: builtins.int,
|
|
36705
37940
|
route: builtins.str,
|
|
36706
37941
|
ssl: builtins.bool,
|
|
@@ -36710,6 +37945,7 @@ class GetKafkaComponentResult(dict):
|
|
|
36710
37945
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
36711
37946
|
:param builtins.str host: Host name for connecting to the service component
|
|
36712
37947
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
37948
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
36713
37949
|
:param builtins.int port: Port number for connecting to the service component
|
|
36714
37950
|
:param builtins.str route: Network access route
|
|
36715
37951
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -36719,6 +37955,7 @@ class GetKafkaComponentResult(dict):
|
|
|
36719
37955
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
36720
37956
|
pulumi.set(__self__, "host", host)
|
|
36721
37957
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
37958
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
36722
37959
|
pulumi.set(__self__, "port", port)
|
|
36723
37960
|
pulumi.set(__self__, "route", route)
|
|
36724
37961
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -36756,6 +37993,14 @@ class GetKafkaComponentResult(dict):
|
|
|
36756
37993
|
"""
|
|
36757
37994
|
return pulumi.get(self, "kafka_authentication_method")
|
|
36758
37995
|
|
|
37996
|
+
@property
|
|
37997
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
37998
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
37999
|
+
"""
|
|
38000
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
38001
|
+
"""
|
|
38002
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
38003
|
+
|
|
36759
38004
|
@property
|
|
36760
38005
|
@pulumi.getter
|
|
36761
38006
|
def port(self) -> builtins.int:
|
|
@@ -36796,6 +38041,7 @@ class GetKafkaConnectComponentResult(dict):
|
|
|
36796
38041
|
connection_uri: builtins.str,
|
|
36797
38042
|
host: builtins.str,
|
|
36798
38043
|
kafka_authentication_method: builtins.str,
|
|
38044
|
+
kafka_ssl_ca: builtins.str,
|
|
36799
38045
|
port: builtins.int,
|
|
36800
38046
|
route: builtins.str,
|
|
36801
38047
|
ssl: builtins.bool,
|
|
@@ -36805,6 +38051,7 @@ class GetKafkaConnectComponentResult(dict):
|
|
|
36805
38051
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
36806
38052
|
:param builtins.str host: Host name for connecting to the service component
|
|
36807
38053
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
38054
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
36808
38055
|
:param builtins.int port: Port number for connecting to the service component
|
|
36809
38056
|
:param builtins.str route: Network access route
|
|
36810
38057
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -36814,6 +38061,7 @@ class GetKafkaConnectComponentResult(dict):
|
|
|
36814
38061
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
36815
38062
|
pulumi.set(__self__, "host", host)
|
|
36816
38063
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
38064
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
36817
38065
|
pulumi.set(__self__, "port", port)
|
|
36818
38066
|
pulumi.set(__self__, "route", route)
|
|
36819
38067
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -36851,6 +38099,14 @@ class GetKafkaConnectComponentResult(dict):
|
|
|
36851
38099
|
"""
|
|
36852
38100
|
return pulumi.get(self, "kafka_authentication_method")
|
|
36853
38101
|
|
|
38102
|
+
@property
|
|
38103
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
38104
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
38105
|
+
"""
|
|
38106
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
38107
|
+
"""
|
|
38108
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
38109
|
+
|
|
36854
38110
|
@property
|
|
36855
38111
|
@pulumi.getter
|
|
36856
38112
|
def port(self) -> builtins.int:
|
|
@@ -37748,6 +39004,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
37748
39004
|
kafka_authentication_methods: Optional['outputs.GetKafkaKafkaUserConfigKafkaAuthenticationMethodsResult'] = None,
|
|
37749
39005
|
kafka_connect: Optional[builtins.bool] = None,
|
|
37750
39006
|
kafka_connect_config: Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectConfigResult'] = None,
|
|
39007
|
+
kafka_connect_plugin_versions: Optional[Sequence['outputs.GetKafkaKafkaUserConfigKafkaConnectPluginVersionResult']] = None,
|
|
37751
39008
|
kafka_connect_secret_providers: Optional[Sequence['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult']] = None,
|
|
37752
39009
|
kafka_rest: Optional[builtins.bool] = None,
|
|
37753
39010
|
kafka_rest_authorization: Optional[builtins.bool] = None,
|
|
@@ -37776,11 +39033,12 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
37776
39033
|
:param 'GetKafkaKafkaUserConfigKafkaAuthenticationMethodsArgs' kafka_authentication_methods: Kafka authentication methods
|
|
37777
39034
|
:param builtins.bool kafka_connect: Enable Kafka Connect service. Default: `false`.
|
|
37778
39035
|
:param 'GetKafkaKafkaUserConfigKafkaConnectConfigArgs' kafka_connect_config: Kafka Connect configuration values
|
|
39036
|
+
:param Sequence['GetKafkaKafkaUserConfigKafkaConnectPluginVersionArgs'] kafka_connect_plugin_versions: The plugin selected by the user
|
|
37779
39037
|
:param builtins.bool kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
37780
39038
|
:param builtins.bool kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
37781
39039
|
:param 'GetKafkaKafkaUserConfigKafkaRestConfigArgs' kafka_rest_config: Kafka REST configuration
|
|
37782
39040
|
:param 'GetKafkaKafkaUserConfigKafkaSaslMechanismsArgs' kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
37783
|
-
:param builtins.str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
39041
|
+
:param builtins.str kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
37784
39042
|
:param builtins.bool letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
37785
39043
|
:param 'GetKafkaKafkaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
37786
39044
|
:param 'GetKafkaKafkaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -37814,6 +39072,8 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
37814
39072
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
37815
39073
|
if kafka_connect_config is not None:
|
|
37816
39074
|
pulumi.set(__self__, "kafka_connect_config", kafka_connect_config)
|
|
39075
|
+
if kafka_connect_plugin_versions is not None:
|
|
39076
|
+
pulumi.set(__self__, "kafka_connect_plugin_versions", kafka_connect_plugin_versions)
|
|
37817
39077
|
if kafka_connect_secret_providers is not None:
|
|
37818
39078
|
pulumi.set(__self__, "kafka_connect_secret_providers", kafka_connect_secret_providers)
|
|
37819
39079
|
if kafka_rest is not None:
|
|
@@ -37937,6 +39197,14 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
37937
39197
|
"""
|
|
37938
39198
|
return pulumi.get(self, "kafka_connect_config")
|
|
37939
39199
|
|
|
39200
|
+
@property
|
|
39201
|
+
@pulumi.getter(name="kafkaConnectPluginVersions")
|
|
39202
|
+
def kafka_connect_plugin_versions(self) -> Optional[Sequence['outputs.GetKafkaKafkaUserConfigKafkaConnectPluginVersionResult']]:
|
|
39203
|
+
"""
|
|
39204
|
+
The plugin selected by the user
|
|
39205
|
+
"""
|
|
39206
|
+
return pulumi.get(self, "kafka_connect_plugin_versions")
|
|
39207
|
+
|
|
37940
39208
|
@property
|
|
37941
39209
|
@pulumi.getter(name="kafkaConnectSecretProviders")
|
|
37942
39210
|
def kafka_connect_secret_providers(self) -> Optional[Sequence['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult']]:
|
|
@@ -37978,7 +39246,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
37978
39246
|
@pulumi.getter(name="kafkaVersion")
|
|
37979
39247
|
def kafka_version(self) -> Optional[builtins.str]:
|
|
37980
39248
|
"""
|
|
37981
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
39249
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
37982
39250
|
"""
|
|
37983
39251
|
return pulumi.get(self, "kafka_version")
|
|
37984
39252
|
|
|
@@ -38901,6 +40169,35 @@ class GetKafkaKafkaUserConfigKafkaConnectConfigResult(dict):
|
|
|
38901
40169
|
return pulumi.get(self, "session_timeout_ms")
|
|
38902
40170
|
|
|
38903
40171
|
|
|
40172
|
+
@pulumi.output_type
|
|
40173
|
+
class GetKafkaKafkaUserConfigKafkaConnectPluginVersionResult(dict):
|
|
40174
|
+
def __init__(__self__, *,
|
|
40175
|
+
plugin_name: builtins.str,
|
|
40176
|
+
version: builtins.str):
|
|
40177
|
+
"""
|
|
40178
|
+
:param builtins.str plugin_name: The name of the plugin. Example: `debezium-connector`.
|
|
40179
|
+
:param builtins.str version: The version of the plugin. Example: `2.5.0`.
|
|
40180
|
+
"""
|
|
40181
|
+
pulumi.set(__self__, "plugin_name", plugin_name)
|
|
40182
|
+
pulumi.set(__self__, "version", version)
|
|
40183
|
+
|
|
40184
|
+
@property
|
|
40185
|
+
@pulumi.getter(name="pluginName")
|
|
40186
|
+
def plugin_name(self) -> builtins.str:
|
|
40187
|
+
"""
|
|
40188
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
40189
|
+
"""
|
|
40190
|
+
return pulumi.get(self, "plugin_name")
|
|
40191
|
+
|
|
40192
|
+
@property
|
|
40193
|
+
@pulumi.getter
|
|
40194
|
+
def version(self) -> builtins.str:
|
|
40195
|
+
"""
|
|
40196
|
+
The version of the plugin. Example: `2.5.0`.
|
|
40197
|
+
"""
|
|
40198
|
+
return pulumi.get(self, "version")
|
|
40199
|
+
|
|
40200
|
+
|
|
38904
40201
|
@pulumi.output_type
|
|
38905
40202
|
class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
|
|
38906
40203
|
def __init__(__self__, *,
|
|
@@ -39589,6 +40886,7 @@ class GetKafkaMirrorMakerComponentResult(dict):
|
|
|
39589
40886
|
connection_uri: builtins.str,
|
|
39590
40887
|
host: builtins.str,
|
|
39591
40888
|
kafka_authentication_method: builtins.str,
|
|
40889
|
+
kafka_ssl_ca: builtins.str,
|
|
39592
40890
|
port: builtins.int,
|
|
39593
40891
|
route: builtins.str,
|
|
39594
40892
|
ssl: builtins.bool,
|
|
@@ -39598,6 +40896,7 @@ class GetKafkaMirrorMakerComponentResult(dict):
|
|
|
39598
40896
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
39599
40897
|
:param builtins.str host: Host name for connecting to the service component
|
|
39600
40898
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
40899
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
39601
40900
|
:param builtins.int port: Port number for connecting to the service component
|
|
39602
40901
|
:param builtins.str route: Network access route
|
|
39603
40902
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -39607,6 +40906,7 @@ class GetKafkaMirrorMakerComponentResult(dict):
|
|
|
39607
40906
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
39608
40907
|
pulumi.set(__self__, "host", host)
|
|
39609
40908
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
40909
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
39610
40910
|
pulumi.set(__self__, "port", port)
|
|
39611
40911
|
pulumi.set(__self__, "route", route)
|
|
39612
40912
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -39644,6 +40944,14 @@ class GetKafkaMirrorMakerComponentResult(dict):
|
|
|
39644
40944
|
"""
|
|
39645
40945
|
return pulumi.get(self, "kafka_authentication_method")
|
|
39646
40946
|
|
|
40947
|
+
@property
|
|
40948
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
40949
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
40950
|
+
"""
|
|
40951
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
40952
|
+
"""
|
|
40953
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
40954
|
+
|
|
39647
40955
|
@property
|
|
39648
40956
|
@pulumi.getter
|
|
39649
40957
|
def port(self) -> builtins.int:
|
|
@@ -40158,33 +41466,33 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40158
41466
|
segment_ms: Optional[builtins.str] = None,
|
|
40159
41467
|
unclean_leader_election_enable: Optional[builtins.bool] = None):
|
|
40160
41468
|
"""
|
|
40161
|
-
:param builtins.str cleanup_policy:
|
|
40162
|
-
:param builtins.str compression_type: compression
|
|
40163
|
-
:param builtins.str delete_retention_ms: delete.
|
|
40164
|
-
:param builtins.str file_delete_delay_ms: file.
|
|
40165
|
-
:param builtins.str flush_messages:
|
|
40166
|
-
:param builtins.str flush_ms:
|
|
40167
|
-
:param builtins.str index_interval_bytes: index.
|
|
40168
|
-
:param builtins.str local_retention_bytes:
|
|
40169
|
-
:param builtins.str local_retention_ms:
|
|
40170
|
-
:param builtins.str max_compaction_lag_ms:
|
|
40171
|
-
:param builtins.str max_message_bytes:
|
|
40172
|
-
:param builtins.bool message_downconversion_enable: message.
|
|
40173
|
-
:param builtins.str message_format_version: message.format
|
|
40174
|
-
:param builtins.str message_timestamp_difference_max_ms: message.timestamp.difference.
|
|
40175
|
-
:param builtins.str message_timestamp_type:
|
|
40176
|
-
:param builtins.float min_cleanable_dirty_ratio: min.
|
|
40177
|
-
:param builtins.str min_compaction_lag_ms:
|
|
40178
|
-
:param builtins.str min_insync_replicas: min.insync.replicas
|
|
40179
|
-
:param builtins.bool preallocate: preallocate
|
|
40180
|
-
:param builtins.bool remote_storage_enable:
|
|
40181
|
-
:param builtins.str retention_bytes: retention.bytes
|
|
40182
|
-
:param builtins.str retention_ms: retention.
|
|
40183
|
-
:param builtins.str segment_bytes:
|
|
40184
|
-
:param builtins.str segment_index_bytes:
|
|
40185
|
-
:param builtins.str segment_jitter_ms:
|
|
40186
|
-
:param builtins.str segment_ms: segment.
|
|
40187
|
-
:param builtins.bool unclean_leader_election_enable:
|
|
41469
|
+
:param builtins.str cleanup_policy: The retention policy to use on old segments. Possible values include 'delete', 'compact', or a comma-separated list of them. The default policy ('delete') will discard old segments when their retention time or size limit has been reached. The 'compact' setting will enable log compaction on the topic. The possible values are `compact`, `compact,delete` and `delete`.
|
|
41470
|
+
:param builtins.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. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
41471
|
+
:param builtins.str delete_retention_ms: The amount of time to retain delete tombstone markers for log compacted topics. This setting also gives a bound on the time in which a consumer must complete a read if they begin from offset 0 to ensure that they get a valid snapshot of the final stage (otherwise delete tombstones may be collected before they complete their scan).
|
|
41472
|
+
:param builtins.str file_delete_delay_ms: The time to wait before deleting a file from the filesystem.
|
|
41473
|
+
:param builtins.str flush_messages: This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
41474
|
+
:param builtins.str flush_ms: This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
41475
|
+
:param builtins.str index_interval_bytes: This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
|
|
41476
|
+
:param builtins.str local_retention_bytes: This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
|
|
41477
|
+
:param builtins.str local_retention_ms: This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
|
|
41478
|
+
:param builtins.str max_compaction_lag_ms: The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
41479
|
+
:param builtins.str max_message_bytes: The largest record batch size allowed by Kafka (after compression if compression is enabled). If this is increased and there are consumers older than 0.10.2, the consumers' fetch size must also be increased so that the they can fetch record batches this large. In the latest message format version, records are always grouped into batches for efficiency. In previous message format versions, uncompressed records are not grouped into batches and this limit only applies to a single record in that case.
|
|
41480
|
+
:param builtins.bool message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format. The broker responds with UNSUPPORTED_VERSION error for consume requests from such older clients. This configuration does not apply to any message format conversion that might be required for replication to followers.
|
|
41481
|
+
:param builtins.str message_format_version: Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
41482
|
+
:param builtins.str 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. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
41483
|
+
:param builtins.str message_timestamp_type: Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
41484
|
+
:param builtins.float min_cleanable_dirty_ratio: This configuration controls how frequently the log compactor will attempt to clean the log (assuming log compaction is enabled). By default we will avoid cleaning a log where more than 50% of the log has been compacted. This ratio bounds the maximum space wasted in the log by duplicates (at 50% at most 50% of the log could be duplicates). A higher ratio will mean fewer, more efficient cleanings but will mean more wasted space in the log. If the max.compaction.lag.ms or the min.compaction.lag.ms configurations are also specified, then the log compactor considers the log to be eligible for compaction as soon as either: (i) the dirty ratio threshold has been met and the log has had dirty (uncompacted) records for at least the min.compaction.lag.ms duration, or (ii) if the log has had dirty (uncompacted) records for at most the max.compaction.lag.ms period.
|
|
41485
|
+
:param builtins.str min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
41486
|
+
:param builtins.str min_insync_replicas: When a producer sets acks to 'all' (or '-1'), this configuration specifies the minimum number of replicas that must acknowledge a write for the write to be considered successful. If this minimum cannot be met, then the producer will raise an exception (either NotEnoughReplicas or NotEnoughReplicasAfterAppend). When used together, min.insync.replicas and acks allow you to enforce greater durability guarantees. A typical scenario would be to create a topic with a replication factor of 3, set min.insync.replicas to 2, and produce with acks of 'all'. This will ensure that the producer raises an exception if a majority of replicas do not receive a write.
|
|
41487
|
+
:param builtins.bool preallocate: True if we should preallocate the file on disk when creating a new log segment.
|
|
41488
|
+
:param builtins.bool remote_storage_enable: Indicates whether tiered storage should be enabled.
|
|
41489
|
+
:param builtins.str retention_bytes: This configuration controls the maximum size a partition (which consists of log segments) can grow to before we will discard old log segments to free up space if we are using the 'delete' retention policy. By default there is no size limit only a time limit. Since this limit is enforced at the partition level, multiply it by the number of partitions to compute the topic retention in bytes.
|
|
41490
|
+
:param builtins.str retention_ms: This configuration controls the maximum time we will retain a log before we will discard old log segments to free up space if we are using the 'delete' retention policy. This represents an SLA on how soon consumers must read their data. If set to -1, no time limit is applied.
|
|
41491
|
+
:param builtins.str segment_bytes: This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
41492
|
+
:param builtins.str segment_index_bytes: This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
41493
|
+
:param builtins.str segment_jitter_ms: The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
41494
|
+
:param builtins.str segment_ms: This configuration controls the period of time after which Kafka will force the log to roll even if the segment file isn't full to ensure that retention can delete or compact old data. Setting this to a very low value has consequences, and the Aiven management plane ignores values less than 10 seconds.
|
|
41495
|
+
:param builtins.bool unclean_leader_election_enable: Indicates whether to enable replicas not in the ISR set to be elected as leader as a last resort, even though doing so may result in data loss.
|
|
40188
41496
|
"""
|
|
40189
41497
|
if cleanup_policy is not None:
|
|
40190
41498
|
pulumi.set(__self__, "cleanup_policy", cleanup_policy)
|
|
@@ -40245,7 +41553,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40245
41553
|
@pulumi.getter(name="cleanupPolicy")
|
|
40246
41554
|
def cleanup_policy(self) -> Optional[builtins.str]:
|
|
40247
41555
|
"""
|
|
40248
|
-
|
|
41556
|
+
The retention policy to use on old segments. Possible values include 'delete', 'compact', or a comma-separated list of them. The default policy ('delete') will discard old segments when their retention time or size limit has been reached. The 'compact' setting will enable log compaction on the topic. The possible values are `compact`, `compact,delete` and `delete`.
|
|
40249
41557
|
"""
|
|
40250
41558
|
return pulumi.get(self, "cleanup_policy")
|
|
40251
41559
|
|
|
@@ -40253,7 +41561,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40253
41561
|
@pulumi.getter(name="compressionType")
|
|
40254
41562
|
def compression_type(self) -> Optional[builtins.str]:
|
|
40255
41563
|
"""
|
|
40256
|
-
compression
|
|
41564
|
+
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. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
40257
41565
|
"""
|
|
40258
41566
|
return pulumi.get(self, "compression_type")
|
|
40259
41567
|
|
|
@@ -40261,7 +41569,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40261
41569
|
@pulumi.getter(name="deleteRetentionMs")
|
|
40262
41570
|
def delete_retention_ms(self) -> Optional[builtins.str]:
|
|
40263
41571
|
"""
|
|
40264
|
-
delete.
|
|
41572
|
+
The amount of time to retain delete tombstone markers for log compacted topics. This setting also gives a bound on the time in which a consumer must complete a read if they begin from offset 0 to ensure that they get a valid snapshot of the final stage (otherwise delete tombstones may be collected before they complete their scan).
|
|
40265
41573
|
"""
|
|
40266
41574
|
return pulumi.get(self, "delete_retention_ms")
|
|
40267
41575
|
|
|
@@ -40269,7 +41577,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40269
41577
|
@pulumi.getter(name="fileDeleteDelayMs")
|
|
40270
41578
|
def file_delete_delay_ms(self) -> Optional[builtins.str]:
|
|
40271
41579
|
"""
|
|
40272
|
-
file.
|
|
41580
|
+
The time to wait before deleting a file from the filesystem.
|
|
40273
41581
|
"""
|
|
40274
41582
|
return pulumi.get(self, "file_delete_delay_ms")
|
|
40275
41583
|
|
|
@@ -40277,7 +41585,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40277
41585
|
@pulumi.getter(name="flushMessages")
|
|
40278
41586
|
def flush_messages(self) -> Optional[builtins.str]:
|
|
40279
41587
|
"""
|
|
40280
|
-
|
|
41588
|
+
This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
40281
41589
|
"""
|
|
40282
41590
|
return pulumi.get(self, "flush_messages")
|
|
40283
41591
|
|
|
@@ -40285,7 +41593,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40285
41593
|
@pulumi.getter(name="flushMs")
|
|
40286
41594
|
def flush_ms(self) -> Optional[builtins.str]:
|
|
40287
41595
|
"""
|
|
40288
|
-
|
|
41596
|
+
This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
40289
41597
|
"""
|
|
40290
41598
|
return pulumi.get(self, "flush_ms")
|
|
40291
41599
|
|
|
@@ -40293,7 +41601,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40293
41601
|
@pulumi.getter(name="indexIntervalBytes")
|
|
40294
41602
|
def index_interval_bytes(self) -> Optional[builtins.str]:
|
|
40295
41603
|
"""
|
|
40296
|
-
index.
|
|
41604
|
+
This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
|
|
40297
41605
|
"""
|
|
40298
41606
|
return pulumi.get(self, "index_interval_bytes")
|
|
40299
41607
|
|
|
@@ -40301,7 +41609,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40301
41609
|
@pulumi.getter(name="localRetentionBytes")
|
|
40302
41610
|
def local_retention_bytes(self) -> Optional[builtins.str]:
|
|
40303
41611
|
"""
|
|
40304
|
-
|
|
41612
|
+
This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
|
|
40305
41613
|
"""
|
|
40306
41614
|
return pulumi.get(self, "local_retention_bytes")
|
|
40307
41615
|
|
|
@@ -40309,7 +41617,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40309
41617
|
@pulumi.getter(name="localRetentionMs")
|
|
40310
41618
|
def local_retention_ms(self) -> Optional[builtins.str]:
|
|
40311
41619
|
"""
|
|
40312
|
-
|
|
41620
|
+
This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
|
|
40313
41621
|
"""
|
|
40314
41622
|
return pulumi.get(self, "local_retention_ms")
|
|
40315
41623
|
|
|
@@ -40317,7 +41625,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40317
41625
|
@pulumi.getter(name="maxCompactionLagMs")
|
|
40318
41626
|
def max_compaction_lag_ms(self) -> Optional[builtins.str]:
|
|
40319
41627
|
"""
|
|
40320
|
-
|
|
41628
|
+
The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
40321
41629
|
"""
|
|
40322
41630
|
return pulumi.get(self, "max_compaction_lag_ms")
|
|
40323
41631
|
|
|
@@ -40325,7 +41633,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40325
41633
|
@pulumi.getter(name="maxMessageBytes")
|
|
40326
41634
|
def max_message_bytes(self) -> Optional[builtins.str]:
|
|
40327
41635
|
"""
|
|
40328
|
-
|
|
41636
|
+
The largest record batch size allowed by Kafka (after compression if compression is enabled). If this is increased and there are consumers older than 0.10.2, the consumers' fetch size must also be increased so that the they can fetch record batches this large. In the latest message format version, records are always grouped into batches for efficiency. In previous message format versions, uncompressed records are not grouped into batches and this limit only applies to a single record in that case.
|
|
40329
41637
|
"""
|
|
40330
41638
|
return pulumi.get(self, "max_message_bytes")
|
|
40331
41639
|
|
|
@@ -40333,7 +41641,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40333
41641
|
@pulumi.getter(name="messageDownconversionEnable")
|
|
40334
41642
|
def message_downconversion_enable(self) -> Optional[builtins.bool]:
|
|
40335
41643
|
"""
|
|
40336
|
-
message.
|
|
41644
|
+
This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format. The broker responds with UNSUPPORTED_VERSION error for consume requests from such older clients. This configuration does not apply to any message format conversion that might be required for replication to followers.
|
|
40337
41645
|
"""
|
|
40338
41646
|
return pulumi.get(self, "message_downconversion_enable")
|
|
40339
41647
|
|
|
@@ -40341,7 +41649,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40341
41649
|
@pulumi.getter(name="messageFormatVersion")
|
|
40342
41650
|
def message_format_version(self) -> Optional[builtins.str]:
|
|
40343
41651
|
"""
|
|
40344
|
-
message.format
|
|
41652
|
+
Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
40345
41653
|
"""
|
|
40346
41654
|
return pulumi.get(self, "message_format_version")
|
|
40347
41655
|
|
|
@@ -40349,7 +41657,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40349
41657
|
@pulumi.getter(name="messageTimestampDifferenceMaxMs")
|
|
40350
41658
|
def message_timestamp_difference_max_ms(self) -> Optional[builtins.str]:
|
|
40351
41659
|
"""
|
|
40352
|
-
message.timestamp.difference.
|
|
41660
|
+
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
40353
41661
|
"""
|
|
40354
41662
|
return pulumi.get(self, "message_timestamp_difference_max_ms")
|
|
40355
41663
|
|
|
@@ -40357,7 +41665,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40357
41665
|
@pulumi.getter(name="messageTimestampType")
|
|
40358
41666
|
def message_timestamp_type(self) -> Optional[builtins.str]:
|
|
40359
41667
|
"""
|
|
40360
|
-
|
|
41668
|
+
Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
40361
41669
|
"""
|
|
40362
41670
|
return pulumi.get(self, "message_timestamp_type")
|
|
40363
41671
|
|
|
@@ -40365,7 +41673,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40365
41673
|
@pulumi.getter(name="minCleanableDirtyRatio")
|
|
40366
41674
|
def min_cleanable_dirty_ratio(self) -> Optional[builtins.float]:
|
|
40367
41675
|
"""
|
|
40368
|
-
min.
|
|
41676
|
+
This configuration controls how frequently the log compactor will attempt to clean the log (assuming log compaction is enabled). By default we will avoid cleaning a log where more than 50% of the log has been compacted. This ratio bounds the maximum space wasted in the log by duplicates (at 50% at most 50% of the log could be duplicates). A higher ratio will mean fewer, more efficient cleanings but will mean more wasted space in the log. If the max.compaction.lag.ms or the min.compaction.lag.ms configurations are also specified, then the log compactor considers the log to be eligible for compaction as soon as either: (i) the dirty ratio threshold has been met and the log has had dirty (uncompacted) records for at least the min.compaction.lag.ms duration, or (ii) if the log has had dirty (uncompacted) records for at most the max.compaction.lag.ms period.
|
|
40369
41677
|
"""
|
|
40370
41678
|
return pulumi.get(self, "min_cleanable_dirty_ratio")
|
|
40371
41679
|
|
|
@@ -40373,7 +41681,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40373
41681
|
@pulumi.getter(name="minCompactionLagMs")
|
|
40374
41682
|
def min_compaction_lag_ms(self) -> Optional[builtins.str]:
|
|
40375
41683
|
"""
|
|
40376
|
-
|
|
41684
|
+
The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
40377
41685
|
"""
|
|
40378
41686
|
return pulumi.get(self, "min_compaction_lag_ms")
|
|
40379
41687
|
|
|
@@ -40381,7 +41689,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40381
41689
|
@pulumi.getter(name="minInsyncReplicas")
|
|
40382
41690
|
def min_insync_replicas(self) -> Optional[builtins.str]:
|
|
40383
41691
|
"""
|
|
40384
|
-
min.insync.replicas
|
|
41692
|
+
When a producer sets acks to 'all' (or '-1'), this configuration specifies the minimum number of replicas that must acknowledge a write for the write to be considered successful. If this minimum cannot be met, then the producer will raise an exception (either NotEnoughReplicas or NotEnoughReplicasAfterAppend). When used together, min.insync.replicas and acks allow you to enforce greater durability guarantees. A typical scenario would be to create a topic with a replication factor of 3, set min.insync.replicas to 2, and produce with acks of 'all'. This will ensure that the producer raises an exception if a majority of replicas do not receive a write.
|
|
40385
41693
|
"""
|
|
40386
41694
|
return pulumi.get(self, "min_insync_replicas")
|
|
40387
41695
|
|
|
@@ -40389,7 +41697,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40389
41697
|
@pulumi.getter
|
|
40390
41698
|
def preallocate(self) -> Optional[builtins.bool]:
|
|
40391
41699
|
"""
|
|
40392
|
-
preallocate
|
|
41700
|
+
True if we should preallocate the file on disk when creating a new log segment.
|
|
40393
41701
|
"""
|
|
40394
41702
|
return pulumi.get(self, "preallocate")
|
|
40395
41703
|
|
|
@@ -40397,7 +41705,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40397
41705
|
@pulumi.getter(name="remoteStorageEnable")
|
|
40398
41706
|
def remote_storage_enable(self) -> Optional[builtins.bool]:
|
|
40399
41707
|
"""
|
|
40400
|
-
|
|
41708
|
+
Indicates whether tiered storage should be enabled.
|
|
40401
41709
|
"""
|
|
40402
41710
|
return pulumi.get(self, "remote_storage_enable")
|
|
40403
41711
|
|
|
@@ -40405,7 +41713,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40405
41713
|
@pulumi.getter(name="retentionBytes")
|
|
40406
41714
|
def retention_bytes(self) -> Optional[builtins.str]:
|
|
40407
41715
|
"""
|
|
40408
|
-
retention.bytes
|
|
41716
|
+
This configuration controls the maximum size a partition (which consists of log segments) can grow to before we will discard old log segments to free up space if we are using the 'delete' retention policy. By default there is no size limit only a time limit. Since this limit is enforced at the partition level, multiply it by the number of partitions to compute the topic retention in bytes.
|
|
40409
41717
|
"""
|
|
40410
41718
|
return pulumi.get(self, "retention_bytes")
|
|
40411
41719
|
|
|
@@ -40413,7 +41721,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40413
41721
|
@pulumi.getter(name="retentionMs")
|
|
40414
41722
|
def retention_ms(self) -> Optional[builtins.str]:
|
|
40415
41723
|
"""
|
|
40416
|
-
retention.
|
|
41724
|
+
This configuration controls the maximum time we will retain a log before we will discard old log segments to free up space if we are using the 'delete' retention policy. This represents an SLA on how soon consumers must read their data. If set to -1, no time limit is applied.
|
|
40417
41725
|
"""
|
|
40418
41726
|
return pulumi.get(self, "retention_ms")
|
|
40419
41727
|
|
|
@@ -40421,7 +41729,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40421
41729
|
@pulumi.getter(name="segmentBytes")
|
|
40422
41730
|
def segment_bytes(self) -> Optional[builtins.str]:
|
|
40423
41731
|
"""
|
|
40424
|
-
|
|
41732
|
+
This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
40425
41733
|
"""
|
|
40426
41734
|
return pulumi.get(self, "segment_bytes")
|
|
40427
41735
|
|
|
@@ -40429,7 +41737,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40429
41737
|
@pulumi.getter(name="segmentIndexBytes")
|
|
40430
41738
|
def segment_index_bytes(self) -> Optional[builtins.str]:
|
|
40431
41739
|
"""
|
|
40432
|
-
|
|
41740
|
+
This configuration controls the size of the index that maps offsets to file positions. We preallocate this index file and shrink it only after log rolls. You generally should not need to change this setting.
|
|
40433
41741
|
"""
|
|
40434
41742
|
return pulumi.get(self, "segment_index_bytes")
|
|
40435
41743
|
|
|
@@ -40437,7 +41745,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40437
41745
|
@pulumi.getter(name="segmentJitterMs")
|
|
40438
41746
|
def segment_jitter_ms(self) -> Optional[builtins.str]:
|
|
40439
41747
|
"""
|
|
40440
|
-
|
|
41748
|
+
The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
40441
41749
|
"""
|
|
40442
41750
|
return pulumi.get(self, "segment_jitter_ms")
|
|
40443
41751
|
|
|
@@ -40445,16 +41753,15 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
40445
41753
|
@pulumi.getter(name="segmentMs")
|
|
40446
41754
|
def segment_ms(self) -> Optional[builtins.str]:
|
|
40447
41755
|
"""
|
|
40448
|
-
segment.
|
|
41756
|
+
This configuration controls the period of time after which Kafka will force the log to roll even if the segment file isn't full to ensure that retention can delete or compact old data. Setting this to a very low value has consequences, and the Aiven management plane ignores values less than 10 seconds.
|
|
40449
41757
|
"""
|
|
40450
41758
|
return pulumi.get(self, "segment_ms")
|
|
40451
41759
|
|
|
40452
41760
|
@property
|
|
40453
41761
|
@pulumi.getter(name="uncleanLeaderElectionEnable")
|
|
40454
|
-
@_utilities.deprecated("""This field is deprecated and no longer functional.""")
|
|
40455
41762
|
def unclean_leader_election_enable(self) -> Optional[builtins.bool]:
|
|
40456
41763
|
"""
|
|
40457
|
-
|
|
41764
|
+
Indicates whether to enable replicas not in the ISR set to be elected as leader as a last resort, even though doing so may result in data loss.
|
|
40458
41765
|
"""
|
|
40459
41766
|
return pulumi.get(self, "unclean_leader_election_enable")
|
|
40460
41767
|
|
|
@@ -40496,6 +41803,7 @@ class GetM3AggregatorComponentResult(dict):
|
|
|
40496
41803
|
connection_uri: builtins.str,
|
|
40497
41804
|
host: builtins.str,
|
|
40498
41805
|
kafka_authentication_method: builtins.str,
|
|
41806
|
+
kafka_ssl_ca: builtins.str,
|
|
40499
41807
|
port: builtins.int,
|
|
40500
41808
|
route: builtins.str,
|
|
40501
41809
|
ssl: builtins.bool,
|
|
@@ -40505,6 +41813,7 @@ class GetM3AggregatorComponentResult(dict):
|
|
|
40505
41813
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
40506
41814
|
:param builtins.str host: Host name for connecting to the service component
|
|
40507
41815
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
41816
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
40508
41817
|
:param builtins.int port: Port number for connecting to the service component
|
|
40509
41818
|
:param builtins.str route: Network access route
|
|
40510
41819
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -40514,6 +41823,7 @@ class GetM3AggregatorComponentResult(dict):
|
|
|
40514
41823
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
40515
41824
|
pulumi.set(__self__, "host", host)
|
|
40516
41825
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
41826
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
40517
41827
|
pulumi.set(__self__, "port", port)
|
|
40518
41828
|
pulumi.set(__self__, "route", route)
|
|
40519
41829
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -40551,6 +41861,14 @@ class GetM3AggregatorComponentResult(dict):
|
|
|
40551
41861
|
"""
|
|
40552
41862
|
return pulumi.get(self, "kafka_authentication_method")
|
|
40553
41863
|
|
|
41864
|
+
@property
|
|
41865
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
41866
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
41867
|
+
"""
|
|
41868
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
41869
|
+
"""
|
|
41870
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
41871
|
+
|
|
40554
41872
|
@property
|
|
40555
41873
|
@pulumi.getter
|
|
40556
41874
|
def port(self) -> builtins.int:
|
|
@@ -40830,6 +42148,7 @@ class GetM3DbComponentResult(dict):
|
|
|
40830
42148
|
connection_uri: builtins.str,
|
|
40831
42149
|
host: builtins.str,
|
|
40832
42150
|
kafka_authentication_method: builtins.str,
|
|
42151
|
+
kafka_ssl_ca: builtins.str,
|
|
40833
42152
|
port: builtins.int,
|
|
40834
42153
|
route: builtins.str,
|
|
40835
42154
|
ssl: builtins.bool,
|
|
@@ -40839,6 +42158,7 @@ class GetM3DbComponentResult(dict):
|
|
|
40839
42158
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
40840
42159
|
:param builtins.str host: Host name for connecting to the service component
|
|
40841
42160
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
42161
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
40842
42162
|
:param builtins.int port: Port number for connecting to the service component
|
|
40843
42163
|
:param builtins.str route: Network access route
|
|
40844
42164
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -40848,6 +42168,7 @@ class GetM3DbComponentResult(dict):
|
|
|
40848
42168
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
40849
42169
|
pulumi.set(__self__, "host", host)
|
|
40850
42170
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
42171
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
40851
42172
|
pulumi.set(__self__, "port", port)
|
|
40852
42173
|
pulumi.set(__self__, "route", route)
|
|
40853
42174
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -40885,6 +42206,14 @@ class GetM3DbComponentResult(dict):
|
|
|
40885
42206
|
"""
|
|
40886
42207
|
return pulumi.get(self, "kafka_authentication_method")
|
|
40887
42208
|
|
|
42209
|
+
@property
|
|
42210
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
42211
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
42212
|
+
"""
|
|
42213
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
42214
|
+
"""
|
|
42215
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
42216
|
+
|
|
40888
42217
|
@property
|
|
40889
42218
|
@pulumi.getter
|
|
40890
42219
|
def port(self) -> builtins.int:
|
|
@@ -41838,6 +43167,7 @@ class GetMySqlComponentResult(dict):
|
|
|
41838
43167
|
connection_uri: builtins.str,
|
|
41839
43168
|
host: builtins.str,
|
|
41840
43169
|
kafka_authentication_method: builtins.str,
|
|
43170
|
+
kafka_ssl_ca: builtins.str,
|
|
41841
43171
|
port: builtins.int,
|
|
41842
43172
|
route: builtins.str,
|
|
41843
43173
|
ssl: builtins.bool,
|
|
@@ -41847,6 +43177,7 @@ class GetMySqlComponentResult(dict):
|
|
|
41847
43177
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
41848
43178
|
:param builtins.str host: Host name for connecting to the service component
|
|
41849
43179
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
43180
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
41850
43181
|
:param builtins.int port: Port number for connecting to the service component
|
|
41851
43182
|
:param builtins.str route: Network access route
|
|
41852
43183
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -41856,6 +43187,7 @@ class GetMySqlComponentResult(dict):
|
|
|
41856
43187
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
41857
43188
|
pulumi.set(__self__, "host", host)
|
|
41858
43189
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
43190
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
41859
43191
|
pulumi.set(__self__, "port", port)
|
|
41860
43192
|
pulumi.set(__self__, "route", route)
|
|
41861
43193
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -41893,6 +43225,14 @@ class GetMySqlComponentResult(dict):
|
|
|
41893
43225
|
"""
|
|
41894
43226
|
return pulumi.get(self, "kafka_authentication_method")
|
|
41895
43227
|
|
|
43228
|
+
@property
|
|
43229
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
43230
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
43231
|
+
"""
|
|
43232
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
43233
|
+
"""
|
|
43234
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
43235
|
+
|
|
41896
43236
|
@property
|
|
41897
43237
|
@pulumi.getter
|
|
41898
43238
|
def port(self) -> builtins.int:
|
|
@@ -43043,6 +44383,7 @@ class GetOpenSearchComponentResult(dict):
|
|
|
43043
44383
|
connection_uri: builtins.str,
|
|
43044
44384
|
host: builtins.str,
|
|
43045
44385
|
kafka_authentication_method: builtins.str,
|
|
44386
|
+
kafka_ssl_ca: builtins.str,
|
|
43046
44387
|
port: builtins.int,
|
|
43047
44388
|
route: builtins.str,
|
|
43048
44389
|
ssl: builtins.bool,
|
|
@@ -43052,6 +44393,7 @@ class GetOpenSearchComponentResult(dict):
|
|
|
43052
44393
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
43053
44394
|
:param builtins.str host: Host name for connecting to the service component
|
|
43054
44395
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
44396
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
43055
44397
|
:param builtins.int port: Port number for connecting to the service component
|
|
43056
44398
|
:param builtins.str route: Network access route
|
|
43057
44399
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -43061,6 +44403,7 @@ class GetOpenSearchComponentResult(dict):
|
|
|
43061
44403
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
43062
44404
|
pulumi.set(__self__, "host", host)
|
|
43063
44405
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
44406
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
43064
44407
|
pulumi.set(__self__, "port", port)
|
|
43065
44408
|
pulumi.set(__self__, "route", route)
|
|
43066
44409
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -43098,6 +44441,14 @@ class GetOpenSearchComponentResult(dict):
|
|
|
43098
44441
|
"""
|
|
43099
44442
|
return pulumi.get(self, "kafka_authentication_method")
|
|
43100
44443
|
|
|
44444
|
+
@property
|
|
44445
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
44446
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
44447
|
+
"""
|
|
44448
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
44449
|
+
"""
|
|
44450
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
44451
|
+
|
|
43101
44452
|
@property
|
|
43102
44453
|
@pulumi.getter
|
|
43103
44454
|
def port(self) -> builtins.int:
|
|
@@ -43140,11 +44491,11 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
43140
44491
|
uris: Sequence[builtins.str],
|
|
43141
44492
|
username: builtins.str):
|
|
43142
44493
|
"""
|
|
43143
|
-
:param builtins.str kibana_uri: URI for Kibana dashboard frontend
|
|
43144
|
-
:param builtins.str opensearch_dashboards_uri: URI for OpenSearch dashboard frontend
|
|
43145
|
-
:param builtins.str password: OpenSearch password
|
|
44494
|
+
:param builtins.str kibana_uri: URI for Kibana dashboard frontend.
|
|
44495
|
+
:param builtins.str opensearch_dashboards_uri: URI for OpenSearch dashboard frontend.
|
|
44496
|
+
:param builtins.str password: OpenSearch password.
|
|
43146
44497
|
:param Sequence[builtins.str] uris: OpenSearch server URIs.
|
|
43147
|
-
:param builtins.str username: OpenSearch username
|
|
44498
|
+
:param builtins.str username: OpenSearch username.
|
|
43148
44499
|
"""
|
|
43149
44500
|
pulumi.set(__self__, "kibana_uri", kibana_uri)
|
|
43150
44501
|
pulumi.set(__self__, "opensearch_dashboards_uri", opensearch_dashboards_uri)
|
|
@@ -43157,7 +44508,7 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
43157
44508
|
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
43158
44509
|
def kibana_uri(self) -> builtins.str:
|
|
43159
44510
|
"""
|
|
43160
|
-
URI for Kibana dashboard frontend
|
|
44511
|
+
URI for Kibana dashboard frontend.
|
|
43161
44512
|
"""
|
|
43162
44513
|
return pulumi.get(self, "kibana_uri")
|
|
43163
44514
|
|
|
@@ -43165,7 +44516,7 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
43165
44516
|
@pulumi.getter(name="opensearchDashboardsUri")
|
|
43166
44517
|
def opensearch_dashboards_uri(self) -> builtins.str:
|
|
43167
44518
|
"""
|
|
43168
|
-
URI for OpenSearch dashboard frontend
|
|
44519
|
+
URI for OpenSearch dashboard frontend.
|
|
43169
44520
|
"""
|
|
43170
44521
|
return pulumi.get(self, "opensearch_dashboards_uri")
|
|
43171
44522
|
|
|
@@ -43173,7 +44524,7 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
43173
44524
|
@pulumi.getter
|
|
43174
44525
|
def password(self) -> builtins.str:
|
|
43175
44526
|
"""
|
|
43176
|
-
OpenSearch password
|
|
44527
|
+
OpenSearch password.
|
|
43177
44528
|
"""
|
|
43178
44529
|
return pulumi.get(self, "password")
|
|
43179
44530
|
|
|
@@ -43189,7 +44540,7 @@ class GetOpenSearchOpensearchResult(dict):
|
|
|
43189
44540
|
@pulumi.getter
|
|
43190
44541
|
def username(self) -> builtins.str:
|
|
43191
44542
|
"""
|
|
43192
|
-
OpenSearch username
|
|
44543
|
+
OpenSearch username.
|
|
43193
44544
|
"""
|
|
43194
44545
|
return pulumi.get(self, "username")
|
|
43195
44546
|
|
|
@@ -43553,7 +44904,7 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
|
43553
44904
|
:param builtins.str endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
43554
44905
|
:param builtins.bool include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
43555
44906
|
:param builtins.str key: Azure account secret key. One of key or sas_token should be specified.
|
|
43556
|
-
:param builtins.bool readonly: Whether the repository is read-only. Default: `
|
|
44907
|
+
:param builtins.bool readonly: Whether the repository is read-only. Default: `true`.
|
|
43557
44908
|
:param builtins.bool restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
43558
44909
|
:param builtins.str sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
43559
44910
|
"""
|
|
@@ -43663,7 +45014,7 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
|
|
|
43663
45014
|
@pulumi.getter
|
|
43664
45015
|
def readonly(self) -> Optional[builtins.bool]:
|
|
43665
45016
|
"""
|
|
43666
|
-
Whether the repository is read-only. Default: `
|
|
45017
|
+
Whether the repository is read-only. Default: `true`.
|
|
43667
45018
|
"""
|
|
43668
45019
|
return pulumi.get(self, "readonly")
|
|
43669
45020
|
|
|
@@ -43706,7 +45057,7 @@ class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
|
43706
45057
|
:param builtins.str chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
43707
45058
|
:param builtins.bool compress: When set to true metadata files are stored in compressed format.
|
|
43708
45059
|
:param builtins.bool include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
43709
|
-
:param builtins.bool readonly: Whether the repository is read-only. Default: `
|
|
45060
|
+
:param builtins.bool readonly: Whether the repository is read-only. Default: `true`.
|
|
43710
45061
|
:param builtins.bool restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
43711
45062
|
"""
|
|
43712
45063
|
pulumi.set(__self__, "base_path", base_path)
|
|
@@ -43793,7 +45144,7 @@ class GetOpenSearchOpensearchUserConfigGcsMigrationResult(dict):
|
|
|
43793
45144
|
@pulumi.getter
|
|
43794
45145
|
def readonly(self) -> Optional[builtins.bool]:
|
|
43795
45146
|
"""
|
|
43796
|
-
Whether the repository is read-only. Default: `
|
|
45147
|
+
Whether the repository is read-only. Default: `true`.
|
|
43797
45148
|
"""
|
|
43798
45149
|
return pulumi.get(self, "readonly")
|
|
43799
45150
|
|
|
@@ -44149,6 +45500,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
44149
45500
|
email_sender_password: Optional[builtins.str] = None,
|
|
44150
45501
|
email_sender_username: Optional[builtins.str] = None,
|
|
44151
45502
|
enable_remote_backed_storage: Optional[builtins.bool] = None,
|
|
45503
|
+
enable_searchable_snapshots: Optional[builtins.bool] = None,
|
|
44152
45504
|
enable_security_audit: Optional[builtins.bool] = None,
|
|
44153
45505
|
http_max_content_length: Optional[builtins.int] = None,
|
|
44154
45506
|
http_max_header_size: Optional[builtins.int] = None,
|
|
@@ -44201,6 +45553,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
44201
45553
|
:param builtins.str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
44202
45554
|
:param builtins.str email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
44203
45555
|
:param builtins.bool enable_remote_backed_storage: Enable remote-backed storage.
|
|
45556
|
+
:param builtins.bool enable_searchable_snapshots: Enable searchable snapshots.
|
|
44204
45557
|
:param builtins.bool enable_security_audit: Enable/Disable security audit.
|
|
44205
45558
|
:param builtins.int http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
44206
45559
|
:param builtins.int http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
@@ -44265,6 +45618,8 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
44265
45618
|
pulumi.set(__self__, "email_sender_username", email_sender_username)
|
|
44266
45619
|
if enable_remote_backed_storage is not None:
|
|
44267
45620
|
pulumi.set(__self__, "enable_remote_backed_storage", enable_remote_backed_storage)
|
|
45621
|
+
if enable_searchable_snapshots is not None:
|
|
45622
|
+
pulumi.set(__self__, "enable_searchable_snapshots", enable_searchable_snapshots)
|
|
44268
45623
|
if enable_security_audit is not None:
|
|
44269
45624
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
44270
45625
|
if http_max_content_length is not None:
|
|
@@ -44439,6 +45794,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
44439
45794
|
"""
|
|
44440
45795
|
return pulumi.get(self, "enable_remote_backed_storage")
|
|
44441
45796
|
|
|
45797
|
+
@property
|
|
45798
|
+
@pulumi.getter(name="enableSearchableSnapshots")
|
|
45799
|
+
def enable_searchable_snapshots(self) -> Optional[builtins.bool]:
|
|
45800
|
+
"""
|
|
45801
|
+
Enable searchable snapshots.
|
|
45802
|
+
"""
|
|
45803
|
+
return pulumi.get(self, "enable_searchable_snapshots")
|
|
45804
|
+
|
|
44442
45805
|
@property
|
|
44443
45806
|
@pulumi.getter(name="enableSecurityAudit")
|
|
44444
45807
|
def enable_security_audit(self) -> Optional[builtins.bool]:
|
|
@@ -46038,7 +47401,7 @@ class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
|
46038
47401
|
:param builtins.bool compress: When set to true metadata files are stored in compressed format.
|
|
46039
47402
|
:param builtins.str endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
46040
47403
|
:param builtins.bool include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
46041
|
-
:param builtins.bool readonly: Whether the repository is read-only. Default: `
|
|
47404
|
+
:param builtins.bool readonly: Whether the repository is read-only. Default: `true`.
|
|
46042
47405
|
:param builtins.bool restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
46043
47406
|
:param builtins.bool server_side_encryption: When set to true files are encrypted on server side.
|
|
46044
47407
|
"""
|
|
@@ -46156,7 +47519,7 @@ class GetOpenSearchOpensearchUserConfigS3MigrationResult(dict):
|
|
|
46156
47519
|
@pulumi.getter
|
|
46157
47520
|
def readonly(self) -> Optional[builtins.bool]:
|
|
46158
47521
|
"""
|
|
46159
|
-
Whether the repository is read-only. Default: `
|
|
47522
|
+
Whether the repository is read-only. Default: `true`.
|
|
46160
47523
|
"""
|
|
46161
47524
|
return pulumi.get(self, "readonly")
|
|
46162
47525
|
|
|
@@ -46346,6 +47709,191 @@ class GetOpenSearchTechEmailResult(dict):
|
|
|
46346
47709
|
return pulumi.get(self, "email")
|
|
46347
47710
|
|
|
46348
47711
|
|
|
47712
|
+
@pulumi.output_type
|
|
47713
|
+
class GetOrganizationAddressTimeoutsResult(dict):
|
|
47714
|
+
def __init__(__self__, *,
|
|
47715
|
+
read: Optional[builtins.str] = None):
|
|
47716
|
+
"""
|
|
47717
|
+
:param builtins.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).
|
|
47718
|
+
"""
|
|
47719
|
+
if read is not None:
|
|
47720
|
+
pulumi.set(__self__, "read", read)
|
|
47721
|
+
|
|
47722
|
+
@property
|
|
47723
|
+
@pulumi.getter
|
|
47724
|
+
def read(self) -> Optional[builtins.str]:
|
|
47725
|
+
"""
|
|
47726
|
+
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).
|
|
47727
|
+
"""
|
|
47728
|
+
return pulumi.get(self, "read")
|
|
47729
|
+
|
|
47730
|
+
|
|
47731
|
+
@pulumi.output_type
|
|
47732
|
+
class GetOrganizationBillingGroupListBillingGroupResult(dict):
|
|
47733
|
+
def __init__(__self__, *,
|
|
47734
|
+
billing_address_id: builtins.str,
|
|
47735
|
+
billing_contact_emails: Sequence[builtins.str],
|
|
47736
|
+
billing_currency: builtins.str,
|
|
47737
|
+
billing_emails: Sequence[builtins.str],
|
|
47738
|
+
billing_group_id: builtins.str,
|
|
47739
|
+
billing_group_name: builtins.str,
|
|
47740
|
+
custom_invoice_text: builtins.str,
|
|
47741
|
+
organization_id: builtins.str,
|
|
47742
|
+
payment_method_id: builtins.str,
|
|
47743
|
+
shipping_address_id: builtins.str,
|
|
47744
|
+
vat_id: builtins.str):
|
|
47745
|
+
"""
|
|
47746
|
+
:param builtins.str billing_address_id: Billing address ID.
|
|
47747
|
+
:param Sequence[builtins.str] billing_contact_emails: List of billing contact emails.
|
|
47748
|
+
:param builtins.str billing_currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
47749
|
+
:param Sequence[builtins.str] billing_emails: List of billing contact emails.
|
|
47750
|
+
:param builtins.str billing_group_id: Billing group ID.
|
|
47751
|
+
:param builtins.str billing_group_name: Billing Group Name.
|
|
47752
|
+
:param builtins.str custom_invoice_text: Extra billing text.
|
|
47753
|
+
:param builtins.str organization_id: Organization ID.
|
|
47754
|
+
:param builtins.str payment_method_id: Payment method ID.
|
|
47755
|
+
:param builtins.str shipping_address_id: Shipping address ID.
|
|
47756
|
+
:param builtins.str vat_id: VAT ID.
|
|
47757
|
+
"""
|
|
47758
|
+
pulumi.set(__self__, "billing_address_id", billing_address_id)
|
|
47759
|
+
pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
|
|
47760
|
+
pulumi.set(__self__, "billing_currency", billing_currency)
|
|
47761
|
+
pulumi.set(__self__, "billing_emails", billing_emails)
|
|
47762
|
+
pulumi.set(__self__, "billing_group_id", billing_group_id)
|
|
47763
|
+
pulumi.set(__self__, "billing_group_name", billing_group_name)
|
|
47764
|
+
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
47765
|
+
pulumi.set(__self__, "organization_id", organization_id)
|
|
47766
|
+
pulumi.set(__self__, "payment_method_id", payment_method_id)
|
|
47767
|
+
pulumi.set(__self__, "shipping_address_id", shipping_address_id)
|
|
47768
|
+
pulumi.set(__self__, "vat_id", vat_id)
|
|
47769
|
+
|
|
47770
|
+
@property
|
|
47771
|
+
@pulumi.getter(name="billingAddressId")
|
|
47772
|
+
def billing_address_id(self) -> builtins.str:
|
|
47773
|
+
"""
|
|
47774
|
+
Billing address ID.
|
|
47775
|
+
"""
|
|
47776
|
+
return pulumi.get(self, "billing_address_id")
|
|
47777
|
+
|
|
47778
|
+
@property
|
|
47779
|
+
@pulumi.getter(name="billingContactEmails")
|
|
47780
|
+
def billing_contact_emails(self) -> Sequence[builtins.str]:
|
|
47781
|
+
"""
|
|
47782
|
+
List of billing contact emails.
|
|
47783
|
+
"""
|
|
47784
|
+
return pulumi.get(self, "billing_contact_emails")
|
|
47785
|
+
|
|
47786
|
+
@property
|
|
47787
|
+
@pulumi.getter(name="billingCurrency")
|
|
47788
|
+
def billing_currency(self) -> builtins.str:
|
|
47789
|
+
"""
|
|
47790
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
47791
|
+
"""
|
|
47792
|
+
return pulumi.get(self, "billing_currency")
|
|
47793
|
+
|
|
47794
|
+
@property
|
|
47795
|
+
@pulumi.getter(name="billingEmails")
|
|
47796
|
+
def billing_emails(self) -> Sequence[builtins.str]:
|
|
47797
|
+
"""
|
|
47798
|
+
List of billing contact emails.
|
|
47799
|
+
"""
|
|
47800
|
+
return pulumi.get(self, "billing_emails")
|
|
47801
|
+
|
|
47802
|
+
@property
|
|
47803
|
+
@pulumi.getter(name="billingGroupId")
|
|
47804
|
+
def billing_group_id(self) -> builtins.str:
|
|
47805
|
+
"""
|
|
47806
|
+
Billing group ID.
|
|
47807
|
+
"""
|
|
47808
|
+
return pulumi.get(self, "billing_group_id")
|
|
47809
|
+
|
|
47810
|
+
@property
|
|
47811
|
+
@pulumi.getter(name="billingGroupName")
|
|
47812
|
+
def billing_group_name(self) -> builtins.str:
|
|
47813
|
+
"""
|
|
47814
|
+
Billing Group Name.
|
|
47815
|
+
"""
|
|
47816
|
+
return pulumi.get(self, "billing_group_name")
|
|
47817
|
+
|
|
47818
|
+
@property
|
|
47819
|
+
@pulumi.getter(name="customInvoiceText")
|
|
47820
|
+
def custom_invoice_text(self) -> builtins.str:
|
|
47821
|
+
"""
|
|
47822
|
+
Extra billing text.
|
|
47823
|
+
"""
|
|
47824
|
+
return pulumi.get(self, "custom_invoice_text")
|
|
47825
|
+
|
|
47826
|
+
@property
|
|
47827
|
+
@pulumi.getter(name="organizationId")
|
|
47828
|
+
def organization_id(self) -> builtins.str:
|
|
47829
|
+
"""
|
|
47830
|
+
Organization ID.
|
|
47831
|
+
"""
|
|
47832
|
+
return pulumi.get(self, "organization_id")
|
|
47833
|
+
|
|
47834
|
+
@property
|
|
47835
|
+
@pulumi.getter(name="paymentMethodId")
|
|
47836
|
+
def payment_method_id(self) -> builtins.str:
|
|
47837
|
+
"""
|
|
47838
|
+
Payment method ID.
|
|
47839
|
+
"""
|
|
47840
|
+
return pulumi.get(self, "payment_method_id")
|
|
47841
|
+
|
|
47842
|
+
@property
|
|
47843
|
+
@pulumi.getter(name="shippingAddressId")
|
|
47844
|
+
def shipping_address_id(self) -> builtins.str:
|
|
47845
|
+
"""
|
|
47846
|
+
Shipping address ID.
|
|
47847
|
+
"""
|
|
47848
|
+
return pulumi.get(self, "shipping_address_id")
|
|
47849
|
+
|
|
47850
|
+
@property
|
|
47851
|
+
@pulumi.getter(name="vatId")
|
|
47852
|
+
def vat_id(self) -> builtins.str:
|
|
47853
|
+
"""
|
|
47854
|
+
VAT ID.
|
|
47855
|
+
"""
|
|
47856
|
+
return pulumi.get(self, "vat_id")
|
|
47857
|
+
|
|
47858
|
+
|
|
47859
|
+
@pulumi.output_type
|
|
47860
|
+
class GetOrganizationBillingGroupListTimeoutsResult(dict):
|
|
47861
|
+
def __init__(__self__, *,
|
|
47862
|
+
read: Optional[builtins.str] = None):
|
|
47863
|
+
"""
|
|
47864
|
+
:param builtins.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).
|
|
47865
|
+
"""
|
|
47866
|
+
if read is not None:
|
|
47867
|
+
pulumi.set(__self__, "read", read)
|
|
47868
|
+
|
|
47869
|
+
@property
|
|
47870
|
+
@pulumi.getter
|
|
47871
|
+
def read(self) -> Optional[builtins.str]:
|
|
47872
|
+
"""
|
|
47873
|
+
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).
|
|
47874
|
+
"""
|
|
47875
|
+
return pulumi.get(self, "read")
|
|
47876
|
+
|
|
47877
|
+
|
|
47878
|
+
@pulumi.output_type
|
|
47879
|
+
class GetOrganizationBillingGroupTimeoutsResult(dict):
|
|
47880
|
+
def __init__(__self__, *,
|
|
47881
|
+
read: Optional[builtins.str] = None):
|
|
47882
|
+
"""
|
|
47883
|
+
:param builtins.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).
|
|
47884
|
+
"""
|
|
47885
|
+
if read is not None:
|
|
47886
|
+
pulumi.set(__self__, "read", read)
|
|
47887
|
+
|
|
47888
|
+
@property
|
|
47889
|
+
@pulumi.getter
|
|
47890
|
+
def read(self) -> Optional[builtins.str]:
|
|
47891
|
+
"""
|
|
47892
|
+
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).
|
|
47893
|
+
"""
|
|
47894
|
+
return pulumi.get(self, "read")
|
|
47895
|
+
|
|
47896
|
+
|
|
46349
47897
|
@pulumi.output_type
|
|
46350
47898
|
class GetOrganizationProjectTagResult(dict):
|
|
46351
47899
|
def __init__(__self__, *,
|
|
@@ -46375,6 +47923,44 @@ class GetOrganizationProjectTagResult(dict):
|
|
|
46375
47923
|
return pulumi.get(self, "value")
|
|
46376
47924
|
|
|
46377
47925
|
|
|
47926
|
+
@pulumi.output_type
|
|
47927
|
+
class GetOrganizationProjectTimeoutsResult(dict):
|
|
47928
|
+
def __init__(__self__, *,
|
|
47929
|
+
read: Optional[builtins.str] = None):
|
|
47930
|
+
"""
|
|
47931
|
+
:param builtins.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).
|
|
47932
|
+
"""
|
|
47933
|
+
if read is not None:
|
|
47934
|
+
pulumi.set(__self__, "read", read)
|
|
47935
|
+
|
|
47936
|
+
@property
|
|
47937
|
+
@pulumi.getter
|
|
47938
|
+
def read(self) -> Optional[builtins.str]:
|
|
47939
|
+
"""
|
|
47940
|
+
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).
|
|
47941
|
+
"""
|
|
47942
|
+
return pulumi.get(self, "read")
|
|
47943
|
+
|
|
47944
|
+
|
|
47945
|
+
@pulumi.output_type
|
|
47946
|
+
class GetOrganizationTimeoutsResult(dict):
|
|
47947
|
+
def __init__(__self__, *,
|
|
47948
|
+
read: Optional[builtins.str] = None):
|
|
47949
|
+
"""
|
|
47950
|
+
:param builtins.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).
|
|
47951
|
+
"""
|
|
47952
|
+
if read is not None:
|
|
47953
|
+
pulumi.set(__self__, "read", read)
|
|
47954
|
+
|
|
47955
|
+
@property
|
|
47956
|
+
@pulumi.getter
|
|
47957
|
+
def read(self) -> Optional[builtins.str]:
|
|
47958
|
+
"""
|
|
47959
|
+
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).
|
|
47960
|
+
"""
|
|
47961
|
+
return pulumi.get(self, "read")
|
|
47962
|
+
|
|
47963
|
+
|
|
46378
47964
|
@pulumi.output_type
|
|
46379
47965
|
class GetOrganizationUserListUserResult(dict):
|
|
46380
47966
|
def __init__(__self__, *,
|
|
@@ -46384,10 +47970,10 @@ class GetOrganizationUserListUserResult(dict):
|
|
|
46384
47970
|
user_id: builtins.str,
|
|
46385
47971
|
user_infos: Sequence['outputs.GetOrganizationUserListUserUserInfoResult']):
|
|
46386
47972
|
"""
|
|
46387
|
-
:param builtins.bool is_super_admin:
|
|
46388
|
-
:param builtins.str join_time:
|
|
46389
|
-
:param builtins.str last_activity_time: Last activity time
|
|
46390
|
-
:param builtins.str user_id: User ID
|
|
47973
|
+
:param builtins.bool is_super_admin: Indicates whether the user is a [super admin](https://aiven.io/docs/platform/concepts/permissions).
|
|
47974
|
+
:param builtins.str join_time: Date and time when the user joined the organization.
|
|
47975
|
+
:param builtins.str last_activity_time: Last activity time.
|
|
47976
|
+
:param builtins.str user_id: User ID.
|
|
46391
47977
|
"""
|
|
46392
47978
|
pulumi.set(__self__, "is_super_admin", is_super_admin)
|
|
46393
47979
|
pulumi.set(__self__, "join_time", join_time)
|
|
@@ -46399,7 +47985,7 @@ class GetOrganizationUserListUserResult(dict):
|
|
|
46399
47985
|
@pulumi.getter(name="isSuperAdmin")
|
|
46400
47986
|
def is_super_admin(self) -> builtins.bool:
|
|
46401
47987
|
"""
|
|
46402
|
-
|
|
47988
|
+
Indicates whether the user is a [super admin](https://aiven.io/docs/platform/concepts/permissions).
|
|
46403
47989
|
"""
|
|
46404
47990
|
return pulumi.get(self, "is_super_admin")
|
|
46405
47991
|
|
|
@@ -46407,7 +47993,7 @@ class GetOrganizationUserListUserResult(dict):
|
|
|
46407
47993
|
@pulumi.getter(name="joinTime")
|
|
46408
47994
|
def join_time(self) -> builtins.str:
|
|
46409
47995
|
"""
|
|
46410
|
-
|
|
47996
|
+
Date and time when the user joined the organization.
|
|
46411
47997
|
"""
|
|
46412
47998
|
return pulumi.get(self, "join_time")
|
|
46413
47999
|
|
|
@@ -46415,7 +48001,7 @@ class GetOrganizationUserListUserResult(dict):
|
|
|
46415
48001
|
@pulumi.getter(name="lastActivityTime")
|
|
46416
48002
|
def last_activity_time(self) -> builtins.str:
|
|
46417
48003
|
"""
|
|
46418
|
-
Last activity time
|
|
48004
|
+
Last activity time.
|
|
46419
48005
|
"""
|
|
46420
48006
|
return pulumi.get(self, "last_activity_time")
|
|
46421
48007
|
|
|
@@ -46423,7 +48009,7 @@ class GetOrganizationUserListUserResult(dict):
|
|
|
46423
48009
|
@pulumi.getter(name="userId")
|
|
46424
48010
|
def user_id(self) -> builtins.str:
|
|
46425
48011
|
"""
|
|
46426
|
-
User ID
|
|
48012
|
+
User ID.
|
|
46427
48013
|
"""
|
|
46428
48014
|
return pulumi.get(self, "user_id")
|
|
46429
48015
|
|
|
@@ -46450,15 +48036,15 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46450
48036
|
"""
|
|
46451
48037
|
:param builtins.str city: City
|
|
46452
48038
|
:param builtins.str country: Country
|
|
46453
|
-
:param builtins.str create_time:
|
|
48039
|
+
:param builtins.str create_time: Date and time when the user was created.
|
|
46454
48040
|
:param builtins.str department: Department
|
|
46455
|
-
:param builtins.bool is_application_user:
|
|
46456
|
-
:param builtins.str job_title: Job
|
|
46457
|
-
:param builtins.bool managed_by_scim:
|
|
46458
|
-
:param builtins.str managing_organization_id:
|
|
46459
|
-
:param builtins.str real_name:
|
|
48041
|
+
:param builtins.bool is_application_user: Inidicates whether the user is an [application user](https://aiven.io/docs/platform/concepts/application-users).
|
|
48042
|
+
:param builtins.str job_title: Job title
|
|
48043
|
+
:param builtins.bool managed_by_scim: Indicates whether the user is managed by [System for Cross-domain Identity Management (SCIM)](https://aiven.io/docs/platform/howto/list-identity-providers).
|
|
48044
|
+
:param builtins.str managing_organization_id: The ID of the organization that [manages the user](https://aiven.io/docs/platform/concepts/managed-users).
|
|
48045
|
+
:param builtins.str real_name: Full name of the user.
|
|
46460
48046
|
:param builtins.str state: State
|
|
46461
|
-
:param builtins.str user_email:
|
|
48047
|
+
:param builtins.str user_email: Email address.
|
|
46462
48048
|
"""
|
|
46463
48049
|
pulumi.set(__self__, "city", city)
|
|
46464
48050
|
pulumi.set(__self__, "country", country)
|
|
@@ -46492,7 +48078,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46492
48078
|
@pulumi.getter(name="createTime")
|
|
46493
48079
|
def create_time(self) -> builtins.str:
|
|
46494
48080
|
"""
|
|
46495
|
-
|
|
48081
|
+
Date and time when the user was created.
|
|
46496
48082
|
"""
|
|
46497
48083
|
return pulumi.get(self, "create_time")
|
|
46498
48084
|
|
|
@@ -46508,7 +48094,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46508
48094
|
@pulumi.getter(name="isApplicationUser")
|
|
46509
48095
|
def is_application_user(self) -> builtins.bool:
|
|
46510
48096
|
"""
|
|
46511
|
-
|
|
48097
|
+
Inidicates whether the user is an [application user](https://aiven.io/docs/platform/concepts/application-users).
|
|
46512
48098
|
"""
|
|
46513
48099
|
return pulumi.get(self, "is_application_user")
|
|
46514
48100
|
|
|
@@ -46516,7 +48102,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46516
48102
|
@pulumi.getter(name="jobTitle")
|
|
46517
48103
|
def job_title(self) -> builtins.str:
|
|
46518
48104
|
"""
|
|
46519
|
-
Job
|
|
48105
|
+
Job title
|
|
46520
48106
|
"""
|
|
46521
48107
|
return pulumi.get(self, "job_title")
|
|
46522
48108
|
|
|
@@ -46524,7 +48110,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46524
48110
|
@pulumi.getter(name="managedByScim")
|
|
46525
48111
|
def managed_by_scim(self) -> builtins.bool:
|
|
46526
48112
|
"""
|
|
46527
|
-
|
|
48113
|
+
Indicates whether the user is managed by [System for Cross-domain Identity Management (SCIM)](https://aiven.io/docs/platform/howto/list-identity-providers).
|
|
46528
48114
|
"""
|
|
46529
48115
|
return pulumi.get(self, "managed_by_scim")
|
|
46530
48116
|
|
|
@@ -46532,7 +48118,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46532
48118
|
@pulumi.getter(name="managingOrganizationId")
|
|
46533
48119
|
def managing_organization_id(self) -> builtins.str:
|
|
46534
48120
|
"""
|
|
46535
|
-
|
|
48121
|
+
The ID of the organization that [manages the user](https://aiven.io/docs/platform/concepts/managed-users).
|
|
46536
48122
|
"""
|
|
46537
48123
|
return pulumi.get(self, "managing_organization_id")
|
|
46538
48124
|
|
|
@@ -46540,7 +48126,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46540
48126
|
@pulumi.getter(name="realName")
|
|
46541
48127
|
def real_name(self) -> builtins.str:
|
|
46542
48128
|
"""
|
|
46543
|
-
|
|
48129
|
+
Full name of the user.
|
|
46544
48130
|
"""
|
|
46545
48131
|
return pulumi.get(self, "real_name")
|
|
46546
48132
|
|
|
@@ -46556,7 +48142,7 @@ class GetOrganizationUserListUserUserInfoResult(dict):
|
|
|
46556
48142
|
@pulumi.getter(name="userEmail")
|
|
46557
48143
|
def user_email(self) -> builtins.str:
|
|
46558
48144
|
"""
|
|
46559
|
-
|
|
48145
|
+
Email address.
|
|
46560
48146
|
"""
|
|
46561
48147
|
return pulumi.get(self, "user_email")
|
|
46562
48148
|
|
|
@@ -46568,6 +48154,7 @@ class GetPgComponentResult(dict):
|
|
|
46568
48154
|
connection_uri: builtins.str,
|
|
46569
48155
|
host: builtins.str,
|
|
46570
48156
|
kafka_authentication_method: builtins.str,
|
|
48157
|
+
kafka_ssl_ca: builtins.str,
|
|
46571
48158
|
port: builtins.int,
|
|
46572
48159
|
route: builtins.str,
|
|
46573
48160
|
ssl: builtins.bool,
|
|
@@ -46577,6 +48164,7 @@ class GetPgComponentResult(dict):
|
|
|
46577
48164
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
46578
48165
|
:param builtins.str host: Host name for connecting to the service component
|
|
46579
48166
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
48167
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
46580
48168
|
:param builtins.int port: Port number for connecting to the service component
|
|
46581
48169
|
:param builtins.str route: Network access route
|
|
46582
48170
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -46586,6 +48174,7 @@ class GetPgComponentResult(dict):
|
|
|
46586
48174
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
46587
48175
|
pulumi.set(__self__, "host", host)
|
|
46588
48176
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
48177
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
46589
48178
|
pulumi.set(__self__, "port", port)
|
|
46590
48179
|
pulumi.set(__self__, "route", route)
|
|
46591
48180
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -46623,6 +48212,14 @@ class GetPgComponentResult(dict):
|
|
|
46623
48212
|
"""
|
|
46624
48213
|
return pulumi.get(self, "kafka_authentication_method")
|
|
46625
48214
|
|
|
48215
|
+
@property
|
|
48216
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
48217
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
48218
|
+
"""
|
|
48219
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
48220
|
+
"""
|
|
48221
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
48222
|
+
|
|
46626
48223
|
@property
|
|
46627
48224
|
@pulumi.getter
|
|
46628
48225
|
def port(self) -> builtins.int:
|
|
@@ -47157,7 +48754,6 @@ class GetPgPgUserConfigResult(dict):
|
|
|
47157
48754
|
|
|
47158
48755
|
@property
|
|
47159
48756
|
@pulumi.getter
|
|
47160
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
47161
48757
|
def pgaudit(self) -> Optional['outputs.GetPgPgUserConfigPgauditResult']:
|
|
47162
48758
|
"""
|
|
47163
48759
|
System-wide settings for the pgaudit extension
|
|
@@ -48128,7 +49724,7 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48128
49724
|
:param builtins.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. Default: `false`.
|
|
48129
49725
|
:param builtins.bool log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
48130
49726
|
:param builtins.bool log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
48131
|
-
:param builtins.str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
49727
|
+
:param builtins.str log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
48132
49728
|
:param builtins.int log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
48133
49729
|
:param builtins.bool log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
48134
49730
|
:param builtins.bool log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -48171,7 +49767,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48171
49767
|
|
|
48172
49768
|
@property
|
|
48173
49769
|
@pulumi.getter(name="featureEnabled")
|
|
48174
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48175
49770
|
def feature_enabled(self) -> Optional[builtins.bool]:
|
|
48176
49771
|
"""
|
|
48177
49772
|
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
@@ -48180,7 +49775,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48180
49775
|
|
|
48181
49776
|
@property
|
|
48182
49777
|
@pulumi.getter(name="logCatalog")
|
|
48183
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48184
49778
|
def log_catalog(self) -> Optional[builtins.bool]:
|
|
48185
49779
|
"""
|
|
48186
49780
|
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
@@ -48189,7 +49783,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48189
49783
|
|
|
48190
49784
|
@property
|
|
48191
49785
|
@pulumi.getter(name="logClient")
|
|
48192
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48193
49786
|
def log_client(self) -> Optional[builtins.bool]:
|
|
48194
49787
|
"""
|
|
48195
49788
|
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
@@ -48198,16 +49791,14 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48198
49791
|
|
|
48199
49792
|
@property
|
|
48200
49793
|
@pulumi.getter(name="logLevel")
|
|
48201
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48202
49794
|
def log_level(self) -> Optional[builtins.str]:
|
|
48203
49795
|
"""
|
|
48204
|
-
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
49796
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
48205
49797
|
"""
|
|
48206
49798
|
return pulumi.get(self, "log_level")
|
|
48207
49799
|
|
|
48208
49800
|
@property
|
|
48209
49801
|
@pulumi.getter(name="logMaxStringLength")
|
|
48210
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48211
49802
|
def log_max_string_length(self) -> Optional[builtins.int]:
|
|
48212
49803
|
"""
|
|
48213
49804
|
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
@@ -48216,7 +49807,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48216
49807
|
|
|
48217
49808
|
@property
|
|
48218
49809
|
@pulumi.getter(name="logNestedStatements")
|
|
48219
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48220
49810
|
def log_nested_statements(self) -> Optional[builtins.bool]:
|
|
48221
49811
|
"""
|
|
48222
49812
|
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
@@ -48225,7 +49815,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48225
49815
|
|
|
48226
49816
|
@property
|
|
48227
49817
|
@pulumi.getter(name="logParameter")
|
|
48228
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48229
49818
|
def log_parameter(self) -> Optional[builtins.bool]:
|
|
48230
49819
|
"""
|
|
48231
49820
|
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -48234,7 +49823,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48234
49823
|
|
|
48235
49824
|
@property
|
|
48236
49825
|
@pulumi.getter(name="logParameterMaxSize")
|
|
48237
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48238
49826
|
def log_parameter_max_size(self) -> Optional[builtins.int]:
|
|
48239
49827
|
"""
|
|
48240
49828
|
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>. Default: `0`.
|
|
@@ -48243,7 +49831,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48243
49831
|
|
|
48244
49832
|
@property
|
|
48245
49833
|
@pulumi.getter(name="logRelation")
|
|
48246
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48247
49834
|
def log_relation(self) -> Optional[builtins.bool]:
|
|
48248
49835
|
"""
|
|
48249
49836
|
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
@@ -48252,7 +49839,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48252
49839
|
|
|
48253
49840
|
@property
|
|
48254
49841
|
@pulumi.getter(name="logRows")
|
|
48255
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48256
49842
|
def log_rows(self) -> Optional[builtins.bool]:
|
|
48257
49843
|
"""
|
|
48258
49844
|
Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Default: `false`.
|
|
@@ -48261,7 +49847,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48261
49847
|
|
|
48262
49848
|
@property
|
|
48263
49849
|
@pulumi.getter(name="logStatement")
|
|
48264
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48265
49850
|
def log_statement(self) -> Optional[builtins.bool]:
|
|
48266
49851
|
"""
|
|
48267
49852
|
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
@@ -48270,7 +49855,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48270
49855
|
|
|
48271
49856
|
@property
|
|
48272
49857
|
@pulumi.getter(name="logStatementOnce")
|
|
48273
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48274
49858
|
def log_statement_once(self) -> Optional[builtins.bool]:
|
|
48275
49859
|
"""
|
|
48276
49860
|
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
@@ -48279,7 +49863,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48279
49863
|
|
|
48280
49864
|
@property
|
|
48281
49865
|
@pulumi.getter
|
|
48282
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48283
49866
|
def logs(self) -> Optional[Sequence[builtins.str]]:
|
|
48284
49867
|
"""
|
|
48285
49868
|
Specifies which classes of statements will be logged by session audit logging.
|
|
@@ -48288,7 +49871,6 @@ class GetPgPgUserConfigPgauditResult(dict):
|
|
|
48288
49871
|
|
|
48289
49872
|
@property
|
|
48290
49873
|
@pulumi.getter
|
|
48291
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
48292
49874
|
def role(self) -> Optional[builtins.str]:
|
|
48293
49875
|
"""
|
|
48294
49876
|
Specifies the master role to use for object audit logging.
|
|
@@ -48702,6 +50284,7 @@ class GetRedisComponentResult(dict):
|
|
|
48702
50284
|
connection_uri: builtins.str,
|
|
48703
50285
|
host: builtins.str,
|
|
48704
50286
|
kafka_authentication_method: builtins.str,
|
|
50287
|
+
kafka_ssl_ca: builtins.str,
|
|
48705
50288
|
port: builtins.int,
|
|
48706
50289
|
route: builtins.str,
|
|
48707
50290
|
ssl: builtins.bool,
|
|
@@ -48711,6 +50294,7 @@ class GetRedisComponentResult(dict):
|
|
|
48711
50294
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
48712
50295
|
:param builtins.str host: Host name for connecting to the service component
|
|
48713
50296
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
50297
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
48714
50298
|
:param builtins.int port: Port number for connecting to the service component
|
|
48715
50299
|
:param builtins.str route: Network access route
|
|
48716
50300
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -48720,6 +50304,7 @@ class GetRedisComponentResult(dict):
|
|
|
48720
50304
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
48721
50305
|
pulumi.set(__self__, "host", host)
|
|
48722
50306
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
50307
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
48723
50308
|
pulumi.set(__self__, "port", port)
|
|
48724
50309
|
pulumi.set(__self__, "route", route)
|
|
48725
50310
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -48757,6 +50342,14 @@ class GetRedisComponentResult(dict):
|
|
|
48757
50342
|
"""
|
|
48758
50343
|
return pulumi.get(self, "kafka_authentication_method")
|
|
48759
50344
|
|
|
50345
|
+
@property
|
|
50346
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
50347
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
50348
|
+
"""
|
|
50349
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
50350
|
+
"""
|
|
50351
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
50352
|
+
|
|
48760
50353
|
@property
|
|
48761
50354
|
@pulumi.getter
|
|
48762
50355
|
def port(self) -> builtins.int:
|
|
@@ -52229,6 +53822,7 @@ class GetThanosComponentResult(dict):
|
|
|
52229
53822
|
connection_uri: builtins.str,
|
|
52230
53823
|
host: builtins.str,
|
|
52231
53824
|
kafka_authentication_method: builtins.str,
|
|
53825
|
+
kafka_ssl_ca: builtins.str,
|
|
52232
53826
|
port: builtins.int,
|
|
52233
53827
|
route: builtins.str,
|
|
52234
53828
|
ssl: builtins.bool,
|
|
@@ -52238,6 +53832,7 @@ class GetThanosComponentResult(dict):
|
|
|
52238
53832
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
52239
53833
|
:param builtins.str host: Host name for connecting to the service component
|
|
52240
53834
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
53835
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
52241
53836
|
:param builtins.int port: Port number for connecting to the service component
|
|
52242
53837
|
:param builtins.str route: Network access route
|
|
52243
53838
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -52247,6 +53842,7 @@ class GetThanosComponentResult(dict):
|
|
|
52247
53842
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
52248
53843
|
pulumi.set(__self__, "host", host)
|
|
52249
53844
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
53845
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
52250
53846
|
pulumi.set(__self__, "port", port)
|
|
52251
53847
|
pulumi.set(__self__, "route", route)
|
|
52252
53848
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -52284,6 +53880,14 @@ class GetThanosComponentResult(dict):
|
|
|
52284
53880
|
"""
|
|
52285
53881
|
return pulumi.get(self, "kafka_authentication_method")
|
|
52286
53882
|
|
|
53883
|
+
@property
|
|
53884
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
53885
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
53886
|
+
"""
|
|
53887
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
53888
|
+
"""
|
|
53889
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
53890
|
+
|
|
52287
53891
|
@property
|
|
52288
53892
|
@pulumi.getter
|
|
52289
53893
|
def port(self) -> builtins.int:
|
|
@@ -52964,6 +54568,7 @@ class GetValkeyComponentResult(dict):
|
|
|
52964
54568
|
connection_uri: builtins.str,
|
|
52965
54569
|
host: builtins.str,
|
|
52966
54570
|
kafka_authentication_method: builtins.str,
|
|
54571
|
+
kafka_ssl_ca: builtins.str,
|
|
52967
54572
|
port: builtins.int,
|
|
52968
54573
|
route: builtins.str,
|
|
52969
54574
|
ssl: builtins.bool,
|
|
@@ -52973,6 +54578,7 @@ class GetValkeyComponentResult(dict):
|
|
|
52973
54578
|
:param builtins.str connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
52974
54579
|
:param builtins.str host: Host name for connecting to the service component
|
|
52975
54580
|
:param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
54581
|
+
:param builtins.str kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
52976
54582
|
:param builtins.int port: Port number for connecting to the service component
|
|
52977
54583
|
:param builtins.str route: Network access route
|
|
52978
54584
|
:param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -52982,6 +54588,7 @@ class GetValkeyComponentResult(dict):
|
|
|
52982
54588
|
pulumi.set(__self__, "connection_uri", connection_uri)
|
|
52983
54589
|
pulumi.set(__self__, "host", host)
|
|
52984
54590
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
54591
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
52985
54592
|
pulumi.set(__self__, "port", port)
|
|
52986
54593
|
pulumi.set(__self__, "route", route)
|
|
52987
54594
|
pulumi.set(__self__, "ssl", ssl)
|
|
@@ -53019,6 +54626,14 @@ class GetValkeyComponentResult(dict):
|
|
|
53019
54626
|
"""
|
|
53020
54627
|
return pulumi.get(self, "kafka_authentication_method")
|
|
53021
54628
|
|
|
54629
|
+
@property
|
|
54630
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
54631
|
+
def kafka_ssl_ca(self) -> builtins.str:
|
|
54632
|
+
"""
|
|
54633
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
54634
|
+
"""
|
|
54635
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
54636
|
+
|
|
53022
54637
|
@property
|
|
53023
54638
|
@pulumi.getter
|
|
53024
54639
|
def port(self) -> builtins.int:
|