pulumi-aiven 6.38.0a1747199280__py3-none-any.whl → 6.38.0a1747647727__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 +9 -0
- pulumi_aiven/_inputs.py +1302 -160
- pulumi_aiven/clickhouse_grant.py +18 -0
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_open_search.py +7 -7
- 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 +24 -6
- pulumi_aiven/get_organization_address.py +52 -29
- pulumi_aiven/get_organization_billing_group.py +38 -15
- pulumi_aiven/get_organization_billing_group_list.py +40 -12
- pulumi_aiven/get_organization_project.py +50 -14
- pulumi_aiven/governance_access.py +418 -0
- pulumi_aiven/open_search.py +17 -19
- pulumi_aiven/open_search_acl_config.py +29 -41
- pulumi_aiven/open_search_acl_rule.py +47 -47
- pulumi_aiven/opensearch_security_plugin_config.py +14 -42
- pulumi_aiven/opensearch_user.py +32 -32
- pulumi_aiven/organization.py +24 -19
- pulumi_aiven/organization_address.py +102 -96
- pulumi_aiven/organization_application_user.py +9 -0
- pulumi_aiven/organization_billing_group.py +66 -60
- pulumi_aiven/organization_project.py +111 -62
- pulumi_aiven/outputs.py +1039 -189
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.38.0a1747199280.dist-info → pulumi_aiven-6.38.0a1747647727.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.38.0a1747199280.dist-info → pulumi_aiven-6.38.0a1747647727.dist-info}/RECORD +31 -30
- {pulumi_aiven-6.38.0a1747199280.dist-info → pulumi_aiven-6.38.0a1747647727.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.38.0a1747199280.dist-info → pulumi_aiven-6.38.0a1747647727.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -28,6 +28,8 @@ __all__ = [
|
|
|
28
28
|
'AlloydbomniAlloydbomniUserConfigIpFilterObjectArgsDict',
|
|
29
29
|
'AlloydbomniAlloydbomniUserConfigPgArgs',
|
|
30
30
|
'AlloydbomniAlloydbomniUserConfigPgArgsDict',
|
|
31
|
+
'AlloydbomniAlloydbomniUserConfigPgauditArgs',
|
|
32
|
+
'AlloydbomniAlloydbomniUserConfigPgauditArgsDict',
|
|
31
33
|
'AlloydbomniAlloydbomniUserConfigPgbouncerArgs',
|
|
32
34
|
'AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict',
|
|
33
35
|
'AlloydbomniAlloydbomniUserConfigPglookoutArgs',
|
|
@@ -142,6 +144,10 @@ __all__ = [
|
|
|
142
144
|
'FlinkTagArgsDict',
|
|
143
145
|
'FlinkTechEmailArgs',
|
|
144
146
|
'FlinkTechEmailArgsDict',
|
|
147
|
+
'GovernanceAccessAccessDataArgs',
|
|
148
|
+
'GovernanceAccessAccessDataArgsDict',
|
|
149
|
+
'GovernanceAccessAccessDataAclArgs',
|
|
150
|
+
'GovernanceAccessAccessDataAclArgsDict',
|
|
145
151
|
'GrafanaComponentArgs',
|
|
146
152
|
'GrafanaComponentArgsDict',
|
|
147
153
|
'GrafanaGrafanaArgs',
|
|
@@ -246,6 +252,8 @@ __all__ = [
|
|
|
246
252
|
'KafkaKafkaUserConfigKafkaAuthenticationMethodsArgsDict',
|
|
247
253
|
'KafkaKafkaUserConfigKafkaConnectConfigArgs',
|
|
248
254
|
'KafkaKafkaUserConfigKafkaConnectConfigArgsDict',
|
|
255
|
+
'KafkaKafkaUserConfigKafkaConnectPluginVersionArgs',
|
|
256
|
+
'KafkaKafkaUserConfigKafkaConnectPluginVersionArgsDict',
|
|
249
257
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderArgs',
|
|
250
258
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict',
|
|
251
259
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs',
|
|
@@ -462,6 +470,8 @@ __all__ = [
|
|
|
462
470
|
'OrganizationPermissionPermissionArgsDict',
|
|
463
471
|
'OrganizationProjectTagArgs',
|
|
464
472
|
'OrganizationProjectTagArgsDict',
|
|
473
|
+
'OrganizationProjectTimeoutsArgs',
|
|
474
|
+
'OrganizationProjectTimeoutsArgsDict',
|
|
465
475
|
'OrganizationTimeoutsArgs',
|
|
466
476
|
'OrganizationTimeoutsArgsDict',
|
|
467
477
|
'OrganizationUserGroupMemberTimeoutsArgs',
|
|
@@ -674,6 +684,20 @@ __all__ = [
|
|
|
674
684
|
'ValkeyValkeyUserConfigPrivatelinkAccessArgsDict',
|
|
675
685
|
'ValkeyValkeyUserConfigPublicAccessArgs',
|
|
676
686
|
'ValkeyValkeyUserConfigPublicAccessArgsDict',
|
|
687
|
+
'GetOrganizationAddressTimeoutsArgs',
|
|
688
|
+
'GetOrganizationAddressTimeoutsArgsDict',
|
|
689
|
+
'GetOrganizationBillingGroupListBillingGroupArgs',
|
|
690
|
+
'GetOrganizationBillingGroupListBillingGroupArgsDict',
|
|
691
|
+
'GetOrganizationBillingGroupListTimeoutsArgs',
|
|
692
|
+
'GetOrganizationBillingGroupListTimeoutsArgsDict',
|
|
693
|
+
'GetOrganizationBillingGroupTimeoutsArgs',
|
|
694
|
+
'GetOrganizationBillingGroupTimeoutsArgsDict',
|
|
695
|
+
'GetOrganizationProjectTagArgs',
|
|
696
|
+
'GetOrganizationProjectTagArgsDict',
|
|
697
|
+
'GetOrganizationProjectTimeoutsArgs',
|
|
698
|
+
'GetOrganizationProjectTimeoutsArgsDict',
|
|
699
|
+
'GetOrganizationTimeoutsArgs',
|
|
700
|
+
'GetOrganizationTimeoutsArgsDict',
|
|
677
701
|
]
|
|
678
702
|
|
|
679
703
|
MYPY = False
|
|
@@ -1284,6 +1308,10 @@ if not MYPY:
|
|
|
1284
1308
|
"""
|
|
1285
1309
|
Enum: `15`, and newer. PostgreSQL major version.
|
|
1286
1310
|
"""
|
|
1311
|
+
pgaudit: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgsDict']]
|
|
1312
|
+
"""
|
|
1313
|
+
System-wide settings for the pgaudit extension
|
|
1314
|
+
"""
|
|
1287
1315
|
pgbouncer: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict']]
|
|
1288
1316
|
"""
|
|
1289
1317
|
PGBouncer connection pooling settings
|
|
@@ -1362,6 +1390,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1362
1390
|
pg_read_replica: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1363
1391
|
pg_service_to_fork_from: Optional[pulumi.Input[builtins.str]] = None,
|
|
1364
1392
|
pg_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1393
|
+
pgaudit: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgs']] = None,
|
|
1365
1394
|
pgbouncer: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']] = None,
|
|
1366
1395
|
pglookout: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs']] = None,
|
|
1367
1396
|
private_access: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs']] = None,
|
|
@@ -1393,6 +1422,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1393
1422
|
:param pulumi.Input[builtins.bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
1394
1423
|
:param pulumi.Input[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`.
|
|
1395
1424
|
:param pulumi.Input[builtins.str] pg_version: Enum: `15`, and newer. PostgreSQL major version.
|
|
1425
|
+
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgs'] pgaudit: System-wide settings for the pgaudit extension
|
|
1396
1426
|
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
|
|
1397
1427
|
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
|
|
1398
1428
|
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
@@ -1443,6 +1473,8 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1443
1473
|
pulumi.set(__self__, "pg_service_to_fork_from", pg_service_to_fork_from)
|
|
1444
1474
|
if pg_version is not None:
|
|
1445
1475
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
1476
|
+
if pgaudit is not None:
|
|
1477
|
+
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
1446
1478
|
if pgbouncer is not None:
|
|
1447
1479
|
pulumi.set(__self__, "pgbouncer", pgbouncer)
|
|
1448
1480
|
if pglookout is not None:
|
|
@@ -1665,6 +1697,18 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1665
1697
|
def pg_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1666
1698
|
pulumi.set(self, "pg_version", value)
|
|
1667
1699
|
|
|
1700
|
+
@property
|
|
1701
|
+
@pulumi.getter
|
|
1702
|
+
def pgaudit(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgs']]:
|
|
1703
|
+
"""
|
|
1704
|
+
System-wide settings for the pgaudit extension
|
|
1705
|
+
"""
|
|
1706
|
+
return pulumi.get(self, "pgaudit")
|
|
1707
|
+
|
|
1708
|
+
@pgaudit.setter
|
|
1709
|
+
def pgaudit(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgs']]):
|
|
1710
|
+
pulumi.set(self, "pgaudit", value)
|
|
1711
|
+
|
|
1668
1712
|
@property
|
|
1669
1713
|
@pulumi.getter
|
|
1670
1714
|
def pgbouncer(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']]:
|
|
@@ -2857,6 +2901,298 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2857
2901
|
pulumi.set(self, "wal_writer_delay", value)
|
|
2858
2902
|
|
|
2859
2903
|
|
|
2904
|
+
if not MYPY:
|
|
2905
|
+
class AlloydbomniAlloydbomniUserConfigPgauditArgsDict(TypedDict):
|
|
2906
|
+
feature_enabled: NotRequired[pulumi.Input[builtins.bool]]
|
|
2907
|
+
"""
|
|
2908
|
+
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
2909
|
+
"""
|
|
2910
|
+
log_catalog: NotRequired[pulumi.Input[builtins.bool]]
|
|
2911
|
+
"""
|
|
2912
|
+
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
2913
|
+
"""
|
|
2914
|
+
log_client: NotRequired[pulumi.Input[builtins.bool]]
|
|
2915
|
+
"""
|
|
2916
|
+
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
2917
|
+
"""
|
|
2918
|
+
log_level: NotRequired[pulumi.Input[builtins.str]]
|
|
2919
|
+
"""
|
|
2920
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
2921
|
+
"""
|
|
2922
|
+
log_max_string_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2923
|
+
"""
|
|
2924
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
2925
|
+
"""
|
|
2926
|
+
log_nested_statements: NotRequired[pulumi.Input[builtins.bool]]
|
|
2927
|
+
"""
|
|
2928
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
2929
|
+
"""
|
|
2930
|
+
log_parameter: NotRequired[pulumi.Input[builtins.bool]]
|
|
2931
|
+
"""
|
|
2932
|
+
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
2933
|
+
"""
|
|
2934
|
+
log_parameter_max_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2935
|
+
"""
|
|
2936
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
2937
|
+
"""
|
|
2938
|
+
log_relation: NotRequired[pulumi.Input[builtins.bool]]
|
|
2939
|
+
"""
|
|
2940
|
+
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`.
|
|
2941
|
+
"""
|
|
2942
|
+
log_rows: NotRequired[pulumi.Input[builtins.bool]]
|
|
2943
|
+
"""
|
|
2944
|
+
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`.
|
|
2945
|
+
"""
|
|
2946
|
+
log_statement: NotRequired[pulumi.Input[builtins.bool]]
|
|
2947
|
+
"""
|
|
2948
|
+
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
2949
|
+
"""
|
|
2950
|
+
log_statement_once: NotRequired[pulumi.Input[builtins.bool]]
|
|
2951
|
+
"""
|
|
2952
|
+
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`.
|
|
2953
|
+
"""
|
|
2954
|
+
logs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2955
|
+
"""
|
|
2956
|
+
Specifies which classes of statements will be logged by session audit logging.
|
|
2957
|
+
"""
|
|
2958
|
+
role: NotRequired[pulumi.Input[builtins.str]]
|
|
2959
|
+
"""
|
|
2960
|
+
Specifies the master role to use for object audit logging.
|
|
2961
|
+
"""
|
|
2962
|
+
elif False:
|
|
2963
|
+
AlloydbomniAlloydbomniUserConfigPgauditArgsDict: TypeAlias = Mapping[str, Any]
|
|
2964
|
+
|
|
2965
|
+
@pulumi.input_type
|
|
2966
|
+
class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
2967
|
+
def __init__(__self__, *,
|
|
2968
|
+
feature_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2969
|
+
log_catalog: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2970
|
+
log_client: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2971
|
+
log_level: Optional[pulumi.Input[builtins.str]] = None,
|
|
2972
|
+
log_max_string_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
2973
|
+
log_nested_statements: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2974
|
+
log_parameter: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2975
|
+
log_parameter_max_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
2976
|
+
log_relation: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2977
|
+
log_rows: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2978
|
+
log_statement: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2979
|
+
log_statement_once: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2980
|
+
logs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2981
|
+
role: Optional[pulumi.Input[builtins.str]] = None):
|
|
2982
|
+
"""
|
|
2983
|
+
:param pulumi.Input[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`.
|
|
2984
|
+
:param pulumi.Input[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`.
|
|
2985
|
+
:param pulumi.Input[builtins.bool] log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
2986
|
+
:param pulumi.Input[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`.
|
|
2987
|
+
:param pulumi.Input[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`.
|
|
2988
|
+
:param pulumi.Input[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`.
|
|
2989
|
+
:param pulumi.Input[builtins.bool] log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
2990
|
+
:param pulumi.Input[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`.
|
|
2991
|
+
:param pulumi.Input[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`.
|
|
2992
|
+
:param pulumi.Input[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`.
|
|
2993
|
+
:param pulumi.Input[builtins.bool] log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
2994
|
+
:param pulumi.Input[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`.
|
|
2995
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
2996
|
+
:param pulumi.Input[builtins.str] role: Specifies the master role to use for object audit logging.
|
|
2997
|
+
"""
|
|
2998
|
+
if feature_enabled is not None:
|
|
2999
|
+
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
3000
|
+
if log_catalog is not None:
|
|
3001
|
+
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
3002
|
+
if log_client is not None:
|
|
3003
|
+
pulumi.set(__self__, "log_client", log_client)
|
|
3004
|
+
if log_level is not None:
|
|
3005
|
+
pulumi.set(__self__, "log_level", log_level)
|
|
3006
|
+
if log_max_string_length is not None:
|
|
3007
|
+
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
3008
|
+
if log_nested_statements is not None:
|
|
3009
|
+
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
3010
|
+
if log_parameter is not None:
|
|
3011
|
+
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
3012
|
+
if log_parameter_max_size is not None:
|
|
3013
|
+
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
3014
|
+
if log_relation is not None:
|
|
3015
|
+
pulumi.set(__self__, "log_relation", log_relation)
|
|
3016
|
+
if log_rows is not None:
|
|
3017
|
+
pulumi.set(__self__, "log_rows", log_rows)
|
|
3018
|
+
if log_statement is not None:
|
|
3019
|
+
pulumi.set(__self__, "log_statement", log_statement)
|
|
3020
|
+
if log_statement_once is not None:
|
|
3021
|
+
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
3022
|
+
if logs is not None:
|
|
3023
|
+
pulumi.set(__self__, "logs", logs)
|
|
3024
|
+
if role is not None:
|
|
3025
|
+
pulumi.set(__self__, "role", role)
|
|
3026
|
+
|
|
3027
|
+
@property
|
|
3028
|
+
@pulumi.getter(name="featureEnabled")
|
|
3029
|
+
def feature_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3030
|
+
"""
|
|
3031
|
+
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
3032
|
+
"""
|
|
3033
|
+
return pulumi.get(self, "feature_enabled")
|
|
3034
|
+
|
|
3035
|
+
@feature_enabled.setter
|
|
3036
|
+
def feature_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3037
|
+
pulumi.set(self, "feature_enabled", value)
|
|
3038
|
+
|
|
3039
|
+
@property
|
|
3040
|
+
@pulumi.getter(name="logCatalog")
|
|
3041
|
+
def log_catalog(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3042
|
+
"""
|
|
3043
|
+
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
3044
|
+
"""
|
|
3045
|
+
return pulumi.get(self, "log_catalog")
|
|
3046
|
+
|
|
3047
|
+
@log_catalog.setter
|
|
3048
|
+
def log_catalog(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3049
|
+
pulumi.set(self, "log_catalog", value)
|
|
3050
|
+
|
|
3051
|
+
@property
|
|
3052
|
+
@pulumi.getter(name="logClient")
|
|
3053
|
+
def log_client(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3054
|
+
"""
|
|
3055
|
+
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
3056
|
+
"""
|
|
3057
|
+
return pulumi.get(self, "log_client")
|
|
3058
|
+
|
|
3059
|
+
@log_client.setter
|
|
3060
|
+
def log_client(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3061
|
+
pulumi.set(self, "log_client", value)
|
|
3062
|
+
|
|
3063
|
+
@property
|
|
3064
|
+
@pulumi.getter(name="logLevel")
|
|
3065
|
+
def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3066
|
+
"""
|
|
3067
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
3068
|
+
"""
|
|
3069
|
+
return pulumi.get(self, "log_level")
|
|
3070
|
+
|
|
3071
|
+
@log_level.setter
|
|
3072
|
+
def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3073
|
+
pulumi.set(self, "log_level", value)
|
|
3074
|
+
|
|
3075
|
+
@property
|
|
3076
|
+
@pulumi.getter(name="logMaxStringLength")
|
|
3077
|
+
def log_max_string_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3078
|
+
"""
|
|
3079
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
3080
|
+
"""
|
|
3081
|
+
return pulumi.get(self, "log_max_string_length")
|
|
3082
|
+
|
|
3083
|
+
@log_max_string_length.setter
|
|
3084
|
+
def log_max_string_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3085
|
+
pulumi.set(self, "log_max_string_length", value)
|
|
3086
|
+
|
|
3087
|
+
@property
|
|
3088
|
+
@pulumi.getter(name="logNestedStatements")
|
|
3089
|
+
def log_nested_statements(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3090
|
+
"""
|
|
3091
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
3092
|
+
"""
|
|
3093
|
+
return pulumi.get(self, "log_nested_statements")
|
|
3094
|
+
|
|
3095
|
+
@log_nested_statements.setter
|
|
3096
|
+
def log_nested_statements(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3097
|
+
pulumi.set(self, "log_nested_statements", value)
|
|
3098
|
+
|
|
3099
|
+
@property
|
|
3100
|
+
@pulumi.getter(name="logParameter")
|
|
3101
|
+
def log_parameter(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3102
|
+
"""
|
|
3103
|
+
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
3104
|
+
"""
|
|
3105
|
+
return pulumi.get(self, "log_parameter")
|
|
3106
|
+
|
|
3107
|
+
@log_parameter.setter
|
|
3108
|
+
def log_parameter(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3109
|
+
pulumi.set(self, "log_parameter", value)
|
|
3110
|
+
|
|
3111
|
+
@property
|
|
3112
|
+
@pulumi.getter(name="logParameterMaxSize")
|
|
3113
|
+
def log_parameter_max_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3114
|
+
"""
|
|
3115
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
3116
|
+
"""
|
|
3117
|
+
return pulumi.get(self, "log_parameter_max_size")
|
|
3118
|
+
|
|
3119
|
+
@log_parameter_max_size.setter
|
|
3120
|
+
def log_parameter_max_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3121
|
+
pulumi.set(self, "log_parameter_max_size", value)
|
|
3122
|
+
|
|
3123
|
+
@property
|
|
3124
|
+
@pulumi.getter(name="logRelation")
|
|
3125
|
+
def log_relation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3126
|
+
"""
|
|
3127
|
+
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`.
|
|
3128
|
+
"""
|
|
3129
|
+
return pulumi.get(self, "log_relation")
|
|
3130
|
+
|
|
3131
|
+
@log_relation.setter
|
|
3132
|
+
def log_relation(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3133
|
+
pulumi.set(self, "log_relation", value)
|
|
3134
|
+
|
|
3135
|
+
@property
|
|
3136
|
+
@pulumi.getter(name="logRows")
|
|
3137
|
+
def log_rows(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3138
|
+
"""
|
|
3139
|
+
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`.
|
|
3140
|
+
"""
|
|
3141
|
+
return pulumi.get(self, "log_rows")
|
|
3142
|
+
|
|
3143
|
+
@log_rows.setter
|
|
3144
|
+
def log_rows(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3145
|
+
pulumi.set(self, "log_rows", value)
|
|
3146
|
+
|
|
3147
|
+
@property
|
|
3148
|
+
@pulumi.getter(name="logStatement")
|
|
3149
|
+
def log_statement(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3150
|
+
"""
|
|
3151
|
+
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
3152
|
+
"""
|
|
3153
|
+
return pulumi.get(self, "log_statement")
|
|
3154
|
+
|
|
3155
|
+
@log_statement.setter
|
|
3156
|
+
def log_statement(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3157
|
+
pulumi.set(self, "log_statement", value)
|
|
3158
|
+
|
|
3159
|
+
@property
|
|
3160
|
+
@pulumi.getter(name="logStatementOnce")
|
|
3161
|
+
def log_statement_once(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3162
|
+
"""
|
|
3163
|
+
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`.
|
|
3164
|
+
"""
|
|
3165
|
+
return pulumi.get(self, "log_statement_once")
|
|
3166
|
+
|
|
3167
|
+
@log_statement_once.setter
|
|
3168
|
+
def log_statement_once(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3169
|
+
pulumi.set(self, "log_statement_once", value)
|
|
3170
|
+
|
|
3171
|
+
@property
|
|
3172
|
+
@pulumi.getter
|
|
3173
|
+
def logs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3174
|
+
"""
|
|
3175
|
+
Specifies which classes of statements will be logged by session audit logging.
|
|
3176
|
+
"""
|
|
3177
|
+
return pulumi.get(self, "logs")
|
|
3178
|
+
|
|
3179
|
+
@logs.setter
|
|
3180
|
+
def logs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3181
|
+
pulumi.set(self, "logs", value)
|
|
3182
|
+
|
|
3183
|
+
@property
|
|
3184
|
+
@pulumi.getter
|
|
3185
|
+
def role(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3186
|
+
"""
|
|
3187
|
+
Specifies the master role to use for object audit logging.
|
|
3188
|
+
"""
|
|
3189
|
+
return pulumi.get(self, "role")
|
|
3190
|
+
|
|
3191
|
+
@role.setter
|
|
3192
|
+
def role(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3193
|
+
pulumi.set(self, "role", value)
|
|
3194
|
+
|
|
3195
|
+
|
|
2860
3196
|
if not MYPY:
|
|
2861
3197
|
class AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict(TypedDict):
|
|
2862
3198
|
autodb_idle_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
@@ -8311,6 +8647,263 @@ class FlinkTechEmailArgs:
|
|
|
8311
8647
|
pulumi.set(self, "email", value)
|
|
8312
8648
|
|
|
8313
8649
|
|
|
8650
|
+
if not MYPY:
|
|
8651
|
+
class GovernanceAccessAccessDataArgsDict(TypedDict):
|
|
8652
|
+
acls: pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgsDict']]]
|
|
8653
|
+
"""
|
|
8654
|
+
The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
8655
|
+
"""
|
|
8656
|
+
project: pulumi.Input[builtins.str]
|
|
8657
|
+
"""
|
|
8658
|
+
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.
|
|
8659
|
+
"""
|
|
8660
|
+
service_name: pulumi.Input[builtins.str]
|
|
8661
|
+
"""
|
|
8662
|
+
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.
|
|
8663
|
+
"""
|
|
8664
|
+
username: NotRequired[pulumi.Input[builtins.str]]
|
|
8665
|
+
"""
|
|
8666
|
+
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.
|
|
8667
|
+
"""
|
|
8668
|
+
elif False:
|
|
8669
|
+
GovernanceAccessAccessDataArgsDict: TypeAlias = Mapping[str, Any]
|
|
8670
|
+
|
|
8671
|
+
@pulumi.input_type
|
|
8672
|
+
class GovernanceAccessAccessDataArgs:
|
|
8673
|
+
def __init__(__self__, *,
|
|
8674
|
+
acls: pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]],
|
|
8675
|
+
project: pulumi.Input[builtins.str],
|
|
8676
|
+
service_name: pulumi.Input[builtins.str],
|
|
8677
|
+
username: Optional[pulumi.Input[builtins.str]] = None):
|
|
8678
|
+
"""
|
|
8679
|
+
:param pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]] acls: The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
8680
|
+
:param pulumi.Input[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.
|
|
8681
|
+
:param pulumi.Input[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.
|
|
8682
|
+
:param pulumi.Input[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.
|
|
8683
|
+
"""
|
|
8684
|
+
pulumi.set(__self__, "acls", acls)
|
|
8685
|
+
pulumi.set(__self__, "project", project)
|
|
8686
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
8687
|
+
if username is not None:
|
|
8688
|
+
pulumi.set(__self__, "username", username)
|
|
8689
|
+
|
|
8690
|
+
@property
|
|
8691
|
+
@pulumi.getter
|
|
8692
|
+
def acls(self) -> pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]:
|
|
8693
|
+
"""
|
|
8694
|
+
The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
8695
|
+
"""
|
|
8696
|
+
return pulumi.get(self, "acls")
|
|
8697
|
+
|
|
8698
|
+
@acls.setter
|
|
8699
|
+
def acls(self, value: pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]):
|
|
8700
|
+
pulumi.set(self, "acls", value)
|
|
8701
|
+
|
|
8702
|
+
@property
|
|
8703
|
+
@pulumi.getter
|
|
8704
|
+
def project(self) -> pulumi.Input[builtins.str]:
|
|
8705
|
+
"""
|
|
8706
|
+
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.
|
|
8707
|
+
"""
|
|
8708
|
+
return pulumi.get(self, "project")
|
|
8709
|
+
|
|
8710
|
+
@project.setter
|
|
8711
|
+
def project(self, value: pulumi.Input[builtins.str]):
|
|
8712
|
+
pulumi.set(self, "project", value)
|
|
8713
|
+
|
|
8714
|
+
@property
|
|
8715
|
+
@pulumi.getter(name="serviceName")
|
|
8716
|
+
def service_name(self) -> pulumi.Input[builtins.str]:
|
|
8717
|
+
"""
|
|
8718
|
+
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.
|
|
8719
|
+
"""
|
|
8720
|
+
return pulumi.get(self, "service_name")
|
|
8721
|
+
|
|
8722
|
+
@service_name.setter
|
|
8723
|
+
def service_name(self, value: pulumi.Input[builtins.str]):
|
|
8724
|
+
pulumi.set(self, "service_name", value)
|
|
8725
|
+
|
|
8726
|
+
@property
|
|
8727
|
+
@pulumi.getter
|
|
8728
|
+
def username(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8729
|
+
"""
|
|
8730
|
+
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.
|
|
8731
|
+
"""
|
|
8732
|
+
return pulumi.get(self, "username")
|
|
8733
|
+
|
|
8734
|
+
@username.setter
|
|
8735
|
+
def username(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8736
|
+
pulumi.set(self, "username", value)
|
|
8737
|
+
|
|
8738
|
+
|
|
8739
|
+
if not MYPY:
|
|
8740
|
+
class GovernanceAccessAccessDataAclArgsDict(TypedDict):
|
|
8741
|
+
operation: pulumi.Input[builtins.str]
|
|
8742
|
+
"""
|
|
8743
|
+
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.
|
|
8744
|
+
"""
|
|
8745
|
+
permission_type: pulumi.Input[builtins.str]
|
|
8746
|
+
"""
|
|
8747
|
+
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.
|
|
8748
|
+
"""
|
|
8749
|
+
resource_name: pulumi.Input[builtins.str]
|
|
8750
|
+
"""
|
|
8751
|
+
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.
|
|
8752
|
+
"""
|
|
8753
|
+
resource_type: pulumi.Input[builtins.str]
|
|
8754
|
+
"""
|
|
8755
|
+
The type of resource. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
8756
|
+
"""
|
|
8757
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
8758
|
+
"""
|
|
8759
|
+
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.
|
|
8760
|
+
"""
|
|
8761
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
|
8762
|
+
"""
|
|
8763
|
+
The ACL ID.
|
|
8764
|
+
"""
|
|
8765
|
+
pattern_type: NotRequired[pulumi.Input[builtins.str]]
|
|
8766
|
+
"""
|
|
8767
|
+
Pattern used to match specified resources. The possible value is `LITERAL`.
|
|
8768
|
+
"""
|
|
8769
|
+
principal: NotRequired[pulumi.Input[builtins.str]]
|
|
8770
|
+
"""
|
|
8771
|
+
Identities in `user:name` format that the permissions apply to.
|
|
8772
|
+
"""
|
|
8773
|
+
elif False:
|
|
8774
|
+
GovernanceAccessAccessDataAclArgsDict: TypeAlias = Mapping[str, Any]
|
|
8775
|
+
|
|
8776
|
+
@pulumi.input_type
|
|
8777
|
+
class GovernanceAccessAccessDataAclArgs:
|
|
8778
|
+
def __init__(__self__, *,
|
|
8779
|
+
operation: pulumi.Input[builtins.str],
|
|
8780
|
+
permission_type: pulumi.Input[builtins.str],
|
|
8781
|
+
resource_name: pulumi.Input[builtins.str],
|
|
8782
|
+
resource_type: pulumi.Input[builtins.str],
|
|
8783
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
8784
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
8785
|
+
pattern_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
8786
|
+
principal: Optional[pulumi.Input[builtins.str]] = None):
|
|
8787
|
+
"""
|
|
8788
|
+
:param pulumi.Input[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.
|
|
8789
|
+
:param pulumi.Input[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.
|
|
8790
|
+
:param pulumi.Input[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.
|
|
8791
|
+
:param pulumi.Input[builtins.str] resource_type: The type of resource. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
8792
|
+
:param pulumi.Input[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.
|
|
8793
|
+
:param pulumi.Input[builtins.str] id: The ACL ID.
|
|
8794
|
+
:param pulumi.Input[builtins.str] pattern_type: Pattern used to match specified resources. The possible value is `LITERAL`.
|
|
8795
|
+
:param pulumi.Input[builtins.str] principal: Identities in `user:name` format that the permissions apply to.
|
|
8796
|
+
"""
|
|
8797
|
+
pulumi.set(__self__, "operation", operation)
|
|
8798
|
+
pulumi.set(__self__, "permission_type", permission_type)
|
|
8799
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
8800
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
8801
|
+
if host is not None:
|
|
8802
|
+
pulumi.set(__self__, "host", host)
|
|
8803
|
+
if id is not None:
|
|
8804
|
+
pulumi.set(__self__, "id", id)
|
|
8805
|
+
if pattern_type is not None:
|
|
8806
|
+
pulumi.set(__self__, "pattern_type", pattern_type)
|
|
8807
|
+
if principal is not None:
|
|
8808
|
+
pulumi.set(__self__, "principal", principal)
|
|
8809
|
+
|
|
8810
|
+
@property
|
|
8811
|
+
@pulumi.getter
|
|
8812
|
+
def operation(self) -> pulumi.Input[builtins.str]:
|
|
8813
|
+
"""
|
|
8814
|
+
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.
|
|
8815
|
+
"""
|
|
8816
|
+
return pulumi.get(self, "operation")
|
|
8817
|
+
|
|
8818
|
+
@operation.setter
|
|
8819
|
+
def operation(self, value: pulumi.Input[builtins.str]):
|
|
8820
|
+
pulumi.set(self, "operation", value)
|
|
8821
|
+
|
|
8822
|
+
@property
|
|
8823
|
+
@pulumi.getter(name="permissionType")
|
|
8824
|
+
def permission_type(self) -> pulumi.Input[builtins.str]:
|
|
8825
|
+
"""
|
|
8826
|
+
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.
|
|
8827
|
+
"""
|
|
8828
|
+
return pulumi.get(self, "permission_type")
|
|
8829
|
+
|
|
8830
|
+
@permission_type.setter
|
|
8831
|
+
def permission_type(self, value: pulumi.Input[builtins.str]):
|
|
8832
|
+
pulumi.set(self, "permission_type", value)
|
|
8833
|
+
|
|
8834
|
+
@property
|
|
8835
|
+
@pulumi.getter(name="resourceName")
|
|
8836
|
+
def resource_name(self) -> pulumi.Input[builtins.str]:
|
|
8837
|
+
"""
|
|
8838
|
+
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.
|
|
8839
|
+
"""
|
|
8840
|
+
return pulumi.get(self, "resource_name")
|
|
8841
|
+
|
|
8842
|
+
@resource_name.setter
|
|
8843
|
+
def resource_name(self, value: pulumi.Input[builtins.str]):
|
|
8844
|
+
pulumi.set(self, "resource_name", value)
|
|
8845
|
+
|
|
8846
|
+
@property
|
|
8847
|
+
@pulumi.getter(name="resourceType")
|
|
8848
|
+
def resource_type(self) -> pulumi.Input[builtins.str]:
|
|
8849
|
+
"""
|
|
8850
|
+
The type of resource. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
8851
|
+
"""
|
|
8852
|
+
return pulumi.get(self, "resource_type")
|
|
8853
|
+
|
|
8854
|
+
@resource_type.setter
|
|
8855
|
+
def resource_type(self, value: pulumi.Input[builtins.str]):
|
|
8856
|
+
pulumi.set(self, "resource_type", value)
|
|
8857
|
+
|
|
8858
|
+
@property
|
|
8859
|
+
@pulumi.getter
|
|
8860
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8861
|
+
"""
|
|
8862
|
+
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.
|
|
8863
|
+
"""
|
|
8864
|
+
return pulumi.get(self, "host")
|
|
8865
|
+
|
|
8866
|
+
@host.setter
|
|
8867
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8868
|
+
pulumi.set(self, "host", value)
|
|
8869
|
+
|
|
8870
|
+
@property
|
|
8871
|
+
@pulumi.getter
|
|
8872
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8873
|
+
"""
|
|
8874
|
+
The ACL ID.
|
|
8875
|
+
"""
|
|
8876
|
+
return pulumi.get(self, "id")
|
|
8877
|
+
|
|
8878
|
+
@id.setter
|
|
8879
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8880
|
+
pulumi.set(self, "id", value)
|
|
8881
|
+
|
|
8882
|
+
@property
|
|
8883
|
+
@pulumi.getter(name="patternType")
|
|
8884
|
+
def pattern_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8885
|
+
"""
|
|
8886
|
+
Pattern used to match specified resources. The possible value is `LITERAL`.
|
|
8887
|
+
"""
|
|
8888
|
+
return pulumi.get(self, "pattern_type")
|
|
8889
|
+
|
|
8890
|
+
@pattern_type.setter
|
|
8891
|
+
def pattern_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8892
|
+
pulumi.set(self, "pattern_type", value)
|
|
8893
|
+
|
|
8894
|
+
@property
|
|
8895
|
+
@pulumi.getter
|
|
8896
|
+
def principal(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8897
|
+
"""
|
|
8898
|
+
Identities in `user:name` format that the permissions apply to.
|
|
8899
|
+
"""
|
|
8900
|
+
return pulumi.get(self, "principal")
|
|
8901
|
+
|
|
8902
|
+
@principal.setter
|
|
8903
|
+
def principal(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8904
|
+
pulumi.set(self, "principal", value)
|
|
8905
|
+
|
|
8906
|
+
|
|
8314
8907
|
if not MYPY:
|
|
8315
8908
|
class GrafanaComponentArgsDict(TypedDict):
|
|
8316
8909
|
component: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -13893,6 +14486,10 @@ if not MYPY:
|
|
|
13893
14486
|
"""
|
|
13894
14487
|
Kafka Connect configuration values
|
|
13895
14488
|
"""
|
|
14489
|
+
kafka_connect_plugin_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgsDict']]]]
|
|
14490
|
+
"""
|
|
14491
|
+
The plugin selected by the user
|
|
14492
|
+
"""
|
|
13896
14493
|
kafka_connect_secret_providers: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict']]]]
|
|
13897
14494
|
kafka_rest: NotRequired[pulumi.Input[builtins.bool]]
|
|
13898
14495
|
"""
|
|
@@ -13971,6 +14568,7 @@ class KafkaKafkaUserConfigArgs:
|
|
|
13971
14568
|
kafka_authentication_methods: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaAuthenticationMethodsArgs']] = None,
|
|
13972
14569
|
kafka_connect: Optional[pulumi.Input[builtins.bool]] = None,
|
|
13973
14570
|
kafka_connect_config: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs']] = None,
|
|
14571
|
+
kafka_connect_plugin_versions: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]]] = None,
|
|
13974
14572
|
kafka_connect_secret_providers: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgs']]]] = None,
|
|
13975
14573
|
kafka_rest: Optional[pulumi.Input[builtins.bool]] = None,
|
|
13976
14574
|
kafka_rest_authorization: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -13999,6 +14597,7 @@ class KafkaKafkaUserConfigArgs:
|
|
|
13999
14597
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaAuthenticationMethodsArgs'] kafka_authentication_methods: Kafka authentication methods
|
|
14000
14598
|
:param pulumi.Input[builtins.bool] kafka_connect: Enable Kafka Connect service. Default: `false`.
|
|
14001
14599
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs'] kafka_connect_config: Kafka Connect configuration values
|
|
14600
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]] kafka_connect_plugin_versions: The plugin selected by the user
|
|
14002
14601
|
:param pulumi.Input[builtins.bool] kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
14003
14602
|
:param pulumi.Input[builtins.bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
14004
14603
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
|
|
@@ -14043,6 +14642,8 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14043
14642
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
14044
14643
|
if kafka_connect_config is not None:
|
|
14045
14644
|
pulumi.set(__self__, "kafka_connect_config", kafka_connect_config)
|
|
14645
|
+
if kafka_connect_plugin_versions is not None:
|
|
14646
|
+
pulumi.set(__self__, "kafka_connect_plugin_versions", kafka_connect_plugin_versions)
|
|
14046
14647
|
if kafka_connect_secret_providers is not None:
|
|
14047
14648
|
pulumi.set(__self__, "kafka_connect_secret_providers", kafka_connect_secret_providers)
|
|
14048
14649
|
if kafka_rest is not None:
|
|
@@ -14210,6 +14811,18 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14210
14811
|
def kafka_connect_config(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs']]):
|
|
14211
14812
|
pulumi.set(self, "kafka_connect_config", value)
|
|
14212
14813
|
|
|
14814
|
+
@property
|
|
14815
|
+
@pulumi.getter(name="kafkaConnectPluginVersions")
|
|
14816
|
+
def kafka_connect_plugin_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]]]:
|
|
14817
|
+
"""
|
|
14818
|
+
The plugin selected by the user
|
|
14819
|
+
"""
|
|
14820
|
+
return pulumi.get(self, "kafka_connect_plugin_versions")
|
|
14821
|
+
|
|
14822
|
+
@kafka_connect_plugin_versions.setter
|
|
14823
|
+
def kafka_connect_plugin_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]]]):
|
|
14824
|
+
pulumi.set(self, "kafka_connect_plugin_versions", value)
|
|
14825
|
+
|
|
14213
14826
|
@property
|
|
14214
14827
|
@pulumi.getter(name="kafkaConnectSecretProviders")
|
|
14215
14828
|
def kafka_connect_secret_providers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgs']]]]:
|
|
@@ -15799,6 +16412,56 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
15799
16412
|
pulumi.set(self, "session_timeout_ms", value)
|
|
15800
16413
|
|
|
15801
16414
|
|
|
16415
|
+
if not MYPY:
|
|
16416
|
+
class KafkaKafkaUserConfigKafkaConnectPluginVersionArgsDict(TypedDict):
|
|
16417
|
+
plugin_name: pulumi.Input[builtins.str]
|
|
16418
|
+
"""
|
|
16419
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
16420
|
+
"""
|
|
16421
|
+
version: pulumi.Input[builtins.str]
|
|
16422
|
+
"""
|
|
16423
|
+
The version of the plugin. Example: `2.5.0`.
|
|
16424
|
+
"""
|
|
16425
|
+
elif False:
|
|
16426
|
+
KafkaKafkaUserConfigKafkaConnectPluginVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
16427
|
+
|
|
16428
|
+
@pulumi.input_type
|
|
16429
|
+
class KafkaKafkaUserConfigKafkaConnectPluginVersionArgs:
|
|
16430
|
+
def __init__(__self__, *,
|
|
16431
|
+
plugin_name: pulumi.Input[builtins.str],
|
|
16432
|
+
version: pulumi.Input[builtins.str]):
|
|
16433
|
+
"""
|
|
16434
|
+
:param pulumi.Input[builtins.str] plugin_name: The name of the plugin. Example: `debezium-connector`.
|
|
16435
|
+
:param pulumi.Input[builtins.str] version: The version of the plugin. Example: `2.5.0`.
|
|
16436
|
+
"""
|
|
16437
|
+
pulumi.set(__self__, "plugin_name", plugin_name)
|
|
16438
|
+
pulumi.set(__self__, "version", version)
|
|
16439
|
+
|
|
16440
|
+
@property
|
|
16441
|
+
@pulumi.getter(name="pluginName")
|
|
16442
|
+
def plugin_name(self) -> pulumi.Input[builtins.str]:
|
|
16443
|
+
"""
|
|
16444
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
16445
|
+
"""
|
|
16446
|
+
return pulumi.get(self, "plugin_name")
|
|
16447
|
+
|
|
16448
|
+
@plugin_name.setter
|
|
16449
|
+
def plugin_name(self, value: pulumi.Input[builtins.str]):
|
|
16450
|
+
pulumi.set(self, "plugin_name", value)
|
|
16451
|
+
|
|
16452
|
+
@property
|
|
16453
|
+
@pulumi.getter
|
|
16454
|
+
def version(self) -> pulumi.Input[builtins.str]:
|
|
16455
|
+
"""
|
|
16456
|
+
The version of the plugin. Example: `2.5.0`.
|
|
16457
|
+
"""
|
|
16458
|
+
return pulumi.get(self, "version")
|
|
16459
|
+
|
|
16460
|
+
@version.setter
|
|
16461
|
+
def version(self, value: pulumi.Input[builtins.str]):
|
|
16462
|
+
pulumi.set(self, "version", value)
|
|
16463
|
+
|
|
16464
|
+
|
|
15802
16465
|
if not MYPY:
|
|
15803
16466
|
class KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict(TypedDict):
|
|
15804
16467
|
name: pulumi.Input[builtins.str]
|
|
@@ -17907,111 +18570,111 @@ if not MYPY:
|
|
|
17907
18570
|
class KafkaTopicConfigArgsDict(TypedDict):
|
|
17908
18571
|
cleanup_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
17909
18572
|
"""
|
|
17910
|
-
|
|
18573
|
+
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`.
|
|
17911
18574
|
"""
|
|
17912
18575
|
compression_type: NotRequired[pulumi.Input[builtins.str]]
|
|
17913
18576
|
"""
|
|
17914
|
-
compression
|
|
18577
|
+
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`.
|
|
17915
18578
|
"""
|
|
17916
18579
|
delete_retention_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17917
18580
|
"""
|
|
17918
|
-
delete.
|
|
18581
|
+
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).
|
|
17919
18582
|
"""
|
|
17920
18583
|
file_delete_delay_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17921
18584
|
"""
|
|
17922
|
-
file.
|
|
18585
|
+
The time to wait before deleting a file from the filesystem.
|
|
17923
18586
|
"""
|
|
17924
18587
|
flush_messages: NotRequired[pulumi.Input[builtins.str]]
|
|
17925
18588
|
"""
|
|
17926
|
-
|
|
18589
|
+
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.
|
|
17927
18590
|
"""
|
|
17928
18591
|
flush_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17929
18592
|
"""
|
|
17930
|
-
|
|
18593
|
+
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.
|
|
17931
18594
|
"""
|
|
17932
18595
|
index_interval_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17933
18596
|
"""
|
|
17934
|
-
index.
|
|
18597
|
+
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.
|
|
17935
18598
|
"""
|
|
17936
18599
|
local_retention_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17937
18600
|
"""
|
|
17938
|
-
|
|
18601
|
+
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.
|
|
17939
18602
|
"""
|
|
17940
18603
|
local_retention_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17941
18604
|
"""
|
|
17942
|
-
|
|
18605
|
+
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.
|
|
17943
18606
|
"""
|
|
17944
18607
|
max_compaction_lag_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17945
18608
|
"""
|
|
17946
|
-
|
|
18609
|
+
The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
17947
18610
|
"""
|
|
17948
18611
|
max_message_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17949
18612
|
"""
|
|
17950
|
-
|
|
18613
|
+
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.
|
|
17951
18614
|
"""
|
|
17952
18615
|
message_downconversion_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
17953
18616
|
"""
|
|
17954
|
-
message.
|
|
18617
|
+
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.
|
|
17955
18618
|
"""
|
|
17956
18619
|
message_format_version: NotRequired[pulumi.Input[builtins.str]]
|
|
17957
18620
|
"""
|
|
17958
|
-
message.format
|
|
18621
|
+
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`.
|
|
17959
18622
|
"""
|
|
17960
18623
|
message_timestamp_difference_max_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17961
18624
|
"""
|
|
17962
|
-
message.timestamp.difference.
|
|
18625
|
+
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.
|
|
17963
18626
|
"""
|
|
17964
18627
|
message_timestamp_type: NotRequired[pulumi.Input[builtins.str]]
|
|
17965
18628
|
"""
|
|
17966
|
-
|
|
18629
|
+
Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
17967
18630
|
"""
|
|
17968
18631
|
min_cleanable_dirty_ratio: NotRequired[pulumi.Input[builtins.float]]
|
|
17969
18632
|
"""
|
|
17970
|
-
min.
|
|
18633
|
+
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.
|
|
17971
18634
|
"""
|
|
17972
18635
|
min_compaction_lag_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17973
18636
|
"""
|
|
17974
|
-
|
|
18637
|
+
The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
17975
18638
|
"""
|
|
17976
18639
|
min_insync_replicas: NotRequired[pulumi.Input[builtins.str]]
|
|
17977
18640
|
"""
|
|
17978
|
-
min.insync.replicas
|
|
18641
|
+
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.
|
|
17979
18642
|
"""
|
|
17980
18643
|
preallocate: NotRequired[pulumi.Input[builtins.bool]]
|
|
17981
18644
|
"""
|
|
17982
|
-
preallocate
|
|
18645
|
+
True if we should preallocate the file on disk when creating a new log segment.
|
|
17983
18646
|
"""
|
|
17984
18647
|
remote_storage_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
17985
18648
|
"""
|
|
17986
|
-
|
|
18649
|
+
Indicates whether tiered storage should be enabled.
|
|
17987
18650
|
"""
|
|
17988
18651
|
retention_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17989
18652
|
"""
|
|
17990
|
-
retention.bytes
|
|
18653
|
+
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.
|
|
17991
18654
|
"""
|
|
17992
18655
|
retention_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17993
18656
|
"""
|
|
17994
|
-
retention.
|
|
18657
|
+
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.
|
|
17995
18658
|
"""
|
|
17996
18659
|
segment_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17997
18660
|
"""
|
|
17998
|
-
|
|
18661
|
+
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.
|
|
17999
18662
|
"""
|
|
18000
18663
|
segment_index_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
18001
18664
|
"""
|
|
18002
|
-
|
|
18665
|
+
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.
|
|
18003
18666
|
"""
|
|
18004
18667
|
segment_jitter_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
18005
18668
|
"""
|
|
18006
|
-
|
|
18669
|
+
The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
18007
18670
|
"""
|
|
18008
18671
|
segment_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
18009
18672
|
"""
|
|
18010
|
-
segment.
|
|
18673
|
+
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.
|
|
18011
18674
|
"""
|
|
18012
18675
|
unclean_leader_election_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
18013
18676
|
"""
|
|
18014
|
-
|
|
18677
|
+
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.
|
|
18015
18678
|
"""
|
|
18016
18679
|
elif False:
|
|
18017
18680
|
KafkaTopicConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -18047,33 +18710,33 @@ class KafkaTopicConfigArgs:
|
|
|
18047
18710
|
segment_ms: Optional[pulumi.Input[builtins.str]] = None,
|
|
18048
18711
|
unclean_leader_election_enable: Optional[pulumi.Input[builtins.bool]] = None):
|
|
18049
18712
|
"""
|
|
18050
|
-
:param pulumi.Input[builtins.str] cleanup_policy:
|
|
18051
|
-
:param pulumi.Input[builtins.str] compression_type: compression
|
|
18052
|
-
:param pulumi.Input[builtins.str] delete_retention_ms: delete.
|
|
18053
|
-
:param pulumi.Input[builtins.str] file_delete_delay_ms: file.
|
|
18054
|
-
:param pulumi.Input[builtins.str] flush_messages:
|
|
18055
|
-
:param pulumi.Input[builtins.str] flush_ms:
|
|
18056
|
-
:param pulumi.Input[builtins.str] index_interval_bytes: index.
|
|
18057
|
-
:param pulumi.Input[builtins.str] local_retention_bytes:
|
|
18058
|
-
:param pulumi.Input[builtins.str] local_retention_ms:
|
|
18059
|
-
:param pulumi.Input[builtins.str] max_compaction_lag_ms:
|
|
18060
|
-
:param pulumi.Input[builtins.str] max_message_bytes:
|
|
18061
|
-
:param pulumi.Input[builtins.bool] message_downconversion_enable: message.
|
|
18062
|
-
:param pulumi.Input[builtins.str] message_format_version: message.format
|
|
18063
|
-
:param pulumi.Input[builtins.str] message_timestamp_difference_max_ms: message.timestamp.difference.
|
|
18064
|
-
:param pulumi.Input[builtins.str] message_timestamp_type:
|
|
18065
|
-
:param pulumi.Input[builtins.float] min_cleanable_dirty_ratio: min.
|
|
18066
|
-
:param pulumi.Input[builtins.str] min_compaction_lag_ms:
|
|
18067
|
-
:param pulumi.Input[builtins.str] min_insync_replicas: min.insync.replicas
|
|
18068
|
-
:param pulumi.Input[builtins.bool] preallocate: preallocate
|
|
18069
|
-
:param pulumi.Input[builtins.bool] remote_storage_enable:
|
|
18070
|
-
:param pulumi.Input[builtins.str] retention_bytes: retention.bytes
|
|
18071
|
-
:param pulumi.Input[builtins.str] retention_ms: retention.
|
|
18072
|
-
:param pulumi.Input[builtins.str] segment_bytes:
|
|
18073
|
-
:param pulumi.Input[builtins.str] segment_index_bytes:
|
|
18074
|
-
:param pulumi.Input[builtins.str] segment_jitter_ms:
|
|
18075
|
-
:param pulumi.Input[builtins.str] segment_ms: segment.
|
|
18076
|
-
:param pulumi.Input[builtins.bool] unclean_leader_election_enable:
|
|
18713
|
+
:param pulumi.Input[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`.
|
|
18714
|
+
:param pulumi.Input[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`.
|
|
18715
|
+
:param pulumi.Input[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).
|
|
18716
|
+
:param pulumi.Input[builtins.str] file_delete_delay_ms: The time to wait before deleting a file from the filesystem.
|
|
18717
|
+
:param pulumi.Input[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.
|
|
18718
|
+
:param pulumi.Input[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.
|
|
18719
|
+
:param pulumi.Input[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.
|
|
18720
|
+
:param pulumi.Input[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.
|
|
18721
|
+
:param pulumi.Input[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.
|
|
18722
|
+
:param pulumi.Input[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.
|
|
18723
|
+
:param pulumi.Input[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.
|
|
18724
|
+
:param pulumi.Input[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.
|
|
18725
|
+
:param pulumi.Input[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`.
|
|
18726
|
+
:param pulumi.Input[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.
|
|
18727
|
+
:param pulumi.Input[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`.
|
|
18728
|
+
:param pulumi.Input[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.
|
|
18729
|
+
:param pulumi.Input[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.
|
|
18730
|
+
:param pulumi.Input[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.
|
|
18731
|
+
:param pulumi.Input[builtins.bool] preallocate: True if we should preallocate the file on disk when creating a new log segment.
|
|
18732
|
+
:param pulumi.Input[builtins.bool] remote_storage_enable: Indicates whether tiered storage should be enabled.
|
|
18733
|
+
:param pulumi.Input[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.
|
|
18734
|
+
:param pulumi.Input[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.
|
|
18735
|
+
:param pulumi.Input[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.
|
|
18736
|
+
:param pulumi.Input[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.
|
|
18737
|
+
:param pulumi.Input[builtins.str] segment_jitter_ms: The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
18738
|
+
:param pulumi.Input[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.
|
|
18739
|
+
:param pulumi.Input[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.
|
|
18077
18740
|
"""
|
|
18078
18741
|
if cleanup_policy is not None:
|
|
18079
18742
|
pulumi.set(__self__, "cleanup_policy", cleanup_policy)
|
|
@@ -18127,9 +18790,6 @@ class KafkaTopicConfigArgs:
|
|
|
18127
18790
|
pulumi.set(__self__, "segment_jitter_ms", segment_jitter_ms)
|
|
18128
18791
|
if segment_ms is not None:
|
|
18129
18792
|
pulumi.set(__self__, "segment_ms", segment_ms)
|
|
18130
|
-
if unclean_leader_election_enable is not None:
|
|
18131
|
-
warnings.warn("""This field is deprecated and no longer functional.""", DeprecationWarning)
|
|
18132
|
-
pulumi.log.warn("""unclean_leader_election_enable is deprecated: This field is deprecated and no longer functional.""")
|
|
18133
18793
|
if unclean_leader_election_enable is not None:
|
|
18134
18794
|
pulumi.set(__self__, "unclean_leader_election_enable", unclean_leader_election_enable)
|
|
18135
18795
|
|
|
@@ -18137,7 +18797,7 @@ class KafkaTopicConfigArgs:
|
|
|
18137
18797
|
@pulumi.getter(name="cleanupPolicy")
|
|
18138
18798
|
def cleanup_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18139
18799
|
"""
|
|
18140
|
-
|
|
18800
|
+
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`.
|
|
18141
18801
|
"""
|
|
18142
18802
|
return pulumi.get(self, "cleanup_policy")
|
|
18143
18803
|
|
|
@@ -18149,7 +18809,7 @@ class KafkaTopicConfigArgs:
|
|
|
18149
18809
|
@pulumi.getter(name="compressionType")
|
|
18150
18810
|
def compression_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18151
18811
|
"""
|
|
18152
|
-
compression
|
|
18812
|
+
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`.
|
|
18153
18813
|
"""
|
|
18154
18814
|
return pulumi.get(self, "compression_type")
|
|
18155
18815
|
|
|
@@ -18161,7 +18821,7 @@ class KafkaTopicConfigArgs:
|
|
|
18161
18821
|
@pulumi.getter(name="deleteRetentionMs")
|
|
18162
18822
|
def delete_retention_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18163
18823
|
"""
|
|
18164
|
-
delete.
|
|
18824
|
+
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).
|
|
18165
18825
|
"""
|
|
18166
18826
|
return pulumi.get(self, "delete_retention_ms")
|
|
18167
18827
|
|
|
@@ -18173,7 +18833,7 @@ class KafkaTopicConfigArgs:
|
|
|
18173
18833
|
@pulumi.getter(name="fileDeleteDelayMs")
|
|
18174
18834
|
def file_delete_delay_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18175
18835
|
"""
|
|
18176
|
-
file.
|
|
18836
|
+
The time to wait before deleting a file from the filesystem.
|
|
18177
18837
|
"""
|
|
18178
18838
|
return pulumi.get(self, "file_delete_delay_ms")
|
|
18179
18839
|
|
|
@@ -18185,7 +18845,7 @@ class KafkaTopicConfigArgs:
|
|
|
18185
18845
|
@pulumi.getter(name="flushMessages")
|
|
18186
18846
|
def flush_messages(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18187
18847
|
"""
|
|
18188
|
-
|
|
18848
|
+
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.
|
|
18189
18849
|
"""
|
|
18190
18850
|
return pulumi.get(self, "flush_messages")
|
|
18191
18851
|
|
|
@@ -18197,7 +18857,7 @@ class KafkaTopicConfigArgs:
|
|
|
18197
18857
|
@pulumi.getter(name="flushMs")
|
|
18198
18858
|
def flush_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18199
18859
|
"""
|
|
18200
|
-
|
|
18860
|
+
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.
|
|
18201
18861
|
"""
|
|
18202
18862
|
return pulumi.get(self, "flush_ms")
|
|
18203
18863
|
|
|
@@ -18209,7 +18869,7 @@ class KafkaTopicConfigArgs:
|
|
|
18209
18869
|
@pulumi.getter(name="indexIntervalBytes")
|
|
18210
18870
|
def index_interval_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18211
18871
|
"""
|
|
18212
|
-
index.
|
|
18872
|
+
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.
|
|
18213
18873
|
"""
|
|
18214
18874
|
return pulumi.get(self, "index_interval_bytes")
|
|
18215
18875
|
|
|
@@ -18221,7 +18881,7 @@ class KafkaTopicConfigArgs:
|
|
|
18221
18881
|
@pulumi.getter(name="localRetentionBytes")
|
|
18222
18882
|
def local_retention_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18223
18883
|
"""
|
|
18224
|
-
|
|
18884
|
+
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.
|
|
18225
18885
|
"""
|
|
18226
18886
|
return pulumi.get(self, "local_retention_bytes")
|
|
18227
18887
|
|
|
@@ -18233,7 +18893,7 @@ class KafkaTopicConfigArgs:
|
|
|
18233
18893
|
@pulumi.getter(name="localRetentionMs")
|
|
18234
18894
|
def local_retention_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18235
18895
|
"""
|
|
18236
|
-
|
|
18896
|
+
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.
|
|
18237
18897
|
"""
|
|
18238
18898
|
return pulumi.get(self, "local_retention_ms")
|
|
18239
18899
|
|
|
@@ -18245,7 +18905,7 @@ class KafkaTopicConfigArgs:
|
|
|
18245
18905
|
@pulumi.getter(name="maxCompactionLagMs")
|
|
18246
18906
|
def max_compaction_lag_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18247
18907
|
"""
|
|
18248
|
-
|
|
18908
|
+
The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
18249
18909
|
"""
|
|
18250
18910
|
return pulumi.get(self, "max_compaction_lag_ms")
|
|
18251
18911
|
|
|
@@ -18257,7 +18917,7 @@ class KafkaTopicConfigArgs:
|
|
|
18257
18917
|
@pulumi.getter(name="maxMessageBytes")
|
|
18258
18918
|
def max_message_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18259
18919
|
"""
|
|
18260
|
-
|
|
18920
|
+
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.
|
|
18261
18921
|
"""
|
|
18262
18922
|
return pulumi.get(self, "max_message_bytes")
|
|
18263
18923
|
|
|
@@ -18269,7 +18929,7 @@ class KafkaTopicConfigArgs:
|
|
|
18269
18929
|
@pulumi.getter(name="messageDownconversionEnable")
|
|
18270
18930
|
def message_downconversion_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18271
18931
|
"""
|
|
18272
|
-
message.
|
|
18932
|
+
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.
|
|
18273
18933
|
"""
|
|
18274
18934
|
return pulumi.get(self, "message_downconversion_enable")
|
|
18275
18935
|
|
|
@@ -18281,7 +18941,7 @@ class KafkaTopicConfigArgs:
|
|
|
18281
18941
|
@pulumi.getter(name="messageFormatVersion")
|
|
18282
18942
|
def message_format_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18283
18943
|
"""
|
|
18284
|
-
message.format
|
|
18944
|
+
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`.
|
|
18285
18945
|
"""
|
|
18286
18946
|
return pulumi.get(self, "message_format_version")
|
|
18287
18947
|
|
|
@@ -18293,7 +18953,7 @@ class KafkaTopicConfigArgs:
|
|
|
18293
18953
|
@pulumi.getter(name="messageTimestampDifferenceMaxMs")
|
|
18294
18954
|
def message_timestamp_difference_max_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18295
18955
|
"""
|
|
18296
|
-
message.timestamp.difference.
|
|
18956
|
+
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.
|
|
18297
18957
|
"""
|
|
18298
18958
|
return pulumi.get(self, "message_timestamp_difference_max_ms")
|
|
18299
18959
|
|
|
@@ -18305,7 +18965,7 @@ class KafkaTopicConfigArgs:
|
|
|
18305
18965
|
@pulumi.getter(name="messageTimestampType")
|
|
18306
18966
|
def message_timestamp_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18307
18967
|
"""
|
|
18308
|
-
|
|
18968
|
+
Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
18309
18969
|
"""
|
|
18310
18970
|
return pulumi.get(self, "message_timestamp_type")
|
|
18311
18971
|
|
|
@@ -18317,7 +18977,7 @@ class KafkaTopicConfigArgs:
|
|
|
18317
18977
|
@pulumi.getter(name="minCleanableDirtyRatio")
|
|
18318
18978
|
def min_cleanable_dirty_ratio(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
18319
18979
|
"""
|
|
18320
|
-
min.
|
|
18980
|
+
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.
|
|
18321
18981
|
"""
|
|
18322
18982
|
return pulumi.get(self, "min_cleanable_dirty_ratio")
|
|
18323
18983
|
|
|
@@ -18329,7 +18989,7 @@ class KafkaTopicConfigArgs:
|
|
|
18329
18989
|
@pulumi.getter(name="minCompactionLagMs")
|
|
18330
18990
|
def min_compaction_lag_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18331
18991
|
"""
|
|
18332
|
-
|
|
18992
|
+
The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
18333
18993
|
"""
|
|
18334
18994
|
return pulumi.get(self, "min_compaction_lag_ms")
|
|
18335
18995
|
|
|
@@ -18341,7 +19001,7 @@ class KafkaTopicConfigArgs:
|
|
|
18341
19001
|
@pulumi.getter(name="minInsyncReplicas")
|
|
18342
19002
|
def min_insync_replicas(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18343
19003
|
"""
|
|
18344
|
-
min.insync.replicas
|
|
19004
|
+
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.
|
|
18345
19005
|
"""
|
|
18346
19006
|
return pulumi.get(self, "min_insync_replicas")
|
|
18347
19007
|
|
|
@@ -18353,7 +19013,7 @@ class KafkaTopicConfigArgs:
|
|
|
18353
19013
|
@pulumi.getter
|
|
18354
19014
|
def preallocate(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18355
19015
|
"""
|
|
18356
|
-
preallocate
|
|
19016
|
+
True if we should preallocate the file on disk when creating a new log segment.
|
|
18357
19017
|
"""
|
|
18358
19018
|
return pulumi.get(self, "preallocate")
|
|
18359
19019
|
|
|
@@ -18365,7 +19025,7 @@ class KafkaTopicConfigArgs:
|
|
|
18365
19025
|
@pulumi.getter(name="remoteStorageEnable")
|
|
18366
19026
|
def remote_storage_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18367
19027
|
"""
|
|
18368
|
-
|
|
19028
|
+
Indicates whether tiered storage should be enabled.
|
|
18369
19029
|
"""
|
|
18370
19030
|
return pulumi.get(self, "remote_storage_enable")
|
|
18371
19031
|
|
|
@@ -18377,7 +19037,7 @@ class KafkaTopicConfigArgs:
|
|
|
18377
19037
|
@pulumi.getter(name="retentionBytes")
|
|
18378
19038
|
def retention_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18379
19039
|
"""
|
|
18380
|
-
retention.bytes
|
|
19040
|
+
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.
|
|
18381
19041
|
"""
|
|
18382
19042
|
return pulumi.get(self, "retention_bytes")
|
|
18383
19043
|
|
|
@@ -18389,7 +19049,7 @@ class KafkaTopicConfigArgs:
|
|
|
18389
19049
|
@pulumi.getter(name="retentionMs")
|
|
18390
19050
|
def retention_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18391
19051
|
"""
|
|
18392
|
-
retention.
|
|
19052
|
+
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.
|
|
18393
19053
|
"""
|
|
18394
19054
|
return pulumi.get(self, "retention_ms")
|
|
18395
19055
|
|
|
@@ -18401,7 +19061,7 @@ class KafkaTopicConfigArgs:
|
|
|
18401
19061
|
@pulumi.getter(name="segmentBytes")
|
|
18402
19062
|
def segment_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18403
19063
|
"""
|
|
18404
|
-
|
|
19064
|
+
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.
|
|
18405
19065
|
"""
|
|
18406
19066
|
return pulumi.get(self, "segment_bytes")
|
|
18407
19067
|
|
|
@@ -18413,7 +19073,7 @@ class KafkaTopicConfigArgs:
|
|
|
18413
19073
|
@pulumi.getter(name="segmentIndexBytes")
|
|
18414
19074
|
def segment_index_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18415
19075
|
"""
|
|
18416
|
-
|
|
19076
|
+
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.
|
|
18417
19077
|
"""
|
|
18418
19078
|
return pulumi.get(self, "segment_index_bytes")
|
|
18419
19079
|
|
|
@@ -18425,7 +19085,7 @@ class KafkaTopicConfigArgs:
|
|
|
18425
19085
|
@pulumi.getter(name="segmentJitterMs")
|
|
18426
19086
|
def segment_jitter_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18427
19087
|
"""
|
|
18428
|
-
|
|
19088
|
+
The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
18429
19089
|
"""
|
|
18430
19090
|
return pulumi.get(self, "segment_jitter_ms")
|
|
18431
19091
|
|
|
@@ -18437,7 +19097,7 @@ class KafkaTopicConfigArgs:
|
|
|
18437
19097
|
@pulumi.getter(name="segmentMs")
|
|
18438
19098
|
def segment_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18439
19099
|
"""
|
|
18440
|
-
segment.
|
|
19100
|
+
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.
|
|
18441
19101
|
"""
|
|
18442
19102
|
return pulumi.get(self, "segment_ms")
|
|
18443
19103
|
|
|
@@ -18447,10 +19107,9 @@ class KafkaTopicConfigArgs:
|
|
|
18447
19107
|
|
|
18448
19108
|
@property
|
|
18449
19109
|
@pulumi.getter(name="uncleanLeaderElectionEnable")
|
|
18450
|
-
@_utilities.deprecated("""This field is deprecated and no longer functional.""")
|
|
18451
19110
|
def unclean_leader_election_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18452
19111
|
"""
|
|
18453
|
-
|
|
19112
|
+
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.
|
|
18454
19113
|
"""
|
|
18455
19114
|
return pulumi.get(self, "unclean_leader_election_enable")
|
|
18456
19115
|
|
|
@@ -23123,15 +23782,15 @@ if not MYPY:
|
|
|
23123
23782
|
class OpenSearchOpensearchArgsDict(TypedDict):
|
|
23124
23783
|
kibana_uri: NotRequired[pulumi.Input[builtins.str]]
|
|
23125
23784
|
"""
|
|
23126
|
-
URI for Kibana dashboard frontend
|
|
23785
|
+
URI for Kibana dashboard frontend.
|
|
23127
23786
|
"""
|
|
23128
23787
|
opensearch_dashboards_uri: NotRequired[pulumi.Input[builtins.str]]
|
|
23129
23788
|
"""
|
|
23130
|
-
URI for OpenSearch dashboard frontend
|
|
23789
|
+
URI for OpenSearch dashboard frontend.
|
|
23131
23790
|
"""
|
|
23132
23791
|
password: NotRequired[pulumi.Input[builtins.str]]
|
|
23133
23792
|
"""
|
|
23134
|
-
OpenSearch password
|
|
23793
|
+
OpenSearch password.
|
|
23135
23794
|
"""
|
|
23136
23795
|
uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
23137
23796
|
"""
|
|
@@ -23139,7 +23798,7 @@ if not MYPY:
|
|
|
23139
23798
|
"""
|
|
23140
23799
|
username: NotRequired[pulumi.Input[builtins.str]]
|
|
23141
23800
|
"""
|
|
23142
|
-
OpenSearch username
|
|
23801
|
+
OpenSearch username.
|
|
23143
23802
|
"""
|
|
23144
23803
|
elif False:
|
|
23145
23804
|
OpenSearchOpensearchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -23153,11 +23812,11 @@ class OpenSearchOpensearchArgs:
|
|
|
23153
23812
|
uris: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
23154
23813
|
username: Optional[pulumi.Input[builtins.str]] = None):
|
|
23155
23814
|
"""
|
|
23156
|
-
:param pulumi.Input[builtins.str] kibana_uri: URI for Kibana dashboard frontend
|
|
23157
|
-
:param pulumi.Input[builtins.str] opensearch_dashboards_uri: URI for OpenSearch dashboard frontend
|
|
23158
|
-
:param pulumi.Input[builtins.str] password: OpenSearch password
|
|
23815
|
+
:param pulumi.Input[builtins.str] kibana_uri: URI for Kibana dashboard frontend.
|
|
23816
|
+
:param pulumi.Input[builtins.str] opensearch_dashboards_uri: URI for OpenSearch dashboard frontend.
|
|
23817
|
+
:param pulumi.Input[builtins.str] password: OpenSearch password.
|
|
23159
23818
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] uris: OpenSearch server URIs.
|
|
23160
|
-
:param pulumi.Input[builtins.str] username: OpenSearch username
|
|
23819
|
+
:param pulumi.Input[builtins.str] username: OpenSearch username.
|
|
23161
23820
|
"""
|
|
23162
23821
|
if kibana_uri is not None:
|
|
23163
23822
|
warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
|
|
@@ -23178,7 +23837,7 @@ class OpenSearchOpensearchArgs:
|
|
|
23178
23837
|
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
23179
23838
|
def kibana_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
23180
23839
|
"""
|
|
23181
|
-
URI for Kibana dashboard frontend
|
|
23840
|
+
URI for Kibana dashboard frontend.
|
|
23182
23841
|
"""
|
|
23183
23842
|
return pulumi.get(self, "kibana_uri")
|
|
23184
23843
|
|
|
@@ -23190,7 +23849,7 @@ class OpenSearchOpensearchArgs:
|
|
|
23190
23849
|
@pulumi.getter(name="opensearchDashboardsUri")
|
|
23191
23850
|
def opensearch_dashboards_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
23192
23851
|
"""
|
|
23193
|
-
URI for OpenSearch dashboard frontend
|
|
23852
|
+
URI for OpenSearch dashboard frontend.
|
|
23194
23853
|
"""
|
|
23195
23854
|
return pulumi.get(self, "opensearch_dashboards_uri")
|
|
23196
23855
|
|
|
@@ -23202,7 +23861,7 @@ class OpenSearchOpensearchArgs:
|
|
|
23202
23861
|
@pulumi.getter
|
|
23203
23862
|
def password(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
23204
23863
|
"""
|
|
23205
|
-
OpenSearch password
|
|
23864
|
+
OpenSearch password.
|
|
23206
23865
|
"""
|
|
23207
23866
|
return pulumi.get(self, "password")
|
|
23208
23867
|
|
|
@@ -23226,7 +23885,7 @@ class OpenSearchOpensearchArgs:
|
|
|
23226
23885
|
@pulumi.getter
|
|
23227
23886
|
def username(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
23228
23887
|
"""
|
|
23229
|
-
OpenSearch username
|
|
23888
|
+
OpenSearch username.
|
|
23230
23889
|
"""
|
|
23231
23890
|
return pulumi.get(self, "username")
|
|
23232
23891
|
|
|
@@ -24865,6 +25524,10 @@ if not MYPY:
|
|
|
24865
25524
|
"""
|
|
24866
25525
|
Enable remote-backed storage.
|
|
24867
25526
|
"""
|
|
25527
|
+
enable_searchable_snapshots: NotRequired[pulumi.Input[builtins.bool]]
|
|
25528
|
+
"""
|
|
25529
|
+
Enable searchable snapshots.
|
|
25530
|
+
"""
|
|
24868
25531
|
enable_security_audit: NotRequired[pulumi.Input[builtins.bool]]
|
|
24869
25532
|
"""
|
|
24870
25533
|
Enable/Disable security audit.
|
|
@@ -25040,6 +25703,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25040
25703
|
email_sender_password: Optional[pulumi.Input[builtins.str]] = None,
|
|
25041
25704
|
email_sender_username: Optional[pulumi.Input[builtins.str]] = None,
|
|
25042
25705
|
enable_remote_backed_storage: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25706
|
+
enable_searchable_snapshots: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25043
25707
|
enable_security_audit: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25044
25708
|
http_max_content_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
25045
25709
|
http_max_header_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -25092,6 +25756,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25092
25756
|
:param pulumi.Input[builtins.str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
25093
25757
|
:param pulumi.Input[builtins.str] email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
25094
25758
|
:param pulumi.Input[builtins.bool] enable_remote_backed_storage: Enable remote-backed storage.
|
|
25759
|
+
:param pulumi.Input[builtins.bool] enable_searchable_snapshots: Enable searchable snapshots.
|
|
25095
25760
|
:param pulumi.Input[builtins.bool] enable_security_audit: Enable/Disable security audit.
|
|
25096
25761
|
:param pulumi.Input[builtins.int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
25097
25762
|
:param pulumi.Input[builtins.int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
@@ -25156,6 +25821,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25156
25821
|
pulumi.set(__self__, "email_sender_username", email_sender_username)
|
|
25157
25822
|
if enable_remote_backed_storage is not None:
|
|
25158
25823
|
pulumi.set(__self__, "enable_remote_backed_storage", enable_remote_backed_storage)
|
|
25824
|
+
if enable_searchable_snapshots is not None:
|
|
25825
|
+
pulumi.set(__self__, "enable_searchable_snapshots", enable_searchable_snapshots)
|
|
25159
25826
|
if enable_security_audit is not None:
|
|
25160
25827
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
25161
25828
|
if http_max_content_length is not None:
|
|
@@ -25378,6 +26045,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25378
26045
|
def enable_remote_backed_storage(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
25379
26046
|
pulumi.set(self, "enable_remote_backed_storage", value)
|
|
25380
26047
|
|
|
26048
|
+
@property
|
|
26049
|
+
@pulumi.getter(name="enableSearchableSnapshots")
|
|
26050
|
+
def enable_searchable_snapshots(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
26051
|
+
"""
|
|
26052
|
+
Enable searchable snapshots.
|
|
26053
|
+
"""
|
|
26054
|
+
return pulumi.get(self, "enable_searchable_snapshots")
|
|
26055
|
+
|
|
26056
|
+
@enable_searchable_snapshots.setter
|
|
26057
|
+
def enable_searchable_snapshots(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
26058
|
+
pulumi.set(self, "enable_searchable_snapshots", value)
|
|
26059
|
+
|
|
25381
26060
|
@property
|
|
25382
26061
|
@pulumi.getter(name="enableSecurityAudit")
|
|
25383
26062
|
def enable_security_audit(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
@@ -28957,6 +29636,98 @@ class OrganizationProjectTagArgs:
|
|
|
28957
29636
|
pulumi.set(self, "value", value)
|
|
28958
29637
|
|
|
28959
29638
|
|
|
29639
|
+
if not MYPY:
|
|
29640
|
+
class OrganizationProjectTimeoutsArgsDict(TypedDict):
|
|
29641
|
+
create: NotRequired[pulumi.Input[builtins.str]]
|
|
29642
|
+
"""
|
|
29643
|
+
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).
|
|
29644
|
+
"""
|
|
29645
|
+
delete: NotRequired[pulumi.Input[builtins.str]]
|
|
29646
|
+
"""
|
|
29647
|
+
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.
|
|
29648
|
+
"""
|
|
29649
|
+
read: NotRequired[pulumi.Input[builtins.str]]
|
|
29650
|
+
"""
|
|
29651
|
+
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.
|
|
29652
|
+
"""
|
|
29653
|
+
update: NotRequired[pulumi.Input[builtins.str]]
|
|
29654
|
+
"""
|
|
29655
|
+
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).
|
|
29656
|
+
"""
|
|
29657
|
+
elif False:
|
|
29658
|
+
OrganizationProjectTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
29659
|
+
|
|
29660
|
+
@pulumi.input_type
|
|
29661
|
+
class OrganizationProjectTimeoutsArgs:
|
|
29662
|
+
def __init__(__self__, *,
|
|
29663
|
+
create: Optional[pulumi.Input[builtins.str]] = None,
|
|
29664
|
+
delete: Optional[pulumi.Input[builtins.str]] = None,
|
|
29665
|
+
read: Optional[pulumi.Input[builtins.str]] = None,
|
|
29666
|
+
update: Optional[pulumi.Input[builtins.str]] = None):
|
|
29667
|
+
"""
|
|
29668
|
+
:param pulumi.Input[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).
|
|
29669
|
+
:param pulumi.Input[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.
|
|
29670
|
+
:param pulumi.Input[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.
|
|
29671
|
+
:param pulumi.Input[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).
|
|
29672
|
+
"""
|
|
29673
|
+
if create is not None:
|
|
29674
|
+
pulumi.set(__self__, "create", create)
|
|
29675
|
+
if delete is not None:
|
|
29676
|
+
pulumi.set(__self__, "delete", delete)
|
|
29677
|
+
if read is not None:
|
|
29678
|
+
pulumi.set(__self__, "read", read)
|
|
29679
|
+
if update is not None:
|
|
29680
|
+
pulumi.set(__self__, "update", update)
|
|
29681
|
+
|
|
29682
|
+
@property
|
|
29683
|
+
@pulumi.getter
|
|
29684
|
+
def create(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29685
|
+
"""
|
|
29686
|
+
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).
|
|
29687
|
+
"""
|
|
29688
|
+
return pulumi.get(self, "create")
|
|
29689
|
+
|
|
29690
|
+
@create.setter
|
|
29691
|
+
def create(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29692
|
+
pulumi.set(self, "create", value)
|
|
29693
|
+
|
|
29694
|
+
@property
|
|
29695
|
+
@pulumi.getter
|
|
29696
|
+
def delete(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29697
|
+
"""
|
|
29698
|
+
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.
|
|
29699
|
+
"""
|
|
29700
|
+
return pulumi.get(self, "delete")
|
|
29701
|
+
|
|
29702
|
+
@delete.setter
|
|
29703
|
+
def delete(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29704
|
+
pulumi.set(self, "delete", value)
|
|
29705
|
+
|
|
29706
|
+
@property
|
|
29707
|
+
@pulumi.getter
|
|
29708
|
+
def read(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29709
|
+
"""
|
|
29710
|
+
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.
|
|
29711
|
+
"""
|
|
29712
|
+
return pulumi.get(self, "read")
|
|
29713
|
+
|
|
29714
|
+
@read.setter
|
|
29715
|
+
def read(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29716
|
+
pulumi.set(self, "read", value)
|
|
29717
|
+
|
|
29718
|
+
@property
|
|
29719
|
+
@pulumi.getter
|
|
29720
|
+
def update(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29721
|
+
"""
|
|
29722
|
+
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).
|
|
29723
|
+
"""
|
|
29724
|
+
return pulumi.get(self, "update")
|
|
29725
|
+
|
|
29726
|
+
@update.setter
|
|
29727
|
+
def update(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29728
|
+
pulumi.set(self, "update", value)
|
|
29729
|
+
|
|
29730
|
+
|
|
28960
29731
|
if not MYPY:
|
|
28961
29732
|
class OrganizationTimeoutsArgsDict(TypedDict):
|
|
28962
29733
|
create: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -30001,9 +30772,6 @@ class PgPgUserConfigArgs:
|
|
|
30001
30772
|
pulumi.set(__self__, "pg_stat_monitor_enable", pg_stat_monitor_enable)
|
|
30002
30773
|
if pg_version is not None:
|
|
30003
30774
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
30004
|
-
if pgaudit is not None:
|
|
30005
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
30006
|
-
pulumi.log.warn("""pgaudit is deprecated: This property is deprecated.""")
|
|
30007
30775
|
if pgaudit is not None:
|
|
30008
30776
|
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
30009
30777
|
if pgbouncer is not None:
|
|
@@ -30233,7 +31001,6 @@ class PgPgUserConfigArgs:
|
|
|
30233
31001
|
|
|
30234
31002
|
@property
|
|
30235
31003
|
@pulumi.getter
|
|
30236
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
30237
31004
|
def pgaudit(self) -> Optional[pulumi.Input['PgPgUserConfigPgauditArgs']]:
|
|
30238
31005
|
"""
|
|
30239
31006
|
System-wide settings for the pgaudit extension
|
|
@@ -31826,7 +32593,7 @@ if not MYPY:
|
|
|
31826
32593
|
"""
|
|
31827
32594
|
log_level: NotRequired[pulumi.Input[builtins.str]]
|
|
31828
32595
|
"""
|
|
31829
|
-
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
32596
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
31830
32597
|
"""
|
|
31831
32598
|
log_max_string_length: NotRequired[pulumi.Input[builtins.int]]
|
|
31832
32599
|
"""
|
|
@@ -31892,7 +32659,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31892
32659
|
:param pulumi.Input[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`.
|
|
31893
32660
|
:param pulumi.Input[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`.
|
|
31894
32661
|
:param pulumi.Input[builtins.bool] log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
31895
|
-
:param pulumi.Input[builtins.str] log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
32662
|
+
:param pulumi.Input[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`.
|
|
31896
32663
|
:param pulumi.Input[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`.
|
|
31897
32664
|
:param pulumi.Input[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`.
|
|
31898
32665
|
:param pulumi.Input[builtins.bool] log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -31904,80 +32671,37 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31904
32671
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
31905
32672
|
:param pulumi.Input[builtins.str] role: Specifies the master role to use for object audit logging.
|
|
31906
32673
|
"""
|
|
31907
|
-
if feature_enabled is not None:
|
|
31908
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31909
|
-
pulumi.log.warn("""feature_enabled is deprecated: This property is deprecated.""")
|
|
31910
32674
|
if feature_enabled is not None:
|
|
31911
32675
|
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
31912
|
-
if log_catalog is not None:
|
|
31913
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31914
|
-
pulumi.log.warn("""log_catalog is deprecated: This property is deprecated.""")
|
|
31915
32676
|
if log_catalog is not None:
|
|
31916
32677
|
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
31917
|
-
if log_client is not None:
|
|
31918
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31919
|
-
pulumi.log.warn("""log_client is deprecated: This property is deprecated.""")
|
|
31920
32678
|
if log_client is not None:
|
|
31921
32679
|
pulumi.set(__self__, "log_client", log_client)
|
|
31922
|
-
if log_level is not None:
|
|
31923
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31924
|
-
pulumi.log.warn("""log_level is deprecated: This property is deprecated.""")
|
|
31925
32680
|
if log_level is not None:
|
|
31926
32681
|
pulumi.set(__self__, "log_level", log_level)
|
|
31927
|
-
if log_max_string_length is not None:
|
|
31928
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31929
|
-
pulumi.log.warn("""log_max_string_length is deprecated: This property is deprecated.""")
|
|
31930
32682
|
if log_max_string_length is not None:
|
|
31931
32683
|
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
31932
|
-
if log_nested_statements is not None:
|
|
31933
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31934
|
-
pulumi.log.warn("""log_nested_statements is deprecated: This property is deprecated.""")
|
|
31935
32684
|
if log_nested_statements is not None:
|
|
31936
32685
|
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
31937
|
-
if log_parameter is not None:
|
|
31938
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31939
|
-
pulumi.log.warn("""log_parameter is deprecated: This property is deprecated.""")
|
|
31940
32686
|
if log_parameter is not None:
|
|
31941
32687
|
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
31942
|
-
if log_parameter_max_size is not None:
|
|
31943
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31944
|
-
pulumi.log.warn("""log_parameter_max_size is deprecated: This property is deprecated.""")
|
|
31945
32688
|
if log_parameter_max_size is not None:
|
|
31946
32689
|
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
31947
|
-
if log_relation is not None:
|
|
31948
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31949
|
-
pulumi.log.warn("""log_relation is deprecated: This property is deprecated.""")
|
|
31950
32690
|
if log_relation is not None:
|
|
31951
32691
|
pulumi.set(__self__, "log_relation", log_relation)
|
|
31952
|
-
if log_rows is not None:
|
|
31953
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31954
|
-
pulumi.log.warn("""log_rows is deprecated: This property is deprecated.""")
|
|
31955
32692
|
if log_rows is not None:
|
|
31956
32693
|
pulumi.set(__self__, "log_rows", log_rows)
|
|
31957
|
-
if log_statement is not None:
|
|
31958
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31959
|
-
pulumi.log.warn("""log_statement is deprecated: This property is deprecated.""")
|
|
31960
32694
|
if log_statement is not None:
|
|
31961
32695
|
pulumi.set(__self__, "log_statement", log_statement)
|
|
31962
|
-
if log_statement_once is not None:
|
|
31963
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31964
|
-
pulumi.log.warn("""log_statement_once is deprecated: This property is deprecated.""")
|
|
31965
32696
|
if log_statement_once is not None:
|
|
31966
32697
|
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
31967
|
-
if logs is not None:
|
|
31968
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31969
|
-
pulumi.log.warn("""logs is deprecated: This property is deprecated.""")
|
|
31970
32698
|
if logs is not None:
|
|
31971
32699
|
pulumi.set(__self__, "logs", logs)
|
|
31972
|
-
if role is not None:
|
|
31973
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31974
|
-
pulumi.log.warn("""role is deprecated: This property is deprecated.""")
|
|
31975
32700
|
if role is not None:
|
|
31976
32701
|
pulumi.set(__self__, "role", role)
|
|
31977
32702
|
|
|
31978
32703
|
@property
|
|
31979
32704
|
@pulumi.getter(name="featureEnabled")
|
|
31980
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31981
32705
|
def feature_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31982
32706
|
"""
|
|
31983
32707
|
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
@@ -31990,7 +32714,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31990
32714
|
|
|
31991
32715
|
@property
|
|
31992
32716
|
@pulumi.getter(name="logCatalog")
|
|
31993
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31994
32717
|
def log_catalog(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31995
32718
|
"""
|
|
31996
32719
|
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
@@ -32003,7 +32726,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32003
32726
|
|
|
32004
32727
|
@property
|
|
32005
32728
|
@pulumi.getter(name="logClient")
|
|
32006
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32007
32729
|
def log_client(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32008
32730
|
"""
|
|
32009
32731
|
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
@@ -32016,10 +32738,9 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32016
32738
|
|
|
32017
32739
|
@property
|
|
32018
32740
|
@pulumi.getter(name="logLevel")
|
|
32019
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32020
32741
|
def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
32021
32742
|
"""
|
|
32022
|
-
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `
|
|
32743
|
+
Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
32023
32744
|
"""
|
|
32024
32745
|
return pulumi.get(self, "log_level")
|
|
32025
32746
|
|
|
@@ -32029,7 +32750,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32029
32750
|
|
|
32030
32751
|
@property
|
|
32031
32752
|
@pulumi.getter(name="logMaxStringLength")
|
|
32032
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32033
32753
|
def log_max_string_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32034
32754
|
"""
|
|
32035
32755
|
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
@@ -32042,7 +32762,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32042
32762
|
|
|
32043
32763
|
@property
|
|
32044
32764
|
@pulumi.getter(name="logNestedStatements")
|
|
32045
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32046
32765
|
def log_nested_statements(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32047
32766
|
"""
|
|
32048
32767
|
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
@@ -32055,7 +32774,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32055
32774
|
|
|
32056
32775
|
@property
|
|
32057
32776
|
@pulumi.getter(name="logParameter")
|
|
32058
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32059
32777
|
def log_parameter(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32060
32778
|
"""
|
|
32061
32779
|
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -32068,7 +32786,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32068
32786
|
|
|
32069
32787
|
@property
|
|
32070
32788
|
@pulumi.getter(name="logParameterMaxSize")
|
|
32071
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32072
32789
|
def log_parameter_max_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32073
32790
|
"""
|
|
32074
32791
|
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
@@ -32081,7 +32798,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32081
32798
|
|
|
32082
32799
|
@property
|
|
32083
32800
|
@pulumi.getter(name="logRelation")
|
|
32084
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32085
32801
|
def log_relation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32086
32802
|
"""
|
|
32087
32803
|
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`.
|
|
@@ -32094,7 +32810,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32094
32810
|
|
|
32095
32811
|
@property
|
|
32096
32812
|
@pulumi.getter(name="logRows")
|
|
32097
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32098
32813
|
def log_rows(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32099
32814
|
"""
|
|
32100
32815
|
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`.
|
|
@@ -32107,7 +32822,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32107
32822
|
|
|
32108
32823
|
@property
|
|
32109
32824
|
@pulumi.getter(name="logStatement")
|
|
32110
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32111
32825
|
def log_statement(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32112
32826
|
"""
|
|
32113
32827
|
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
@@ -32120,7 +32834,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32120
32834
|
|
|
32121
32835
|
@property
|
|
32122
32836
|
@pulumi.getter(name="logStatementOnce")
|
|
32123
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32124
32837
|
def log_statement_once(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32125
32838
|
"""
|
|
32126
32839
|
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`.
|
|
@@ -32133,7 +32846,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32133
32846
|
|
|
32134
32847
|
@property
|
|
32135
32848
|
@pulumi.getter
|
|
32136
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32137
32849
|
def logs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
32138
32850
|
"""
|
|
32139
32851
|
Specifies which classes of statements will be logged by session audit logging.
|
|
@@ -32146,7 +32858,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
32146
32858
|
|
|
32147
32859
|
@property
|
|
32148
32860
|
@pulumi.getter
|
|
32149
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
32150
32861
|
def role(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
32151
32862
|
"""
|
|
32152
32863
|
Specifies the master role to use for object audit logging.
|
|
@@ -41491,3 +42202,434 @@ class ValkeyValkeyUserConfigPublicAccessArgs:
|
|
|
41491
42202
|
pulumi.set(self, "valkey", value)
|
|
41492
42203
|
|
|
41493
42204
|
|
|
42205
|
+
if not MYPY:
|
|
42206
|
+
class GetOrganizationAddressTimeoutsArgsDict(TypedDict):
|
|
42207
|
+
read: NotRequired[builtins.str]
|
|
42208
|
+
"""
|
|
42209
|
+
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).
|
|
42210
|
+
"""
|
|
42211
|
+
elif False:
|
|
42212
|
+
GetOrganizationAddressTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
42213
|
+
|
|
42214
|
+
@pulumi.input_type
|
|
42215
|
+
class GetOrganizationAddressTimeoutsArgs:
|
|
42216
|
+
def __init__(__self__, *,
|
|
42217
|
+
read: Optional[builtins.str] = None):
|
|
42218
|
+
"""
|
|
42219
|
+
: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).
|
|
42220
|
+
"""
|
|
42221
|
+
if read is not None:
|
|
42222
|
+
pulumi.set(__self__, "read", read)
|
|
42223
|
+
|
|
42224
|
+
@property
|
|
42225
|
+
@pulumi.getter
|
|
42226
|
+
def read(self) -> Optional[builtins.str]:
|
|
42227
|
+
"""
|
|
42228
|
+
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).
|
|
42229
|
+
"""
|
|
42230
|
+
return pulumi.get(self, "read")
|
|
42231
|
+
|
|
42232
|
+
@read.setter
|
|
42233
|
+
def read(self, value: Optional[builtins.str]):
|
|
42234
|
+
pulumi.set(self, "read", value)
|
|
42235
|
+
|
|
42236
|
+
|
|
42237
|
+
if not MYPY:
|
|
42238
|
+
class GetOrganizationBillingGroupListBillingGroupArgsDict(TypedDict):
|
|
42239
|
+
billing_address_id: builtins.str
|
|
42240
|
+
"""
|
|
42241
|
+
Billing address ID.
|
|
42242
|
+
"""
|
|
42243
|
+
billing_contact_emails: Sequence[builtins.str]
|
|
42244
|
+
"""
|
|
42245
|
+
List of billing contact emails.
|
|
42246
|
+
"""
|
|
42247
|
+
billing_currency: builtins.str
|
|
42248
|
+
"""
|
|
42249
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
42250
|
+
"""
|
|
42251
|
+
billing_emails: Sequence[builtins.str]
|
|
42252
|
+
"""
|
|
42253
|
+
List of billing contact emails.
|
|
42254
|
+
"""
|
|
42255
|
+
billing_group_id: builtins.str
|
|
42256
|
+
"""
|
|
42257
|
+
Billing group ID.
|
|
42258
|
+
"""
|
|
42259
|
+
billing_group_name: builtins.str
|
|
42260
|
+
"""
|
|
42261
|
+
Billing Group Name.
|
|
42262
|
+
"""
|
|
42263
|
+
custom_invoice_text: builtins.str
|
|
42264
|
+
"""
|
|
42265
|
+
Extra billing text.
|
|
42266
|
+
"""
|
|
42267
|
+
organization_id: builtins.str
|
|
42268
|
+
"""
|
|
42269
|
+
Organization ID.
|
|
42270
|
+
"""
|
|
42271
|
+
payment_method_id: builtins.str
|
|
42272
|
+
"""
|
|
42273
|
+
Payment method ID.
|
|
42274
|
+
"""
|
|
42275
|
+
shipping_address_id: builtins.str
|
|
42276
|
+
"""
|
|
42277
|
+
Shipping address ID.
|
|
42278
|
+
"""
|
|
42279
|
+
vat_id: builtins.str
|
|
42280
|
+
"""
|
|
42281
|
+
VAT ID.
|
|
42282
|
+
"""
|
|
42283
|
+
elif False:
|
|
42284
|
+
GetOrganizationBillingGroupListBillingGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
42285
|
+
|
|
42286
|
+
@pulumi.input_type
|
|
42287
|
+
class GetOrganizationBillingGroupListBillingGroupArgs:
|
|
42288
|
+
def __init__(__self__, *,
|
|
42289
|
+
billing_address_id: builtins.str,
|
|
42290
|
+
billing_contact_emails: Sequence[builtins.str],
|
|
42291
|
+
billing_currency: builtins.str,
|
|
42292
|
+
billing_emails: Sequence[builtins.str],
|
|
42293
|
+
billing_group_id: builtins.str,
|
|
42294
|
+
billing_group_name: builtins.str,
|
|
42295
|
+
custom_invoice_text: builtins.str,
|
|
42296
|
+
organization_id: builtins.str,
|
|
42297
|
+
payment_method_id: builtins.str,
|
|
42298
|
+
shipping_address_id: builtins.str,
|
|
42299
|
+
vat_id: builtins.str):
|
|
42300
|
+
"""
|
|
42301
|
+
:param builtins.str billing_address_id: Billing address ID.
|
|
42302
|
+
:param Sequence[builtins.str] billing_contact_emails: List of billing contact emails.
|
|
42303
|
+
: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`.
|
|
42304
|
+
:param Sequence[builtins.str] billing_emails: List of billing contact emails.
|
|
42305
|
+
:param builtins.str billing_group_id: Billing group ID.
|
|
42306
|
+
:param builtins.str billing_group_name: Billing Group Name.
|
|
42307
|
+
:param builtins.str custom_invoice_text: Extra billing text.
|
|
42308
|
+
:param builtins.str organization_id: Organization ID.
|
|
42309
|
+
:param builtins.str payment_method_id: Payment method ID.
|
|
42310
|
+
:param builtins.str shipping_address_id: Shipping address ID.
|
|
42311
|
+
:param builtins.str vat_id: VAT ID.
|
|
42312
|
+
"""
|
|
42313
|
+
pulumi.set(__self__, "billing_address_id", billing_address_id)
|
|
42314
|
+
pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
|
|
42315
|
+
pulumi.set(__self__, "billing_currency", billing_currency)
|
|
42316
|
+
pulumi.set(__self__, "billing_emails", billing_emails)
|
|
42317
|
+
pulumi.set(__self__, "billing_group_id", billing_group_id)
|
|
42318
|
+
pulumi.set(__self__, "billing_group_name", billing_group_name)
|
|
42319
|
+
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
42320
|
+
pulumi.set(__self__, "organization_id", organization_id)
|
|
42321
|
+
pulumi.set(__self__, "payment_method_id", payment_method_id)
|
|
42322
|
+
pulumi.set(__self__, "shipping_address_id", shipping_address_id)
|
|
42323
|
+
pulumi.set(__self__, "vat_id", vat_id)
|
|
42324
|
+
|
|
42325
|
+
@property
|
|
42326
|
+
@pulumi.getter(name="billingAddressId")
|
|
42327
|
+
def billing_address_id(self) -> builtins.str:
|
|
42328
|
+
"""
|
|
42329
|
+
Billing address ID.
|
|
42330
|
+
"""
|
|
42331
|
+
return pulumi.get(self, "billing_address_id")
|
|
42332
|
+
|
|
42333
|
+
@billing_address_id.setter
|
|
42334
|
+
def billing_address_id(self, value: builtins.str):
|
|
42335
|
+
pulumi.set(self, "billing_address_id", value)
|
|
42336
|
+
|
|
42337
|
+
@property
|
|
42338
|
+
@pulumi.getter(name="billingContactEmails")
|
|
42339
|
+
def billing_contact_emails(self) -> Sequence[builtins.str]:
|
|
42340
|
+
"""
|
|
42341
|
+
List of billing contact emails.
|
|
42342
|
+
"""
|
|
42343
|
+
return pulumi.get(self, "billing_contact_emails")
|
|
42344
|
+
|
|
42345
|
+
@billing_contact_emails.setter
|
|
42346
|
+
def billing_contact_emails(self, value: Sequence[builtins.str]):
|
|
42347
|
+
pulumi.set(self, "billing_contact_emails", value)
|
|
42348
|
+
|
|
42349
|
+
@property
|
|
42350
|
+
@pulumi.getter(name="billingCurrency")
|
|
42351
|
+
def billing_currency(self) -> builtins.str:
|
|
42352
|
+
"""
|
|
42353
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
42354
|
+
"""
|
|
42355
|
+
return pulumi.get(self, "billing_currency")
|
|
42356
|
+
|
|
42357
|
+
@billing_currency.setter
|
|
42358
|
+
def billing_currency(self, value: builtins.str):
|
|
42359
|
+
pulumi.set(self, "billing_currency", value)
|
|
42360
|
+
|
|
42361
|
+
@property
|
|
42362
|
+
@pulumi.getter(name="billingEmails")
|
|
42363
|
+
def billing_emails(self) -> Sequence[builtins.str]:
|
|
42364
|
+
"""
|
|
42365
|
+
List of billing contact emails.
|
|
42366
|
+
"""
|
|
42367
|
+
return pulumi.get(self, "billing_emails")
|
|
42368
|
+
|
|
42369
|
+
@billing_emails.setter
|
|
42370
|
+
def billing_emails(self, value: Sequence[builtins.str]):
|
|
42371
|
+
pulumi.set(self, "billing_emails", value)
|
|
42372
|
+
|
|
42373
|
+
@property
|
|
42374
|
+
@pulumi.getter(name="billingGroupId")
|
|
42375
|
+
def billing_group_id(self) -> builtins.str:
|
|
42376
|
+
"""
|
|
42377
|
+
Billing group ID.
|
|
42378
|
+
"""
|
|
42379
|
+
return pulumi.get(self, "billing_group_id")
|
|
42380
|
+
|
|
42381
|
+
@billing_group_id.setter
|
|
42382
|
+
def billing_group_id(self, value: builtins.str):
|
|
42383
|
+
pulumi.set(self, "billing_group_id", value)
|
|
42384
|
+
|
|
42385
|
+
@property
|
|
42386
|
+
@pulumi.getter(name="billingGroupName")
|
|
42387
|
+
def billing_group_name(self) -> builtins.str:
|
|
42388
|
+
"""
|
|
42389
|
+
Billing Group Name.
|
|
42390
|
+
"""
|
|
42391
|
+
return pulumi.get(self, "billing_group_name")
|
|
42392
|
+
|
|
42393
|
+
@billing_group_name.setter
|
|
42394
|
+
def billing_group_name(self, value: builtins.str):
|
|
42395
|
+
pulumi.set(self, "billing_group_name", value)
|
|
42396
|
+
|
|
42397
|
+
@property
|
|
42398
|
+
@pulumi.getter(name="customInvoiceText")
|
|
42399
|
+
def custom_invoice_text(self) -> builtins.str:
|
|
42400
|
+
"""
|
|
42401
|
+
Extra billing text.
|
|
42402
|
+
"""
|
|
42403
|
+
return pulumi.get(self, "custom_invoice_text")
|
|
42404
|
+
|
|
42405
|
+
@custom_invoice_text.setter
|
|
42406
|
+
def custom_invoice_text(self, value: builtins.str):
|
|
42407
|
+
pulumi.set(self, "custom_invoice_text", value)
|
|
42408
|
+
|
|
42409
|
+
@property
|
|
42410
|
+
@pulumi.getter(name="organizationId")
|
|
42411
|
+
def organization_id(self) -> builtins.str:
|
|
42412
|
+
"""
|
|
42413
|
+
Organization ID.
|
|
42414
|
+
"""
|
|
42415
|
+
return pulumi.get(self, "organization_id")
|
|
42416
|
+
|
|
42417
|
+
@organization_id.setter
|
|
42418
|
+
def organization_id(self, value: builtins.str):
|
|
42419
|
+
pulumi.set(self, "organization_id", value)
|
|
42420
|
+
|
|
42421
|
+
@property
|
|
42422
|
+
@pulumi.getter(name="paymentMethodId")
|
|
42423
|
+
def payment_method_id(self) -> builtins.str:
|
|
42424
|
+
"""
|
|
42425
|
+
Payment method ID.
|
|
42426
|
+
"""
|
|
42427
|
+
return pulumi.get(self, "payment_method_id")
|
|
42428
|
+
|
|
42429
|
+
@payment_method_id.setter
|
|
42430
|
+
def payment_method_id(self, value: builtins.str):
|
|
42431
|
+
pulumi.set(self, "payment_method_id", value)
|
|
42432
|
+
|
|
42433
|
+
@property
|
|
42434
|
+
@pulumi.getter(name="shippingAddressId")
|
|
42435
|
+
def shipping_address_id(self) -> builtins.str:
|
|
42436
|
+
"""
|
|
42437
|
+
Shipping address ID.
|
|
42438
|
+
"""
|
|
42439
|
+
return pulumi.get(self, "shipping_address_id")
|
|
42440
|
+
|
|
42441
|
+
@shipping_address_id.setter
|
|
42442
|
+
def shipping_address_id(self, value: builtins.str):
|
|
42443
|
+
pulumi.set(self, "shipping_address_id", value)
|
|
42444
|
+
|
|
42445
|
+
@property
|
|
42446
|
+
@pulumi.getter(name="vatId")
|
|
42447
|
+
def vat_id(self) -> builtins.str:
|
|
42448
|
+
"""
|
|
42449
|
+
VAT ID.
|
|
42450
|
+
"""
|
|
42451
|
+
return pulumi.get(self, "vat_id")
|
|
42452
|
+
|
|
42453
|
+
@vat_id.setter
|
|
42454
|
+
def vat_id(self, value: builtins.str):
|
|
42455
|
+
pulumi.set(self, "vat_id", value)
|
|
42456
|
+
|
|
42457
|
+
|
|
42458
|
+
if not MYPY:
|
|
42459
|
+
class GetOrganizationBillingGroupListTimeoutsArgsDict(TypedDict):
|
|
42460
|
+
read: NotRequired[builtins.str]
|
|
42461
|
+
"""
|
|
42462
|
+
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).
|
|
42463
|
+
"""
|
|
42464
|
+
elif False:
|
|
42465
|
+
GetOrganizationBillingGroupListTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
42466
|
+
|
|
42467
|
+
@pulumi.input_type
|
|
42468
|
+
class GetOrganizationBillingGroupListTimeoutsArgs:
|
|
42469
|
+
def __init__(__self__, *,
|
|
42470
|
+
read: Optional[builtins.str] = None):
|
|
42471
|
+
"""
|
|
42472
|
+
: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).
|
|
42473
|
+
"""
|
|
42474
|
+
if read is not None:
|
|
42475
|
+
pulumi.set(__self__, "read", read)
|
|
42476
|
+
|
|
42477
|
+
@property
|
|
42478
|
+
@pulumi.getter
|
|
42479
|
+
def read(self) -> Optional[builtins.str]:
|
|
42480
|
+
"""
|
|
42481
|
+
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).
|
|
42482
|
+
"""
|
|
42483
|
+
return pulumi.get(self, "read")
|
|
42484
|
+
|
|
42485
|
+
@read.setter
|
|
42486
|
+
def read(self, value: Optional[builtins.str]):
|
|
42487
|
+
pulumi.set(self, "read", value)
|
|
42488
|
+
|
|
42489
|
+
|
|
42490
|
+
if not MYPY:
|
|
42491
|
+
class GetOrganizationBillingGroupTimeoutsArgsDict(TypedDict):
|
|
42492
|
+
read: NotRequired[builtins.str]
|
|
42493
|
+
"""
|
|
42494
|
+
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).
|
|
42495
|
+
"""
|
|
42496
|
+
elif False:
|
|
42497
|
+
GetOrganizationBillingGroupTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
42498
|
+
|
|
42499
|
+
@pulumi.input_type
|
|
42500
|
+
class GetOrganizationBillingGroupTimeoutsArgs:
|
|
42501
|
+
def __init__(__self__, *,
|
|
42502
|
+
read: Optional[builtins.str] = None):
|
|
42503
|
+
"""
|
|
42504
|
+
: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).
|
|
42505
|
+
"""
|
|
42506
|
+
if read is not None:
|
|
42507
|
+
pulumi.set(__self__, "read", read)
|
|
42508
|
+
|
|
42509
|
+
@property
|
|
42510
|
+
@pulumi.getter
|
|
42511
|
+
def read(self) -> Optional[builtins.str]:
|
|
42512
|
+
"""
|
|
42513
|
+
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).
|
|
42514
|
+
"""
|
|
42515
|
+
return pulumi.get(self, "read")
|
|
42516
|
+
|
|
42517
|
+
@read.setter
|
|
42518
|
+
def read(self, value: Optional[builtins.str]):
|
|
42519
|
+
pulumi.set(self, "read", value)
|
|
42520
|
+
|
|
42521
|
+
|
|
42522
|
+
if not MYPY:
|
|
42523
|
+
class GetOrganizationProjectTagArgsDict(TypedDict):
|
|
42524
|
+
key: builtins.str
|
|
42525
|
+
"""
|
|
42526
|
+
Project tag key.
|
|
42527
|
+
"""
|
|
42528
|
+
value: builtins.str
|
|
42529
|
+
"""
|
|
42530
|
+
Project tag value.
|
|
42531
|
+
"""
|
|
42532
|
+
elif False:
|
|
42533
|
+
GetOrganizationProjectTagArgsDict: TypeAlias = Mapping[str, Any]
|
|
42534
|
+
|
|
42535
|
+
@pulumi.input_type
|
|
42536
|
+
class GetOrganizationProjectTagArgs:
|
|
42537
|
+
def __init__(__self__, *,
|
|
42538
|
+
key: builtins.str,
|
|
42539
|
+
value: builtins.str):
|
|
42540
|
+
"""
|
|
42541
|
+
:param builtins.str key: Project tag key.
|
|
42542
|
+
:param builtins.str value: Project tag value.
|
|
42543
|
+
"""
|
|
42544
|
+
pulumi.set(__self__, "key", key)
|
|
42545
|
+
pulumi.set(__self__, "value", value)
|
|
42546
|
+
|
|
42547
|
+
@property
|
|
42548
|
+
@pulumi.getter
|
|
42549
|
+
def key(self) -> builtins.str:
|
|
42550
|
+
"""
|
|
42551
|
+
Project tag key.
|
|
42552
|
+
"""
|
|
42553
|
+
return pulumi.get(self, "key")
|
|
42554
|
+
|
|
42555
|
+
@key.setter
|
|
42556
|
+
def key(self, value: builtins.str):
|
|
42557
|
+
pulumi.set(self, "key", value)
|
|
42558
|
+
|
|
42559
|
+
@property
|
|
42560
|
+
@pulumi.getter
|
|
42561
|
+
def value(self) -> builtins.str:
|
|
42562
|
+
"""
|
|
42563
|
+
Project tag value.
|
|
42564
|
+
"""
|
|
42565
|
+
return pulumi.get(self, "value")
|
|
42566
|
+
|
|
42567
|
+
@value.setter
|
|
42568
|
+
def value(self, value: builtins.str):
|
|
42569
|
+
pulumi.set(self, "value", value)
|
|
42570
|
+
|
|
42571
|
+
|
|
42572
|
+
if not MYPY:
|
|
42573
|
+
class GetOrganizationProjectTimeoutsArgsDict(TypedDict):
|
|
42574
|
+
read: NotRequired[builtins.str]
|
|
42575
|
+
"""
|
|
42576
|
+
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).
|
|
42577
|
+
"""
|
|
42578
|
+
elif False:
|
|
42579
|
+
GetOrganizationProjectTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
42580
|
+
|
|
42581
|
+
@pulumi.input_type
|
|
42582
|
+
class GetOrganizationProjectTimeoutsArgs:
|
|
42583
|
+
def __init__(__self__, *,
|
|
42584
|
+
read: Optional[builtins.str] = None):
|
|
42585
|
+
"""
|
|
42586
|
+
: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).
|
|
42587
|
+
"""
|
|
42588
|
+
if read is not None:
|
|
42589
|
+
pulumi.set(__self__, "read", read)
|
|
42590
|
+
|
|
42591
|
+
@property
|
|
42592
|
+
@pulumi.getter
|
|
42593
|
+
def read(self) -> Optional[builtins.str]:
|
|
42594
|
+
"""
|
|
42595
|
+
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).
|
|
42596
|
+
"""
|
|
42597
|
+
return pulumi.get(self, "read")
|
|
42598
|
+
|
|
42599
|
+
@read.setter
|
|
42600
|
+
def read(self, value: Optional[builtins.str]):
|
|
42601
|
+
pulumi.set(self, "read", value)
|
|
42602
|
+
|
|
42603
|
+
|
|
42604
|
+
if not MYPY:
|
|
42605
|
+
class GetOrganizationTimeoutsArgsDict(TypedDict):
|
|
42606
|
+
read: NotRequired[builtins.str]
|
|
42607
|
+
"""
|
|
42608
|
+
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).
|
|
42609
|
+
"""
|
|
42610
|
+
elif False:
|
|
42611
|
+
GetOrganizationTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
42612
|
+
|
|
42613
|
+
@pulumi.input_type
|
|
42614
|
+
class GetOrganizationTimeoutsArgs:
|
|
42615
|
+
def __init__(__self__, *,
|
|
42616
|
+
read: Optional[builtins.str] = None):
|
|
42617
|
+
"""
|
|
42618
|
+
: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).
|
|
42619
|
+
"""
|
|
42620
|
+
if read is not None:
|
|
42621
|
+
pulumi.set(__self__, "read", read)
|
|
42622
|
+
|
|
42623
|
+
@property
|
|
42624
|
+
@pulumi.getter
|
|
42625
|
+
def read(self) -> Optional[builtins.str]:
|
|
42626
|
+
"""
|
|
42627
|
+
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).
|
|
42628
|
+
"""
|
|
42629
|
+
return pulumi.get(self, "read")
|
|
42630
|
+
|
|
42631
|
+
@read.setter
|
|
42632
|
+
def read(self, value: Optional[builtins.str]):
|
|
42633
|
+
pulumi.set(self, "read", value)
|
|
42634
|
+
|
|
42635
|
+
|