pulumi-aiven 6.24.0__py3-none-any.whl → 6.24.0a1724786715__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.

Files changed (55) hide show
  1. pulumi_aiven/__init__.py +0 -9
  2. pulumi_aiven/_inputs.py +4 -524
  3. pulumi_aiven/cassandra.py +24 -24
  4. pulumi_aiven/cassandra_user.py +40 -40
  5. pulumi_aiven/clickhouse.py +7 -7
  6. pulumi_aiven/connection_pool.py +41 -41
  7. pulumi_aiven/dragonfly.py +7 -7
  8. pulumi_aiven/flink.py +7 -7
  9. pulumi_aiven/get_cassanda.py +8 -8
  10. pulumi_aiven/get_cassandra.py +8 -8
  11. pulumi_aiven/get_cassandra_user.py +15 -15
  12. pulumi_aiven/get_clickhouse.py +1 -1
  13. pulumi_aiven/get_connection_pool.py +14 -14
  14. pulumi_aiven/get_dragonfly.py +1 -1
  15. pulumi_aiven/get_flink.py +1 -1
  16. pulumi_aiven/get_grafana.py +8 -8
  17. pulumi_aiven/get_kafka.py +1 -1
  18. pulumi_aiven/get_kafka_connect.py +1 -1
  19. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  20. pulumi_aiven/get_kafka_topic.py +1 -27
  21. pulumi_aiven/get_m3_aggregator.py +1 -1
  22. pulumi_aiven/get_m3_db.py +8 -8
  23. pulumi_aiven/get_m3db_user.py +13 -13
  24. pulumi_aiven/get_my_sql.py +1 -1
  25. pulumi_aiven/get_open_search.py +1 -1
  26. pulumi_aiven/get_pg.py +1 -1
  27. pulumi_aiven/get_pg_user.py +1 -1
  28. pulumi_aiven/get_redis.py +1 -1
  29. pulumi_aiven/get_service_integration_endpoint.py +1 -40
  30. pulumi_aiven/get_thanos.py +1 -1
  31. pulumi_aiven/get_valkey.py +1 -1
  32. pulumi_aiven/grafana.py +24 -24
  33. pulumi_aiven/influx_db.py +7 -7
  34. pulumi_aiven/kafka.py +7 -7
  35. pulumi_aiven/kafka_connect.py +7 -7
  36. pulumi_aiven/kafka_mirror_maker.py +7 -7
  37. pulumi_aiven/kafka_topic.py +1 -95
  38. pulumi_aiven/m3_aggregator.py +7 -7
  39. pulumi_aiven/m3_db.py +26 -26
  40. pulumi_aiven/m3db_user.py +32 -32
  41. pulumi_aiven/my_sql.py +7 -7
  42. pulumi_aiven/open_search.py +7 -7
  43. pulumi_aiven/outputs.py +8 -798
  44. pulumi_aiven/pg.py +7 -7
  45. pulumi_aiven/pg_user.py +7 -21
  46. pulumi_aiven/pulumi-plugin.json +1 -1
  47. pulumi_aiven/redis.py +7 -7
  48. pulumi_aiven/service_integration_endpoint.py +0 -141
  49. pulumi_aiven/thanos.py +7 -7
  50. pulumi_aiven/valkey.py +7 -7
  51. {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724786715.dist-info}/METADATA +1 -1
  52. {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724786715.dist-info}/RECORD +54 -55
  53. {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724786715.dist-info}/WHEEL +1 -1
  54. pulumi_aiven/organization_permission.py +0 -298
  55. {pulumi_aiven-6.24.0.dist-info → pulumi_aiven-6.24.0a1724786715.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -191,7 +191,6 @@ __all__ = [
191
191
  'OpenSearchTagArgs',
192
192
  'OpenSearchTechEmailArgs',
193
193
  'OrganizationGroupProjectTimeoutsArgs',
194
- 'OrganizationPermissionPermissionArgs',
195
194
  'OrganizationTimeoutsArgs',
196
195
  'OrganizationUserGroupMemberTimeoutsArgs',
197
196
  'PgComponentArgs',
@@ -238,13 +237,10 @@ __all__ = [
238
237
  'ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs',
239
238
  'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs',
240
239
  'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs',
241
- 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgs',
242
- 'ServiceIntegrationEndpointExternalClickhouseUserConfigArgs',
243
240
  'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs',
244
241
  'ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs',
245
242
  'ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs',
246
243
  'ServiceIntegrationEndpointExternalKafkaUserConfigArgs',
247
- 'ServiceIntegrationEndpointExternalMysqlUserConfigArgs',
248
244
  'ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs',
249
245
  'ServiceIntegrationEndpointExternalPostgresqlArgs',
250
246
  'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs',
@@ -4289,8 +4285,7 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
4289
4285
  allowed_organizations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4290
4286
  auto_login: Optional[pulumi.Input[bool]] = None,
4291
4287
  name: Optional[pulumi.Input[str]] = None,
4292
- scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4293
- use_refresh_token: Optional[pulumi.Input[bool]] = None):
4288
+ scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4294
4289
  """
4295
4290
  :param pulumi.Input[str] api_url: API URL. Example: `https://yourprovider.com/api`.
4296
4291
  :param pulumi.Input[str] auth_url: Authorization URL. Example: `https://yourprovider.com/oauth/authorize`.
@@ -4303,7 +4298,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
4303
4298
  :param pulumi.Input[bool] auto_login: Allow users to bypass the login screen and automatically log in.
4304
4299
  :param pulumi.Input[str] name: Name of the OAuth integration. Example: `My authentication`.
4305
4300
  :param pulumi.Input[Sequence[pulumi.Input[str]]] scopes: OAuth scopes.
4306
- :param pulumi.Input[bool] use_refresh_token: Set to true to use refresh token and check access token expiration.
4307
4301
  """
4308
4302
  pulumi.set(__self__, "api_url", api_url)
4309
4303
  pulumi.set(__self__, "auth_url", auth_url)
@@ -4322,8 +4316,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
4322
4316
  pulumi.set(__self__, "name", name)
4323
4317
  if scopes is not None:
4324
4318
  pulumi.set(__self__, "scopes", scopes)
4325
- if use_refresh_token is not None:
4326
- pulumi.set(__self__, "use_refresh_token", use_refresh_token)
4327
4319
 
4328
4320
  @property
4329
4321
  @pulumi.getter(name="apiUrl")
@@ -4457,18 +4449,6 @@ class GrafanaGrafanaUserConfigAuthGenericOauthArgs:
4457
4449
  def scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
4458
4450
  pulumi.set(self, "scopes", value)
4459
4451
 
4460
- @property
4461
- @pulumi.getter(name="useRefreshToken")
4462
- def use_refresh_token(self) -> Optional[pulumi.Input[bool]]:
4463
- """
4464
- Set to true to use refresh token and check access token expiration.
4465
- """
4466
- return pulumi.get(self, "use_refresh_token")
4467
-
4468
- @use_refresh_token.setter
4469
- def use_refresh_token(self, value: Optional[pulumi.Input[bool]]):
4470
- pulumi.set(self, "use_refresh_token", value)
4471
-
4472
4452
 
4473
4453
  @pulumi.input_type
4474
4454
  class GrafanaGrafanaUserConfigAuthGithubArgs:
@@ -7095,21 +7075,17 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs:
7095
7075
  address: pulumi.Input[str],
7096
7076
  auth_method: pulumi.Input[str],
7097
7077
  engine_version: Optional[pulumi.Input[int]] = None,
7098
- prefix_path_depth: Optional[pulumi.Input[int]] = None,
7099
7078
  token: Optional[pulumi.Input[str]] = None):
7100
7079
  """
7101
7080
  :param pulumi.Input[str] address: Address of the Vault server.
7102
7081
  :param pulumi.Input[str] auth_method: Enum: `token`. Auth method of the vault secret provider.
7103
7082
  :param pulumi.Input[int] engine_version: Enum: `1`, `2`, and newer. KV Secrets Engine version of the Vault server instance.
7104
- :param pulumi.Input[int] prefix_path_depth: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
7105
7083
  :param pulumi.Input[str] token: Token used to authenticate with vault and auth method `token`.
7106
7084
  """
7107
7085
  pulumi.set(__self__, "address", address)
7108
7086
  pulumi.set(__self__, "auth_method", auth_method)
7109
7087
  if engine_version is not None:
7110
7088
  pulumi.set(__self__, "engine_version", engine_version)
7111
- if prefix_path_depth is not None:
7112
- pulumi.set(__self__, "prefix_path_depth", prefix_path_depth)
7113
7089
  if token is not None:
7114
7090
  pulumi.set(__self__, "token", token)
7115
7091
 
@@ -7149,18 +7125,6 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs:
7149
7125
  def engine_version(self, value: Optional[pulumi.Input[int]]):
7150
7126
  pulumi.set(self, "engine_version", value)
7151
7127
 
7152
- @property
7153
- @pulumi.getter(name="prefixPathDepth")
7154
- def prefix_path_depth(self) -> Optional[pulumi.Input[int]]:
7155
- """
7156
- Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
7157
- """
7158
- return pulumi.get(self, "prefix_path_depth")
7159
-
7160
- @prefix_path_depth.setter
7161
- def prefix_path_depth(self, value: Optional[pulumi.Input[int]]):
7162
- pulumi.set(self, "prefix_path_depth", value)
7163
-
7164
7128
  @property
7165
7129
  @pulumi.getter
7166
7130
  def token(self) -> Optional[pulumi.Input[str]]:
@@ -7457,7 +7421,7 @@ class KafkaKafkaUserConfigArgs:
7457
7421
  :param pulumi.Input[bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
7458
7422
  :param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
7459
7423
  :param pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs'] kafka_sasl_mechanisms: Kafka SASL mechanisms
7460
- :param pulumi.Input[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.
7424
+ :param pulumi.Input[str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
7461
7425
  :param pulumi.Input[bool] letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
7462
7426
  :param pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
7463
7427
  :param pulumi.Input['KafkaKafkaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
@@ -7722,7 +7686,7 @@ class KafkaKafkaUserConfigArgs:
7722
7686
  @pulumi.getter(name="kafkaVersion")
7723
7687
  def kafka_version(self) -> Optional[pulumi.Input[str]]:
7724
7688
  """
7725
- Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
7689
+ Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, and newer. Kafka major version.
7726
7690
  """
7727
7691
  return pulumi.get(self, "kafka_version")
7728
7692
 
@@ -9074,21 +9038,17 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs:
9074
9038
  address: pulumi.Input[str],
9075
9039
  auth_method: pulumi.Input[str],
9076
9040
  engine_version: Optional[pulumi.Input[int]] = None,
9077
- prefix_path_depth: Optional[pulumi.Input[int]] = None,
9078
9041
  token: Optional[pulumi.Input[str]] = None):
9079
9042
  """
9080
9043
  :param pulumi.Input[str] address: Address of the Vault server.
9081
9044
  :param pulumi.Input[str] auth_method: Enum: `token`. Auth method of the vault secret provider.
9082
9045
  :param pulumi.Input[int] engine_version: Enum: `1`, `2`, and newer. KV Secrets Engine version of the Vault server instance.
9083
- :param pulumi.Input[int] prefix_path_depth: Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
9084
9046
  :param pulumi.Input[str] token: Token used to authenticate with vault and auth method `token`.
9085
9047
  """
9086
9048
  pulumi.set(__self__, "address", address)
9087
9049
  pulumi.set(__self__, "auth_method", auth_method)
9088
9050
  if engine_version is not None:
9089
9051
  pulumi.set(__self__, "engine_version", engine_version)
9090
- if prefix_path_depth is not None:
9091
- pulumi.set(__self__, "prefix_path_depth", prefix_path_depth)
9092
9052
  if token is not None:
9093
9053
  pulumi.set(__self__, "token", token)
9094
9054
 
@@ -9128,18 +9088,6 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs:
9128
9088
  def engine_version(self, value: Optional[pulumi.Input[int]]):
9129
9089
  pulumi.set(self, "engine_version", value)
9130
9090
 
9131
- @property
9132
- @pulumi.getter(name="prefixPathDepth")
9133
- def prefix_path_depth(self) -> Optional[pulumi.Input[int]]:
9134
- """
9135
- Prefix path depth of the secrets Engine. Default is 1. If the secrets engine path has more than one segment it has to be increased to the number of segments.
9136
- """
9137
- return pulumi.get(self, "prefix_path_depth")
9138
-
9139
- @prefix_path_depth.setter
9140
- def prefix_path_depth(self, value: Optional[pulumi.Input[int]]):
9141
- pulumi.set(self, "prefix_path_depth", value)
9142
-
9143
9091
  @property
9144
9092
  @pulumi.getter
9145
9093
  def token(self) -> Optional[pulumi.Input[str]]:
@@ -9656,21 +9604,13 @@ class KafkaKafkaUserConfigPublicAccessArgs:
9656
9604
  class KafkaKafkaUserConfigSchemaRegistryConfigArgs:
9657
9605
  def __init__(__self__, *,
9658
9606
  leader_eligibility: Optional[pulumi.Input[bool]] = None,
9659
- retriable_errors_silenced: Optional[pulumi.Input[bool]] = None,
9660
- schema_reader_strict_mode: Optional[pulumi.Input[bool]] = None,
9661
9607
  topic_name: Optional[pulumi.Input[str]] = None):
9662
9608
  """
9663
9609
  :param pulumi.Input[bool] leader_eligibility: If true, Karapace / Schema Registry on the service nodes can participate in leader election. It might be needed to disable this when the schemas topic is replicated to a secondary cluster and Karapace / Schema Registry there must not participate in leader election. Defaults to `true`.
9664
- :param pulumi.Input[bool] retriable_errors_silenced: If enabled, kafka errors which can be retried or custom errors specified for the service will not be raised, instead, a warning log is emitted. This will denoise issue tracking systems, i.e. sentry. Defaults to `true`.
9665
- :param pulumi.Input[bool] schema_reader_strict_mode: If enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records in the `_schemas` topic. Defaults to `false`.
9666
9610
  :param pulumi.Input[str] topic_name: The durable single partition topic that acts as the durable log for the data. This topic must be compacted to avoid losing data due to retention policy. Please note that changing this configuration in an existing Schema Registry / Karapace setup leads to previous schemas being inaccessible, data encoded with them potentially unreadable and schema ID sequence put out of order. It's only possible to do the switch while Schema Registry / Karapace is disabled. Defaults to `_schemas`.
9667
9611
  """
9668
9612
  if leader_eligibility is not None:
9669
9613
  pulumi.set(__self__, "leader_eligibility", leader_eligibility)
9670
- if retriable_errors_silenced is not None:
9671
- pulumi.set(__self__, "retriable_errors_silenced", retriable_errors_silenced)
9672
- if schema_reader_strict_mode is not None:
9673
- pulumi.set(__self__, "schema_reader_strict_mode", schema_reader_strict_mode)
9674
9614
  if topic_name is not None:
9675
9615
  pulumi.set(__self__, "topic_name", topic_name)
9676
9616
 
@@ -9686,30 +9626,6 @@ class KafkaKafkaUserConfigSchemaRegistryConfigArgs:
9686
9626
  def leader_eligibility(self, value: Optional[pulumi.Input[bool]]):
9687
9627
  pulumi.set(self, "leader_eligibility", value)
9688
9628
 
9689
- @property
9690
- @pulumi.getter(name="retriableErrorsSilenced")
9691
- def retriable_errors_silenced(self) -> Optional[pulumi.Input[bool]]:
9692
- """
9693
- If enabled, kafka errors which can be retried or custom errors specified for the service will not be raised, instead, a warning log is emitted. This will denoise issue tracking systems, i.e. sentry. Defaults to `true`.
9694
- """
9695
- return pulumi.get(self, "retriable_errors_silenced")
9696
-
9697
- @retriable_errors_silenced.setter
9698
- def retriable_errors_silenced(self, value: Optional[pulumi.Input[bool]]):
9699
- pulumi.set(self, "retriable_errors_silenced", value)
9700
-
9701
- @property
9702
- @pulumi.getter(name="schemaReaderStrictMode")
9703
- def schema_reader_strict_mode(self) -> Optional[pulumi.Input[bool]]:
9704
- """
9705
- If enabled, causes the Karapace schema-registry service to shutdown when there are invalid schema records in the `_schemas` topic. Defaults to `false`.
9706
- """
9707
- return pulumi.get(self, "schema_reader_strict_mode")
9708
-
9709
- @schema_reader_strict_mode.setter
9710
- def schema_reader_strict_mode(self, value: Optional[pulumi.Input[bool]]):
9711
- pulumi.set(self, "schema_reader_strict_mode", value)
9712
-
9713
9629
  @property
9714
9630
  @pulumi.getter(name="topicName")
9715
9631
  def topic_name(self) -> Optional[pulumi.Input[str]]:
@@ -14513,9 +14429,6 @@ class OpenSearchOpensearchArgs:
14513
14429
  :param pulumi.Input[Sequence[pulumi.Input[str]]] uris: OpenSearch server URIs.
14514
14430
  :param pulumi.Input[str] username: OpenSearch username
14515
14431
  """
14516
- if kibana_uri is not None:
14517
- warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
14518
- pulumi.log.warn("""kibana_uri is deprecated: This field was added by mistake and has never worked. It will be removed in future versions.""")
14519
14432
  if kibana_uri is not None:
14520
14433
  pulumi.set(__self__, "kibana_uri", kibana_uri)
14521
14434
  if opensearch_dashboards_uri is not None:
@@ -14529,7 +14442,6 @@ class OpenSearchOpensearchArgs:
14529
14442
 
14530
14443
  @property
14531
14444
  @pulumi.getter(name="kibanaUri")
14532
- @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
14533
14445
  def kibana_uri(self) -> Optional[pulumi.Input[str]]:
14534
14446
  """
14535
14447
  URI for Kibana dashboard frontend
@@ -15030,7 +14942,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
15030
14942
  chunk_size: Optional[pulumi.Input[str]] = None,
15031
14943
  compress: Optional[pulumi.Input[bool]] = None,
15032
14944
  endpoint_suffix: Optional[pulumi.Input[str]] = None,
15033
- indices: Optional[pulumi.Input[str]] = None,
15034
14945
  key: Optional[pulumi.Input[str]] = None,
15035
14946
  sas_token: Optional[pulumi.Input[str]] = None):
15036
14947
  """
@@ -15041,7 +14952,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
15041
14952
  :param pulumi.Input[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.
15042
14953
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
15043
14954
  :param pulumi.Input[str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
15044
- :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
15045
14955
  :param pulumi.Input[str] key: Azure account secret key. One of key or sas_token should be specified.
15046
14956
  :param pulumi.Input[str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
15047
14957
  """
@@ -15055,8 +14965,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
15055
14965
  pulumi.set(__self__, "compress", compress)
15056
14966
  if endpoint_suffix is not None:
15057
14967
  pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
15058
- if indices is not None:
15059
- pulumi.set(__self__, "indices", indices)
15060
14968
  if key is not None:
15061
14969
  pulumi.set(__self__, "key", key)
15062
14970
  if sas_token is not None:
@@ -15146,18 +15054,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
15146
15054
  def endpoint_suffix(self, value: Optional[pulumi.Input[str]]):
15147
15055
  pulumi.set(self, "endpoint_suffix", value)
15148
15056
 
15149
- @property
15150
- @pulumi.getter
15151
- def indices(self) -> Optional[pulumi.Input[str]]:
15152
- """
15153
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
15154
- """
15155
- return pulumi.get(self, "indices")
15156
-
15157
- @indices.setter
15158
- def indices(self, value: Optional[pulumi.Input[str]]):
15159
- pulumi.set(self, "indices", value)
15160
-
15161
15057
  @property
15162
15058
  @pulumi.getter
15163
15059
  def key(self) -> Optional[pulumi.Input[str]]:
@@ -15191,8 +15087,7 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
15191
15087
  credentials: pulumi.Input[str],
15192
15088
  snapshot_name: pulumi.Input[str],
15193
15089
  chunk_size: Optional[pulumi.Input[str]] = None,
15194
- compress: Optional[pulumi.Input[bool]] = None,
15195
- indices: Optional[pulumi.Input[str]] = None):
15090
+ compress: Optional[pulumi.Input[bool]] = None):
15196
15091
  """
15197
15092
  :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
15198
15093
  :param pulumi.Input[str] bucket: The path to the repository data within its container.
@@ -15200,7 +15095,6 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
15200
15095
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
15201
15096
  :param pulumi.Input[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.
15202
15097
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
15203
- :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
15204
15098
  """
15205
15099
  pulumi.set(__self__, "base_path", base_path)
15206
15100
  pulumi.set(__self__, "bucket", bucket)
@@ -15210,8 +15104,6 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
15210
15104
  pulumi.set(__self__, "chunk_size", chunk_size)
15211
15105
  if compress is not None:
15212
15106
  pulumi.set(__self__, "compress", compress)
15213
- if indices is not None:
15214
- pulumi.set(__self__, "indices", indices)
15215
15107
 
15216
15108
  @property
15217
15109
  @pulumi.getter(name="basePath")
@@ -15285,18 +15177,6 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
15285
15177
  def compress(self, value: Optional[pulumi.Input[bool]]):
15286
15178
  pulumi.set(self, "compress", value)
15287
15179
 
15288
- @property
15289
- @pulumi.getter
15290
- def indices(self) -> Optional[pulumi.Input[str]]:
15291
- """
15292
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
15293
- """
15294
- return pulumi.get(self, "indices")
15295
-
15296
- @indices.setter
15297
- def indices(self, value: Optional[pulumi.Input[str]]):
15298
- pulumi.set(self, "indices", value)
15299
-
15300
15180
 
15301
15181
  @pulumi.input_type
15302
15182
  class OpenSearchOpensearchUserConfigIndexPatternArgs:
@@ -16926,7 +16806,6 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
16926
16806
  chunk_size: Optional[pulumi.Input[str]] = None,
16927
16807
  compress: Optional[pulumi.Input[bool]] = None,
16928
16808
  endpoint: Optional[pulumi.Input[str]] = None,
16929
- indices: Optional[pulumi.Input[str]] = None,
16930
16809
  server_side_encryption: Optional[pulumi.Input[bool]] = None):
