pulumi-aiven 6.16.0__py3-none-any.whl → 6.16.0a1715922839__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +181 -1061
- pulumi_aiven/cassandra.py +1 -48
- pulumi_aiven/clickhouse.py +1 -48
- pulumi_aiven/dragonfly.py +1 -48
- pulumi_aiven/flink.py +2 -2
- pulumi_aiven/flink_application_deployment.py +30 -56
- pulumi_aiven/gcp_privatelink.py +30 -52
- pulumi_aiven/gcp_privatelink_connection_approval.py +30 -54
- pulumi_aiven/get_cassanda.py +1 -14
- pulumi_aiven/get_cassandra.py +1 -14
- pulumi_aiven/get_clickhouse.py +1 -14
- pulumi_aiven/get_dragonfly.py +1 -14
- pulumi_aiven/get_gcp_privatelink.py +2 -45
- pulumi_aiven/get_grafana.py +1 -14
- pulumi_aiven/get_m3_aggregator.py +1 -14
- pulumi_aiven/get_m3_db.py +1 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -14
- pulumi_aiven/get_redis.py +1 -14
- pulumi_aiven/get_service_integration.py +3 -3
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/grafana.py +1 -48
- pulumi_aiven/influx_db.py +2 -21
- pulumi_aiven/kafka.py +1 -20
- pulumi_aiven/m3_aggregator.py +1 -48
- pulumi_aiven/m3_db.py +1 -48
- pulumi_aiven/mirror_maker_replication_flow.py +7 -7
- pulumi_aiven/my_sql.py +1 -48
- pulumi_aiven/open_search.py +2 -21
- pulumi_aiven/outputs.py +285 -1758
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +1 -48
- pulumi_aiven/service_integration.py +7 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715922839.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715922839.dist-info}/RECORD +39 -39
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715922839.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715922839.dist-info}/top_level.txt +0 -0
pulumi_aiven/pg.py
CHANGED
|
@@ -853,7 +853,7 @@ class Pg(pulumi.CustomResource):
|
|
|
853
853
|
__props__.__dict__["disk_space"] = disk_space
|
|
854
854
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
855
855
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
856
|
-
__props__.__dict__["pg"] =
|
|
856
|
+
__props__.__dict__["pg"] = pg
|
|
857
857
|
__props__.__dict__["pg_user_config"] = pg_user_config
|
|
858
858
|
if plan is None and not opts.urn:
|
|
859
859
|
raise TypeError("Missing required property 'plan'")
|
|
@@ -880,7 +880,7 @@ class Pg(pulumi.CustomResource):
|
|
|
880
880
|
__props__.__dict__["service_uri"] = None
|
|
881
881
|
__props__.__dict__["service_username"] = None
|
|
882
882
|
__props__.__dict__["state"] = None
|
|
883
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["
|
|
883
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["servicePassword", "serviceUri"])
|
|
884
884
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
885
885
|
super(Pg, __self__).__init__(
|
|
886
886
|
'aiven:index/pg:Pg',
|
pulumi_aiven/pulumi-plugin.json
CHANGED
pulumi_aiven/redis.py
CHANGED
|
@@ -25,7 +25,6 @@ class RedisArgs:
|
|
|
25
25
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
26
26
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
27
27
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
redis: Optional[pulumi.Input['RedisRedisArgs']] = None,
|
|
29
28
|
redis_user_config: Optional[pulumi.Input['RedisRedisUserConfigArgs']] = None,
|
|
30
29
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]]] = None,
|
|
31
30
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -43,7 +42,6 @@ class RedisArgs:
|
|
|
43
42
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
44
43
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
45
44
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
46
|
-
:param pulumi.Input['RedisRedisArgs'] redis: Redis server provided values
|
|
47
45
|
:param pulumi.Input['RedisRedisUserConfigArgs'] redis_user_config: Redis user configurable settings
|
|
48
46
|
:param pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
49
47
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
@@ -69,8 +67,6 @@ class RedisArgs:
|
|
|
69
67
|
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
70
68
|
if project_vpc_id is not None:
|
|
71
69
|
pulumi.set(__self__, "project_vpc_id", project_vpc_id)
|
|
72
|
-
if redis is not None:
|
|
73
|
-
pulumi.set(__self__, "redis", redis)
|
|
74
70
|
if redis_user_config is not None:
|
|
75
71
|
pulumi.set(__self__, "redis_user_config", redis_user_config)
|
|
76
72
|
if service_integrations is not None:
|
|
@@ -195,18 +191,6 @@ class RedisArgs:
|
|
|
195
191
|
def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
|
|
196
192
|
pulumi.set(self, "project_vpc_id", value)
|
|
197
193
|
|
|
198
|
-
@property
|
|
199
|
-
@pulumi.getter
|
|
200
|
-
def redis(self) -> Optional[pulumi.Input['RedisRedisArgs']]:
|
|
201
|
-
"""
|
|
202
|
-
Redis server provided values
|
|
203
|
-
"""
|
|
204
|
-
return pulumi.get(self, "redis")
|
|
205
|
-
|
|
206
|
-
@redis.setter
|
|
207
|
-
def redis(self, value: Optional[pulumi.Input['RedisRedisArgs']]):
|
|
208
|
-
pulumi.set(self, "redis", value)
|
|
209
|
-
|
|
210
194
|
@property
|
|
211
195
|
@pulumi.getter(name="redisUserConfig")
|
|
212
196
|
def redis_user_config(self) -> Optional[pulumi.Input['RedisRedisUserConfigArgs']]:
|
|
@@ -296,7 +280,6 @@ class _RedisState:
|
|
|
296
280
|
plan: Optional[pulumi.Input[str]] = None,
|
|
297
281
|
project: Optional[pulumi.Input[str]] = None,
|
|
298
282
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
299
|
-
redis: Optional[pulumi.Input['RedisRedisArgs']] = None,
|
|
300
283
|
redis_user_config: Optional[pulumi.Input['RedisRedisUserConfigArgs']] = None,
|
|
301
284
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
302
285
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]]] = None,
|
|
@@ -326,7 +309,6 @@ class _RedisState:
|
|
|
326
309
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
327
310
|
:param pulumi.Input[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.
|
|
328
311
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
329
|
-
:param pulumi.Input['RedisRedisArgs'] redis: Redis server provided values
|
|
330
312
|
:param pulumi.Input['RedisRedisUserConfigArgs'] redis_user_config: Redis user configurable settings
|
|
331
313
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
332
314
|
:param pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -371,8 +353,6 @@ class _RedisState:
|
|
|
371
353
|
pulumi.set(__self__, "project", project)
|
|
372
354
|
if project_vpc_id is not None:
|
|
373
355
|
pulumi.set(__self__, "project_vpc_id", project_vpc_id)
|
|
374
|
-
if redis is not None:
|
|
375
|
-
pulumi.set(__self__, "redis", redis)
|
|
376
356
|
if redis_user_config is not None:
|
|
377
357
|
pulumi.set(__self__, "redis_user_config", redis_user_config)
|
|
378
358
|
if service_host is not None:
|
|
@@ -561,18 +541,6 @@ class _RedisState:
|
|
|
561
541
|
def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
|
|
562
542
|
pulumi.set(self, "project_vpc_id", value)
|
|
563
543
|
|
|
564
|
-
@property
|
|
565
|
-
@pulumi.getter
|
|
566
|
-
def redis(self) -> Optional[pulumi.Input['RedisRedisArgs']]:
|
|
567
|
-
"""
|
|
568
|
-
Redis server provided values
|
|
569
|
-
"""
|
|
570
|
-
return pulumi.get(self, "redis")
|
|
571
|
-
|
|
572
|
-
@redis.setter
|
|
573
|
-
def redis(self, value: Optional[pulumi.Input['RedisRedisArgs']]):
|
|
574
|
-
pulumi.set(self, "redis", value)
|
|
575
|
-
|
|
576
544
|
@property
|
|
577
545
|
@pulumi.getter(name="redisUserConfig")
|
|
578
546
|
def redis_user_config(self) -> Optional[pulumi.Input['RedisRedisUserConfigArgs']]:
|
|
@@ -755,7 +723,6 @@ class Redis(pulumi.CustomResource):
|
|
|
755
723
|
plan: Optional[pulumi.Input[str]] = None,
|
|
756
724
|
project: Optional[pulumi.Input[str]] = None,
|
|
757
725
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
758
|
-
redis: Optional[pulumi.Input[pulumi.InputType['RedisRedisArgs']]] = None,
|
|
759
726
|
redis_user_config: Optional[pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']]] = None,
|
|
760
727
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]]] = None,
|
|
761
728
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -804,7 +771,6 @@ class Redis(pulumi.CustomResource):
|
|
|
804
771
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
805
772
|
:param pulumi.Input[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.
|
|
806
773
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
807
|
-
:param pulumi.Input[pulumi.InputType['RedisRedisArgs']] redis: Redis server provided values
|
|
808
774
|
:param pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']] redis_user_config: Redis user configurable settings
|
|
809
775
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
810
776
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -872,7 +838,6 @@ class Redis(pulumi.CustomResource):
|
|
|
872
838
|
plan: Optional[pulumi.Input[str]] = None,
|
|
873
839
|
project: Optional[pulumi.Input[str]] = None,
|
|
874
840
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
875
|
-
redis: Optional[pulumi.Input[pulumi.InputType['RedisRedisArgs']]] = None,
|
|
876
841
|
redis_user_config: Optional[pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']]] = None,
|
|
877
842
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]]] = None,
|
|
878
843
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -901,7 +866,6 @@ class Redis(pulumi.CustomResource):
|
|
|
901
866
|
raise TypeError("Missing required property 'project'")
|
|
902
867
|
__props__.__dict__["project"] = project
|
|
903
868
|
__props__.__dict__["project_vpc_id"] = project_vpc_id
|
|
904
|
-
__props__.__dict__["redis"] = None if redis is None else pulumi.Output.secret(redis)
|
|
905
869
|
__props__.__dict__["redis_user_config"] = redis_user_config
|
|
906
870
|
__props__.__dict__["service_integrations"] = service_integrations
|
|
907
871
|
if service_name is None and not opts.urn:
|
|
@@ -923,7 +887,7 @@ class Redis(pulumi.CustomResource):
|
|
|
923
887
|
__props__.__dict__["service_uri"] = None
|
|
924
888
|
__props__.__dict__["service_username"] = None
|
|
925
889
|
__props__.__dict__["state"] = None
|
|
926
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["
|
|
890
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["servicePassword", "serviceUri"])
|
|
927
891
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
928
892
|
super(Redis, __self__).__init__(
|
|
929
893
|
'aiven:index/redis:Redis',
|
|
@@ -948,7 +912,6 @@ class Redis(pulumi.CustomResource):
|
|
|
948
912
|
plan: Optional[pulumi.Input[str]] = None,
|
|
949
913
|
project: Optional[pulumi.Input[str]] = None,
|
|
950
914
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
951
|
-
redis: Optional[pulumi.Input[pulumi.InputType['RedisRedisArgs']]] = None,
|
|
952
915
|
redis_user_config: Optional[pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']]] = None,
|
|
953
916
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
954
917
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]]] = None,
|
|
@@ -983,7 +946,6 @@ class Redis(pulumi.CustomResource):
|
|
|
983
946
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
984
947
|
:param pulumi.Input[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.
|
|
985
948
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
986
|
-
:param pulumi.Input[pulumi.InputType['RedisRedisArgs']] redis: Redis server provided values
|
|
987
949
|
:param pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']] redis_user_config: Redis user configurable settings
|
|
988
950
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
989
951
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1016,7 +978,6 @@ class Redis(pulumi.CustomResource):
|
|
|
1016
978
|
__props__.__dict__["plan"] = plan
|
|
1017
979
|
__props__.__dict__["project"] = project
|
|
1018
980
|
__props__.__dict__["project_vpc_id"] = project_vpc_id
|
|
1019
|
-
__props__.__dict__["redis"] = redis
|
|
1020
981
|
__props__.__dict__["redis_user_config"] = redis_user_config
|
|
1021
982
|
__props__.__dict__["service_host"] = service_host
|
|
1022
983
|
__props__.__dict__["service_integrations"] = service_integrations
|
|
@@ -1140,14 +1101,6 @@ class Redis(pulumi.CustomResource):
|
|
|
1140
1101
|
"""
|
|
1141
1102
|
return pulumi.get(self, "project_vpc_id")
|
|
1142
1103
|
|
|
1143
|
-
@property
|
|
1144
|
-
@pulumi.getter
|
|
1145
|
-
def redis(self) -> pulumi.Output['outputs.RedisRedis']:
|
|
1146
|
-
"""
|
|
1147
|
-
Redis server provided values
|
|
1148
|
-
"""
|
|
1149
|
-
return pulumi.get(self, "redis")
|
|
1150
|
-
|
|
1151
1104
|
@property
|
|
1152
1105
|
@pulumi.getter(name="redisUserConfig")
|
|
1153
1106
|
def redis_user_config(self) -> pulumi.Output[Optional['outputs.RedisRedisUserConfig']]:
|
|
@@ -37,7 +37,7 @@ class ServiceIntegrationArgs:
|
|
|
37
37
|
source_service_name: Optional[pulumi.Input[str]] = None):
|
|
38
38
|
"""
|
|
39
39
|
The set of arguments for constructing a ServiceIntegration resource.
|
|
40
|
-
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
40
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
41
41
|
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
42
42
|
:param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
43
43
|
:param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
@@ -98,7 +98,7 @@ class ServiceIntegrationArgs:
|
|
|
98
98
|
@pulumi.getter(name="integrationType")
|
|
99
99
|
def integration_type(self) -> pulumi.Input[str]:
|
|
100
100
|
"""
|
|
101
|
-
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
101
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
102
102
|
"""
|
|
103
103
|
return pulumi.get(self, "integration_type")
|
|
104
104
|
|
|
@@ -358,7 +358,7 @@ class _ServiceIntegrationState:
|
|
|
358
358
|
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
359
359
|
:param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
360
360
|
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
361
|
-
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
361
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
362
362
|
:param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
363
363
|
:param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
364
364
|
:param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
@@ -534,7 +534,7 @@ class _ServiceIntegrationState:
|
|
|
534
534
|
@pulumi.getter(name="integrationType")
|
|
535
535
|
def integration_type(self) -> Optional[pulumi.Input[str]]:
|
|
536
536
|
"""
|
|
537
|
-
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
537
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
538
538
|
"""
|
|
539
539
|
return pulumi.get(self, "integration_type")
|
|
540
540
|
|
|
@@ -716,7 +716,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
716
716
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
717
717
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
718
718
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
719
|
-
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
719
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
720
720
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
721
721
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
722
722
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
@@ -876,7 +876,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
876
876
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
877
877
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
878
878
|
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
879
|
-
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
879
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
880
880
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
881
881
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
882
882
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
@@ -997,7 +997,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
997
997
|
@pulumi.getter(name="integrationType")
|
|
998
998
|
def integration_type(self) -> pulumi.Output[str]:
|
|
999
999
|
"""
|
|
1000
|
-
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `
|
|
1000
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
1001
1001
|
"""
|
|
1002
1002
|
return pulumi.get(self, "integration_type")
|
|
1003
1003
|
|
|
@@ -35,7 +35,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
35
35
|
"""
|
|
36
36
|
The set of arguments for constructing a ServiceIntegrationEndpoint resource.
|
|
37
37
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
|
|
38
|
-
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
38
|
+
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
39
39
|
:param pulumi.Input[str] project: Project the service integration endpoint belongs to
|
|
40
40
|
:param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
|
|
41
41
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
@@ -97,7 +97,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
97
97
|
@pulumi.getter(name="endpointType")
|
|
98
98
|
def endpoint_type(self) -> pulumi.Input[str]:
|
|
99
99
|
"""
|
|
100
|
-
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
100
|
+
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "endpoint_type")
|
|
103
103
|
|
|
@@ -299,7 +299,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
299
299
|
:param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
|
|
300
300
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: Integration endpoint specific backend configuration
|
|
301
301
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
|
|
302
|
-
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
302
|
+
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
303
303
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
304
304
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
305
305
|
:param pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
@@ -389,7 +389,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
389
389
|
@pulumi.getter(name="endpointType")
|
|
390
390
|
def endpoint_type(self) -> Optional[pulumi.Input[str]]:
|
|
391
391
|
"""
|
|
392
|
-
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
392
|
+
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
393
393
|
"""
|
|
394
394
|
return pulumi.get(self, "endpoint_type")
|
|
395
395
|
|
|
@@ -583,7 +583,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
583
583
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
584
584
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
|
|
585
585
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
|
|
586
|
-
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
586
|
+
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
587
587
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
588
588
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
589
589
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
@@ -707,7 +707,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
707
707
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
|
|
708
708
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: Integration endpoint specific backend configuration
|
|
709
709
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
|
|
710
|
-
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
710
|
+
:param pulumi.Input[str] endpoint_type: Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
711
711
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
712
712
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
713
713
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
@@ -773,7 +773,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
773
773
|
@pulumi.getter(name="endpointType")
|
|
774
774
|
def endpoint_type(self) -> pulumi.Output[str]:
|
|
775
775
|
"""
|
|
776
|
-
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `
|
|
776
|
+
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
777
777
|
"""
|
|
778
778
|
return pulumi.get(self, "endpoint_type")
|
|
779
779
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pulumi_aiven/__init__.py,sha256=0h2zG50QpZLUQoqA306HEacGVpiLolClybi7bGHtHSo,17963
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=nlwaUKen1b0hKjdb8U1klU3HpYlts1Rw4CLOJs6mCnY,1007703
|
|
3
3
|
pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
|
4
4
|
pulumi_aiven/account.py,sha256=AgV088KZCyVC_ndgqWeFOeqb52-m9XtdPvjGSQ2LRrs,18274
|
|
5
5
|
pulumi_aiven/account_authentication.py,sha256=vltk7XN7jXSO12BQ834AKPy1p1RGKqsX8jrMKOU_7K0,36871
|
|
@@ -12,21 +12,21 @@ pulumi_aiven/azure_privatelink.py,sha256=fnW3eM-N2Og8IhfOgYbtaeo9PEFtnnoQ4utMEm_
|
|
|
12
12
|
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=iTJ1B6WRP1LH8LFe_5-7w0yYPsQZG1rKAXyAWs8Pd6Y,18926
|
|
13
13
|
pulumi_aiven/azure_vpc_peering_connection.py,sha256=ali1DX5gS9Wy3JJKelMPCsH-Ikk4LmBOihThXkVD0Io,25124
|
|
14
14
|
pulumi_aiven/billing_group.py,sha256=32WUU61rJV4hMMho2xdZ6FT4mQBarzhUDHCcRDhvGpU,37753
|
|
15
|
-
pulumi_aiven/cassandra.py,sha256=
|
|
15
|
+
pulumi_aiven/cassandra.py,sha256=7LK6JdNlAnJKudT-Ebo4kvyl4DT14AOJCW-svh1Doto,78026
|
|
16
16
|
pulumi_aiven/cassandra_user.py,sha256=oD7ArA3pybc68ND_tQL4lG3YxVk37OSkpnp-c2-2MCs,18922
|
|
17
|
-
pulumi_aiven/clickhouse.py,sha256=
|
|
17
|
+
pulumi_aiven/clickhouse.py,sha256=2N403DQENgGri5RIVLglZAvhm0nCNVgTu6pguB6BaPg,77668
|
|
18
18
|
pulumi_aiven/clickhouse_database.py,sha256=Z16_Ddf9zKLCV16iO4S_9Wk5TEawdYJyO9nQq5IznxQ,14474
|
|
19
19
|
pulumi_aiven/clickhouse_grant.py,sha256=G52gABm-fNtzio74wy3ASxG9p0qCRFhBkyVA03uNVpw,25857
|
|
20
20
|
pulumi_aiven/clickhouse_role.py,sha256=Lk9H_bkZcsvaktXIno8QEqNMQdqeqYVRqoE2a30xzW8,13175
|
|
21
21
|
pulumi_aiven/clickhouse_user.py,sha256=v4XaOVURXHPJ8FWww6IRKaXSTMGlmKznplNWK78ksb0,15886
|
|
22
22
|
pulumi_aiven/connection_pool.py,sha256=3Vd_cbCNIZSSxP2ztuk_zm4CagEAYudGVKYmqCM6W1o,25462
|
|
23
|
-
pulumi_aiven/dragonfly.py,sha256
|
|
24
|
-
pulumi_aiven/flink.py,sha256=
|
|
23
|
+
pulumi_aiven/dragonfly.py,sha256=6uoEhc4unuUJjlH1DEECEXMOn78K92-jh_LyFks5mHg,77724
|
|
24
|
+
pulumi_aiven/flink.py,sha256=Xj5JUbSKl3-WSGr_KPqFgnHKCcoo0Cn-d9zOW_v02cE,79004
|
|
25
25
|
pulumi_aiven/flink_application.py,sha256=bIAE6Rt_JwOLchnG1T3PKm4mzaGpT_VTHLSqwcgrXNw,17200
|
|
26
|
-
pulumi_aiven/flink_application_deployment.py,sha256=
|
|
26
|
+
pulumi_aiven/flink_application_deployment.py,sha256=SyH5GDmFO1bxLpb1U0qvbh2Wf6Dv2nUomJ-xoDCmkHM,21935
|
|
27
27
|
pulumi_aiven/flink_application_version.py,sha256=mMv2vD54mDmybOYbkSiNozdSPZ1zJvPzkhIAgHMCOxI,34046
|
|
28
|
-
pulumi_aiven/gcp_privatelink.py,sha256=
|
|
29
|
-
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=
|
|
28
|
+
pulumi_aiven/gcp_privatelink.py,sha256=pQb0Adtf-TE_XAc5k1ifhGIW6e8U8cgcZ4r4Sy7itvg,13360
|
|
29
|
+
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=HcQmMjgQcAKCOxuqGYjd3OVnnMDfhBI5pg-Gyf3ghk4,16036
|
|
30
30
|
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=hnTUvskarwN5q19ZYIm0B0U6jGhxb5lhqvSQfkXgy9w,14854
|
|
31
31
|
pulumi_aiven/get_account.py,sha256=1IRpzwGrU2kq2JfeoJ3Gj2zKdE0DrZ_G-9sJLJlsz_c,6506
|
|
32
32
|
pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
|
|
@@ -38,20 +38,20 @@ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=lIVsv_LsORoRGldF34NJQojiyV
|
|
|
38
38
|
pulumi_aiven/get_azure_privatelink.py,sha256=LQgpG0bCm9jk744TX2n4KS530PW5I9Dh1bmDO3jMgss,7755
|
|
39
39
|
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=9Pd-eZ4Y4Ji5p81yLTSRfn1FIR-apHM9r4z7_2GFlnA,11684
|
|
40
40
|
pulumi_aiven/get_billing_group.py,sha256=ztNtROFBAjtl-P_7lIF_44ycSSZyfRPN5VTHs9Yb39A,10909
|
|
41
|
-
pulumi_aiven/get_cassanda.py,sha256=
|
|
42
|
-
pulumi_aiven/get_cassandra.py,sha256=
|
|
41
|
+
pulumi_aiven/get_cassanda.py,sha256=ccn02CoTeKeJWSRaV8bNdA7tPQGr3RYQUweMKqGJEmE,22401
|
|
42
|
+
pulumi_aiven/get_cassandra.py,sha256=a1StwXM2wxGR0XDwFWa5GMCFMXVxQzuU1AWNqrmZmvk,22069
|
|
43
43
|
pulumi_aiven/get_cassandra_user.py,sha256=grVk-DzxtyiVj5CneY5mCQ8bB27H4bLAIdUdGwwiVuA,8124
|
|
44
|
-
pulumi_aiven/get_clickhouse.py,sha256=
|
|
44
|
+
pulumi_aiven/get_clickhouse.py,sha256=S9SU1y4M3chHGOtdrJ7mR_tPwU2Jbx8jAyu3eIr_l_k,22131
|
|
45
45
|
pulumi_aiven/get_clickhouse_database.py,sha256=0_BGNn3z7VsdmYbVkyl96-327RrHvow6hkfhBY212xc,6574
|
|
46
46
|
pulumi_aiven/get_clickhouse_user.py,sha256=uYDsKsuIDp9tCvk2443sYVOXTfmMtPE6FpxNZ6GKvwI,7298
|
|
47
47
|
pulumi_aiven/get_connection_pool.py,sha256=qqx9K8wn74DcWbCPoNZkGVaXSUE9STjNkXP2mEHcvGA,8984
|
|
48
|
-
pulumi_aiven/get_dragonfly.py,sha256=
|
|
48
|
+
pulumi_aiven/get_dragonfly.py,sha256=GySgqKKAMBbNyk7PChEGKsO0Q5BOM0HoW0uJ3lkCVMI,22075
|
|
49
49
|
pulumi_aiven/get_flink.py,sha256=Xg7RSySB_3911uGDvMqnTYJK171mgcd4fNY5tRn7qzI,22344
|
|
50
50
|
pulumi_aiven/get_flink_application.py,sha256=-1LhSbtjcCS8Tp_r7eR_KHsg_NQPCnjgT1Y-V-gVNi0,8160
|
|
51
51
|
pulumi_aiven/get_flink_application_version.py,sha256=gzDZ0GxQPFYLyWwCBB0TTF219xf3QRN_vyFq0xjErwU,11007
|
|
52
|
-
pulumi_aiven/get_gcp_privatelink.py,sha256=
|
|
52
|
+
pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
|
|
53
53
|
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=BuWOFLAgYyFlxpa7sBwfQoVgJ7ZnT7mhDN2WSrNkimE,7122
|
|
54
|
-
pulumi_aiven/get_grafana.py,sha256
|
|
54
|
+
pulumi_aiven/get_grafana.py,sha256=-1IlGTQz2s9kTQnMkpWnLPqQ1gHb8A9_oA_V7ayQJM0,21957
|
|
55
55
|
pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
|
|
56
56
|
pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
|
|
57
57
|
pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
|
|
@@ -65,11 +65,11 @@ pulumi_aiven/get_kafka_schema_configuration.py,sha256=dgmGtRQUOUl-hAxn9jJyHvpyeg
|
|
|
65
65
|
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=2HWu-4qpxia3UIizSnVIEE5IJzvszn2JDxsYYy2kM44,8459
|
|
66
66
|
pulumi_aiven/get_kafka_topic.py,sha256=g_KpNboEPm1DJT7S19Hs8aI0URSCbV6zwyqC_2Zf0NQ,8356
|
|
67
67
|
pulumi_aiven/get_kafka_user.py,sha256=clXblAYcGcQO-HhXEE7zacXmo2aK_LLt2E582LKwYYc,7904
|
|
68
|
-
pulumi_aiven/get_m3_aggregator.py,sha256=
|
|
69
|
-
pulumi_aiven/get_m3_db.py,sha256=
|
|
68
|
+
pulumi_aiven/get_m3_aggregator.py,sha256=vEyu0Q_uH5uOiXtcoDJDno7I8Wsgd1cNuaJ17hm1F7A,22196
|
|
69
|
+
pulumi_aiven/get_m3_db.py,sha256=jApGFd0Q_Os30GgptxDMcolfOs-0QoqzaUbp1P572U0,21824
|
|
70
70
|
pulumi_aiven/get_m3db_user.py,sha256=AX7fioJ-ErVg_qk-kDWlQurD8q5MffNLLhhttmomXac,6865
|
|
71
|
-
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=
|
|
72
|
-
pulumi_aiven/get_my_sql.py,sha256=
|
|
71
|
+
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=8xjVgAisuAetjKs_vJZNKXOxWlU4cNADb4bdGRRQbRY,13703
|
|
72
|
+
pulumi_aiven/get_my_sql.py,sha256=J2bakUEEzh8EZmOkUzycgGSQf4zT-6jlUD7v06Vzalw,21884
|
|
73
73
|
pulumi_aiven/get_mysql_database.py,sha256=1rryMxbdYRBK3ItPNYKe91eFxUZKxxvHl3LJ7m5_nrw,6647
|
|
74
74
|
pulumi_aiven/get_mysql_user.py,sha256=hSx5QNRf037dgIMg0JceSKQLLJ_M-94KsWRm4mAzUUo,8533
|
|
75
75
|
pulumi_aiven/get_open_search.py,sha256=H7XwH_9Sr552WJUkJIXIaBRZuaAXa7l-dNuvtyaFop8,22662
|
|
@@ -88,17 +88,17 @@ pulumi_aiven/get_pg_user.py,sha256=MwMMXmC-f6O5bBWJtVqW0ILRchZwL3icFy2ougshnyY,8
|
|
|
88
88
|
pulumi_aiven/get_project.py,sha256=2xcVnL2Meq9YnIU-9gnaCjM82jrsKVP-pua_oVUpICI,12311
|
|
89
89
|
pulumi_aiven/get_project_user.py,sha256=i3ip_La8okn6l-2mXkAeWS0FfH9xLsls5QCRxwy4nUM,5587
|
|
90
90
|
pulumi_aiven/get_project_vpc.py,sha256=M4wDUcR56X2GvGI4kfaxiYZOWX-5RC8FmotDYsKRmeg,6327
|
|
91
|
-
pulumi_aiven/get_redis.py,sha256=
|
|
91
|
+
pulumi_aiven/get_redis.py,sha256=C3UCj-Ey9-hhQfXLHt-jOdO5yxXO3N_z68FE82ez5pQ,21873
|
|
92
92
|
pulumi_aiven/get_redis_user.py,sha256=tSFTVOj-u1uUbNLsw66Bg79_QerWBcWZi3RFiaM91eE,9769
|
|
93
93
|
pulumi_aiven/get_service_component.py,sha256=ej2tl74FPoQfgdI3KYQABT_b1b9advsU_z23yLpJsto,10367
|
|
94
|
-
pulumi_aiven/get_service_integration.py,sha256=
|
|
95
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=
|
|
94
|
+
pulumi_aiven/get_service_integration.py,sha256=tY6VIPaYMcP_u1Sdku0AFO-GzhxbyDuNjOqQXO4Cxr0,21565
|
|
95
|
+
pulumi_aiven/get_service_integration_endpoint.py,sha256=lq4NjVNKEJzVE2qIey3OypQufjOasX7eGBywJFxBIAw,17256
|
|
96
96
|
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=7KYmjS-lxR5ipZNCkfLQMm0j8AFfRFe-TiTB9kzWY9s,9117
|
|
97
|
-
pulumi_aiven/grafana.py,sha256=
|
|
98
|
-
pulumi_aiven/influx_db.py,sha256=
|
|
97
|
+
pulumi_aiven/grafana.py,sha256=YMBstRgct1Y8Dou5dDuIrgja34ixPSyQYtBC0TqT_Xc,77620
|
|
98
|
+
pulumi_aiven/influx_db.py,sha256=Umimggf7YJXJy-bT85RblUtAgf6n62s2VYIdPbDbQXs,79426
|
|
99
99
|
pulumi_aiven/influxdb_database.py,sha256=-W78tVLUInwbQS0iHcBC5uToGVOQykTl3WlmO8HAUBQ,14040
|
|
100
100
|
pulumi_aiven/influxdb_user.py,sha256=SptXu0v0R8S_pFs-veNOZkeIvTrCWnCsAZMHb0Z3rjY,18226
|
|
101
|
-
pulumi_aiven/kafka.py,sha256=
|
|
101
|
+
pulumi_aiven/kafka.py,sha256=VDbez_3PeMw9Gs-FP9pFh0CBD8fh-8nuNaqDp-33ftw,84657
|
|
102
102
|
pulumi_aiven/kafka_acl.py,sha256=GLGuq8vGGI55_rjZ6Op6bZcAPTc1Iejgzr0DjS_S2sw,18524
|
|
103
103
|
pulumi_aiven/kafka_connect.py,sha256=Ayy9UJWzu9X9Mfse84dIHG1Kj21Y7hajBJdOqUSXzoI,78773
|
|
104
104
|
pulumi_aiven/kafka_connector.py,sha256=0nhFbsNowonePH47YTneuh5q-U-cPY927G7w5u7E3rk,24050
|
|
@@ -108,14 +108,14 @@ pulumi_aiven/kafka_schema_configuration.py,sha256=kJVMjKWs19pf0m16wtUnTboIkHj5-5
|
|
|
108
108
|
pulumi_aiven/kafka_schema_registry_acl.py,sha256=unoLvRS6Xx7oaKmYlyN3_laQrHAmMD4pj7SkZDlxqIE,19435
|
|
109
109
|
pulumi_aiven/kafka_topic.py,sha256=elP1YmNuQUBtvdYrJPiEJDpHJq8jtmpMCDo96SY36t8,23039
|
|
110
110
|
pulumi_aiven/kafka_user.py,sha256=EmDWeof7mZkmvaqEUXyX3Movvun9Tjzq3-zyM_qi7C0,18410
|
|
111
|
-
pulumi_aiven/m3_aggregator.py,sha256=
|
|
112
|
-
pulumi_aiven/m3_db.py,sha256=
|
|
111
|
+
pulumi_aiven/m3_aggregator.py,sha256=R3tJboDK4DBedihqQtqPIQhFzzW6QMPu3Kz7eAAFSa4,78198
|
|
112
|
+
pulumi_aiven/m3_db.py,sha256=s1OgStCLeFTlimSbNHTYxXtil3lAC3VBsSDAtQdHnhI,77264
|
|
113
113
|
pulumi_aiven/m3db_user.py,sha256=5svsu5nO-CwdR3Cp-OHej55L19fERWCjMFe3BUi9Zbg,16224
|
|
114
|
-
pulumi_aiven/mirror_maker_replication_flow.py,sha256=
|
|
115
|
-
pulumi_aiven/my_sql.py,sha256=
|
|
114
|
+
pulumi_aiven/mirror_maker_replication_flow.py,sha256=54VhbUgpBfpI57LT5iU7PgaISAh-su5Bhun0NKQeBnQ,40172
|
|
115
|
+
pulumi_aiven/my_sql.py,sha256=KY0K4FLYM7kTWibJMbcxkOtvz4XE53B2hfi1SeN-2Qg,77858
|
|
116
116
|
pulumi_aiven/mysql_database.py,sha256=V-PIDNBgrVHMCko7rVqi57vvoIjL8304E2RgawjrgHE,14754
|
|
117
117
|
pulumi_aiven/mysql_user.py,sha256=oiWZ0B1KJYCSl21uB61I-hB2gdmhzGiXNXx7xqLjs8M,21065
|
|
118
|
-
pulumi_aiven/open_search.py,sha256=
|
|
118
|
+
pulumi_aiven/open_search.py,sha256=Zed1LfajTCo5w9wTDM3BWovZRTVLLuOH5JZ1DLP1H0s,80065
|
|
119
119
|
pulumi_aiven/open_search_acl_config.py,sha256=t5lPy7nN2_08a9LK-4H-hwNS1PpS8aRoujLAoEbT_-o,17912
|
|
120
120
|
pulumi_aiven/open_search_acl_rule.py,sha256=_8D_sLAiM29SNMMjl1fLUzae8tgNQhLPmWaJAX_LwMs,21934
|
|
121
121
|
pulumi_aiven/opensearch_security_plugin_config.py,sha256=HpnFd2__mtiAwwOh9PFboST9zs8tRWruKvl_PFEaQKs,18636
|
|
@@ -128,26 +128,26 @@ pulumi_aiven/organization_user.py,sha256=0XAWD_j5GtN-YZz2vkCNOZLftYjQFSACR9Bxk4K
|
|
|
128
128
|
pulumi_aiven/organization_user_group.py,sha256=XTBcIrCH9uxRZewjGcMeWyEi91Zel3BrkIC0GcaNdfI,14704
|
|
129
129
|
pulumi_aiven/organization_user_group_member.py,sha256=hQNwloGq0KpEuSb0RCirDyA0bygxUSCM80_o-yOzb3o,14096
|
|
130
130
|
pulumi_aiven/organizational_unit.py,sha256=dgHOIJKfjAhuLeRsOI9vLYRwVfteIFrWKXe_kTBU-JU,11475
|
|
131
|
-
pulumi_aiven/outputs.py,sha256=
|
|
132
|
-
pulumi_aiven/pg.py,sha256=
|
|
131
|
+
pulumi_aiven/outputs.py,sha256=Ahr3zytMG20lWGihd8AbVRlo244KBcyL1jPq_r698GI,1652442
|
|
132
|
+
pulumi_aiven/pg.py,sha256=pOsirgL0ryQZmRHSfeTydDcXAxhTyI4AJXzsRn_cz0I,77421
|
|
133
133
|
pulumi_aiven/pg_database.py,sha256=qsYKZAioLzv2bzYAFVxLumkEV-2e031ysC77h9HkqLA,20021
|
|
134
134
|
pulumi_aiven/pg_user.py,sha256=O25YPH3N19lRc_QoLgw9NK9i8W2jys0dejq37f3EaXo,20775
|
|
135
135
|
pulumi_aiven/project.py,sha256=ArAEa2FDbKM-PkMxzPJascIcYq7BzSs5L0HPjAw7CAw,47105
|
|
136
136
|
pulumi_aiven/project_user.py,sha256=CAxxa2QCsyk1Apm-Mf7BZv5YeFbKbx8LxUEjtG5NUJA,13182
|
|
137
137
|
pulumi_aiven/project_vpc.py,sha256=_87HVOeC9IvAmG-fnln5tXW8Z3BdLCA8kER800tp5AE,13908
|
|
138
138
|
pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
|
|
139
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
139
|
+
pulumi_aiven/pulumi-plugin.json,sha256=x6zawHv6-nmK0CeXBpZP2jipuywgZ0q8edUo5R1yHYk,82
|
|
140
140
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
pulumi_aiven/redis.py,sha256=
|
|
141
|
+
pulumi_aiven/redis.py,sha256=mB_DTp6K5RYa32zelGGIAuHMaieKCTeMO0Hpj-d1Qac,77414
|
|
142
142
|
pulumi_aiven/redis_user.py,sha256=jGHT0lw0egvRigZIBlokBIE6-_c8sbjhFM2bJLoaGHg,29184
|
|
143
|
-
pulumi_aiven/service_integration.py,sha256=
|
|
144
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=
|
|
143
|
+
pulumi_aiven/service_integration.py,sha256=q1dmSrzqqM9Mda23QGWpfZGJgfq7ltFNxYU4AsF5WdY,68745
|
|
144
|
+
pulumi_aiven/service_integration_endpoint.py,sha256=R_OO7UKvO5XSK50-h1ynwES2djWuSpMxNeHUbzC-M4o,59930
|
|
145
145
|
pulumi_aiven/static_ip.py,sha256=gtPEBjinCRn1W_Eth41uMApeqQ1kN8jQFt9xFmHrcTw,13926
|
|
146
146
|
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=CCP3cTy2oJVGieXjKEXi44-MFF8m7ztqyQpsSu19fLw,22959
|
|
147
147
|
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
148
148
|
pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
|
|
149
149
|
pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
|
|
150
|
-
pulumi_aiven-6.16.
|
|
151
|
-
pulumi_aiven-6.16.
|
|
152
|
-
pulumi_aiven-6.16.
|
|
153
|
-
pulumi_aiven-6.16.
|
|
150
|
+
pulumi_aiven-6.16.0a1715922839.dist-info/METADATA,sha256=J78p0KLuTL95PW3cgCKVGcJHgTt8FwWv1ZIJYzO5uXY,2532
|
|
151
|
+
pulumi_aiven-6.16.0a1715922839.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
152
|
+
pulumi_aiven-6.16.0a1715922839.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
153
|
+
pulumi_aiven-6.16.0a1715922839.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|