pulumi-aiven 6.41.0a1752901795__py3-none-any.whl → 6.42.0a1753333878__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.

@@ -26,7 +26,7 @@ class ProjectUserArgs:
26
26
  """
27
27
  The set of arguments for constructing a ProjectUser resource.
28
28
  :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
29
- :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
29
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
30
30
  :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.
31
31
  """
32
32
  pulumi.set(__self__, "email", email)
@@ -49,7 +49,7 @@ class ProjectUserArgs:
49
49
  @pulumi.getter(name="memberType")
50
50
  def member_type(self) -> pulumi.Input[builtins.str]:
51
51
  """
52
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
52
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
53
53
  """
54
54
  return pulumi.get(self, "member_type")
55
55
 
@@ -81,7 +81,7 @@ class _ProjectUserState:
81
81
  Input properties used for looking up and filtering ProjectUser resources.
82
82
  :param pulumi.Input[builtins.bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
83
83
  :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
84
- :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
84
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
85
85
  :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.
86
86
  """
87
87
  if accepted is not None:
@@ -121,7 +121,7 @@ class _ProjectUserState:
121
121
  @pulumi.getter(name="memberType")
122
122
  def member_type(self) -> Optional[pulumi.Input[builtins.str]]:
123
123
  """
124
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
124
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
125
125
  """
126
126
  return pulumi.get(self, "member_type")
127
127
 
@@ -181,7 +181,7 @@ class ProjectUser(pulumi.CustomResource):
181
181
  :param str resource_name: The name of the resource.
182
182
  :param pulumi.ResourceOptions opts: Options for the resource.
183
183
  :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
184
- :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
184
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
185
185
  :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.
186
186
  """
187
187
  ...
@@ -276,7 +276,7 @@ class ProjectUser(pulumi.CustomResource):
276
276
  :param pulumi.ResourceOptions opts: Options for the resource.
277
277
  :param pulumi.Input[builtins.bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
278
278
  :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
279
- :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
279
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
280
280
  :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.
281
281
  """
282
282
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -309,7 +309,7 @@ class ProjectUser(pulumi.CustomResource):
309
309
  @pulumi.getter(name="memberType")
310
310
  def member_type(self) -> pulumi.Output[builtins.str]:
311
311
  """
312
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
312
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
313
313
  """
314
314
  return pulumi.get(self, "member_type")
315
315
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.41.0-alpha.1752901795"
4
+ "version": "6.42.0-alpha.1753333878"
5
5
  }
@@ -24,6 +24,7 @@ class ServiceIntegrationArgs:
24
24
  def __init__(__self__, *,
25
25
  integration_type: pulumi.Input[builtins.str],
26
26
  project: pulumi.Input[builtins.str],
27
+ clickhouse_credentials_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']] = None,
27
28
  clickhouse_kafka_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']] = None,
28
29
  clickhouse_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] = None,
29
30
  datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
@@ -48,6 +49,7 @@ class ServiceIntegrationArgs:
48
49
  The set of arguments for constructing a ServiceIntegration resource.
49
50
  :param pulumi.Input[builtins.str] integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
50
51
  :param pulumi.Input[builtins.str] project: Project the integration belongs to.
52
+ :param pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs'] clickhouse_credentials_user_config: ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
51
53
  :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
52
54
  :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
53
55
  :param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -71,6 +73,8 @@ class ServiceIntegrationArgs:
71
73
  """
72
74
  pulumi.set(__self__, "integration_type", integration_type)
73
75
  pulumi.set(__self__, "project", project)
76
+ if clickhouse_credentials_user_config is not None:
77
+ pulumi.set(__self__, "clickhouse_credentials_user_config", clickhouse_credentials_user_config)
74
78
  if clickhouse_kafka_user_config is not None:
75
79
  pulumi.set(__self__, "clickhouse_kafka_user_config", clickhouse_kafka_user_config)
76
80
  if clickhouse_postgresql_user_config is not None:
@@ -136,6 +140,18 @@ class ServiceIntegrationArgs:
136
140
  def project(self, value: pulumi.Input[builtins.str]):
137
141
  pulumi.set(self, "project", value)
138
142
 
143
+ @property
144
+ @pulumi.getter(name="clickhouseCredentialsUserConfig")
145
+ def clickhouse_credentials_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]:
146
+ """
147
+ ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
148
+ """
149
+ return pulumi.get(self, "clickhouse_credentials_user_config")
150
+
151
+ @clickhouse_credentials_user_config.setter
152
+ def clickhouse_credentials_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]):
153
+ pulumi.set(self, "clickhouse_credentials_user_config", value)
154
+
139
155
  @property