16931
16810
  """
16932
16811
  :param pulumi.Input[str] access_key: AWS Access key.
@@ -16938,7 +16817,6 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
16938
16817
  :param pulumi.Input[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.
16939
16818
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
16940
16819
  :param pulumi.Input[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.
16941
- :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
16942
16820
  :param pulumi.Input[bool] server_side_encryption: When set to true files are encrypted on server side.
16943
16821
  """
16944
16822
  pulumi.set(__self__, "access_key", access_key)
@@ -16953,8 +16831,6 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
16953
16831
  pulumi.set(__self__, "compress", compress)
16954
16832
  if endpoint is not None:
16955
16833
  pulumi.set(__self__, "endpoint", endpoint)
16956
- if indices is not None:
16957
- pulumi.set(__self__, "indices", indices)
16958
16834
  if server_side_encryption is not None:
16959
16835
  pulumi.set(__self__, "server_side_encryption", server_side_encryption)
16960
16836
 
@@ -17066,18 +16942,6 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
17066
16942
  def endpoint(self, value: Optional[pulumi.Input[str]]):
17067
16943
  pulumi.set(self, "endpoint", value)
17068
16944
 
17069
- @property
17070
- @pulumi.getter
17071
- def indices(self) -> Optional[pulumi.Input[str]]:
17072
- """
17073
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
17074
- """
17075
- return pulumi.get(self, "indices")
17076
-
17077
- @indices.setter
17078
- def indices(self, value: Optional[pulumi.Input[str]]):
17079
- pulumi.set(self, "indices", value)
17080
-
17081
16945
  @property
