pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.38.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +30 -0
- pulumi_aiven/_inputs.py +1902 -172
- pulumi_aiven/account.py +1 -0
- pulumi_aiven/account_authentication.py +1 -0
- pulumi_aiven/account_team.py +1 -0
- pulumi_aiven/account_team_member.py +1 -0
- pulumi_aiven/account_team_project.py +1 -0
- pulumi_aiven/alloydbomni.py +8 -15
- pulumi_aiven/alloydbomni_database.py +1 -0
- pulumi_aiven/alloydbomni_user.py +1 -0
- pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/aws_privatelink.py +1 -0
- pulumi_aiven/aws_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_privatelink.py +1 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
- pulumi_aiven/azure_vpc_peering_connection.py +1 -0
- pulumi_aiven/billing_group.py +1 -0
- pulumi_aiven/cassandra.py +8 -15
- pulumi_aiven/cassandra_user.py +1 -0
- pulumi_aiven/clickhouse.py +8 -15
- pulumi_aiven/clickhouse_database.py +1 -0
- pulumi_aiven/clickhouse_grant.py +19 -0
- pulumi_aiven/clickhouse_role.py +1 -0
- pulumi_aiven/clickhouse_user.py +1 -0
- pulumi_aiven/connection_pool.py +1 -0
- pulumi_aiven/dragonfly.py +8 -15
- pulumi_aiven/flink.py +8 -15
- pulumi_aiven/flink_application.py +1 -0
- pulumi_aiven/flink_application_deployment.py +1 -0
- pulumi_aiven/flink_application_version.py +1 -0
- pulumi_aiven/flink_jar_application.py +1 -0
- pulumi_aiven/flink_jar_application_deployment.py +1 -0
- pulumi_aiven/flink_jar_application_version.py +1 -0
- pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/gcp_privatelink.py +1 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
- pulumi_aiven/get_alloydbomni.py +1 -4
- pulumi_aiven/get_cassanda.py +1 -4
- pulumi_aiven/get_cassandra.py +1 -4
- pulumi_aiven/get_clickhouse.py +1 -4
- pulumi_aiven/get_dragonfly.py +1 -4
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +1 -4
- pulumi_aiven/get_grafana.py +1 -4
- pulumi_aiven/get_kafka.py +1 -4
- pulumi_aiven/get_kafka_connect.py +1 -4
- pulumi_aiven/get_kafka_mirror_maker.py +1 -4
- pulumi_aiven/get_m3_aggregator.py +1 -4
- pulumi_aiven/get_m3_db.py +1 -4
- pulumi_aiven/get_my_sql.py +1 -4
- pulumi_aiven/get_open_search.py +8 -11
- pulumi_aiven/get_open_search_acl_config.py +7 -7
- pulumi_aiven/get_open_search_acl_rule.py +19 -19
- pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
- pulumi_aiven/get_opensearch_user.py +13 -13
- pulumi_aiven/get_organization.py +22 -4
- pulumi_aiven/get_organization_address.py +250 -0
- pulumi_aiven/get_organization_application_user.py +0 -20
- pulumi_aiven/get_organization_billing_group.py +264 -0
- pulumi_aiven/get_organization_billing_group_list.py +138 -0
- pulumi_aiven/get_organization_project.py +63 -13
- pulumi_aiven/get_organization_user_list.py +25 -13
- pulumi_aiven/get_pg.py +1 -4
- pulumi_aiven/get_redis.py +1 -4
- pulumi_aiven/get_service_component.py +15 -1
- pulumi_aiven/get_service_integration.py +2 -2
- pulumi_aiven/get_thanos.py +1 -4
- pulumi_aiven/get_valkey.py +1 -4
- pulumi_aiven/governance_access.py +418 -0
- pulumi_aiven/grafana.py +8 -15
- pulumi_aiven/influx_db.py +22 -15
- pulumi_aiven/influxdb_database.py +1 -0
- pulumi_aiven/influxdb_user.py +1 -0
- pulumi_aiven/kafka.py +8 -15
- pulumi_aiven/kafka_acl.py +1 -0
- pulumi_aiven/kafka_connect.py +8 -15
- pulumi_aiven/kafka_connector.py +1 -0
- pulumi_aiven/kafka_mirror_maker.py +8 -15
- pulumi_aiven/kafka_native_acl.py +2 -1
- pulumi_aiven/kafka_quota.py +1 -0
- pulumi_aiven/kafka_schema.py +1 -0
- pulumi_aiven/kafka_schema_configuration.py +1 -0
- pulumi_aiven/kafka_schema_registry_acl.py +1 -0
- pulumi_aiven/kafka_topic.py +1 -0
- pulumi_aiven/kafka_user.py +1 -0
- pulumi_aiven/m3_aggregator.py +8 -15
- pulumi_aiven/m3_db.py +8 -15
- pulumi_aiven/m3db_user.py +1 -0
- pulumi_aiven/mirror_maker_replication_flow.py +1 -0
- pulumi_aiven/my_sql.py +8 -15
- pulumi_aiven/mysql_database.py +1 -0
- pulumi_aiven/mysql_user.py +1 -0
- pulumi_aiven/open_search.py +25 -34
- pulumi_aiven/open_search_acl_config.py +30 -41
- pulumi_aiven/open_search_acl_rule.py +48 -47
- pulumi_aiven/opensearch_security_plugin_config.py +15 -42
- pulumi_aiven/opensearch_user.py +33 -32
- pulumi_aiven/organization.py +27 -21
- pulumi_aiven/organization_address.py +564 -0
- pulumi_aiven/organization_application_user.py +14 -4
- pulumi_aiven/organization_application_user_token.py +1 -0
- pulumi_aiven/organization_billing_group.py +652 -0
- pulumi_aiven/organization_group_project.py +1 -0
- pulumi_aiven/organization_permission.py +3 -2
- pulumi_aiven/organization_project.py +149 -68
- pulumi_aiven/organization_user.py +1 -0
- pulumi_aiven/organization_user_group.py +1 -0
- pulumi_aiven/organization_user_group_member.py +1 -32
- pulumi_aiven/organization_vpc.py +1 -0
- pulumi_aiven/organizational_unit.py +1 -0
- pulumi_aiven/outputs.py +1813 -198
- pulumi_aiven/pg.py +8 -15
- pulumi_aiven/pg_database.py +1 -0
- pulumi_aiven/pg_user.py +1 -0
- pulumi_aiven/project.py +1 -0
- pulumi_aiven/project_user.py +1 -0
- pulumi_aiven/project_vpc.py +1 -0
- pulumi_aiven/provider.py +21 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -15
- pulumi_aiven/redis_user.py +1 -0
- pulumi_aiven/service_integration.py +5 -4
- pulumi_aiven/service_integration_endpoint.py +1 -0
- pulumi_aiven/static_ip.py +1 -0
- pulumi_aiven/thanos.py +8 -15
- pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
- pulumi_aiven/valkey.py +8 -15
- pulumi_aiven/valkey_user.py +1 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +0 -183
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_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',
|
|
@@ -452,12 +460,18 @@ __all__ = [
|
|
|
452
460
|
'OpenSearchTagArgsDict',
|
|
453
461
|
'OpenSearchTechEmailArgs',
|
|
454
462
|
'OpenSearchTechEmailArgsDict',
|
|
463
|
+
'OrganizationAddressTimeoutsArgs',
|
|
464
|
+
'OrganizationAddressTimeoutsArgsDict',
|
|
465
|
+
'OrganizationBillingGroupTimeoutsArgs',
|
|
466
|
+
'OrganizationBillingGroupTimeoutsArgsDict',
|
|
455
467
|
'OrganizationGroupProjectTimeoutsArgs',
|
|
456
468
|
'OrganizationGroupProjectTimeoutsArgsDict',
|
|
457
469
|
'OrganizationPermissionPermissionArgs',
|
|
458
470
|
'OrganizationPermissionPermissionArgsDict',
|
|
459
471
|
'OrganizationProjectTagArgs',
|
|
460
472
|
'OrganizationProjectTagArgsDict',
|
|
473
|
+
'OrganizationProjectTimeoutsArgs',
|
|
474
|
+
'OrganizationProjectTimeoutsArgsDict',
|
|
461
475
|
'OrganizationTimeoutsArgs',
|
|
462
476
|
'OrganizationTimeoutsArgsDict',
|
|
463
477
|
'OrganizationUserGroupMemberTimeoutsArgs',
|
|
@@ -670,6 +684,20 @@ __all__ = [
|
|
|
670
684
|
'ValkeyValkeyUserConfigPrivatelinkAccessArgsDict',
|
|
671
685
|
'ValkeyValkeyUserConfigPublicAccessArgs',
|
|
672
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',
|
|
673
701
|
]
|
|
674
702
|
|
|
675
703
|
MYPY = False
|
|
@@ -1280,6 +1308,10 @@ if not MYPY:
|
|
|
1280
1308
|
"""
|
|
1281
1309
|
Enum: `15`, and newer. PostgreSQL major version.
|
|
1282
1310
|
"""
|
|
1311
|
+
pgaudit: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgsDict']]
|
|
1312
|
+
"""
|
|
1313
|
+
System-wide settings for the pgaudit extension
|
|
1314
|
+
"""
|
|
1283
1315
|
pgbouncer: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict']]
|
|
1284
1316
|
"""
|
|
1285
1317
|
PGBouncer connection pooling settings
|
|
@@ -1358,6 +1390,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1358
1390
|
pg_read_replica: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1359
1391
|
pg_service_to_fork_from: Optional[pulumi.Input[builtins.str]] = None,
|
|
1360
1392
|
pg_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1393
|
+
pgaudit: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgauditArgs']] = None,
|
|
1361
1394
|
pgbouncer: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']] = None,
|
|
1362
1395
|
pglookout: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs']] = None,
|
|
1363
1396
|
private_access: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs']] = None,
|
|
@@ -1389,6 +1422,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1389
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).
|
|
1390
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`.
|
|
1391
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
|
|
1392
1426
|
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
|
|
1393
1427
|
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
|
|
1394
1428
|
:param pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
@@ -1439,6 +1473,8 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1439
1473
|
pulumi.set(__self__, "pg_service_to_fork_from", pg_service_to_fork_from)
|
|
1440
1474
|
if pg_version is not None:
|
|
1441
1475
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
1476
|
+
if pgaudit is not None:
|
|
1477
|
+
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
1442
1478
|
if pgbouncer is not None:
|
|
1443
1479
|
pulumi.set(__self__, "pgbouncer", pgbouncer)
|
|
1444
1480
|
if pglookout is not None:
|
|
@@ -1661,6 +1697,18 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1661
1697
|
def pg_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1662
1698
|
pulumi.set(self, "pg_version", value)
|
|
1663
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
|
+
|
|
1664
1712
|
@property
|
|
1665
1713
|
@pulumi.getter
|
|
1666
1714
|
def pgbouncer(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']]:
|
|
@@ -2853,6 +2901,298 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2853
2901
|
pulumi.set(self, "wal_writer_delay", value)
|
|
2854
2902
|
|
|
2855
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
|
+
|
|
2856
3196
|
if not MYPY:
|
|
2857
3197
|
class AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict(TypedDict):
|
|
2858
3198
|
autodb_idle_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
@@ -3331,6 +3671,10 @@ if not MYPY:
|
|
|
3331
3671
|
"""
|
|
3332
3672
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
3333
3673
|
"""
|
|
3674
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
3675
|
+
"""
|
|
3676
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
3677
|
+
"""
|
|
3334
3678
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
3335
3679
|
"""
|
|
3336
3680
|
Port number for connecting to the service component
|
|
@@ -3357,6 +3701,7 @@ class AlloydbomniComponentArgs:
|
|
|
3357
3701
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
3358
3702
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
3359
3703
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
3704
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
3360
3705
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
3361
3706
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
3362
3707
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -3366,6 +3711,7 @@ class AlloydbomniComponentArgs:
|
|
|
3366
3711
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
3367
3712
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
3368
3713
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
3714
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
3369
3715
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
3370
3716
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
3371
3717
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -3379,6 +3725,8 @@ class AlloydbomniComponentArgs:
|
|
|
3379
3725
|
pulumi.set(__self__, "host", host)
|
|
3380
3726
|
if kafka_authentication_method is not None:
|
|
3381
3727
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
3728
|
+
if kafka_ssl_ca is not None:
|
|
3729
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
3382
3730
|
if port is not None:
|
|
3383
3731
|
pulumi.set(__self__, "port", port)
|
|
3384
3732
|
if route is not None:
|
|
@@ -3436,6 +3784,18 @@ class AlloydbomniComponentArgs:
|
|
|
3436
3784
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3437
3785
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
3438
3786
|
|
|
3787
|
+
@property
|
|
3788
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
3789
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3790
|
+
"""
|
|
3791
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
3792
|
+
"""
|
|
3793
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
3794
|
+
|
|
3795
|
+
@kafka_ssl_ca.setter
|
|
3796
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3797
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
3798
|
+
|
|
3439
3799
|
@property
|
|
3440
3800
|
@pulumi.getter
|
|
3441
3801
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -4229,6 +4589,10 @@ if not MYPY:
|
|
|
4229
4589
|
"""
|
|
4230
4590
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
4231
4591
|
"""
|
|
4592
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
4593
|
+
"""
|
|
4594
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
4595
|
+
"""
|
|
4232
4596
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
4233
4597
|
"""
|
|
4234
4598
|
Port number for connecting to the service component
|
|
@@ -4255,6 +4619,7 @@ class CassandraComponentArgs:
|
|
|
4255
4619
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
4256
4620
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
4257
4621
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
4622
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
4258
4623
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
4259
4624
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
4260
4625
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -4264,6 +4629,7 @@ class CassandraComponentArgs:
|
|
|
4264
4629
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
4265
4630
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
4266
4631
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
4632
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
4267
4633
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
4268
4634
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
4269
4635
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -4277,6 +4643,8 @@ class CassandraComponentArgs:
|
|
|
4277
4643
|
pulumi.set(__self__, "host", host)
|
|
4278
4644
|
if kafka_authentication_method is not None:
|
|
4279
4645
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
4646
|
+
if kafka_ssl_ca is not None:
|
|
4647
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
4280
4648
|
if port is not None:
|
|
4281
4649
|
pulumi.set(__self__, "port", port)
|
|
4282
4650
|
if route is not None:
|
|
@@ -4334,6 +4702,18 @@ class CassandraComponentArgs:
|
|
|
4334
4702
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4335
4703
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
4336
4704
|
|
|
4705
|
+
@property
|
|
4706
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
4707
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4708
|
+
"""
|
|
4709
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
4710
|
+
"""
|
|
4711
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
4712
|
+
|
|
4713
|
+
@kafka_ssl_ca.setter
|
|
4714
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4715
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
4716
|
+
|
|
4337
4717
|
@property
|
|
4338
4718
|
@pulumi.getter
|
|
4339
4719
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -4552,6 +4932,14 @@ if not MYPY:
|
|
|
4552
4932
|
"""
|
|
4553
4933
|
Additional Cloud Regions for Backup Replication.
|
|
4554
4934
|
"""
|
|
4935
|
+
backup_hour: NotRequired[pulumi.Input[builtins.int]]
|
|
4936
|
+
"""
|
|
4937
|
+
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
4938
|
+
"""
|
|
4939
|
+
backup_minute: NotRequired[pulumi.Input[builtins.int]]
|
|
4940
|
+
"""
|
|
4941
|
+
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
4942
|
+
"""
|
|
4555
4943
|
ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgsDict']]]]
|
|
4556
4944
|
"""
|
|
4557
4945
|
Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
@@ -4603,6 +4991,8 @@ elif False:
|
|
|
4603
4991
|
class ClickhouseClickhouseUserConfigArgs:
|
|
4604
4992
|
def __init__(__self__, *,
|
|
4605
4993
|
additional_backup_regions: Optional[pulumi.Input[builtins.str]] = None,
|
|
4994
|
+
backup_hour: Optional[pulumi.Input[builtins.int]] = None,
|
|
4995
|
+
backup_minute: Optional[pulumi.Input[builtins.int]] = None,
|
|
4606
4996
|
ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]]] = None,
|
|
4607
4997
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
4608
4998
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
@@ -4616,6 +5006,8 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
4616
5006
|
static_ips: Optional[pulumi.Input[builtins.bool]] = None):
|
|
4617
5007
|
"""
|
|
4618
5008
|
:param pulumi.Input[builtins.str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
5009
|
+
:param pulumi.Input[builtins.int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
5010
|
+
:param pulumi.Input[builtins.int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
4619
5011
|
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
4620
5012
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
4621
5013
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -4633,6 +5025,10 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
4633
5025
|
pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
|
|
4634
5026
|
if additional_backup_regions is not None:
|
|
4635
5027
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
5028
|
+
if backup_hour is not None:
|
|
5029
|
+
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
5030
|
+
if backup_minute is not None:
|
|
5031
|
+
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
4636
5032
|
if ip_filter_objects is not None:
|
|
4637
5033
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
4638
5034
|
if ip_filter_strings is not None:
|
|
@@ -4672,6 +5068,30 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
4672
5068
|
def additional_backup_regions(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4673
5069
|
pulumi.set(self, "additional_backup_regions", value)
|
|
4674
5070
|
|
|
5071
|
+
@property
|
|
5072
|
+
@pulumi.getter(name="backupHour")
|
|
5073
|
+
def backup_hour(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
5074
|
+
"""
|
|
5075
|
+
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
5076
|
+
"""
|
|
5077
|
+
return pulumi.get(self, "backup_hour")
|
|
5078
|
+
|
|
5079
|
+
@backup_hour.setter
|
|
5080
|
+
def backup_hour(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
5081
|
+
pulumi.set(self, "backup_hour", value)
|
|
5082
|
+
|
|
5083
|
+
@property
|
|
5084
|
+
@pulumi.getter(name="backupMinute")
|
|
5085
|
+
def backup_minute(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
5086
|
+
"""
|
|
5087
|
+
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
5088
|
+
"""
|
|
5089
|
+
return pulumi.get(self, "backup_minute")
|
|
5090
|
+
|
|
5091
|
+
@backup_minute.setter
|
|
5092
|
+
def backup_minute(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
5093
|
+
pulumi.set(self, "backup_minute", value)
|
|
5094
|
+
|
|
4675
5095
|
@property
|
|
4676
5096
|
@pulumi.getter(name="ipFilterObjects")
|
|
4677
5097
|
def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]]]:
|
|
@@ -5151,6 +5571,10 @@ if not MYPY:
|
|
|
5151
5571
|
"""
|
|
5152
5572
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
5153
5573
|
"""
|
|
5574
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
5575
|
+
"""
|
|
5576
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
5577
|
+
"""
|
|
5154
5578
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
5155
5579
|
"""
|
|
5156
5580
|
Port number for connecting to the service component
|
|
@@ -5177,6 +5601,7 @@ class ClickhouseComponentArgs:
|
|
|
5177
5601
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
5178
5602
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
5179
5603
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
5604
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
5180
5605
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
5181
5606
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
5182
5607
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -5186,6 +5611,7 @@ class ClickhouseComponentArgs:
|
|
|
5186
5611
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
5187
5612
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
5188
5613
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
5614
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
5189
5615
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
5190
5616
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
5191
5617
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -5199,6 +5625,8 @@ class ClickhouseComponentArgs:
|
|
|
5199
5625
|
pulumi.set(__self__, "host", host)
|
|
5200
5626
|
if kafka_authentication_method is not None:
|
|
5201
5627
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
5628
|
+
if kafka_ssl_ca is not None:
|
|
5629
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
5202
5630
|
if port is not None:
|
|
5203
5631
|
pulumi.set(__self__, "port", port)
|
|
5204
5632
|
if route is not None:
|
|
@@ -5256,6 +5684,18 @@ class ClickhouseComponentArgs:
|
|
|
5256
5684
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5257
5685
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
5258
5686
|
|
|
5687
|
+
@property
|
|
5688
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
5689
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5690
|
+
"""
|
|
5691
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
5692
|
+
"""
|
|
5693
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
5694
|
+
|
|
5695
|
+
@kafka_ssl_ca.setter
|
|
5696
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5697
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
5698
|
+
|
|
5259
5699
|
@property
|
|
5260
5700
|
@pulumi.getter
|
|
5261
5701
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -5597,6 +6037,10 @@ if not MYPY:
|
|
|
5597
6037
|
"""
|
|
5598
6038
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
5599
6039
|
"""
|
|
6040
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
6041
|
+
"""
|
|
6042
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
6043
|
+
"""
|
|
5600
6044
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
5601
6045
|
"""
|
|
5602
6046
|
Port number for connecting to the service component
|
|
@@ -5623,6 +6067,7 @@ class DragonflyComponentArgs:
|
|
|
5623
6067
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
5624
6068
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
5625
6069
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
6070
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
5626
6071
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
5627
6072
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
5628
6073
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -5632,6 +6077,7 @@ class DragonflyComponentArgs:
|
|
|
5632
6077
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
5633
6078
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
5634
6079
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
6080
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
5635
6081
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
5636
6082
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
5637
6083
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -5645,6 +6091,8 @@ class DragonflyComponentArgs:
|
|
|
5645
6091
|
pulumi.set(__self__, "host", host)
|
|
5646
6092
|
if kafka_authentication_method is not None:
|
|
5647
6093
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
6094
|
+
if kafka_ssl_ca is not None:
|
|
6095
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
5648
6096
|
if port is not None:
|
|
5649
6097
|
pulumi.set(__self__, "port", port)
|
|
5650
6098
|
if route is not None:
|
|
@@ -5702,6 +6150,18 @@ class DragonflyComponentArgs:
|
|
|
5702
6150
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5703
6151
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
5704
6152
|
|
|
6153
|
+
@property
|
|
6154
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
6155
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
6156
|
+
"""
|
|
6157
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
6158
|
+
"""
|
|
6159
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
6160
|
+
|
|
6161
|
+
@kafka_ssl_ca.setter
|
|
6162
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
6163
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
6164
|
+
|
|
5705
6165
|
@property
|
|
5706
6166
|
@pulumi.getter
|
|
5707
6167
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -6807,6 +7267,10 @@ if not MYPY:
|
|
|
6807
7267
|
"""
|
|
6808
7268
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
6809
7269
|
"""
|
|
7270
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
7271
|
+
"""
|
|
7272
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
7273
|
+
"""
|
|
6810
7274
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
6811
7275
|
"""
|
|
6812
7276
|
Port number for connecting to the service component
|
|
@@ -6833,6 +7297,7 @@ class FlinkComponentArgs:
|
|
|
6833
7297
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
6834
7298
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
6835
7299
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
7300
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
6836
7301
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
6837
7302
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
6838
7303
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -6842,6 +7307,7 @@ class FlinkComponentArgs:
|
|
|
6842
7307
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
6843
7308
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
6844
7309
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
7310
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
6845
7311
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
6846
7312
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
6847
7313
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -6855,6 +7321,8 @@ class FlinkComponentArgs:
|
|
|
6855
7321
|
pulumi.set(__self__, "host", host)
|
|
6856
7322
|
if kafka_authentication_method is not None:
|
|
6857
7323
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
7324
|
+
if kafka_ssl_ca is not None:
|
|
7325
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
6858
7326
|
if port is not None:
|
|
6859
7327
|
pulumi.set(__self__, "port", port)
|
|
6860
7328
|
if route is not None:
|
|
@@ -6912,6 +7380,18 @@ class FlinkComponentArgs:
|
|
|
6912
7380
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
6913
7381
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
6914
7382
|
|
|
7383
|
+
@property
|
|
7384
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
7385
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
7386
|
+
"""
|
|
7387
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
7388
|
+
"""
|
|
7389
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
7390
|
+
|
|
7391
|
+
@kafka_ssl_ca.setter
|
|
7392
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
7393
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
7394
|
+
|
|
6915
7395
|
@property
|
|
6916
7396
|
@pulumi.getter
|
|
6917
7397
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -8167,6 +8647,263 @@ class FlinkTechEmailArgs:
|
|
|
8167
8647
|
pulumi.set(self, "email", value)
|
|
8168
8648
|
|
|
8169
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
|
+
|
|
8170
8907
|
if not MYPY:
|
|
8171
8908
|
class GrafanaComponentArgsDict(TypedDict):
|
|
8172
8909
|
component: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -8185,6 +8922,10 @@ if not MYPY:
|
|
|
8185
8922
|
"""
|
|
8186
8923
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
8187
8924
|
"""
|
|
8925
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
8926
|
+
"""
|
|
8927
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
8928
|
+
"""
|
|
8188
8929
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
8189
8930
|
"""
|
|
8190
8931
|
Port number for connecting to the service component
|
|
@@ -8211,6 +8952,7 @@ class GrafanaComponentArgs:
|
|
|
8211
8952
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
8212
8953
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
8213
8954
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
8955
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
8214
8956
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
8215
8957
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
8216
8958
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -8220,6 +8962,7 @@ class GrafanaComponentArgs:
|
|
|
8220
8962
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
8221
8963
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
8222
8964
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
8965
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
8223
8966
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
8224
8967
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
8225
8968
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -8233,6 +8976,8 @@ class GrafanaComponentArgs:
|
|
|
8233
8976
|
pulumi.set(__self__, "host", host)
|
|
8234
8977
|
if kafka_authentication_method is not None:
|
|
8235
8978
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
8979
|
+
if kafka_ssl_ca is not None:
|
|
8980
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
8236
8981
|
if port is not None:
|
|
8237
8982
|
pulumi.set(__self__, "port", port)
|
|
8238
8983
|
if route is not None:
|
|
@@ -8290,6 +9035,18 @@ class GrafanaComponentArgs:
|
|
|
8290
9035
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8291
9036
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
8292
9037
|
|
|
9038
|
+
@property
|
|
9039
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
9040
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9041
|
+
"""
|
|
9042
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
9043
|
+
"""
|
|
9044
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
9045
|
+
|
|
9046
|
+
@kafka_ssl_ca.setter
|
|
9047
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9048
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
9049
|
+
|
|
8293
9050
|
@property
|
|
8294
9051
|
@pulumi.getter
|
|
8295
9052
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -10775,6 +11532,10 @@ if not MYPY:
|
|
|
10775
11532
|
"""
|
|
10776
11533
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
10777
11534
|
"""
|
|
11535
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
11536
|
+
"""
|
|
11537
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
11538
|
+
"""
|
|
10778
11539
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
10779
11540
|
"""
|
|
10780
11541
|
Port number for connecting to the service component
|
|
@@ -10801,6 +11562,7 @@ class InfluxDbComponentArgs:
|
|
|
10801
11562
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
10802
11563
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
10803
11564
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
11565
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
10804
11566
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
10805
11567
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
10806
11568
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -10810,6 +11572,7 @@ class InfluxDbComponentArgs:
|
|
|
10810
11572
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
10811
11573
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
10812
11574
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
11575
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
10813
11576
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
10814
11577
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
10815
11578
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -10823,6 +11586,8 @@ class InfluxDbComponentArgs:
|
|
|
10823
11586
|
pulumi.set(__self__, "host", host)
|
|
10824
11587
|
if kafka_authentication_method is not None:
|
|
10825
11588
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
11589
|
+
if kafka_ssl_ca is not None:
|
|
11590
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
10826
11591
|
if port is not None:
|
|
10827
11592
|
pulumi.set(__self__, "port", port)
|
|
10828
11593
|
if route is not None:
|
|
@@ -10880,6 +11645,18 @@ class InfluxDbComponentArgs:
|
|
|
10880
11645
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
10881
11646
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
10882
11647
|
|
|
11648
|
+
@property
|
|
11649
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
11650
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
11651
|
+
"""
|
|
11652
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
11653
|
+
"""
|
|
11654
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
11655
|
+
|
|
11656
|
+
@kafka_ssl_ca.setter
|
|
11657
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
11658
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
11659
|
+
|
|
10883
11660
|
@property
|
|
10884
11661
|
@pulumi.getter
|
|
10885
11662
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -11849,6 +12626,10 @@ if not MYPY:
|
|
|
11849
12626
|
"""
|
|
11850
12627
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
11851
12628
|
"""
|
|
12629
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
12630
|
+
"""
|
|
12631
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
12632
|
+
"""
|
|
11852
12633
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
11853
12634
|
"""
|
|
11854
12635
|
Port number for connecting to the service component
|
|
@@ -11875,6 +12656,7 @@ class KafkaComponentArgs:
|
|
|
11875
12656
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
11876
12657
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
11877
12658
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
12659
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
11878
12660
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
11879
12661
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
11880
12662
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -11884,6 +12666,7 @@ class KafkaComponentArgs:
|
|
|
11884
12666
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
11885
12667
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
11886
12668
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
12669
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
11887
12670
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
11888
12671
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
11889
12672
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -11897,6 +12680,8 @@ class KafkaComponentArgs:
|
|
|
11897
12680
|
pulumi.set(__self__, "host", host)
|
|
11898
12681
|
if kafka_authentication_method is not None:
|
|
11899
12682
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
12683
|
+
if kafka_ssl_ca is not None:
|
|
12684
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
11900
12685
|
if port is not None:
|
|
11901
12686
|
pulumi.set(__self__, "port", port)
|
|
11902
12687
|
if route is not None:
|
|
@@ -11954,6 +12739,18 @@ class KafkaComponentArgs:
|
|
|
11954
12739
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
11955
12740
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
11956
12741
|
|
|
12742
|
+
@property
|
|
12743
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
12744
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
12745
|
+
"""
|
|
12746
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
12747
|
+
"""
|
|
12748
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
12749
|
+
|
|
12750
|
+
@kafka_ssl_ca.setter
|
|
12751
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
12752
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
12753
|
+
|
|
11957
12754
|
@property
|
|
11958
12755
|
@pulumi.getter
|
|
11959
12756
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -12021,6 +12818,10 @@ if not MYPY:
|
|
|
12021
12818
|
"""
|
|
12022
12819
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
12023
12820
|
"""
|
|
12821
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
12822
|
+
"""
|
|
12823
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
12824
|
+
"""
|
|
12024
12825
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
12025
12826
|
"""
|
|
12026
12827
|
Port number for connecting to the service component
|
|
@@ -12047,6 +12848,7 @@ class KafkaConnectComponentArgs:
|
|
|
12047
12848
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
12048
12849
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
12049
12850
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
12851
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
12050
12852
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
12051
12853
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
12052
12854
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -12056,6 +12858,7 @@ class KafkaConnectComponentArgs:
|
|
|
12056
12858
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
12057
12859
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
12058
12860
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
12861
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
12059
12862
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
12060
12863
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
12061
12864
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -12069,6 +12872,8 @@ class KafkaConnectComponentArgs:
|
|
|
12069
12872
|
pulumi.set(__self__, "host", host)
|
|
12070
12873
|
if kafka_authentication_method is not None:
|
|
12071
12874
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
12875
|
+
if kafka_ssl_ca is not None:
|
|
12876
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
12072
12877
|
if port is not None:
|
|
12073
12878
|
pulumi.set(__self__, "port", port)
|
|
12074
12879
|
if route is not None:
|
|
@@ -12126,6 +12931,18 @@ class KafkaConnectComponentArgs:
|
|
|
12126
12931
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
12127
12932
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
12128
12933
|
|
|
12934
|
+
@property
|
|
12935
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
12936
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
12937
|
+
"""
|
|
12938
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
12939
|
+
"""
|
|
12940
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
12941
|
+
|
|
12942
|
+
@kafka_ssl_ca.setter
|
|
12943
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
12944
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
12945
|
+
|
|
12129
12946
|
@property
|
|
12130
12947
|
@pulumi.getter
|
|
12131
12948
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -13669,6 +14486,10 @@ if not MYPY:
|
|
|
13669
14486
|
"""
|
|
13670
14487
|
Kafka Connect configuration values
|
|
13671
14488
|
"""
|
|
14489
|
+
kafka_connect_plugin_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgsDict']]]]
|
|
14490
|
+
"""
|
|
14491
|
+
The plugin selected by the user
|
|
14492
|
+
"""
|
|
13672
14493
|
kafka_connect_secret_providers: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict']]]]
|
|
13673
14494
|
kafka_rest: NotRequired[pulumi.Input[builtins.bool]]
|
|
13674
14495
|
"""
|
|
@@ -13688,7 +14509,7 @@ if not MYPY:
|
|
|
13688
14509
|
"""
|
|
13689
14510
|
kafka_version: NotRequired[pulumi.Input[builtins.str]]
|
|
13690
14511
|
"""
|
|
13691
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
14512
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
13692
14513
|
"""
|
|
13693
14514
|
letsencrypt_sasl_privatelink: NotRequired[pulumi.Input[builtins.bool]]
|
|
13694
14515
|
"""
|
|
@@ -13747,6 +14568,7 @@ class KafkaKafkaUserConfigArgs:
|
|
|
13747
14568
|
kafka_authentication_methods: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaAuthenticationMethodsArgs']] = None,
|
|
13748
14569
|
kafka_connect: Optional[pulumi.Input[builtins.bool]] = None,
|
|
13749
14570
|
kafka_connect_config: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs']] = None,
|
|
14571
|
+
kafka_connect_plugin_versions: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]]] = None,
|
|
13750
14572
|
kafka_connect_secret_providers: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgs']]]] = None,
|
|
13751
14573
|
kafka_rest: Optional[pulumi.Input[builtins.bool]] = None,
|
|
13752
14574
|
kafka_rest_authorization: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -13775,11 +14597,12 @@ class KafkaKafkaUserConfigArgs:
|
|
|
13775
14597
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaAuthenticationMethodsArgs'] kafka_authentication_methods: Kafka authentication methods
|
|
13776
14598
|
:param pulumi.Input[builtins.bool] kafka_connect: Enable Kafka Connect service. Default: `false`.
|
|
13777
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
|
|
13778
14601
|
:param pulumi.Input[builtins.bool] kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
13779
14602
|
:param pulumi.Input[builtins.bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
13780
14603
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
|
|
13781
14604
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs'] kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
13782
|
-
:param pulumi.Input[builtins.str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
14605
|
+
:param pulumi.Input[builtins.str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
13783
14606
|
:param pulumi.Input[builtins.bool] letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
13784
14607
|
:param pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
13785
14608
|
:param pulumi.Input['KafkaKafkaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -13819,6 +14642,8 @@ class KafkaKafkaUserConfigArgs:
|
|
|
13819
14642
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
13820
14643
|
if kafka_connect_config is not None:
|
|
13821
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)
|
|
13822
14647
|
if kafka_connect_secret_providers is not None:
|
|
13823
14648
|
pulumi.set(__self__, "kafka_connect_secret_providers", kafka_connect_secret_providers)
|
|
13824
14649
|
if kafka_rest is not None:
|
|
@@ -13986,6 +14811,18 @@ class KafkaKafkaUserConfigArgs:
|
|
|
13986
14811
|
def kafka_connect_config(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs']]):
|
|
13987
14812
|
pulumi.set(self, "kafka_connect_config", value)
|
|
13988
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
|
+
|
|
13989
14826
|
@property
|
|
13990
14827
|
@pulumi.getter(name="kafkaConnectSecretProviders")
|
|
13991
14828
|
def kafka_connect_secret_providers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgs']]]]:
|
|
@@ -14047,7 +14884,7 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14047
14884
|
@pulumi.getter(name="kafkaVersion")
|
|
14048
14885
|
def kafka_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
14049
14886
|
"""
|
|
14050
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
|
|
14887
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
14051
14888
|
"""
|
|
14052
14889
|
return pulumi.get(self, "kafka_version")
|
|
14053
14890
|
|
|
@@ -15575,6 +16412,56 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
15575
16412
|
pulumi.set(self, "session_timeout_ms", value)
|
|
15576
16413
|
|
|
15577
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
|
+
|
|
15578
16465
|
if not MYPY:
|
|
15579
16466
|
class KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict(TypedDict):
|
|
15580
16467
|
name: pulumi.Input[builtins.str]
|
|
@@ -16740,6 +17627,10 @@ if not MYPY:
|
|
|
16740
17627
|
"""
|
|
16741
17628
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
16742
17629
|
"""
|
|
17630
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
17631
|
+
"""
|
|
17632
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
17633
|
+
"""
|
|
16743
17634
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
16744
17635
|
"""
|
|
16745
17636
|
Port number for connecting to the service component
|
|
@@ -16766,6 +17657,7 @@ class KafkaMirrorMakerComponentArgs:
|
|
|
16766
17657
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
16767
17658
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
16768
17659
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
17660
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
16769
17661
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
16770
17662
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
16771
17663
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -16775,6 +17667,7 @@ class KafkaMirrorMakerComponentArgs:
|
|
|
16775
17667
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
16776
17668
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
16777
17669
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
17670
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
16778
17671
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
16779
17672
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
16780
17673
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -16788,6 +17681,8 @@ class KafkaMirrorMakerComponentArgs:
|
|
|
16788
17681
|
pulumi.set(__self__, "host", host)
|
|
16789
17682
|
if kafka_authentication_method is not None:
|
|
16790
17683
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
17684
|
+
if kafka_ssl_ca is not None:
|
|
17685
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
16791
17686
|
if port is not None:
|
|
16792
17687
|
pulumi.set(__self__, "port", port)
|
|
16793
17688
|
if route is not None:
|
|
@@ -16845,6 +17740,18 @@ class KafkaMirrorMakerComponentArgs:
|
|
|
16845
17740
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
16846
17741
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
16847
17742
|
|
|
17743
|
+
@property
|
|
17744
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
17745
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17746
|
+
"""
|
|
17747
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
17748
|
+
"""
|
|
17749
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
17750
|
+
|
|
17751
|
+
@kafka_ssl_ca.setter
|
|
17752
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
17753
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
17754
|
+
|
|
16848
17755
|
@property
|
|
16849
17756
|
@pulumi.getter
|
|
16850
17757
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -17663,111 +18570,111 @@ if not MYPY:
|
|
|
17663
18570
|
class KafkaTopicConfigArgsDict(TypedDict):
|
|
17664
18571
|
cleanup_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
17665
18572
|
"""
|
|
17666
|
-
|
|
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`.
|
|
17667
18574
|
"""
|
|
17668
18575
|
compression_type: NotRequired[pulumi.Input[builtins.str]]
|
|
17669
18576
|
"""
|
|
17670
|
-
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`.
|
|
17671
18578
|
"""
|
|
17672
18579
|
delete_retention_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17673
18580
|
"""
|
|
17674
|
-
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).
|
|
17675
18582
|
"""
|
|
17676
18583
|
file_delete_delay_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17677
18584
|
"""
|
|
17678
|
-
file.
|
|
18585
|
+
The time to wait before deleting a file from the filesystem.
|
|
17679
18586
|
"""
|
|
17680
18587
|
flush_messages: NotRequired[pulumi.Input[builtins.str]]
|
|
17681
18588
|
"""
|
|
17682
|
-
|
|
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.
|
|
17683
18590
|
"""
|
|
17684
18591
|
flush_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17685
18592
|
"""
|
|
17686
|
-
|
|
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.
|
|
17687
18594
|
"""
|
|
17688
18595
|
index_interval_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17689
18596
|
"""
|
|
17690
|
-
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.
|
|
17691
18598
|
"""
|
|
17692
18599
|
local_retention_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17693
18600
|
"""
|
|
17694
|
-
|
|
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.
|
|
17695
18602
|
"""
|
|
17696
18603
|
local_retention_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17697
18604
|
"""
|
|
17698
|
-
|
|
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.
|
|
17699
18606
|
"""
|
|
17700
18607
|
max_compaction_lag_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17701
18608
|
"""
|
|
17702
|
-
|
|
18609
|
+
The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
17703
18610
|
"""
|
|
17704
18611
|
max_message_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17705
18612
|
"""
|
|
17706
|
-
|
|
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.
|
|
17707
18614
|
"""
|
|
17708
18615
|
message_downconversion_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
17709
18616
|
"""
|
|
17710
|
-
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.
|
|
17711
18618
|
"""
|
|
17712
18619
|
message_format_version: NotRequired[pulumi.Input[builtins.str]]
|
|
17713
18620
|
"""
|
|
17714
|
-
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`.
|
|
17715
18622
|
"""
|
|
17716
18623
|
message_timestamp_difference_max_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17717
18624
|
"""
|
|
17718
|
-
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.
|
|
17719
18626
|
"""
|
|
17720
18627
|
message_timestamp_type: NotRequired[pulumi.Input[builtins.str]]
|
|
17721
18628
|
"""
|
|
17722
|
-
|
|
18629
|
+
Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
17723
18630
|
"""
|
|
17724
18631
|
min_cleanable_dirty_ratio: NotRequired[pulumi.Input[builtins.float]]
|
|
17725
18632
|
"""
|
|
17726
|
-
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.
|
|
17727
18634
|
"""
|
|
17728
18635
|
min_compaction_lag_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17729
18636
|
"""
|
|
17730
|
-
|
|
18637
|
+
The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
17731
18638
|
"""
|
|
17732
18639
|
min_insync_replicas: NotRequired[pulumi.Input[builtins.str]]
|
|
17733
18640
|
"""
|
|
17734
|
-
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.
|
|
17735
18642
|
"""
|
|
17736
18643
|
preallocate: NotRequired[pulumi.Input[builtins.bool]]
|
|
17737
18644
|
"""
|
|
17738
|
-
preallocate
|
|
18645
|
+
True if we should preallocate the file on disk when creating a new log segment.
|
|
17739
18646
|
"""
|
|
17740
18647
|
remote_storage_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
17741
18648
|
"""
|
|
17742
|
-
|
|
18649
|
+
Indicates whether tiered storage should be enabled.
|
|
17743
18650
|
"""
|
|
17744
18651
|
retention_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17745
18652
|
"""
|
|
17746
|
-
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.
|
|
17747
18654
|
"""
|
|
17748
18655
|
retention_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17749
18656
|
"""
|
|
17750
|
-
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.
|
|
17751
18658
|
"""
|
|
17752
18659
|
segment_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17753
18660
|
"""
|
|
17754
|
-
|
|
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.
|
|
17755
18662
|
"""
|
|
17756
18663
|
segment_index_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
17757
18664
|
"""
|
|
17758
|
-
|
|
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.
|
|
17759
18666
|
"""
|
|
17760
18667
|
segment_jitter_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17761
18668
|
"""
|
|
17762
|
-
|
|
18669
|
+
The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
17763
18670
|
"""
|
|
17764
18671
|
segment_ms: NotRequired[pulumi.Input[builtins.str]]
|
|
17765
18672
|
"""
|
|
17766
|
-
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.
|
|
17767
18674
|
"""
|
|
17768
18675
|
unclean_leader_election_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
17769
18676
|
"""
|
|
17770
|
-
|
|
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.
|
|
17771
18678
|
"""
|
|
17772
18679
|
elif False:
|
|
17773
18680
|
KafkaTopicConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -17803,33 +18710,33 @@ class KafkaTopicConfigArgs:
|
|
|
17803
18710
|
segment_ms: Optional[pulumi.Input[builtins.str]] = None,
|
|
17804
18711
|
unclean_leader_election_enable: Optional[pulumi.Input[builtins.bool]] = None):
|
|
17805
18712
|
"""
|
|
17806
|
-
:param pulumi.Input[builtins.str] cleanup_policy:
|
|
17807
|
-
:param pulumi.Input[builtins.str] compression_type: compression
|
|
17808
|
-
:param pulumi.Input[builtins.str] delete_retention_ms: delete.
|
|
17809
|
-
:param pulumi.Input[builtins.str] file_delete_delay_ms: file.
|
|
17810
|
-
:param pulumi.Input[builtins.str] flush_messages:
|
|
17811
|
-
:param pulumi.Input[builtins.str] flush_ms:
|
|
17812
|
-
:param pulumi.Input[builtins.str] index_interval_bytes: index.
|
|
17813
|
-
:param pulumi.Input[builtins.str] local_retention_bytes:
|
|
17814
|
-
:param pulumi.Input[builtins.str] local_retention_ms:
|
|
17815
|
-
:param pulumi.Input[builtins.str] max_compaction_lag_ms:
|
|
17816
|
-
:param pulumi.Input[builtins.str] max_message_bytes:
|
|
17817
|
-
:param pulumi.Input[builtins.bool] message_downconversion_enable: message.
|
|
17818
|
-
:param pulumi.Input[builtins.str] message_format_version: message.format
|
|
17819
|
-
:param pulumi.Input[builtins.str] message_timestamp_difference_max_ms: message.timestamp.difference.
|
|
17820
|
-
:param pulumi.Input[builtins.str] message_timestamp_type:
|
|
17821
|
-
:param pulumi.Input[builtins.float] min_cleanable_dirty_ratio: min.
|
|
17822
|
-
:param pulumi.Input[builtins.str] min_compaction_lag_ms:
|
|
17823
|
-
:param pulumi.Input[builtins.str] min_insync_replicas: min.insync.replicas
|
|
17824
|
-
:param pulumi.Input[builtins.bool] preallocate: preallocate
|
|
17825
|
-
:param pulumi.Input[builtins.bool] remote_storage_enable:
|
|
17826
|
-
:param pulumi.Input[builtins.str] retention_bytes: retention.bytes
|
|
17827
|
-
:param pulumi.Input[builtins.str] retention_ms: retention.
|
|
17828
|
-
:param pulumi.Input[builtins.str] segment_bytes:
|
|
17829
|
-
:param pulumi.Input[builtins.str] segment_index_bytes:
|
|
17830
|
-
:param pulumi.Input[builtins.str] segment_jitter_ms:
|
|
17831
|
-
:param pulumi.Input[builtins.str] segment_ms: segment.
|
|
17832
|
-
: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.
|
|
17833
18740
|
"""
|
|
17834
18741
|
if cleanup_policy is not None:
|
|
17835
18742
|
pulumi.set(__self__, "cleanup_policy", cleanup_policy)
|
|
@@ -17883,9 +18790,6 @@ class KafkaTopicConfigArgs:
|
|
|
17883
18790
|
pulumi.set(__self__, "segment_jitter_ms", segment_jitter_ms)
|
|
17884
18791
|
if segment_ms is not None:
|
|
17885
18792
|
pulumi.set(__self__, "segment_ms", segment_ms)
|
|
17886
|
-
if unclean_leader_election_enable is not None:
|
|
17887
|
-
warnings.warn("""This field is deprecated and no longer functional.""", DeprecationWarning)
|
|
17888
|
-
pulumi.log.warn("""unclean_leader_election_enable is deprecated: This field is deprecated and no longer functional.""")
|
|
17889
18793
|
if unclean_leader_election_enable is not None:
|
|
17890
18794
|
pulumi.set(__self__, "unclean_leader_election_enable", unclean_leader_election_enable)
|
|
17891
18795
|
|
|
@@ -17893,7 +18797,7 @@ class KafkaTopicConfigArgs:
|
|
|
17893
18797
|
@pulumi.getter(name="cleanupPolicy")
|
|
17894
18798
|
def cleanup_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17895
18799
|
"""
|
|
17896
|
-
|
|
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`.
|
|
17897
18801
|
"""
|
|
17898
18802
|
return pulumi.get(self, "cleanup_policy")
|
|
17899
18803
|
|
|
@@ -17905,7 +18809,7 @@ class KafkaTopicConfigArgs:
|
|
|
17905
18809
|
@pulumi.getter(name="compressionType")
|
|
17906
18810
|
def compression_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17907
18811
|
"""
|
|
17908
|
-
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`.
|
|
17909
18813
|
"""
|
|
17910
18814
|
return pulumi.get(self, "compression_type")
|
|
17911
18815
|
|
|
@@ -17917,7 +18821,7 @@ class KafkaTopicConfigArgs:
|
|
|
17917
18821
|
@pulumi.getter(name="deleteRetentionMs")
|
|
17918
18822
|
def delete_retention_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17919
18823
|
"""
|
|
17920
|
-
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).
|
|
17921
18825
|
"""
|
|
17922
18826
|
return pulumi.get(self, "delete_retention_ms")
|
|
17923
18827
|
|
|
@@ -17929,7 +18833,7 @@ class KafkaTopicConfigArgs:
|
|
|
17929
18833
|
@pulumi.getter(name="fileDeleteDelayMs")
|
|
17930
18834
|
def file_delete_delay_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17931
18835
|
"""
|
|
17932
|
-
file.
|
|
18836
|
+
The time to wait before deleting a file from the filesystem.
|
|
17933
18837
|
"""
|
|
17934
18838
|
return pulumi.get(self, "file_delete_delay_ms")
|
|
17935
18839
|
|
|
@@ -17941,7 +18845,7 @@ class KafkaTopicConfigArgs:
|
|
|
17941
18845
|
@pulumi.getter(name="flushMessages")
|
|
17942
18846
|
def flush_messages(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17943
18847
|
"""
|
|
17944
|
-
|
|
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.
|
|
17945
18849
|
"""
|
|
17946
18850
|
return pulumi.get(self, "flush_messages")
|
|
17947
18851
|
|
|
@@ -17953,7 +18857,7 @@ class KafkaTopicConfigArgs:
|
|
|
17953
18857
|
@pulumi.getter(name="flushMs")
|
|
17954
18858
|
def flush_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17955
18859
|
"""
|
|
17956
|
-
|
|
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.
|
|
17957
18861
|
"""
|
|
17958
18862
|
return pulumi.get(self, "flush_ms")
|
|
17959
18863
|
|
|
@@ -17965,7 +18869,7 @@ class KafkaTopicConfigArgs:
|
|
|
17965
18869
|
@pulumi.getter(name="indexIntervalBytes")
|
|
17966
18870
|
def index_interval_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17967
18871
|
"""
|
|
17968
|
-
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.
|
|
17969
18873
|
"""
|
|
17970
18874
|
return pulumi.get(self, "index_interval_bytes")
|
|
17971
18875
|
|
|
@@ -17977,7 +18881,7 @@ class KafkaTopicConfigArgs:
|
|
|
17977
18881
|
@pulumi.getter(name="localRetentionBytes")
|
|
17978
18882
|
def local_retention_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17979
18883
|
"""
|
|
17980
|
-
|
|
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.
|
|
17981
18885
|
"""
|
|
17982
18886
|
return pulumi.get(self, "local_retention_bytes")
|
|
17983
18887
|
|
|
@@ -17989,7 +18893,7 @@ class KafkaTopicConfigArgs:
|
|
|
17989
18893
|
@pulumi.getter(name="localRetentionMs")
|
|
17990
18894
|
def local_retention_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17991
18895
|
"""
|
|
17992
|
-
|
|
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.
|
|
17993
18897
|
"""
|
|
17994
18898
|
return pulumi.get(self, "local_retention_ms")
|
|
17995
18899
|
|
|
@@ -18001,7 +18905,7 @@ class KafkaTopicConfigArgs:
|
|
|
18001
18905
|
@pulumi.getter(name="maxCompactionLagMs")
|
|
18002
18906
|
def max_compaction_lag_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18003
18907
|
"""
|
|
18004
|
-
|
|
18908
|
+
The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
18005
18909
|
"""
|
|
18006
18910
|
return pulumi.get(self, "max_compaction_lag_ms")
|
|
18007
18911
|
|
|
@@ -18013,7 +18917,7 @@ class KafkaTopicConfigArgs:
|
|
|
18013
18917
|
@pulumi.getter(name="maxMessageBytes")
|
|
18014
18918
|
def max_message_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18015
18919
|
"""
|
|
18016
|
-
|
|
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.
|
|
18017
18921
|
"""
|
|
18018
18922
|
return pulumi.get(self, "max_message_bytes")
|
|
18019
18923
|
|
|
@@ -18025,7 +18929,7 @@ class KafkaTopicConfigArgs:
|
|
|
18025
18929
|
@pulumi.getter(name="messageDownconversionEnable")
|
|
18026
18930
|
def message_downconversion_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18027
18931
|
"""
|
|
18028
|
-
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.
|
|
18029
18933
|
"""
|
|
18030
18934
|
return pulumi.get(self, "message_downconversion_enable")
|
|
18031
18935
|
|
|
@@ -18037,7 +18941,7 @@ class KafkaTopicConfigArgs:
|
|
|
18037
18941
|
@pulumi.getter(name="messageFormatVersion")
|
|
18038
18942
|
def message_format_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18039
18943
|
"""
|
|
18040
|
-
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`.
|
|
18041
18945
|
"""
|
|
18042
18946
|
return pulumi.get(self, "message_format_version")
|
|
18043
18947
|
|
|
@@ -18049,7 +18953,7 @@ class KafkaTopicConfigArgs:
|
|
|
18049
18953
|
@pulumi.getter(name="messageTimestampDifferenceMaxMs")
|
|
18050
18954
|
def message_timestamp_difference_max_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18051
18955
|
"""
|
|
18052
|
-
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.
|
|
18053
18957
|
"""
|
|
18054
18958
|
return pulumi.get(self, "message_timestamp_difference_max_ms")
|
|
18055
18959
|
|
|
@@ -18061,7 +18965,7 @@ class KafkaTopicConfigArgs:
|
|
|
18061
18965
|
@pulumi.getter(name="messageTimestampType")
|
|
18062
18966
|
def message_timestamp_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18063
18967
|
"""
|
|
18064
|
-
|
|
18968
|
+
Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
18065
18969
|
"""
|
|
18066
18970
|
return pulumi.get(self, "message_timestamp_type")
|
|
18067
18971
|
|
|
@@ -18073,7 +18977,7 @@ class KafkaTopicConfigArgs:
|
|
|
18073
18977
|
@pulumi.getter(name="minCleanableDirtyRatio")
|
|
18074
18978
|
def min_cleanable_dirty_ratio(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
18075
18979
|
"""
|
|
18076
|
-
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.
|
|
18077
18981
|
"""
|
|
18078
18982
|
return pulumi.get(self, "min_cleanable_dirty_ratio")
|
|
18079
18983
|
|
|
@@ -18085,7 +18989,7 @@ class KafkaTopicConfigArgs:
|
|
|
18085
18989
|
@pulumi.getter(name="minCompactionLagMs")
|
|
18086
18990
|
def min_compaction_lag_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18087
18991
|
"""
|
|
18088
|
-
|
|
18992
|
+
The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted.
|
|
18089
18993
|
"""
|
|
18090
18994
|
return pulumi.get(self, "min_compaction_lag_ms")
|
|
18091
18995
|
|
|
@@ -18097,7 +19001,7 @@ class KafkaTopicConfigArgs:
|
|
|
18097
19001
|
@pulumi.getter(name="minInsyncReplicas")
|
|
18098
19002
|
def min_insync_replicas(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18099
19003
|
"""
|
|
18100
|
-
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.
|
|
18101
19005
|
"""
|
|
18102
19006
|
return pulumi.get(self, "min_insync_replicas")
|
|
18103
19007
|
|
|
@@ -18109,7 +19013,7 @@ class KafkaTopicConfigArgs:
|
|
|
18109
19013
|
@pulumi.getter
|
|
18110
19014
|
def preallocate(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18111
19015
|
"""
|
|
18112
|
-
preallocate
|
|
19016
|
+
True if we should preallocate the file on disk when creating a new log segment.
|
|
18113
19017
|
"""
|
|
18114
19018
|
return pulumi.get(self, "preallocate")
|
|
18115
19019
|
|
|
@@ -18121,7 +19025,7 @@ class KafkaTopicConfigArgs:
|
|
|
18121
19025
|
@pulumi.getter(name="remoteStorageEnable")
|
|
18122
19026
|
def remote_storage_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18123
19027
|
"""
|
|
18124
|
-
|
|
19028
|
+
Indicates whether tiered storage should be enabled.
|
|
18125
19029
|
"""
|
|
18126
19030
|
return pulumi.get(self, "remote_storage_enable")
|
|
18127
19031
|
|
|
@@ -18133,7 +19037,7 @@ class KafkaTopicConfigArgs:
|
|
|
18133
19037
|
@pulumi.getter(name="retentionBytes")
|
|
18134
19038
|
def retention_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18135
19039
|
"""
|
|
18136
|
-
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.
|
|
18137
19041
|
"""
|
|
18138
19042
|
return pulumi.get(self, "retention_bytes")
|
|
18139
19043
|
|
|
@@ -18145,7 +19049,7 @@ class KafkaTopicConfigArgs:
|
|
|
18145
19049
|
@pulumi.getter(name="retentionMs")
|
|
18146
19050
|
def retention_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18147
19051
|
"""
|
|
18148
|
-
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.
|
|
18149
19053
|
"""
|
|
18150
19054
|
return pulumi.get(self, "retention_ms")
|
|
18151
19055
|
|
|
@@ -18157,7 +19061,7 @@ class KafkaTopicConfigArgs:
|
|
|
18157
19061
|
@pulumi.getter(name="segmentBytes")
|
|
18158
19062
|
def segment_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18159
19063
|
"""
|
|
18160
|
-
|
|
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.
|
|
18161
19065
|
"""
|
|
18162
19066
|
return pulumi.get(self, "segment_bytes")
|
|
18163
19067
|
|
|
@@ -18169,7 +19073,7 @@ class KafkaTopicConfigArgs:
|
|
|
18169
19073
|
@pulumi.getter(name="segmentIndexBytes")
|
|
18170
19074
|
def segment_index_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18171
19075
|
"""
|
|
18172
|
-
|
|
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.
|
|
18173
19077
|
"""
|
|
18174
19078
|
return pulumi.get(self, "segment_index_bytes")
|
|
18175
19079
|
|
|
@@ -18181,7 +19085,7 @@ class KafkaTopicConfigArgs:
|
|
|
18181
19085
|
@pulumi.getter(name="segmentJitterMs")
|
|
18182
19086
|
def segment_jitter_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18183
19087
|
"""
|
|
18184
|
-
|
|
19088
|
+
The maximum random jitter subtracted from the scheduled segment roll time to avoid thundering herds of segment rolling
|
|
18185
19089
|
"""
|
|
18186
19090
|
return pulumi.get(self, "segment_jitter_ms")
|
|
18187
19091
|
|
|
@@ -18193,7 +19097,7 @@ class KafkaTopicConfigArgs:
|
|
|
18193
19097
|
@pulumi.getter(name="segmentMs")
|
|
18194
19098
|
def segment_ms(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
18195
19099
|
"""
|
|
18196
|
-
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.
|
|
18197
19101
|
"""
|
|
18198
19102
|
return pulumi.get(self, "segment_ms")
|
|
18199
19103
|
|
|
@@ -18203,10 +19107,9 @@ class KafkaTopicConfigArgs:
|
|
|
18203
19107
|
|
|
18204
19108
|
@property
|
|
18205
19109
|
@pulumi.getter(name="uncleanLeaderElectionEnable")
|
|
18206
|
-
@_utilities.deprecated("""This field is deprecated and no longer functional.""")
|
|
18207
19110
|
def unclean_leader_election_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
18208
19111
|
"""
|
|
18209
|
-
|
|
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.
|
|
18210
19113
|
"""
|
|
18211
19114
|
return pulumi.get(self, "unclean_leader_election_enable")
|
|
18212
19115
|
|
|
@@ -18284,6 +19187,10 @@ if not MYPY:
|
|
|
18284
19187
|
"""
|
|
18285
19188
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
18286
19189
|
"""
|
|
19190
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
19191
|
+
"""
|
|
19192
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
19193
|
+
"""
|
|
18287
19194
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
18288
19195
|
"""
|
|
18289
19196
|
Port number for connecting to the service component
|
|
@@ -18310,6 +19217,7 @@ class M3AggregatorComponentArgs:
|
|
|
18310
19217
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
18311
19218
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
18312
19219
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
19220
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
18313
19221
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
18314
19222
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
18315
19223
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -18319,6 +19227,7 @@ class M3AggregatorComponentArgs:
|
|
|
18319
19227
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
18320
19228
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
18321
19229
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
19230
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
18322
19231
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
18323
19232
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
18324
19233
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -18332,6 +19241,8 @@ class M3AggregatorComponentArgs:
|
|
|
18332
19241
|
pulumi.set(__self__, "host", host)
|
|
18333
19242
|
if kafka_authentication_method is not None:
|
|
18334
19243
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
19244
|
+
if kafka_ssl_ca is not None:
|
|
19245
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
18335
19246
|
if port is not None:
|
|
18336
19247
|
pulumi.set(__self__, "port", port)
|
|
18337
19248
|
if route is not None:
|
|
@@ -18389,6 +19300,18 @@ class M3AggregatorComponentArgs:
|
|
|
18389
19300
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
18390
19301
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
18391
19302
|
|
|
19303
|
+
@property
|
|
19304
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
19305
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
19306
|
+
"""
|
|
19307
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
19308
|
+
"""
|
|
19309
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
19310
|
+
|
|
19311
|
+
@kafka_ssl_ca.setter
|
|
19312
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
19313
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
19314
|
+
|
|
18392
19315
|
@property
|
|
18393
19316
|
@pulumi.getter
|
|
18394
19317
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -18866,6 +19789,10 @@ if not MYPY:
|
|
|
18866
19789
|
"""
|
|
18867
19790
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
18868
19791
|
"""
|
|
19792
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
19793
|
+
"""
|
|
19794
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
19795
|
+
"""
|
|
18869
19796
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
18870
19797
|
"""
|
|
18871
19798
|
Port number for connecting to the service component
|
|
@@ -18892,6 +19819,7 @@ class M3DbComponentArgs:
|
|
|
18892
19819
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
18893
19820
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
18894
19821
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
19822
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
18895
19823
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
18896
19824
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
18897
19825
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -18901,6 +19829,7 @@ class M3DbComponentArgs:
|
|
|
18901
19829
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
18902
19830
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
18903
19831
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
19832
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
18904
19833
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
18905
19834
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
18906
19835
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -18914,6 +19843,8 @@ class M3DbComponentArgs:
|
|
|
18914
19843
|
pulumi.set(__self__, "host", host)
|
|
18915
19844
|
if kafka_authentication_method is not None:
|
|
18916
19845
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
19846
|
+
if kafka_ssl_ca is not None:
|
|
19847
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
18917
19848
|
if port is not None:
|
|
18918
19849
|
pulumi.set(__self__, "port", port)
|
|
18919
19850
|
if route is not None:
|
|
@@ -18971,6 +19902,18 @@ class M3DbComponentArgs:
|
|
|
18971
19902
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
18972
19903
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
18973
19904
|
|
|
19905
|
+
@property
|
|
19906
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
19907
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
19908
|
+
"""
|
|
19909
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
19910
|
+
"""
|
|
19911
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
19912
|
+
|
|
19913
|
+
@kafka_ssl_ca.setter
|
|
19914
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
19915
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
19916
|
+
|
|
18974
19917
|
@property
|
|
18975
19918
|
@pulumi.getter
|
|
18976
19919
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -20589,6 +21532,10 @@ if not MYPY:
|
|
|
20589
21532
|
"""
|
|
20590
21533
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
20591
21534
|
"""
|
|
21535
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
21536
|
+
"""
|
|
21537
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
21538
|
+
"""
|
|
20592
21539
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
20593
21540
|
"""
|
|
20594
21541
|
Port number for connecting to the service component
|
|
@@ -20615,6 +21562,7 @@ class MySqlComponentArgs:
|
|
|
20615
21562
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
20616
21563
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
20617
21564
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
21565
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
20618
21566
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
20619
21567
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
20620
21568
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -20624,6 +21572,7 @@ class MySqlComponentArgs:
|
|
|
20624
21572
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
20625
21573
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
20626
21574
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
21575
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
20627
21576
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
20628
21577
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
20629
21578
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -20637,6 +21586,8 @@ class MySqlComponentArgs:
|
|
|
20637
21586
|
pulumi.set(__self__, "host", host)
|
|
20638
21587
|
if kafka_authentication_method is not None:
|
|
20639
21588
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
21589
|
+
if kafka_ssl_ca is not None:
|
|
21590
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
20640
21591
|
if port is not None:
|
|
20641
21592
|
pulumi.set(__self__, "port", port)
|
|
20642
21593
|
if route is not None:
|
|
@@ -20694,6 +21645,18 @@ class MySqlComponentArgs:
|
|
|
20694
21645
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
20695
21646
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
20696
21647
|
|
|
21648
|
+
@property
|
|
21649
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
21650
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
21651
|
+
"""
|
|
21652
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
21653
|
+
"""
|
|
21654
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
21655
|
+
|
|
21656
|
+
@kafka_ssl_ca.setter
|
|
21657
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
21658
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
21659
|
+
|
|
20697
21660
|
@property
|
|
20698
21661
|
@pulumi.getter
|
|
20699
21662
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -22641,6 +23604,10 @@ if not MYPY:
|
|
|
22641
23604
|
"""
|
|
22642
23605
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
22643
23606
|
"""
|
|
23607
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
23608
|
+
"""
|
|
23609
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
23610
|
+
"""
|
|
22644
23611
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
22645
23612
|
"""
|
|
22646
23613
|
Port number for connecting to the service component
|
|
@@ -22667,6 +23634,7 @@ class OpenSearchComponentArgs:
|
|
|
22667
23634
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
22668
23635
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
22669
23636
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
23637
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
22670
23638
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
22671
23639
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
22672
23640
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -22676,6 +23644,7 @@ class OpenSearchComponentArgs:
|
|
|
22676
23644
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
22677
23645
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
22678
23646
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
23647
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
22679
23648
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
22680
23649
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
22681
23650
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -22689,6 +23658,8 @@ class OpenSearchComponentArgs:
|
|
|
22689
23658
|
pulumi.set(__self__, "host", host)
|
|
22690
23659
|
if kafka_authentication_method is not None:
|
|
22691
23660
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
23661
|
+
if kafka_ssl_ca is not None:
|
|
23662
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
22692
23663
|
if port is not None:
|
|
22693
23664
|
pulumi.set(__self__, "port", port)
|
|
22694
23665
|
if route is not None:
|
|
@@ -22746,6 +23717,18 @@ class OpenSearchComponentArgs:
|
|
|
22746
23717
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
22747
23718
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
22748
23719
|
|
|
23720
|
+
@property
|
|
23721
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
23722
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
23723
|
+
"""
|
|
23724
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
23725
|
+
"""
|
|
23726
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
23727
|
+
|
|
23728
|
+
@kafka_ssl_ca.setter
|
|
23729
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
23730
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
23731
|
+
|
|
22749
23732
|
@property
|
|
22750
23733
|
@pulumi.getter
|
|
22751
23734
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -22799,15 +23782,15 @@ if not MYPY:
|
|
|
22799
23782
|
class OpenSearchOpensearchArgsDict(TypedDict):
|
|
22800
23783
|
kibana_uri: NotRequired[pulumi.Input[builtins.str]]
|
|
22801
23784
|
"""
|
|
22802
|
-
URI for Kibana dashboard frontend
|
|
23785
|
+
URI for Kibana dashboard frontend.
|
|
22803
23786
|
"""
|
|
22804
23787
|
opensearch_dashboards_uri: NotRequired[pulumi.Input[builtins.str]]
|
|
22805
23788
|
"""
|
|
22806
|
-
URI for OpenSearch dashboard frontend
|
|
23789
|
+
URI for OpenSearch dashboard frontend.
|
|
22807
23790
|
"""
|
|
22808
23791
|
password: NotRequired[pulumi.Input[builtins.str]]
|
|
22809
23792
|
"""
|
|
22810
|
-
OpenSearch password
|
|
23793
|
+
OpenSearch password.
|
|
22811
23794
|
"""
|
|
22812
23795
|
uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
22813
23796
|
"""
|
|
@@ -22815,7 +23798,7 @@ if not MYPY:
|
|
|
22815
23798
|
"""
|
|
22816
23799
|
username: NotRequired[pulumi.Input[builtins.str]]
|
|
22817
23800
|
"""
|
|
22818
|
-
OpenSearch username
|
|
23801
|
+
OpenSearch username.
|
|
22819
23802
|
"""
|
|
22820
23803
|
elif False:
|
|
22821
23804
|
OpenSearchOpensearchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -22829,11 +23812,11 @@ class OpenSearchOpensearchArgs:
|
|
|
22829
23812
|
uris: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
22830
23813
|
username: Optional[pulumi.Input[builtins.str]] = None):
|
|
22831
23814
|
"""
|
|
22832
|
-
:param pulumi.Input[builtins.str] kibana_uri: URI for Kibana dashboard frontend
|
|
22833
|
-
:param pulumi.Input[builtins.str] opensearch_dashboards_uri: URI for OpenSearch dashboard frontend
|
|
22834
|
-
: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.
|
|
22835
23818
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] uris: OpenSearch server URIs.
|
|
22836
|
-
:param pulumi.Input[builtins.str] username: OpenSearch username
|
|
23819
|
+
:param pulumi.Input[builtins.str] username: OpenSearch username.
|
|
22837
23820
|
"""
|
|
22838
23821
|
if kibana_uri is not None:
|
|
22839
23822
|
warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
|
|
@@ -22854,7 +23837,7 @@ class OpenSearchOpensearchArgs:
|
|
|
22854
23837
|
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
22855
23838
|
def kibana_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
22856
23839
|
"""
|
|
22857
|
-
URI for Kibana dashboard frontend
|
|
23840
|
+
URI for Kibana dashboard frontend.
|
|
22858
23841
|
"""
|
|
22859
23842
|
return pulumi.get(self, "kibana_uri")
|
|
22860
23843
|
|
|
@@ -22866,7 +23849,7 @@ class OpenSearchOpensearchArgs:
|
|
|
22866
23849
|
@pulumi.getter(name="opensearchDashboardsUri")
|
|
22867
23850
|
def opensearch_dashboards_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
22868
23851
|
"""
|
|
22869
|
-
URI for OpenSearch dashboard frontend
|
|
23852
|
+
URI for OpenSearch dashboard frontend.
|
|
22870
23853
|
"""
|
|
22871
23854
|
return pulumi.get(self, "opensearch_dashboards_uri")
|
|
22872
23855
|
|
|
@@ -22878,7 +23861,7 @@ class OpenSearchOpensearchArgs:
|
|
|
22878
23861
|
@pulumi.getter
|
|
22879
23862
|
def password(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
22880
23863
|
"""
|
|
22881
|
-
OpenSearch password
|
|
23864
|
+
OpenSearch password.
|
|
22882
23865
|
"""
|
|
22883
23866
|
return pulumi.get(self, "password")
|
|
22884
23867
|
|
|
@@ -22902,7 +23885,7 @@ class OpenSearchOpensearchArgs:
|
|
|
22902
23885
|
@pulumi.getter
|
|
22903
23886
|
def username(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
22904
23887
|
"""
|
|
22905
|
-
OpenSearch username
|
|
23888
|
+
OpenSearch username.
|
|
22906
23889
|
"""
|
|
22907
23890
|
return pulumi.get(self, "username")
|
|
22908
23891
|
|
|
@@ -23511,7 +24494,7 @@ if not MYPY:
|
|
|
23511
24494
|
"""
|
|
23512
24495
|
readonly: NotRequired[pulumi.Input[builtins.bool]]
|
|
23513
24496
|
"""
|
|
23514
|
-
Whether the repository is read-only. Default: `
|
|
24497
|
+
Whether the repository is read-only. Default: `true`.
|
|
23515
24498
|
"""
|
|
23516
24499
|
restore_global_state: NotRequired[pulumi.Input[builtins.bool]]
|
|
23517
24500
|
"""
|
|
@@ -23551,7 +24534,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
23551
24534
|
:param pulumi.Input[builtins.str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
23552
24535
|
:param pulumi.Input[builtins.bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
23553
24536
|
:param pulumi.Input[builtins.str] key: Azure account secret key. One of key or sas_token should be specified.
|
|
23554
|
-
:param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `
|
|
24537
|
+
:param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `true`.
|
|
23555
24538
|
:param pulumi.Input[builtins.bool] restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
23556
24539
|
:param pulumi.Input[builtins.str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
23557
24540
|
"""
|
|
@@ -23701,7 +24684,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
23701
24684
|
@pulumi.getter
|
|
23702
24685
|
def readonly(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
23703
24686
|
"""
|
|
23704
|
-
Whether the repository is read-only. Default: `
|
|
24687
|
+
Whether the repository is read-only. Default: `true`.
|
|
23705
24688
|
"""
|
|
23706
24689
|
return pulumi.get(self, "readonly")
|
|
23707
24690
|
|
|
@@ -23770,7 +24753,7 @@ if not MYPY:
|
|
|
23770
24753
|
"""
|
|
23771
24754
|
readonly: NotRequired[pulumi.Input[builtins.bool]]
|
|
23772
24755
|
"""
|
|
23773
|
-
Whether the repository is read-only. Default: `
|
|
24756
|
+
Whether the repository is read-only. Default: `true`.
|
|
23774
24757
|
"""
|
|
23775
24758
|
restore_global_state: NotRequired[pulumi.Input[builtins.bool]]
|
|
23776
24759
|
"""
|
|
@@ -23801,7 +24784,7 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
|
|
|
23801
24784
|
:param pulumi.Input[builtins.str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
23802
24785
|
:param pulumi.Input[builtins.bool] compress: When set to true metadata files are stored in compressed format.
|
|
23803
24786
|
:param pulumi.Input[builtins.bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
23804
|
-
:param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `
|
|
24787
|
+
:param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `true`.
|
|
23805
24788
|
:param pulumi.Input[builtins.bool] restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
23806
24789
|
"""
|
|
23807
24790
|
pulumi.set(__self__, "base_path", base_path)
|
|
@@ -23920,7 +24903,7 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
|
|
|
23920
24903
|
@pulumi.getter
|
|
23921
24904
|
def readonly(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
23922
24905
|
"""
|
|
23923
|
-
Whether the repository is read-only. Default: `
|
|
24906
|
+
Whether the repository is read-only. Default: `true`.
|
|
23924
24907
|
"""
|
|
23925
24908
|
return pulumi.get(self, "readonly")
|
|
23926
24909
|
|
|
@@ -24541,6 +25524,10 @@ if not MYPY:
|
|
|
24541
25524
|
"""
|
|
24542
25525
|
Enable remote-backed storage.
|
|
24543
25526
|
"""
|
|
25527
|
+
enable_searchable_snapshots: NotRequired[pulumi.Input[builtins.bool]]
|
|
25528
|
+
"""
|
|
25529
|
+
Enable searchable snapshots.
|
|
25530
|
+
"""
|
|
24544
25531
|
enable_security_audit: NotRequired[pulumi.Input[builtins.bool]]
|
|
24545
25532
|
"""
|
|
24546
25533
|
Enable/Disable security audit.
|
|
@@ -24716,6 +25703,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24716
25703
|
email_sender_password: Optional[pulumi.Input[builtins.str]] = None,
|
|
24717
25704
|
email_sender_username: Optional[pulumi.Input[builtins.str]] = None,
|
|
24718
25705
|
enable_remote_backed_storage: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25706
|
+
enable_searchable_snapshots: Optional[pulumi.Input[builtins.bool]] = None,
|
|
24719
25707
|
enable_security_audit: Optional[pulumi.Input[builtins.bool]] = None,
|
|
24720
25708
|
http_max_content_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
24721
25709
|
http_max_header_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -24768,6 +25756,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24768
25756
|
:param pulumi.Input[builtins.str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
24769
25757
|
:param pulumi.Input[builtins.str] email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
24770
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.
|
|
24771
25760
|
:param pulumi.Input[builtins.bool] enable_security_audit: Enable/Disable security audit.
|
|
24772
25761
|
:param pulumi.Input[builtins.int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
24773
25762
|
:param pulumi.Input[builtins.int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
@@ -24832,6 +25821,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24832
25821
|
pulumi.set(__self__, "email_sender_username", email_sender_username)
|
|
24833
25822
|
if enable_remote_backed_storage is not None:
|
|
24834
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)
|
|
24835
25826
|
if enable_security_audit is not None:
|
|
24836
25827
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
24837
25828
|
if http_max_content_length is not None:
|
|
@@ -25054,6 +26045,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25054
26045
|
def enable_remote_backed_storage(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
25055
26046
|
pulumi.set(self, "enable_remote_backed_storage", value)
|
|
25056
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
|
+
|
|
25057
26060
|
@property
|
|
25058
26061
|
@pulumi.getter(name="enableSecurityAudit")
|
|
25059
26062
|
def enable_security_audit(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
@@ -27673,7 +28676,7 @@ if not MYPY:
|
|
|
27673
28676
|
"""
|
|
27674
28677
|
readonly: NotRequired[pulumi.Input[builtins.bool]]
|
|
27675
28678
|
"""
|
|
27676
|
-
Whether the repository is read-only. Default: `
|
|
28679
|
+
Whether the repository is read-only. Default: `true`.
|
|
27677
28680
|
"""
|
|
27678
28681
|
restore_global_state: NotRequired[pulumi.Input[builtins.bool]]
|
|
27679
28682
|
"""
|
|
@@ -27715,7 +28718,7 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
|
|
|
27715
28718
|
:param pulumi.Input[builtins.bool] compress: When set to true metadata files are stored in compressed format.
|
|
27716
28719
|
:param pulumi.Input[builtins.str] endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
27717
28720
|
:param pulumi.Input[builtins.bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
27718
|
-
:param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `
|
|
28721
|
+
:param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `true`.
|
|
27719
28722
|
:param pulumi.Input[builtins.bool] restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
27720
28723
|
:param pulumi.Input[builtins.bool] server_side_encryption: When set to true files are encrypted on server side.
|
|
27721
28724
|
"""
|
|
@@ -27877,7 +28880,7 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
|
|
|
27877
28880
|
@pulumi.getter
|
|
27878
28881
|
def readonly(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
27879
28882
|
"""
|
|
27880
|
-
Whether the repository is read-only. Default: `
|
|
28883
|
+
Whether the repository is read-only. Default: `true`.
|
|
27881
28884
|
"""
|
|
27882
28885
|
return pulumi.get(self, "readonly")
|
|
27883
28886
|
|
|
@@ -28198,6 +29201,190 @@ class OpenSearchTechEmailArgs:
|
|
|
28198
29201
|
pulumi.set(self, "email", value)
|
|
28199
29202
|
|
|
28200
29203
|
|
|
29204
|
+
if not MYPY:
|
|
29205
|
+
class OrganizationAddressTimeoutsArgsDict(TypedDict):
|
|
29206
|
+
create: NotRequired[pulumi.Input[builtins.str]]
|
|
29207
|
+
"""
|
|
29208
|
+
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).
|
|
29209
|
+
"""
|
|
29210
|
+
delete: NotRequired[pulumi.Input[builtins.str]]
|
|
29211
|
+
"""
|
|
29212
|
+
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.
|
|
29213
|
+
"""
|
|
29214
|
+
read: NotRequired[pulumi.Input[builtins.str]]
|
|
29215
|
+
"""
|
|
29216
|
+
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.
|
|
29217
|
+
"""
|
|
29218
|
+
update: NotRequired[pulumi.Input[builtins.str]]
|
|
29219
|
+
"""
|
|
29220
|
+
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).
|
|
29221
|
+
"""
|
|
29222
|
+
elif False:
|
|
29223
|
+
OrganizationAddressTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
29224
|
+
|
|
29225
|
+
@pulumi.input_type
|
|
29226
|
+
class OrganizationAddressTimeoutsArgs:
|
|
29227
|
+
def __init__(__self__, *,
|
|
29228
|
+
create: Optional[pulumi.Input[builtins.str]] = None,
|
|
29229
|
+
delete: Optional[pulumi.Input[builtins.str]] = None,
|
|
29230
|
+
read: Optional[pulumi.Input[builtins.str]] = None,
|
|
29231
|
+
update: Optional[pulumi.Input[builtins.str]] = None):
|
|
29232
|
+
"""
|
|
29233
|
+
: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).
|
|
29234
|
+
: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.
|
|
29235
|
+
: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.
|
|
29236
|
+
: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).
|
|
29237
|
+
"""
|
|
29238
|
+
if create is not None:
|
|
29239
|
+
pulumi.set(__self__, "create", create)
|
|
29240
|
+
if delete is not None:
|
|
29241
|
+
pulumi.set(__self__, "delete", delete)
|
|
29242
|
+
if read is not None:
|
|
29243
|
+
pulumi.set(__self__, "read", read)
|
|
29244
|
+
if update is not None:
|
|
29245
|
+
pulumi.set(__self__, "update", update)
|
|
29246
|
+
|
|
29247
|
+
@property
|
|
29248
|
+
@pulumi.getter
|
|
29249
|
+
def create(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29250
|
+
"""
|
|
29251
|
+
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).
|
|
29252
|
+
"""
|
|
29253
|
+
return pulumi.get(self, "create")
|
|
29254
|
+
|
|
29255
|
+
@create.setter
|
|
29256
|
+
def create(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29257
|
+
pulumi.set(self, "create", value)
|
|
29258
|
+
|
|
29259
|
+
@property
|
|
29260
|
+
@pulumi.getter
|
|
29261
|
+
def delete(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29262
|
+
"""
|
|
29263
|
+
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.
|
|
29264
|
+
"""
|
|
29265
|
+
return pulumi.get(self, "delete")
|
|
29266
|
+
|
|
29267
|
+
@delete.setter
|
|
29268
|
+
def delete(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29269
|
+
pulumi.set(self, "delete", value)
|
|
29270
|
+
|
|
29271
|
+
@property
|
|
29272
|
+
@pulumi.getter
|
|
29273
|
+
def read(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29274
|
+
"""
|
|
29275
|
+
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.
|
|
29276
|
+
"""
|
|
29277
|
+
return pulumi.get(self, "read")
|
|
29278
|
+
|
|
29279
|
+
@read.setter
|
|
29280
|
+
def read(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29281
|
+
pulumi.set(self, "read", value)
|
|
29282
|
+
|
|
29283
|
+
@property
|
|
29284
|
+
@pulumi.getter
|
|
29285
|
+
def update(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29286
|
+
"""
|
|
29287
|
+
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).
|
|
29288
|
+
"""
|
|
29289
|
+
return pulumi.get(self, "update")
|
|
29290
|
+
|
|
29291
|
+
@update.setter
|
|
29292
|
+
def update(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29293
|
+
pulumi.set(self, "update", value)
|
|
29294
|
+
|
|
29295
|
+
|
|
29296
|
+
if not MYPY:
|
|
29297
|
+
class OrganizationBillingGroupTimeoutsArgsDict(TypedDict):
|
|
29298
|
+
create: NotRequired[pulumi.Input[builtins.str]]
|
|
29299
|
+
"""
|
|
29300
|
+
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).
|
|
29301
|
+
"""
|
|
29302
|
+
delete: NotRequired[pulumi.Input[builtins.str]]
|
|
29303
|
+
"""
|
|
29304
|
+
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.
|
|
29305
|
+
"""
|
|
29306
|
+
read: NotRequired[pulumi.Input[builtins.str]]
|
|
29307
|
+
"""
|
|
29308
|
+
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.
|
|
29309
|
+
"""
|
|
29310
|
+
update: NotRequired[pulumi.Input[builtins.str]]
|
|
29311
|
+
"""
|
|
29312
|
+
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).
|
|
29313
|
+
"""
|
|
29314
|
+
elif False:
|
|
29315
|
+
OrganizationBillingGroupTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
29316
|
+
|
|
29317
|
+
@pulumi.input_type
|
|
29318
|
+
class OrganizationBillingGroupTimeoutsArgs:
|
|
29319
|
+
def __init__(__self__, *,
|
|
29320
|
+
create: Optional[pulumi.Input[builtins.str]] = None,
|
|
29321
|
+
delete: Optional[pulumi.Input[builtins.str]] = None,
|
|
29322
|
+
read: Optional[pulumi.Input[builtins.str]] = None,
|
|
29323
|
+
update: Optional[pulumi.Input[builtins.str]] = None):
|
|
29324
|
+
"""
|
|
29325
|
+
: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).
|
|
29326
|
+
: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.
|
|
29327
|
+
: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.
|
|
29328
|
+
: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).
|
|
29329
|
+
"""
|
|
29330
|
+
if create is not None:
|
|
29331
|
+
pulumi.set(__self__, "create", create)
|
|
29332
|
+
if delete is not None:
|
|
29333
|
+
pulumi.set(__self__, "delete", delete)
|
|
29334
|
+
if read is not None:
|
|
29335
|
+
pulumi.set(__self__, "read", read)
|
|
29336
|
+
if update is not None:
|
|
29337
|
+
pulumi.set(__self__, "update", update)
|
|
29338
|
+
|
|
29339
|
+
@property
|
|
29340
|
+
@pulumi.getter
|
|
29341
|
+
def create(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29342
|
+
"""
|
|
29343
|
+
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).
|
|
29344
|
+
"""
|
|
29345
|
+
return pulumi.get(self, "create")
|
|
29346
|
+
|
|
29347
|
+
@create.setter
|
|
29348
|
+
def create(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29349
|
+
pulumi.set(self, "create", value)
|
|
29350
|
+
|
|
29351
|
+
@property
|
|
29352
|
+
@pulumi.getter
|
|
29353
|
+
def delete(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29354
|
+
"""
|
|
29355
|
+
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.
|
|
29356
|
+
"""
|
|
29357
|
+
return pulumi.get(self, "delete")
|
|
29358
|
+
|
|
29359
|
+
@delete.setter
|
|
29360
|
+
def delete(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29361
|
+
pulumi.set(self, "delete", value)
|
|
29362
|
+
|
|
29363
|
+
@property
|
|
29364
|
+
@pulumi.getter
|
|
29365
|
+
def read(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29366
|
+
"""
|
|
29367
|
+
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.
|
|
29368
|
+
"""
|
|
29369
|
+
return pulumi.get(self, "read")
|
|
29370
|
+
|
|
29371
|
+
@read.setter
|
|
29372
|
+
def read(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29373
|
+
pulumi.set(self, "read", value)
|
|
29374
|
+
|
|
29375
|
+
@property
|
|
29376
|
+
@pulumi.getter
|
|
29377
|
+
def update(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
29378
|
+
"""
|
|
29379
|
+
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).
|
|
29380
|
+
"""
|
|
29381
|
+
return pulumi.get(self, "update")
|
|
29382
|
+
|
|
29383
|
+
@update.setter
|
|
29384
|
+
def update(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
29385
|
+
pulumi.set(self, "update", value)
|
|
29386
|
+
|
|
29387
|
+
|
|
28201
29388
|
if not MYPY:
|
|
28202
29389
|
class OrganizationGroupProjectTimeoutsArgsDict(TypedDict):
|
|
28203
29390
|
create: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -28449,6 +29636,98 @@ class OrganizationProjectTagArgs:
|
|
|
28449
29636
|
pulumi.set(self, "value", value)
|
|
28450
29637
|
|
|
28451
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
|
+
|
|
28452
29731
|
if not MYPY:
|
|
28453
29732
|
class OrganizationTimeoutsArgsDict(TypedDict):
|
|
28454
29733
|
create: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -28651,6 +29930,10 @@ if not MYPY:
|
|
|
28651
29930
|
"""
|
|
28652
29931
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
28653
29932
|
"""
|
|
29933
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
29934
|
+
"""
|
|
29935
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
29936
|
+
"""
|
|
28654
29937
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
28655
29938
|
"""
|
|
28656
29939
|
Port number for connecting to the service component
|
|
@@ -28677,6 +29960,7 @@ class PgComponentArgs:
|
|
|
28677
29960
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
28678
29961
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
28679
29962
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
29963
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
28680
29964
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
28681
29965
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
28682
29966
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -28686,6 +29970,7 @@ class PgComponentArgs:
|
|
|
28686
29970
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
28687
29971
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
28688
29972
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
29973
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
28689
29974
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
28690
29975
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
28691
29976
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -28699,6 +29984,8 @@ class PgComponentArgs:
|
|
|
28699
29984
|
pulumi.set(__self__, "host", host)
|
|
28700
29985
|
if kafka_authentication_method is not None:
|
|
28701
29986
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
29987
|
+
if kafka_ssl_ca is not None:
|
|
29988
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
28702
29989
|
if port is not None:
|
|
28703
29990
|
pulumi.set(__self__, "port", port)
|
|
28704
29991
|
if route is not None:
|
|
@@ -28756,6 +30043,18 @@ class PgComponentArgs:
|
|
|
28756
30043
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
28757
30044
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
28758
30045
|
|
|
30046
|
+
@property
|
|
30047
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
30048
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
30049
|
+
"""
|
|
30050
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
30051
|
+
"""
|
|
30052
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
30053
|
+
|
|
30054
|
+
@kafka_ssl_ca.setter
|
|
30055
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
30056
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
30057
|
+
|
|
28759
30058
|
@property
|
|
28760
30059
|
@pulumi.getter
|
|
28761
30060
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -29473,9 +30772,6 @@ class PgPgUserConfigArgs:
|
|
|
29473
30772
|
pulumi.set(__self__, "pg_stat_monitor_enable", pg_stat_monitor_enable)
|
|
29474
30773
|
if pg_version is not None:
|
|
29475
30774
|
pulumi.set(__self__, "pg_version", pg_version)
|
|
29476
|
-
if pgaudit is not None:
|
|
29477
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
29478
|
-
pulumi.log.warn("""pgaudit is deprecated: This property is deprecated.""")
|
|
29479
30775
|
if pgaudit is not None:
|
|
29480
30776
|
pulumi.set(__self__, "pgaudit", pgaudit)
|
|
29481
30777
|
if pgbouncer is not None:
|
|
@@ -29705,7 +31001,6 @@ class PgPgUserConfigArgs:
|
|
|
29705
31001
|
|
|
29706
31002
|
@property
|
|
29707
31003
|
@pulumi.getter
|
|
29708
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
29709
31004
|
def pgaudit(self) -> Optional[pulumi.Input['PgPgUserConfigPgauditArgs']]:
|
|
29710
31005
|
"""
|
|
29711
31006
|
System-wide settings for the pgaudit extension
|
|
@@ -31298,7 +32593,7 @@ if not MYPY:
|
|
|
31298
32593
|
"""
|
|
31299
32594
|
log_level: NotRequired[pulumi.Input[builtins.str]]
|
|
31300
32595
|
"""
|
|
31301
|
-
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`.
|
|
31302
32597
|
"""
|
|
31303
32598
|
log_max_string_length: NotRequired[pulumi.Input[builtins.int]]
|
|
31304
32599
|
"""
|
|
@@ -31364,7 +32659,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31364
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`.
|
|
31365
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`.
|
|
31366
32661
|
:param pulumi.Input[builtins.bool] log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
31367
|
-
: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`.
|
|
31368
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`.
|
|
31369
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`.
|
|
31370
32665
|
:param pulumi.Input[builtins.bool] log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -31376,80 +32671,37 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31376
32671
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
31377
32672
|
:param pulumi.Input[builtins.str] role: Specifies the master role to use for object audit logging.
|
|
31378
32673
|
"""
|
|
31379
|
-
if feature_enabled is not None:
|
|
31380
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31381
|
-
pulumi.log.warn("""feature_enabled is deprecated: This property is deprecated.""")
|
|
31382
32674
|
if feature_enabled is not None:
|
|
31383
32675
|
pulumi.set(__self__, "feature_enabled", feature_enabled)
|
|
31384
|
-
if log_catalog is not None:
|
|
31385
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31386
|
-
pulumi.log.warn("""log_catalog is deprecated: This property is deprecated.""")
|
|
31387
32676
|
if log_catalog is not None:
|
|
31388
32677
|
pulumi.set(__self__, "log_catalog", log_catalog)
|
|
31389
|
-
if log_client is not None:
|
|
31390
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31391
|
-
pulumi.log.warn("""log_client is deprecated: This property is deprecated.""")
|
|
31392
32678
|
if log_client is not None:
|
|
31393
32679
|
pulumi.set(__self__, "log_client", log_client)
|
|
31394
|
-
if log_level is not None:
|
|
31395
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31396
|
-
pulumi.log.warn("""log_level is deprecated: This property is deprecated.""")
|
|
31397
32680
|
if log_level is not None:
|
|
31398
32681
|
pulumi.set(__self__, "log_level", log_level)
|
|
31399
|
-
if log_max_string_length is not None:
|
|
31400
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31401
|
-
pulumi.log.warn("""log_max_string_length is deprecated: This property is deprecated.""")
|
|
31402
32682
|
if log_max_string_length is not None:
|
|
31403
32683
|
pulumi.set(__self__, "log_max_string_length", log_max_string_length)
|
|
31404
|
-
if log_nested_statements is not None:
|
|
31405
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31406
|
-
pulumi.log.warn("""log_nested_statements is deprecated: This property is deprecated.""")
|
|
31407
32684
|
if log_nested_statements is not None:
|
|
31408
32685
|
pulumi.set(__self__, "log_nested_statements", log_nested_statements)
|
|
31409
|
-
if log_parameter is not None:
|
|
31410
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31411
|
-
pulumi.log.warn("""log_parameter is deprecated: This property is deprecated.""")
|
|
31412
32686
|
if log_parameter is not None:
|
|
31413
32687
|
pulumi.set(__self__, "log_parameter", log_parameter)
|
|
31414
|
-
if log_parameter_max_size is not None:
|
|
31415
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31416
|
-
pulumi.log.warn("""log_parameter_max_size is deprecated: This property is deprecated.""")
|
|
31417
32688
|
if log_parameter_max_size is not None:
|
|
31418
32689
|
pulumi.set(__self__, "log_parameter_max_size", log_parameter_max_size)
|
|
31419
|
-
if log_relation is not None:
|
|
31420
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31421
|
-
pulumi.log.warn("""log_relation is deprecated: This property is deprecated.""")
|
|
31422
32690
|
if log_relation is not None:
|
|
31423
32691
|
pulumi.set(__self__, "log_relation", log_relation)
|
|
31424
|
-
if log_rows is not None:
|
|
31425
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31426
|
-
pulumi.log.warn("""log_rows is deprecated: This property is deprecated.""")
|
|
31427
32692
|
if log_rows is not None:
|
|
31428
32693
|
pulumi.set(__self__, "log_rows", log_rows)
|
|
31429
|
-
if log_statement is not None:
|
|
31430
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31431
|
-
pulumi.log.warn("""log_statement is deprecated: This property is deprecated.""")
|
|
31432
32694
|
if log_statement is not None:
|
|
31433
32695
|
pulumi.set(__self__, "log_statement", log_statement)
|
|
31434
|
-
if log_statement_once is not None:
|
|
31435
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31436
|
-
pulumi.log.warn("""log_statement_once is deprecated: This property is deprecated.""")
|
|
31437
32696
|
if log_statement_once is not None:
|
|
31438
32697
|
pulumi.set(__self__, "log_statement_once", log_statement_once)
|
|
31439
|
-
if logs is not None:
|
|
31440
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31441
|
-
pulumi.log.warn("""logs is deprecated: This property is deprecated.""")
|
|
31442
32698
|
if logs is not None:
|
|
31443
32699
|
pulumi.set(__self__, "logs", logs)
|
|
31444
|
-
if role is not None:
|
|
31445
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
31446
|
-
pulumi.log.warn("""role is deprecated: This property is deprecated.""")
|
|
31447
32700
|
if role is not None:
|
|
31448
32701
|
pulumi.set(__self__, "role", role)
|
|
31449
32702
|
|
|
31450
32703
|
@property
|
|
31451
32704
|
@pulumi.getter(name="featureEnabled")
|
|
31452
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31453
32705
|
def feature_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31454
32706
|
"""
|
|
31455
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`.
|
|
@@ -31462,7 +32714,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31462
32714
|
|
|
31463
32715
|
@property
|
|
31464
32716
|
@pulumi.getter(name="logCatalog")
|
|
31465
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31466
32717
|
def log_catalog(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31467
32718
|
"""
|
|
31468
32719
|
Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Default: `true`.
|
|
@@ -31475,7 +32726,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31475
32726
|
|
|
31476
32727
|
@property
|
|
31477
32728
|
@pulumi.getter(name="logClient")
|
|
31478
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31479
32729
|
def log_client(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31480
32730
|
"""
|
|
31481
32731
|
Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
@@ -31488,10 +32738,9 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31488
32738
|
|
|
31489
32739
|
@property
|
|
31490
32740
|
@pulumi.getter(name="logLevel")
|
|
31491
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31492
32741
|
def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
31493
32742
|
"""
|
|
31494
|
-
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`.
|
|
31495
32744
|
"""
|
|
31496
32745
|
return pulumi.get(self, "log_level")
|
|
31497
32746
|
|
|
@@ -31501,7 +32750,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31501
32750
|
|
|
31502
32751
|
@property
|
|
31503
32752
|
@pulumi.getter(name="logMaxStringLength")
|
|
31504
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31505
32753
|
def log_max_string_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31506
32754
|
"""
|
|
31507
32755
|
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
@@ -31514,7 +32762,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31514
32762
|
|
|
31515
32763
|
@property
|
|
31516
32764
|
@pulumi.getter(name="logNestedStatements")
|
|
31517
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31518
32765
|
def log_nested_statements(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31519
32766
|
"""
|
|
31520
32767
|
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
@@ -31527,7 +32774,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31527
32774
|
|
|
31528
32775
|
@property
|
|
31529
32776
|
@pulumi.getter(name="logParameter")
|
|
31530
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31531
32777
|
def log_parameter(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31532
32778
|
"""
|
|
31533
32779
|
Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
@@ -31540,7 +32786,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31540
32786
|
|
|
31541
32787
|
@property
|
|
31542
32788
|
@pulumi.getter(name="logParameterMaxSize")
|
|
31543
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31544
32789
|
def log_parameter_max_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31545
32790
|
"""
|
|
31546
32791
|
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
@@ -31553,7 +32798,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31553
32798
|
|
|
31554
32799
|
@property
|
|
31555
32800
|
@pulumi.getter(name="logRelation")
|
|
31556
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31557
32801
|
def log_relation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31558
32802
|
"""
|
|
31559
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`.
|
|
@@ -31566,7 +32810,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31566
32810
|
|
|
31567
32811
|
@property
|
|
31568
32812
|
@pulumi.getter(name="logRows")
|
|
31569
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31570
32813
|
def log_rows(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31571
32814
|
"""
|
|
31572
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`.
|
|
@@ -31579,7 +32822,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31579
32822
|
|
|
31580
32823
|
@property
|
|
31581
32824
|
@pulumi.getter(name="logStatement")
|
|
31582
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31583
32825
|
def log_statement(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31584
32826
|
"""
|
|
31585
32827
|
Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
@@ -31592,7 +32834,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31592
32834
|
|
|
31593
32835
|
@property
|
|
31594
32836
|
@pulumi.getter(name="logStatementOnce")
|
|
31595
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31596
32837
|
def log_statement_once(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
31597
32838
|
"""
|
|
31598
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`.
|
|
@@ -31605,7 +32846,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31605
32846
|
|
|
31606
32847
|
@property
|
|
31607
32848
|
@pulumi.getter
|
|
31608
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31609
32849
|
def logs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
31610
32850
|
"""
|
|
31611
32851
|
Specifies which classes of statements will be logged by session audit logging.
|
|
@@ -31618,7 +32858,6 @@ class PgPgUserConfigPgauditArgs:
|
|
|
31618
32858
|
|
|
31619
32859
|
@property
|
|
31620
32860
|
@pulumi.getter
|
|
31621
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
31622
32861
|
def role(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
31623
32862
|
"""
|
|
31624
32863
|
Specifies the master role to use for object audit logging.
|
|
@@ -32321,6 +33560,10 @@ if not MYPY:
|
|
|
32321
33560
|
"""
|
|
32322
33561
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
32323
33562
|
"""
|
|
33563
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
33564
|
+
"""
|
|
33565
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
33566
|
+
"""
|
|
32324
33567
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
32325
33568
|
"""
|
|
32326
33569
|
Port number for connecting to the service component
|
|
@@ -32347,6 +33590,7 @@ class RedisComponentArgs:
|
|
|
32347
33590
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
32348
33591
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
32349
33592
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
33593
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
32350
33594
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
32351
33595
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
32352
33596
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -32356,6 +33600,7 @@ class RedisComponentArgs:
|
|
|
32356
33600
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
32357
33601
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
32358
33602
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
33603
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
32359
33604
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
32360
33605
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
32361
33606
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -32369,6 +33614,8 @@ class RedisComponentArgs:
|
|
|
32369
33614
|
pulumi.set(__self__, "host", host)
|
|
32370
33615
|
if kafka_authentication_method is not None:
|
|
32371
33616
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
33617
|
+
if kafka_ssl_ca is not None:
|
|
33618
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
32372
33619
|
if port is not None:
|
|
32373
33620
|
pulumi.set(__self__, "port", port)
|
|
32374
33621
|
if route is not None:
|
|
@@ -32426,6 +33673,18 @@ class RedisComponentArgs:
|
|
|
32426
33673
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
32427
33674
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
32428
33675
|
|
|
33676
|
+
@property
|
|
33677
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
33678
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
33679
|
+
"""
|
|
33680
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
33681
|
+
"""
|
|
33682
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
33683
|
+
|
|
33684
|
+
@kafka_ssl_ca.setter
|
|
33685
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
33686
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
33687
|
+
|
|
32429
33688
|
@property
|
|
32430
33689
|
@pulumi.getter
|
|
32431
33690
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -38275,6 +39534,10 @@ if not MYPY:
|
|
|
38275
39534
|
"""
|
|
38276
39535
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
38277
39536
|
"""
|
|
39537
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
39538
|
+
"""
|
|
39539
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
39540
|
+
"""
|
|
38278
39541
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
38279
39542
|
"""
|
|
38280
39543
|
Port number for connecting to the service component
|
|
@@ -38301,6 +39564,7 @@ class ThanosComponentArgs:
|
|
|
38301
39564
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
38302
39565
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
38303
39566
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
39567
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
38304
39568
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
38305
39569
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
38306
39570
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -38310,6 +39574,7 @@ class ThanosComponentArgs:
|
|
|
38310
39574
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
38311
39575
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
38312
39576
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
39577
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
38313
39578
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
38314
39579
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
38315
39580
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -38323,6 +39588,8 @@ class ThanosComponentArgs:
|
|
|
38323
39588
|
pulumi.set(__self__, "host", host)
|
|
38324
39589
|
if kafka_authentication_method is not None:
|
|
38325
39590
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
39591
|
+
if kafka_ssl_ca is not None:
|
|
39592
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
38326
39593
|
if port is not None:
|
|
38327
39594
|
pulumi.set(__self__, "port", port)
|
|
38328
39595
|
if route is not None:
|
|
@@ -38380,6 +39647,18 @@ class ThanosComponentArgs:
|
|
|
38380
39647
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
38381
39648
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
38382
39649
|
|
|
39650
|
+
@property
|
|
39651
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
39652
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
39653
|
+
"""
|
|
39654
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
39655
|
+
"""
|
|
39656
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
39657
|
+
|
|
39658
|
+
@kafka_ssl_ca.setter
|
|
39659
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
39660
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
39661
|
+
|
|
38383
39662
|
@property
|
|
38384
39663
|
@pulumi.getter
|
|
38385
39664
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -39533,6 +40812,10 @@ if not MYPY:
|
|
|
39533
40812
|
"""
|
|
39534
40813
|
Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
39535
40814
|
"""
|
|
40815
|
+
kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
|
|
40816
|
+
"""
|
|
40817
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
40818
|
+
"""
|
|
39536
40819
|
port: NotRequired[pulumi.Input[builtins.int]]
|
|
39537
40820
|
"""
|
|
39538
40821
|
Port number for connecting to the service component
|
|
@@ -39559,6 +40842,7 @@ class ValkeyComponentArgs:
|
|
|
39559
40842
|
connection_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
39560
40843
|
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
39561
40844
|
kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
|
|
40845
|
+
kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
|
|
39562
40846
|
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
39563
40847
|
route: Optional[pulumi.Input[builtins.str]] = None,
|
|
39564
40848
|
ssl: Optional[pulumi.Input[builtins.bool]] = None,
|
|
@@ -39568,6 +40852,7 @@ class ValkeyComponentArgs:
|
|
|
39568
40852
|
:param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
|
|
39569
40853
|
:param pulumi.Input[builtins.str] host: Host name for connecting to the service component
|
|
39570
40854
|
:param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
|
|
40855
|
+
:param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
39571
40856
|
:param pulumi.Input[builtins.int] port: Port number for connecting to the service component
|
|
39572
40857
|
:param pulumi.Input[builtins.str] route: Network access route
|
|
39573
40858
|
:param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
|
|
@@ -39581,6 +40866,8 @@ class ValkeyComponentArgs:
|
|
|
39581
40866
|
pulumi.set(__self__, "host", host)
|
|
39582
40867
|
if kafka_authentication_method is not None:
|
|
39583
40868
|
pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
|
|
40869
|
+
if kafka_ssl_ca is not None:
|
|
40870
|
+
pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
|
|
39584
40871
|
if port is not None:
|
|
39585
40872
|
pulumi.set(__self__, "port", port)
|
|
39586
40873
|
if route is not None:
|
|
@@ -39638,6 +40925,18 @@ class ValkeyComponentArgs:
|
|
|
39638
40925
|
def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
39639
40926
|
pulumi.set(self, "kafka_authentication_method", value)
|
|
39640
40927
|
|
|
40928
|
+
@property
|
|
40929
|
+
@pulumi.getter(name="kafkaSslCa")
|
|
40930
|
+
def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
40931
|
+
"""
|
|
40932
|
+
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
40933
|
+
"""
|
|
40934
|
+
return pulumi.get(self, "kafka_ssl_ca")
|
|
40935
|
+
|
|
40936
|
+
@kafka_ssl_ca.setter
|
|
40937
|
+
def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
40938
|
+
pulumi.set(self, "kafka_ssl_ca", value)
|
|
40939
|
+
|
|
39641
40940
|
@property
|
|
39642
40941
|
@pulumi.getter
|
|
39643
40942
|
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -40903,3 +42202,434 @@ class ValkeyValkeyUserConfigPublicAccessArgs:
|
|
|
40903
42202
|
pulumi.set(self, "valkey", value)
|
|
40904
42203
|
|
|
40905
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
|
+
|