140
156
  @pulumi.getter(name="clickhouseKafkaUserConfig")
141
157
  def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
@@ -380,6 +396,7 @@ class ServiceIntegrationArgs:
380
396
  @pulumi.input_type
381
397
  class _ServiceIntegrationState:
382
398
  def __init__(__self__, *,
399
+ clickhouse_credentials_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']] = None,
383
400
  clickhouse_kafka_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']] = None,
384
401
  clickhouse_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] = None,
385
402
  datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
@@ -405,6 +422,7 @@ class _ServiceIntegrationState:
405
422
  source_service_project: Optional[pulumi.Input[builtins.str]] = None):
406
423
  """
407
424
  Input properties used for looking up and filtering ServiceIntegration resources.
425
+ :param pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs'] clickhouse_credentials_user_config: ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
408
426
  :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
409
427
  :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
410
428
  :param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -429,6 +447,8 @@ class _ServiceIntegrationState:
429
447
  :param pulumi.Input[builtins.str] source_service_name: Source service for the integration (if any)
430
448
  :param pulumi.Input[builtins.str] source_service_project: Source service project name
431
449
  """
450
+ if clickhouse_credentials_user_config is not None:
451
+ pulumi.set(__self__, "clickhouse_credentials_user_config", clickhouse_credentials_user_config)
432
452
  if clickhouse_kafka_user_config is not None:
433
453
  pulumi.set(__self__, "clickhouse_kafka_user_config", clickhouse_kafka_user_config)
434
454
  if clickhouse_postgresql_user_config is not None:
@@ -476,6 +496,18 @@ class _ServiceIntegrationState:
476
496
  if source_service_project is not None:
477
497
  pulumi.set(__self__, "source_service_project", source_service_project)
478
498
 
499
+ @property
500
+ @pulumi.getter(name="clickhouseCredentialsUserConfig")
501
+ def clickhouse_credentials_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]:
502
+ """
503
+ ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
504
+ """
505
+ return pulumi.get(self, "clickhouse_credentials_user_config")
506
+
507
+ @clickhouse_credentials_user_config.setter
508
+ def clickhouse_credentials_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]):
509
+ pulumi.set(self, "clickhouse_credentials_user_config", value)
510
+
479
511
  @property
480
512
  @pulumi.getter(name="clickhouseKafkaUserConfig")
481
513
  def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