17082
16946
  @pulumi.getter(name="serverSideEncryption")
17083
16947
  def server_side_encryption(self) -> Optional[pulumi.Input[bool]]:
@@ -17379,90 +17243,6 @@ class OrganizationGroupProjectTimeoutsArgs:
17379
17243
  pulumi.set(self, "update", value)
17380
17244
 
17381
17245
 
17382
- @pulumi.input_type
17383
- class OrganizationPermissionPermissionArgs:
17384
- def __init__(__self__, *,
17385
- permissions: pulumi.Input[Sequence[pulumi.Input[str]]],
17386
- principal_id: pulumi.Input[str],
17387
- principal_type: pulumi.Input[str],
17388
- create_time: Optional[pulumi.Input[str]] = None,
17389
- update_time: Optional[pulumi.Input[str]] = None):
17390
- """
17391
- :param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
17392
- :param pulumi.Input[str] principal_id: ID of the principal.
17393
- :param pulumi.Input[str] principal_type: Type of the principal. The possible values are `user` and `user_group`.
17394
- :param pulumi.Input[str] create_time: Create Time
17395
- :param pulumi.Input[str] update_time: Update Time
17396
- """
17397
- pulumi.set(__self__, "permissions", permissions)
17398
- pulumi.set(__self__, "principal_id", principal_id)
17399
- pulumi.set(__self__, "principal_type", principal_type)
17400
- if create_time is not None:
17401
- pulumi.set(__self__, "create_time", create_time)
17402
- if update_time is not None:
17403
- pulumi.set(__self__, "update_time", update_time)
17404
-
17405
- @property
17406
- @pulumi.getter
17407
- def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
17408
- """
17409
- List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
17410
- """
17411
- return pulumi.get(self, "permissions")
17412
-
17413
- @permissions.setter
17414
- def permissions(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
17415
- pulumi.set(self, "permissions", value)
17416
-
17417
- @property
17418
- @pulumi.getter(name="principalId")
17419
- def principal_id(self) -> pulumi.Input[str]:
17420
- """
17421
- ID of the principal.
17422
- """
17423
- return pulumi.get(self, "principal_id")
17424
-
17425
- @principal_id.setter
17426
- def principal_id(self, value: pulumi.Input[str]):
17427
- pulumi.set(self, "principal_id", value)
17428
-
17429
- @property
17430
- @pulumi.getter(name="principalType")
17431
- def principal_type(self) -> pulumi.Input[str]:
17432
- """
17433
- Type of the principal. The possible values are `user` and `user_group`.
17434
- """
17435
- return pulumi.get(self, "principal_type")
17436
-
17437
- @principal_type.setter
17438
- def principal_type(self, value: pulumi.Input[str]):
17439
- pulumi.set(self, "principal_type", value)
17440
-
17441
- @property
17442
- @pulumi.getter(name="createTime")
17443
- def create_time(self) -> Optional[pulumi.Input[str]]:
17444
- """
17445
- Create Time
17446
- """
17447
- return pulumi.get(self, "create_time")
17448
-
17449
- @create_time.setter
17450
- def create_time(self, value: Optional[pulumi.Input[str]]):
17451
- pulumi.set(self, "create_time", value)
17452
-
17453
- @property
17454
- @pulumi.getter(name="updateTime")
17455
- def update_time(self) -> Optional[pulumi.Input[str]]:
17456
- """
17457
- Update Time
17458
- """
17459
- return pulumi.get(self, "update_time")
17460
-
17461
- @update_time.setter
17462
- def update_time(self, value: Optional[pulumi.Input[str]]):
17463
- pulumi.set(self, "update_time", value)
17464
-
17465
-
17466
17246
  @pulumi.input_type
17467
17247
  class OrganizationTimeoutsArgs:
17468
17248
  def __init__(__self__, *,
@@ -17773,9 +17553,6 @@ class PgPgArgs:
17773
17553
  :param pulumi.Input[Sequence[pulumi.Input[str]]] uris: PostgreSQL primary connection URIs.
17774
17554
  :param pulumi.Input[str] user: PostgreSQL admin user name.
17775
17555
  """
17776
- if bouncer is not None:
17777
- warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
17778
- pulumi.log.warn("""bouncer is deprecated: This field was added by mistake and has never worked. It will be removed in future versions.""")
17779
17556
  if bouncer is not None:
17780
17557
  pulumi.set(__self__, "bouncer", bouncer)
17781
17558
  if dbname is not None:
@@ -17807,7 +17584,6 @@ class PgPgArgs:
17807
17584
 
17808
17585
  @property
17809
17586
  @pulumi.getter
17810
- @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
17811
17587
  def bouncer(self) -> Optional[pulumi.Input[str]]:
17812
17588
  """
17813
17589
  PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
@@ -18147,9 +17923,6 @@ class PgPgUserConfigArgs:
18147
17923
  :param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
18148
17924
  :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
18149
17925
  """
18150
- if additional_backup_regions is not None:
18151
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
18152
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
18153
17926
  if additional_backup_regions is not None:
18154
17927
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
18155
17928
  if admin_password is not None:
@@ -18226,7 +17999,6 @@ class PgPgUserConfigArgs:
18226
17999
 
18227
18000
  @property
18228
18001
  @pulumi.getter(name="additionalBackupRegions")
18229
- @_utilities.deprecated("""This property is deprecated.""")
18230
18002
  def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
18231
18003
  """
18232
18004
  Additional Cloud Regions for Backup Replication.
@@ -20706,8 +20478,6 @@ class RedisRedisArgs:
20706
20478
  class RedisRedisUserConfigArgs:
20707
20479
  def __init__(__self__, *,
20708
20480
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
20709
- backup_hour: Optional[pulumi.Input[int]] = None,
20710
- backup_minute: Optional[pulumi.Input[int]] = None,
20711
20481
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['RedisRedisUserConfigIpFilterObjectArgs']]]] = None,
20712
20482
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
20713
20483
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -20734,8 +20504,6 @@ class RedisRedisUserConfigArgs:
20734
20504
  static_ips: Optional[pulumi.Input[bool]] = None):
20735
20505
  """
20736
20506
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
20737
- :param pulumi.Input[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`.
20738
- :param pulumi.Input[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`.
20739
20507
  :param pulumi.Input[Sequence[pulumi.Input['RedisRedisUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
20740
20508
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
20741
20509
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -20763,10 +20531,6 @@ class RedisRedisUserConfigArgs:
20763
20531
  """
20764
20532
  if additional_backup_regions is not None:
20765
20533
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
20766
- if backup_hour is not None:
20767
- pulumi.set(__self__, "backup_hour", backup_hour)
20768
- if backup_minute is not None:
20769
- pulumi.set(__self__, "backup_minute", backup_minute)
20770
20534
  if ip_filter_objects is not None:
20771
20535
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
20772
20536
  if ip_filter_strings is not None:
@@ -20831,30 +20595,6 @@ class RedisRedisUserConfigArgs:
20831
20595
  def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
20832
20596
  pulumi.set(self, "additional_backup_regions", value)
20833
20597
 
20834
- @property
20835
- @pulumi.getter(name="backupHour")
20836
- def backup_hour(self) -> Optional[pulumi.Input[int]]:
20837
- """
20838
- 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`.
20839
- """
20840
- return pulumi.get(self, "backup_hour")
20841
-
20842
- @backup_hour.setter
20843
- def backup_hour(self, value: Optional[pulumi.Input[int]]):
20844
- pulumi.set(self, "backup_hour", value)
20845
-
20846
- @property
20847
- @pulumi.getter(name="backupMinute")
20848
- def backup_minute(self) -> Optional[pulumi.Input[int]]:
20849
- """
20850
- 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`.
20851
- """
20852
- return pulumi.get(self, "backup_minute")
20853
-
20854
- @backup_minute.setter
20855
- def backup_minute(self, value: Optional[pulumi.Input[int]]):
20856
- pulumi.set(self, "backup_minute", value)
20857
-
20858
20598
  @property