@@ -759,6 +791,7 @@ class ServiceIntegration(pulumi.CustomResource):
759
791
  def __init__(__self__,
760
792
  resource_name: str,
761
793
  opts: Optional[pulumi.ResourceOptions] = None,
794
+ clickhouse_credentials_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']]] = None,
762
795
  clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
763
796
  clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
764
797
  datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
@@ -821,6 +854,7 @@ class ServiceIntegration(pulumi.CustomResource):
821
854
 
822
855
  :param str resource_name: The name of the resource.
823
856
  :param pulumi.ResourceOptions opts: Options for the resource.
857
+ :param pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']] clickhouse_credentials_user_config: ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
824
858
  :param pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
825
859
  :param pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
826
860
  :param pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -902,6 +936,7 @@ class ServiceIntegration(pulumi.CustomResource):
902
936
  def _internal_init(__self__,
903
937
  resource_name: str,
904
938
  opts: Optional[pulumi.ResourceOptions] = None,
939
+ clickhouse_credentials_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']]] = None,
905
940
  clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
906
941
  clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
907
942
  datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
@@ -933,6 +968,7 @@ class ServiceIntegration(pulumi.CustomResource):
933
968
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
934
969
  __props__ = ServiceIntegrationArgs.__new__(ServiceIntegrationArgs)
935
970
 
971
+ __props__.__dict__["clickhouse_credentials_user_config"] = clickhouse_credentials_user_config
936
972
  __props__.__dict__["clickhouse_kafka_user_config"] = clickhouse_kafka_user_config
937
973
  __props__.__dict__["clickhouse_postgresql_user_config"] = clickhouse_postgresql_user_config
938
974
  __props__.__dict__["datadog_user_config"] = datadog_user_config
@@ -970,6 +1006,7 @@ class ServiceIntegration(pulumi.CustomResource):
970
1006
  def get(resource_name: str,
971
1007
  id: pulumi.Input[str],
972
1008
  opts: Optional[pulumi.ResourceOptions] = None,
1009
+ clickhouse_credentials_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']]] = None,
973
1010
  clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
974
1011
  clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
975
1012
  datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
@@ -1000,6 +1037,7 @@ class ServiceIntegration(pulumi.CustomResource):
1000
1037
  :param str resource_name: The unique name of the resulting resource.
1001
1038
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1002
1039
  :param pulumi.ResourceOptions opts: Options for the resource.
1040
+ :param pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']] clickhouse_credentials_user_config: ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1003
1041
  :param pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1004
1042
  :param pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1005
1043
  :param pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -1028,6 +1066,7 @@ class ServiceIntegration(pulumi.CustomResource):
1028
1066
 
1029
1067
  __props__ = _ServiceIntegrationState.__new__(_ServiceIntegrationState)
1030
1068
 
1069
+ __props__.__dict__["clickhouse_credentials_user_config"] = clickhouse_credentials_user_config
1031
1070
  __props__.__dict__["clickhouse_kafka_user_config"] = clickhouse_kafka_user_config
1032
1071
  __props__.__dict__["clickhouse_postgresql_user_config"] = clickhouse_postgresql_user_config
1033
1072
  __props__.__dict__["datadog_user_config"] = datadog_user_config
@@ -1053,6 +1092,14 @@ class ServiceIntegration(pulumi.CustomResource):
1053
1092
  __props__.__dict__["source_service_project"] = source_service_project
1054
1093
  return ServiceIntegration(resource_name, opts=opts, __props__=__props__)
1055
1094
 
1095
+ @property
1096
+ @pulumi.getter(name="clickhouseCredentialsUserConfig")
1097
+ def clickhouse_credentials_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseCredentialsUserConfig']]:
1098
+ """
1099
+ ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1100
+ """
1101
+ return pulumi.get(self, "clickhouse_credentials_user_config")
1102
+
1056
1103
  @property
1057
1104
  @pulumi.getter(name="clickhouseKafkaUserConfig")
1058
1105
  def clickhouse_kafka_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseKafkaUserConfig']]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_aiven
3
- Version: 6.41.0a1752901795
3
+ Version: 6.42.0a1753333878
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,11 +1,11 @@
1
1
  pulumi_aiven/__init__.py,sha256=W3sbWV7hzz5AAvd73Wk59IxL1vRLdv_EsUC-HnMXlQM,22968
2
- pulumi_aiven/_inputs.py,sha256=Li4VYk6YP0BKt_ei0P78uJNxLo6cuIrhpa2WwCHRTqk,2076263
2
+ pulumi_aiven/_inputs.py,sha256=D4PtUETUORX5Mt30ciibfC34Mp83HIfN2nm8HWypQqg,2088083
3
3
  pulumi_aiven/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_aiven/account.py,sha256=oX-49ygcj_OA8Hve0wZgM8HXIrfqGPVZQ7tV6rP3M4A,17803
5
5
  pulumi_aiven/account_authentication.py,sha256=pyNUVQOT8v8_A0UW27KvMXvTk9OgpyKh1B8Dbqjcn8Q,39652
6
6
  pulumi_aiven/account_team.py,sha256=C-HQt16-Qj92P1FHndAcz1qZ20nIy2cLRCI2jBwgZyc,13442
7
7
  pulumi_aiven/account_team_member.py,sha256=lKNjJsmvdDx0uNNRwuvtuK5J-CTkr-YrRAeMdehxRbo,19718
8
- pulumi_aiven/account_team_project.py,sha256=2aVr-VpE53sQwTQUwLVoEJu16reoB2oJR8Dp2UsLGrQ,21440
8
+ pulumi_aiven/account_team_project.py,sha256=l24dXSrBJS8yb47Qug59TWGRDoBrjpH_m6M24fpNRqI,21251
9
9
  pulumi_aiven/alloydbomni.py,sha256=RryA9DPsKkW42d54abiHQ5plKSDyEIVVHYcClxs8G9A,90542
10
10
  pulumi_aiven/alloydbomni_database.py,sha256=JAToAF7Do2ad7gStPmCQ0wqYTdhRSWNwD0UDbHjqVdk,18741
11
11
  pulumi_aiven/alloydbomni_user.py,sha256=sYdwVty9j1UaCMYqmNST5KDS1SBwt8ieHkp3N4ongwE,21733
@@ -19,7 +19,7 @@ pulumi_aiven/azure_vpc_peering_connection.py,sha256=MzKW1CCElBZOKCDEqRRU4_sUrdGK
19
19
  pulumi_aiven/billing_group.py,sha256=O1axOm8GP2t8JsAo4Dv_wHDdlIhJNJyuRsBAEvBIeB8,39320
20
20
  pulumi_aiven/cassandra.py,sha256=QU36c87vS2miDC9oCzuiDuwIN62ZEWQb6KwQ4s-GkVQ,87373
21
21
  pulumi_aiven/cassandra_user.py,sha256=tXVwhmmUwBUe6wmMPpZX1pVTuU-w_wrGMCLMMw7_AqI,20847
22
- pulumi_aiven/clickhouse.py,sha256=dLVH7aHUr-WD_14hz0CWefrh5mU4kqNruMUZz_Gw9O4,85948
22
+ pulumi_aiven/clickhouse.py,sha256=n3u6t3rod-7iumZ804HGtefR9SRP3qKlcqrkuJHHUpY,86524
23
23
  pulumi_aiven/clickhouse_database.py,sha256=i_plltqj1m0ZaYAoj9Rkmbd5TvJ4Y51jEVhmsADr2ik,15722
24
24
  pulumi_aiven/clickhouse_grant.py,sha256=N3fr-pE3wf84UnK2JZIF9oKFi4hWgO15iXz-XrBeRb8,25810
25
25
  pulumi_aiven/clickhouse_role.py,sha256=zSOLHWXfJAd9oSj543SRQrfLEo_4a0RHA1p6NdMGBv0,13101
@@ -41,7 +41,7 @@ pulumi_aiven/get_account.py,sha256=2G02OOXKOC127IvYTRIfqw9WuCe1nPSsmEJeo6DZs-c,7
41
41
  pulumi_aiven/get_account_authentication.py,sha256=xttaNtK606HjIFWEGFmrTVAxpbkUwORRVYKa-uNMVPQ,14923
42
42
  pulumi_aiven/get_account_team.py,sha256=9opIf14ZqGs_xtu2ermbEdjeG0xZGFqWyuvDFqi9KAY,7648
43
43
  pulumi_aiven/get_account_team_member.py,sha256=kKafP-JlvuqBcIXXcOqInD5IY1xR3E4MyZPoQjHRfF0,10115
44
- pulumi_aiven/get_account_team_project.py,sha256=AE2n06MgKe8v9r5gI37p0pCtgGo9_ipMWnyx0h6IgK4,8665
44
+ pulumi_aiven/get_account_team_project.py,sha256=LLUmVG_BDSCk_natLakm6v-qan5k9N8dhb8Ch94N90s,8638
45
45
  pulumi_aiven/get_alloydbomni.py,sha256=EJF7ahzMEkYm1Brtfg6puhPY-1PsukbMl_Y9F_HxqxU,26555
46
46
  pulumi_aiven/get_alloydbomni_database.py,sha256=0JCY6dKjjwj7r1IK7RxIClRXzRF854doNPVFpF1kOZ8,8284
47
47
  pulumi_aiven/get_alloydbomni_user.py,sha256=1mMFjhurxmCuMZEv9A4rCCzu4ZwPkgaC5vx-8UVn1To,9910
@@ -55,7 +55,7 @@ pulumi_aiven/get_billing_group.py,sha256=3Gn4gLAf7UywxnlNCpYCG7O-dXWtVnVfH4QKB9m
55
55
  pulumi_aiven/get_cassanda.py,sha256=hL2VBYd6OIKjr3GlgnMmvV_9hD6VTHpUVUBaLme4T5I,27285
56
56
  pulumi_aiven/get_cassandra.py,sha256=Tm3utCnw1o-hooosTHluYTmrAXXSv4CHoCz4T0WY5JY,26957
57
57
  pulumi_aiven/get_cassandra_user.py,sha256=5cUd9NVzf35L9k4kYeXuBgnMlDzWWbaA6hQNI-7ba7E,10565
58
- pulumi_aiven/get_clickhouse.py,sha256=euh4gzleKofd930ILZ1TLWdPYPa75CUXwYOtBTlzeAw,25707
58
+ pulumi_aiven/get_clickhouse.py,sha256=6NwLjzuisgLXaR2tMFN2OryAh2sVEn2m6F2bPrT1LII,25851
59
59
  pulumi_aiven/get_clickhouse_database.py,sha256=6aBnJ3CnB9614rqKAe-fhaRLVwmiN6Rbw1XLNaRDw4M,7583
60
60
  pulumi_aiven/get_clickhouse_user.py,sha256=Xxaihrlv33fP97it0N97SldmeNqMyL645LLqHmzGZHM,8335
61
61
  pulumi_aiven/get_connection_pool.py,sha256=0sAQqyvlpT1Yzj7CSsWorGdNJwqhyClw7-fiEPaErQs,10348
@@ -71,7 +71,7 @@ pulumi_aiven/get_grafana.py,sha256=FkuXBM9i0xnLB_B0a5i9CFnCZY80Rl0lSfjiAximElM,2
71
71
  pulumi_aiven/get_influx_db.py,sha256=C4RuuGkmfEBvqOu-R-1YG3LGiOaqY5uyb5VtC5kl_4w,18419
72
72
  pulumi_aiven/get_influxdb_database.py,sha256=8cFZW33esY0rYZKVKnz0SLWwggWfxrBXKKI0tUccAFU,5512
73
73
  pulumi_aiven/get_influxdb_user.py,sha256=JWB8mrYrXqDj6HK5BV28WXX8S3OhMbaXeDdLj-4U43M,6463
74
- pulumi_aiven/get_kafka.py,sha256=e6Asbzh4sLoSM5HL351fEjHlTI8Z66d4MGwEb7x6Sc8,26559
74
+ pulumi_aiven/get_kafka.py,sha256=0segbmhHe-DADWXUdB-4UeSy363WZCNeR2DWu1s9Ijs,26637
75
75
  pulumi_aiven/get_kafka_acl.py,sha256=_AyE2G7KrpPQhiTpcit4wX8QMwvT2pref-zbwB0xGkI,9558
76
76
  pulumi_aiven/get_kafka_connect.py,sha256=WVoYsh9lFPbnYdjnm4EWq-RA-wuDjPgfgOwMahZvQ1o,25268
77
77
  pulumi_aiven/get_kafka_connector.py,sha256=JDtVVM8ORPrcbAktKUUGCJ3yAooYBdDZRylSev7_-4I,11705
@@ -108,12 +108,12 @@ pulumi_aiven/get_pg.py,sha256=Esez5_t2EsPGXTtvkdFpbX4hrEiyYzs9Yn1ddMVCkyg,25205
108
108
  pulumi_aiven/get_pg_database.py,sha256=Fku00BL-0IJJTm0Np5PpBGCLqCitxhpb5WhSEzdc8Qk,8930
109
109
  pulumi_aiven/get_pg_user.py,sha256=J_6hP3dWz2wwoe0vQNW3z88Db2uKcGWeD8WivgKw-yI,9881
110
110
  pulumi_aiven/get_project.py,sha256=Zt4VCkd8pNG0hW3PpOvB-V8OfRJ59P5aDI5CJx9QcOo,13949
111
- pulumi_aiven/get_project_user.py,sha256=rKNZYJBJrjvka62Au0H1o1jzJKDSYmfn_Mz2JV9GApw,7734
111
+ pulumi_aiven/get_project_user.py,sha256=4iWPTfoSpGmdlOA92uvIi8x6LH6JACPnLIkEwqsn7XI,7707
112
112
  pulumi_aiven/get_project_vpc.py,sha256=MB2pIb3_IWiAYSz4YE9Ro9w3rQJonDSKib_bdgDAi-s,7373
113
113
  pulumi_aiven/get_redis.py,sha256=O7sl3t8ZPagtOOnq6XIOmnLmVcbVPV289tmPbn-oen0,26944
114
114
  pulumi_aiven/get_redis_user.py,sha256=VMvn-u5IQ0kso5MbZQF8kKY9ON6_cCrIPtauq8PQhsw,12747
115
115
  pulumi_aiven/get_service_component.py,sha256=Ce5jVsgyS10b59AMNtrZd-n_R2uiScgaqNWjLQPz10c,13238
116
- pulumi_aiven/get_service_integration.py,sha256=28YmkoQKaZRgtUGEglWkhWPzYJIzTh1NcMKmRq-H-Ag,29063
116
+ pulumi_aiven/get_service_integration.py,sha256=jB7lzAIoNaDxtBi1m4yYhenX9ug_IdOn_ZhNfkGWRko,30209
117
117
  pulumi_aiven/get_service_integration_endpoint.py,sha256=JOYg9_OJ_TmkctzaqoB5uZd0AOd1s7uOpTqoOggjtcQ,27616
118
118
  pulumi_aiven/get_thanos.py,sha256=JS8kfu2CZxetmBhKpXtChh1SNyWDSTnOhHR0L7_HOzY,25426
119
119
  pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=ut45I5fP_LZERe-edLQKI15J9I3fneai9kBADs1bocw,10526
@@ -124,7 +124,7 @@ pulumi_aiven/grafana.py,sha256=4ATeOK4e6W12d6OJIvtu0g3gg5aoVSdnRbHQ9j126wg,85431
124
124
  pulumi_aiven/influx_db.py,sha256=ejMMTLWtXuorN8-YHj1nLuMyVNQTDR4xMO8mzHooWZM,86732
125
125
  pulumi_aiven/influxdb_database.py,sha256=nRkJKfEW8ga9E3kBBrunqiaiWVA42bFynV-VP7TzlwY,14748
126
126
  pulumi_aiven/influxdb_user.py,sha256=5QOiL_9wfUsYgi2cNQAogBV9Zlu1nc2JsJlWSoaDEog,19151
127
- pulumi_aiven/kafka.py,sha256=tOtUcYgjlmgvrqFiAjySUBw0zhmenOIERnDDEbQ9Gvs,91113
127
+ pulumi_aiven/kafka.py,sha256=IFoh-NiJMKpmhYozOvMCdc_2gzOSdzVEra8I3ikmlfw,91659
128
128
  pulumi_aiven/kafka_acl.py,sha256=AgrmVfZxufnEPEPmjbrEaaqeuCCVQlZ9n43NVPXlhT4,20023
129
129
  pulumi_aiven/kafka_connect.py,sha256=y38DL8t0su4fFln7GUX4dCCY5UXA9K906C-Wm4JwACM,87278
130
130
  pulumi_aiven/kafka_connector.py,sha256=NJ0KTldZfFUg7RYU0Lb3OCQSyle48QHiYSMr9eO9S8E,25994
@@ -150,10 +150,10 @@ pulumi_aiven/opensearch_security_plugin_config.py,sha256=OXsOB8YMQa42PIbk6I5d8N3
150
150
  pulumi_aiven/opensearch_user.py,sha256=GkcNHL-yTXLqCy-pdHXDymYMSJQ_LiMFk6_L_omf5Wc,17311
151
151
  pulumi_aiven/organization.py,sha256=64fTBaJybLS6bRggfQgMvYiI6gEUIaTJewedv9AYvpA,12147
152
152
  pulumi_aiven/organization_address.py,sha256=KPNBen0X6PmN1vqTRUuKaJH2fTytbsxz2YDXyaQ4i8I,23299
153
- pulumi_aiven/organization_application_user.py,sha256=9pQZSN3cxFysovUwK-YrQ30KqMXowBdluSm-0cBwUK0,18573
153
+ pulumi_aiven/organization_application_user.py,sha256=Ywd9fohaZEn-SIsFQE69nIKFeIcClfXOvLlxas0euI0,18384
154
154
  pulumi_aiven/organization_application_user_token.py,sha256=EZi8w9NE2vcB9eXaey7MMRrQbGcWrOKEDxOUKGHmCcM,36875
155
155
  pulumi_aiven/organization_billing_group.py,sha256=WRU2qNSFrA3pb7oCkoJIkVlGuceqS8qviJyi0GKLzK8,31481
156
- pulumi_aiven/organization_group_project.py,sha256=Q6WqfPH1BmH2L4Q9WiBr_5eWYsaxQQkU8hRoI1lC1Kw,20708
156
+ pulumi_aiven/organization_group_project.py,sha256=xOFoFGNEWvpkX6zJElhSExPD1-oXe_J6VKPzpm3JfYU,20519
157
157
  pulumi_aiven/organization_permission.py,sha256=wJRazEHdP5B8_0DLQt67-fxZHZyv-UHRy49rtRZC9wE,18029
158
158
  pulumi_aiven/organization_project.py,sha256=Pn-grjX4AzGNKHEV8LZpXQb4zW1g86wg8ZT5tOPMkwU,29973
159
159
  pulumi_aiven/organization_user.py,sha256=s-W6WfcZTLQ_CmJ8N3q_ZSrXC8Wgamoiu1hoYV5ba8Q,16299
@@ -161,19 +161,19 @@ pulumi_aiven/organization_user_group.py,sha256=GMwxze115BYArSTC7DZVhauPgz46-BGf4
161
161
  pulumi_aiven/organization_user_group_member.py,sha256=MbEfaIWLDEl3yhoqtOmpbA-5L4u-k8W4jAWm7RBy810,14667
162
162
  pulumi_aiven/organization_vpc.py,sha256=odKmnKHOBoJ4-PLvQJ0IJxOXoBmgqvl5r52AQS8wFV8,17856
163
163
  pulumi_aiven/organizational_unit.py,sha256=ThPlzemfb0FbVoweCxXMgix2Vnm1SavQBgklZ5ZZ8Go,12150
164
- pulumi_aiven/outputs.py,sha256=RnmfDI3LFCNsdKa-ZmUKtGfa0C3dP-9-Vw2t38gCRAY,2629927
164
+ pulumi_aiven/outputs.py,sha256=_Ikjd1dIaCTgTl7wCzgVRnaGYWiKvIH9CgQfKXY1h4w,2644758
165
165
  pulumi_aiven/pg.py,sha256=edCwN1Tbj7S8RAG1kBR5Oycmrxd4PC84anrRBuqfBr4,82912
166
166
  pulumi_aiven/pg_database.py,sha256=K0fGtJT-rbdqFK0vX3LHlMPKdQrtBmLzcbOVhmYW8OE,20927
167
167
  pulumi_aiven/pg_user.py,sha256=kr4ctYMRAwkTye2ZAMCl3x68V6BjvCS68lxl_ZNBhfg,22901
168
168
  pulumi_aiven/project.py,sha256=tPa7dGN09VHWaj2SJPzCPmlAgC5zkElSpzUkG1qEYyc,46933
169
- pulumi_aiven/project_user.py,sha256=RZqZ32vzYoHEzyYbrHvzYDkO17x2z4sHqvsWUsJuUC0,19733
169
+ pulumi_aiven/project_user.py,sha256=oNFWgQzI5tD87l4A72AbUOGbTcWJMYmuHZ2bNzGWc8s,19544
170
170
  pulumi_aiven/project_vpc.py,sha256=d__po7Cx8CGtK1GST__hAF9t7uIqRobaMc2rCRt1b9Q,14577
171
171
  pulumi_aiven/provider.py,sha256=20FR5fU8L_2TNPC-5hevqJPxNTdsEUoM4SUA8EuOoVg,6038
172
- pulumi_aiven/pulumi-plugin.json,sha256=FmfSC2PlJNUkXzNO9w5Rbqd0VLUdBMX8GIDs5xevvuk,82
172
+ pulumi_aiven/pulumi-plugin.json,sha256=5MxYL8Io5Xr2heJYd4-IynEuM6l1OEaTtjgO6EyD2TM,82
173
173
  pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
174
174
  pulumi_aiven/redis.py,sha256=pey1x9SZedajBl9I7JUOmFjJyA5hrOEqWFYenxcomc8,86575
175
175
  pulumi_aiven/redis_user.py,sha256=VWgWbBPEHvcJcbNGDXYqvAsUum6fvsTsV10V7jmAuhM,32241
176
- pulumi_aiven/service_integration.py,sha256=Rewb8E6d1DI-K1AJ-COuKbUWwCVIrfw0Uc_WUCOA3p8,95334
176
+ pulumi_aiven/service_integration.py,sha256=REO81QowlLHbCL6KDzI-Roe-C-zlNiadIILPTmtjdgM,100067
177
177
  pulumi_aiven/service_integration_endpoint.py,sha256=ZAS9gnwUM27zejtb30u_h3kKw6QnsWWOzU7fDuYeu_8,106130
178
178
  pulumi_aiven/static_ip.py,sha256=DaLrCx7ZuU_42AU0kEzKkpbQDU8iJN0LWP8D_9SIoaU,14656
179
179
  pulumi_aiven/thanos.py,sha256=u1cjlswxjDAp6aVI35cViYoKqvywFmTW_eMU8maZs5Y,85104
@@ -183,7 +183,7 @@ pulumi_aiven/valkey_user.py,sha256=OFeLoIkMFaSzQ-uER7lPIxKXm8FbmfyEfI6omMMQb-A,3
183
183
  pulumi_aiven/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
184
184
  pulumi_aiven/config/__init__.pyi,sha256=z4l0cj6cs4rLRsQ5hz4zRjkCteykDm9lHpkTS96BShY,637
185
185
  pulumi_aiven/config/vars.py,sha256=CJXIH2wnBQ9zT1-OFyuaxOXGTm6wfprbkaUSZ-RNgr8,830
186
- pulumi_aiven-6.41.0a1752901795.dist-info/METADATA,sha256=GcnQ0Mr9fZQxf2XLbsqUH5yjzMYarD_oftC2cdgLx4k,2598
187
- pulumi_aiven-6.41.0a1752901795.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
188
- pulumi_aiven-6.41.0a1752901795.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
189
- pulumi_aiven-6.41.0a1752901795.dist-info/RECORD,,
186
+ pulumi_aiven-6.42.0a1753333878.dist-info/METADATA,sha256=wawIIQAWDc31xDY6Gaheu_AbyC_p_yVOq_ouqGdZ9vU,2598
187
+ pulumi_aiven-6.42.0a1753333878.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
188
+ pulumi_aiven-6.42.0a1753333878.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
189
+ pulumi_aiven-6.42.0a1753333878.dist-info/RECORD,,