20859
20599
  @pulumi.getter(name="ipFilterObjects")
20860
20600
  def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RedisRedisUserConfigIpFilterObjectArgs']]]]:
@@ -22553,125 +22293,6 @@ class ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs:
22553
22293
  pulumi.set(self, "secret_key", value)
22554
22294
 
22555
22295
 
22556
- @pulumi.input_type
22557
- class ServiceIntegrationEndpointExternalAwsS3UserConfigArgs:
22558
- def __init__(__self__, *,
22559
- access_key_id: pulumi.Input[str],
22560
- secret_access_key: pulumi.Input[str],
22561
- url: pulumi.Input[str]):
22562
- """
22563
- :param pulumi.Input[str] access_key_id: Access Key Id. Example: `AAAAAAAAAAAAAAAAAAA`.
22564
- :param pulumi.Input[str] secret_access_key: Secret Access Key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
22565
- :param pulumi.Input[str] url: S3-compatible bucket URL. Example: `https://mybucket.s3-myregion.amazonaws.com/mydataset/`.
22566
- """
22567
- pulumi.set(__self__, "access_key_id", access_key_id)
22568
- pulumi.set(__self__, "secret_access_key", secret_access_key)
22569
- pulumi.set(__self__, "url", url)
22570
-
22571
- @property
22572
- @pulumi.getter(name="accessKeyId")
22573
- def access_key_id(self) -> pulumi.Input[str]:
22574
- """
22575
- Access Key Id. Example: `AAAAAAAAAAAAAAAAAAA`.
22576
- """
22577
- return pulumi.get(self, "access_key_id")
22578
-
22579
- @access_key_id.setter
22580
- def access_key_id(self, value: pulumi.Input[str]):
22581
- pulumi.set(self, "access_key_id", value)
22582
-
22583
- @property
22584
- @pulumi.getter(name="secretAccessKey")
22585
- def secret_access_key(self) -> pulumi.Input[str]:
22586
- """
22587
- Secret Access Key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
22588
- """
22589
- return pulumi.get(self, "secret_access_key")
22590
-
22591
- @secret_access_key.setter
22592
- def secret_access_key(self, value: pulumi.Input[str]):
22593
- pulumi.set(self, "secret_access_key", value)
22594
-
22595
- @property
22596
- @pulumi.getter
22597
- def url(self) -> pulumi.Input[str]:
22598
- """
22599
- S3-compatible bucket URL. Example: `https://mybucket.s3-myregion.amazonaws.com/mydataset/`.
22600
- """
22601
- return pulumi.get(self, "url")
22602
-
22603
- @url.setter
22604
- def url(self, value: pulumi.Input[str]):
22605
- pulumi.set(self, "url", value)
22606
-
22607
-
22608
- @pulumi.input_type
22609
- class ServiceIntegrationEndpointExternalClickhouseUserConfigArgs:
22610
- def __init__(__self__, *,
22611
- host: pulumi.Input[str],
22612
- password: pulumi.Input[str],
22613
- port: pulumi.Input[int],
22614
- username: pulumi.Input[str]):
22615
- """
22616
- :param pulumi.Input[str] host: Hostname or IP address of the server. Example: `my.server.com`.
22617
- :param pulumi.Input[str] password: Password. Example: `jjKk45Nnd`.
22618
- :param pulumi.Input[int] port: Secure TCP server port. Example: `9440`.
22619
- :param pulumi.Input[str] username: User name. Example: `default`.
22620
- """
22621
- pulumi.set(__self__, "host", host)
22622
- pulumi.set(__self__, "password", password)
22623
- pulumi.set(__self__, "port", port)
22624
- pulumi.set(__self__, "username", username)
22625
-
22626
- @property
22627
- @pulumi.getter
22628
- def host(self) -> pulumi.Input[str]:
22629
- """
22630
- Hostname or IP address of the server. Example: `my.server.com`.
22631
- """
22632
- return pulumi.get(self, "host")
22633
-
22634
- @host.setter
22635
- def host(self, value: pulumi.Input[str]):
22636
- pulumi.set(self, "host", value)
22637
-
22638
- @property
22639
- @pulumi.getter
22640
- def password(self) -> pulumi.Input[str]:
22641
- """
22642
- Password. Example: `jjKk45Nnd`.
22643
- """
22644
- return pulumi.get(self, "password")
22645
-
22646
- @password.setter
22647
- def password(self, value: pulumi.Input[str]):
22648
- pulumi.set(self, "password", value)
22649
-
22650
- @property
22651
- @pulumi.getter
22652
- def port(self) -> pulumi.Input[int]:
22653
- """
22654
- Secure TCP server port. Example: `9440`.
22655
- """
22656
- return pulumi.get(self, "port")
22657
-
22658
- @port.setter
22659
- def port(self, value: pulumi.Input[int]):
22660
- pulumi.set(self, "port", value)
22661
-
22662
- @property
22663
- @pulumi.getter
22664
- def username(self) -> pulumi.Input[str]:
22665
- """
22666
- User name. Example: `default`.
22667
- """
22668
- return pulumi.get(self, "username")
22669
-
22670
- @username.setter
22671
- def username(self, value: pulumi.Input[str]):
22672
- pulumi.set(self, "username", value)
22673
-
22674
-
22675
22296
  @pulumi.input_type
22676
22297
  class ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs:
22677
22298
  def __init__(__self__, *,
@@ -23019,111 +22640,6 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
23019
22640
  pulumi.set(self, "ssl_endpoint_identification_algorithm", value)
23020
22641
 
23021
22642
 
23022
- @pulumi.input_type
23023
- class ServiceIntegrationEndpointExternalMysqlUserConfigArgs:
23024
- def __init__(__self__, *,
23025
- host: pulumi.Input[str],
23026
- password: pulumi.Input[str],
23027
- port: pulumi.Input[int],
23028
- username: pulumi.Input[str],
23029
- ssl_mode: Optional[pulumi.Input[str]] = None,
23030
- ssl_root_cert: Optional[pulumi.Input[str]] = None):
23031
- """
23032
- :param pulumi.Input[str] host: Hostname or IP address of the server. Example: `my.server.com`.
23033
- :param pulumi.Input[str] password: Password. Example: `jjKk45Nnd`.
23034
- :param pulumi.Input[int] port: Port number of the server. Example: `5432`.
23035
- :param pulumi.Input[str] username: User name. Example: `myname`.
23036
- :param pulumi.Input[str] ssl_mode: Enum: `verify-full`. SSL Mode. Default: `verify-full`.
23037
- :param pulumi.Input[str] ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
23038
- ...
23039
- -----END CERTIFICATE-----
23040
- `.
23041
- """
23042
- pulumi.set(__self__, "host", host)
23043
- pulumi.set(__self__, "password", password)
23044
- pulumi.set(__self__, "port", port)
23045
- pulumi.set(__self__, "username", username)
23046
- if ssl_mode is not None:
23047
- pulumi.set(__self__, "ssl_mode", ssl_mode)
23048
- if ssl_root_cert is not None:
23049
- pulumi.set(__self__, "ssl_root_cert", ssl_root_cert)
23050
-
23051
- @property
23052
- @pulumi.getter
23053
- def host(self) -> pulumi.Input[str]:
23054
- """
23055
- Hostname or IP address of the server. Example: `my.server.com`.
23056
- """
23057
- return pulumi.get(self, "host")
23058
-
23059
- @host.setter
23060
- def host(self, value: pulumi.Input[str]):
23061
- pulumi.set(self, "host", value)
23062
-
23063
- @property
23064
- @pulumi.getter
23065
- def password(self) -> pulumi.Input[str]:
23066
- """
23067
- Password. Example: `jjKk45Nnd`.
23068
- """
23069
- return pulumi.get(self, "password")
23070
-
23071
- @password.setter
23072
- def password(self, value: pulumi.Input[str]):
23073
- pulumi.set(self, "password", value)
23074
-
23075
- @property
23076
- @pulumi.getter
23077
- def port(self) -> pulumi.Input[int]:
23078
- """
23079
- Port number of the server. Example: `5432`.
23080
- """
23081
- return pulumi.get(self, "port")
23082
-
23083
- @port.setter
23084
- def port(self, value: pulumi.Input[int]):
23085
- pulumi.set(self, "port", value)
23086
-
23087
- @property
23088
- @pulumi.getter
23089
- def username(self) -> pulumi.Input[str]:
23090
- """
23091
- User name. Example: `myname`.
23092
- """
23093
- return pulumi.get(self, "username")
23094
-
23095
- @username.setter
23096
- def username(self, value: pulumi.Input[str]):
23097
- pulumi.set(self, "username", value)
23098
-
23099
- @property
23100
- @pulumi.getter(name="sslMode")
23101
- def ssl_mode(self) -> Optional[pulumi.Input[str]]:
23102
- """
23103
- Enum: `verify-full`. SSL Mode. Default: `verify-full`.
23104
- """
23105
- return pulumi.get(self, "ssl_mode")
23106
-
23107
- @ssl_mode.setter
23108
- def ssl_mode(self, value: Optional[pulumi.Input[str]]):
23109
- pulumi.set(self, "ssl_mode", value)
23110
-
23111
- @property
23112
- @pulumi.getter(name="sslRootCert")
23113
- def ssl_root_cert(self) -> Optional[pulumi.Input[str]]:
23114
- """
23115
- SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
23116
- ...
23117
- -----END CERTIFICATE-----
23118
- `.
23119
- """
23120
- return pulumi.get(self, "ssl_root_cert")
23121
-
23122
- @ssl_root_cert.setter
23123
- def ssl_root_cert(self, value: Optional[pulumi.Input[str]]):
23124
- pulumi.set(self, "ssl_root_cert", value)
23125
-
23126
-
23127
22643
  @pulumi.input_type
23128
22644
  class ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs:
23129
22645
  def __init__(__self__, *,
@@ -25124,9 +24640,6 @@ class ThanosThanosArgs:
25124
24640
  pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
25125
24641
  if receiver_remote_write_uri is not None:
25126
24642
  pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
25127
- if store_uri is not None:
25128
- warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
25129
- pulumi.log.warn("""store_uri is deprecated: This field was added by mistake and has never worked. It will be removed in future versions.""")
25130
24643
  if store_uri is not None:
25131
24644
  pulumi.set(__self__, "store_uri", store_uri)
25132
24645
  if uris is not None:
@@ -25182,7 +24695,6 @@ class ThanosThanosArgs:
25182
24695
 
25183
24696
  @property
25184
24697
  @pulumi.getter(name="storeUri")
25185
- @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
25186
24698
  def store_uri(self) -> Optional[pulumi.Input[str]]:
25187
24699
  """
25188
24700
  Store URI.
@@ -25941,8 +25453,6 @@ class ValkeyValkeyArgs:
25941
25453
  class ValkeyValkeyUserConfigArgs:
25942
25454
  def __init__(__self__, *,
25943
25455
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
25944
- backup_hour: Optional[pulumi.Input[int]] = None,
25945
- backup_minute: Optional[pulumi.Input[int]] = None,
25946
25456
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgs']]]] = None,
25947
25457
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
25948
25458
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -25968,8 +25478,6 @@ class ValkeyValkeyUserConfigArgs:
25968
25478
  valkey_timeout: Optional[pulumi.Input[int]] = None):
25969
25479
  """
25970
25480
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
25971
- :param pulumi.Input[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`.
25972
- :param pulumi.Input[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`.
25973
25481
  :param pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
25974
25482
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
25975
25483
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -25996,10 +25504,6 @@ class ValkeyValkeyUserConfigArgs:
25996
25504
  """
25997
25505
  if additional_backup_regions is not None:
25998
25506
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
25999
- if backup_hour is not None:
26000
- pulumi.set(__self__, "backup_hour", backup_hour)
26001
- if backup_minute is not None:
26002
- pulumi.set(__self__, "backup_minute", backup_minute)
26003
25507
  if ip_filter_objects is not None:
26004
25508
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
26005
25509
  if ip_filter_strings is not None:
@@ -26062,30 +25566,6 @@ class ValkeyValkeyUserConfigArgs:
26062
25566
  def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
26063
25567
  pulumi.set(self, "additional_backup_regions", value)
26064
25568
 
26065
- @property
26066
- @pulumi.getter(name="backupHour")
26067
- def backup_hour(self) -> Optional[pulumi.Input[int]]:
26068
- """
26069
- 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`.
26070
- """
26071
- return pulumi.get(self, "backup_hour")
26072
-
26073
- @backup_hour.setter
26074
- def backup_hour(self, value: Optional[pulumi.Input[int]]):
26075
- pulumi.set(self, "backup_hour", value)
26076
-
26077
- @property
26078
- @pulumi.getter(name="backupMinute")
26079
- def backup_minute(self) -> Optional[pulumi.Input[int]]:
26080
- """
26081
- 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`.
26082
- """
26083
- return pulumi.get(self, "backup_minute")
26084
-
26085
- @backup_minute.setter
26086
- def backup_minute(self, value: Optional[pulumi.Input[int]]):
26087
- pulumi.set(self, "backup_minute", value)
26088
-
26089
25569
  @property
26090
25570
  @pulumi.getter(name="ipFilterObjects")
26091
25571
  def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgs']]]]: