pulumi-aiven 6.33.0a1738213611__py3-none-any.whl → 6.34.0a1738300020__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +27 -0
- pulumi_aiven/_inputs.py +677 -21
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/connection_pool.py +7 -7
- pulumi_aiven/flink_application.py +2 -2
- pulumi_aiven/flink_application_deployment.py +2 -2
- pulumi_aiven/flink_jar_application.py +506 -0
- pulumi_aiven/flink_jar_application_deployment.py +808 -0
- pulumi_aiven/flink_jar_application_version.py +537 -0
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_connection_pool.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +13 -13
- pulumi_aiven/get_mysql_user.py +1 -1
- pulumi_aiven/get_open_search_acl_rule.py +3 -3
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_component.py +3 -3
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/kafka_mirror_maker.py +10 -10
- pulumi_aiven/kafka_native_acl.py +7 -7
- pulumi_aiven/m3_db.py +14 -2
- pulumi_aiven/m3db_user.py +14 -2
- pulumi_aiven/mirror_maker_replication_flow.py +59 -59
- pulumi_aiven/mysql_user.py +7 -7
- pulumi_aiven/open_search_acl_rule.py +7 -7
- pulumi_aiven/organization_application_user_token.py +7 -7
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +7 -7
- pulumi_aiven/outputs.py +536 -26
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +18 -2
- pulumi_aiven/redis_user.py +18 -2
- pulumi_aiven/service_integration_endpoint.py +7 -7
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/RECORD +38 -35
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/top_level.txt +0 -0
pulumi_aiven/project_user.py
CHANGED
|
@@ -25,7 +25,7 @@ class ProjectUserArgs:
|
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a ProjectUser resource.
|
|
27
27
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
28
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
28
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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
29
|
: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.
|
|
30
30
|
"""
|
|
31
31
|
pulumi.set(__self__, "email", email)
|
|
@@ -48,7 +48,7 @@ class ProjectUserArgs:
|
|
|
48
48
|
@pulumi.getter(name="memberType")
|
|
49
49
|
def member_type(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
51
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
51
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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
52
|
"""
|
|
53
53
|
return pulumi.get(self, "member_type")
|
|
54
54
|
|
|
@@ -80,7 +80,7 @@ class _ProjectUserState:
|
|
|
80
80
|
Input properties used for looking up and filtering ProjectUser resources.
|
|
81
81
|
:param pulumi.Input[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.
|
|
82
82
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
83
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
83
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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
84
|
: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.
|
|
85
85
|
"""
|
|
86
86
|
if accepted is not None:
|
|
@@ -120,7 +120,7 @@ class _ProjectUserState:
|
|
|
120
120
|
@pulumi.getter(name="memberType")
|
|
121
121
|
def member_type(self) -> Optional[pulumi.Input[str]]:
|
|
122
122
|
"""
|
|
123
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
123
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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
124
|
"""
|
|
125
125
|
return pulumi.get(self, "member_type")
|
|
126
126
|
|
|
@@ -178,7 +178,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
178
178
|
:param str resource_name: The name of the resource.
|
|
179
179
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
180
180
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
181
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
181
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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`.
|
|
182
182
|
: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.
|
|
183
183
|
"""
|
|
184
184
|
...
|
|
@@ -272,7 +272,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
272
272
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
273
273
|
:param pulumi.Input[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.
|
|
274
274
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
275
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
275
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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`.
|
|
276
276
|
: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.
|
|
277
277
|
"""
|
|
278
278
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -305,7 +305,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
305
305
|
@pulumi.getter(name="memberType")
|
|
306
306
|
def member_type(self) -> pulumi.Output[str]:
|
|
307
307
|
"""
|
|
308
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
308
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `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`.
|
|
309
309
|
"""
|
|
310
310
|
return pulumi.get(self, "member_type")
|
|
311
311
|
|
pulumi_aiven/pulumi-plugin.json
CHANGED
pulumi_aiven/redis.py
CHANGED
|
@@ -770,7 +770,15 @@ class Redis(pulumi.CustomResource):
|
|
|
770
770
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
771
771
|
__props__=None):
|
|
772
772
|
"""
|
|
773
|
-
|
|
773
|
+
Creates and manages and [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service.
|
|
774
|
+
|
|
775
|
+
> **End of life notice**
|
|
776
|
+
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
777
|
+
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
778
|
+
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
|
779
|
+
From **March 31st, 2025**, Aiven for Caching will no longer be available and all existing services will be migrated to Aiven for Valkey™.
|
|
780
|
+
You can [upgrade to Valkey for free](https://aiven.io/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey) before then
|
|
781
|
+
and update your existing `Redis` resources.
|
|
774
782
|
|
|
775
783
|
## Example Usage
|
|
776
784
|
|
|
@@ -825,7 +833,15 @@ class Redis(pulumi.CustomResource):
|
|
|
825
833
|
args: RedisArgs,
|
|
826
834
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
827
835
|
"""
|
|
828
|
-
|
|
836
|
+
Creates and manages and [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service.
|
|
837
|
+
|
|
838
|
+
> **End of life notice**
|
|
839
|
+
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
840
|
+
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
841
|
+
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
|
842
|
+
From **March 31st, 2025**, Aiven for Caching will no longer be available and all existing services will be migrated to Aiven for Valkey™.
|
|
843
|
+
You can [upgrade to Valkey for free](https://aiven.io/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey) before then
|
|
844
|
+
and update your existing `Redis` resources.
|
|
829
845
|
|
|
830
846
|
## Example Usage
|
|
831
847
|
|
pulumi_aiven/redis_user.py
CHANGED
|
@@ -316,7 +316,15 @@ class RedisUser(pulumi.CustomResource):
|
|
|
316
316
|
username: Optional[pulumi.Input[str]] = None,
|
|
317
317
|
__props__=None):
|
|
318
318
|
"""
|
|
319
|
-
|
|
319
|
+
Creates and manages an [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service user.
|
|
320
|
+
|
|
321
|
+
> **End of life notice**
|
|
322
|
+
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
323
|
+
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
324
|
+
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
|
325
|
+
From **March 31st, 2025**, Aiven for Caching will no longer be available and all existing services will be migrated to Aiven for Valkey™.
|
|
326
|
+
You can [upgrade to Valkey for free](https://aiven.io/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey) before then
|
|
327
|
+
and update your existing `Redis` resources.
|
|
320
328
|
|
|
321
329
|
## Example Usage
|
|
322
330
|
|
|
@@ -355,7 +363,15 @@ class RedisUser(pulumi.CustomResource):
|
|
|
355
363
|
args: RedisUserArgs,
|
|
356
364
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
357
365
|
"""
|
|
358
|
-
|
|
366
|
+
Creates and manages an [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service user.
|
|
367
|
+
|
|
368
|
+
> **End of life notice**
|
|
369
|
+
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
370
|
+
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
371
|
+
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
|
372
|
+
From **March 31st, 2025**, Aiven for Caching will no longer be available and all existing services will be migrated to Aiven for Valkey™.
|
|
373
|
+
You can [upgrade to Valkey for free](https://aiven.io/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey) before then
|
|
374
|
+
and update your existing `Redis` resources.
|
|
359
375
|
|
|
360
376
|
## Example Usage
|
|
361
377
|
|
|
@@ -46,7 +46,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
46
46
|
"""
|
|
47
47
|
The set of arguments for constructing a ServiceIntegrationEndpoint resource.
|
|
48
48
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint.
|
|
49
|
-
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
49
|
+
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
50
50
|
:param pulumi.Input[str] project: Project the service integration endpoint is in.
|
|
51
51
|
:param pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs'] autoscaler_user_config: Autoscaler user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
52
52
|
:param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] 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
|
|
@@ -126,7 +126,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
126
126
|
@pulumi.getter(name="endpointType")
|
|
127
127
|
def endpoint_type(self) -> pulumi.Input[str]:
|
|
128
128
|
"""
|
|
129
|
-
The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
129
|
+
The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
130
130
|
"""
|
|
131
131
|
return pulumi.get(self, "endpoint_type")
|
|
132
132
|
|
|
@@ -407,7 +407,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
407
407
|
:param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] 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
|
|
408
408
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: Backend configuration for the endpoint.
|
|
409
409
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint.
|
|
410
|
-
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
410
|
+
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
411
411
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
412
412
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
413
413
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs'] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -526,7 +526,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
526
526
|
@pulumi.getter(name="endpointType")
|
|
527
527
|
def endpoint_type(self) -> Optional[pulumi.Input[str]]:
|
|
528
528
|
"""
|
|
529
|
-
The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
529
|
+
The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
530
530
|
"""
|
|
531
531
|
return pulumi.get(self, "endpoint_type")
|
|
532
532
|
|
|
@@ -821,7 +821,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
821
821
|
:param pulumi.Input[Union['ServiceIntegrationEndpointAutoscalerUserConfigArgs', 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict']] autoscaler_user_config: Autoscaler user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
822
822
|
:param pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']] 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
|
|
823
823
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint.
|
|
824
|
-
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
824
|
+
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
825
825
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
826
826
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
827
827
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -1003,7 +1003,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1003
1003
|
:param pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']] 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
|
|
1004
1004
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: Backend configuration for the endpoint.
|
|
1005
1005
|
:param pulumi.Input[str] endpoint_name: Name of the service integration endpoint.
|
|
1006
|
-
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
1006
|
+
:param pulumi.Input[str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
1007
1007
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1008
1008
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1009
1009
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -1088,7 +1088,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1088
1088
|
@pulumi.getter(name="endpointType")
|
|
1089
1089
|
def endpoint_type(self) -> pulumi.Output[str]:
|
|
1090
1090
|
"""
|
|
1091
|
-
The type of service integration endpoint. The possible values are `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_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
1091
|
+
The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
1092
1092
|
"""
|
|
1093
1093
|
return pulumi.get(self, "endpoint_type")
|
|
1094
1094
|
|
{pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256=
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=
|
|
1
|
+
pulumi_aiven/__init__.py,sha256=5y8VhRPfmAISUO30PtEKPN5_oCtDsugQW8upv9BgCMA,20706
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=RpX84iNUTcmBW2kM4T__lwkJhiZLWr2u_NHEVITaezg,1853904
|
|
3
3
|
pulumi_aiven/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
|
|
4
4
|
pulumi_aiven/account.py,sha256=INnmCQlB-rYogssxx8zMP5hrPGS3DAr03GccSR_qSe8,17025
|
|
5
5
|
pulumi_aiven/account_authentication.py,sha256=6YMnR97tSsbDGTeC-4Z0WRG3PyRxeZZyi3o6X1BX3jg,37749
|
|
6
6
|
pulumi_aiven/account_team.py,sha256=hcV_T88ON6X0lgflCbEGDK-BwrmsBb40fHbz85VeS9I,13101
|
|
7
7
|
pulumi_aiven/account_team_member.py,sha256=fJdyOsgcC8M3HDUqvtNVqUt6xRvX4BXXsypovPlZEVQ,18773
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=
|
|
8
|
+
pulumi_aiven/account_team_project.py,sha256=OwSVz2DozBf1URoMlEhGF7HEbkB8J60OG3aNsaLsi7o,20137
|
|
9
9
|
pulumi_aiven/alloydbomni.py,sha256=mZYaO9O0evtsuv3VgJhTmLIQWfBB-CNqGTFXTLxP9I0,87725
|
|
10
10
|
pulumi_aiven/alloydbomni_database.py,sha256=n3rwkVX0ynylHMIn-OuwnKDxvRuCC3Gpvj_9SPxLJAU,18039
|
|
11
11
|
pulumi_aiven/alloydbomni_user.py,sha256=-sDD0LusLNx7IMhhFTG4WH3mNWoAPXX1N9RPY_Aj9dk,20850
|
|
@@ -22,12 +22,15 @@ pulumi_aiven/clickhouse_database.py,sha256=3AccenssqnWTpq-yiDu7S17E1KO0LBEE_ncAh
|
|
|
22
22
|
pulumi_aiven/clickhouse_grant.py,sha256=WgLrOGgpx7bZ3bL5cRf_QiCJgOFPalwGTWh0orhj8wg,25522
|
|
23
23
|
pulumi_aiven/clickhouse_role.py,sha256=kXZpuUPpR8ZCnpyIT3z1cmAS48VlQaJ2fgUaeekCRYk,12661
|
|
24
24
|
pulumi_aiven/clickhouse_user.py,sha256=jEZC3zc9B4SrE5Lt4UJJ4ju3rZ8IYEfcH3rt8xDOvNA,15961
|
|
25
|
-
pulumi_aiven/connection_pool.py,sha256=
|
|
25
|
+
pulumi_aiven/connection_pool.py,sha256=mKO5JhZsQuJLtibmEnwcd35A5nKGiAysElGaVe0SYLQ,26425
|
|
26
26
|
pulumi_aiven/dragonfly.py,sha256=LQSN1bgKQMHLIzn9BnmaZX2cICZc3-s0Ua_UtVV-cnE,82926
|
|
27
27
|
pulumi_aiven/flink.py,sha256=vxs3uk7GFRJErGGLUfQwPDGJtjTYT_7Fsf7FxuP-aMw,82154
|
|
28
|
-
pulumi_aiven/flink_application.py,sha256=
|
|
29
|
-
pulumi_aiven/flink_application_deployment.py,sha256=
|
|
28
|
+
pulumi_aiven/flink_application.py,sha256=4YK2bYg2RwA7N-mLED_je4cJcykTgAOQO820S2pVkhw,17774
|
|
29
|
+
pulumi_aiven/flink_application_deployment.py,sha256=THWAD80_Eu7T2eUThMhU8fZIWslwlUCmbsjYEPXhb0o,26404
|
|
30
30
|
pulumi_aiven/flink_application_version.py,sha256=oeAmiDvy_jyKfKAk31mELiwLn-lsii-7adDnB2qQnxc,34302
|
|
31
|
+
pulumi_aiven/flink_jar_application.py,sha256=Yqj0tE1HV54q82tFwZnf5-nva-c5Bo7nEZBGq6QH9A0,21298
|
|
32
|
+
pulumi_aiven/flink_jar_application_deployment.py,sha256=Hhcfps5GozSRYSEHKYqyVedDJ_AGNbKNL5n8gxZFyh4,38217
|
|
33
|
+
pulumi_aiven/flink_jar_application_version.py,sha256=iZUJyZmkloDzLzRzqIZkAfBogPYUkk8RKbKeuE458zY,22458
|
|
31
34
|
pulumi_aiven/gcp_privatelink.py,sha256=BwvWda8bc7RCNnxmzJ0WFGSdUo2tIn6JVYESdCNiSgw,14178
|
|
32
35
|
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=V6AKvAlaSeveYgPWMRoqAuW2Hxx56Xh51QOWl-bg4n8,17064
|
|
33
36
|
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=3WAsDLGtnKvpYCn2zbN8yCczZNTQFHRm361drkwpCAQ,15112
|
|
@@ -35,7 +38,7 @@ pulumi_aiven/get_account.py,sha256=P8LwXLegN6hma4ixJemYEv-zJFCrwNNl2INh5TP3b9A,7
|
|
|
35
38
|
pulumi_aiven/get_account_authentication.py,sha256=-1lnvFiCBs7KRFO6B72dQZNVGnzlBtF_5AFjS54JADw,14549
|
|
36
39
|
pulumi_aiven/get_account_team.py,sha256=GBrYW75NSMBAhmvbxcWykucqJw9kvQ-_d-xevrKp6Pw,5692
|
|
37
40
|
pulumi_aiven/get_account_team_member.py,sha256=YhU8WpoRNk83PXLjvmDawHNl_GPBllLVMYsrt7bI2ts,8114
|
|
38
|
-
pulumi_aiven/get_account_team_project.py,sha256=
|
|
41
|
+
pulumi_aiven/get_account_team_project.py,sha256=HBhWXv13_0V3LZ--cgKOCqRtyU1iadI1xAyIdsI6UTo,6623
|
|
39
42
|
pulumi_aiven/get_alloydbomni.py,sha256=mr5YWXGQp0CMcZwpFj0F9wyBxBqxYHjBfh3jiRRGS7Q,26232
|
|
40
43
|
pulumi_aiven/get_alloydbomni_database.py,sha256=zfUOJytvP66qYTFkzNh9F955qmBki2Zpdfm1B6cEpPI,8124
|
|
41
44
|
pulumi_aiven/get_alloydbomni_user.py,sha256=Pijq1wynNUPFXVFsyDTq_jYDmdZK-UNUi08nMl5Saqc,9723
|
|
@@ -50,7 +53,7 @@ pulumi_aiven/get_cassandra_user.py,sha256=QispY1inYDVdir_TKEss7pZMMjNcN4jpSf3Feu
|
|
|
50
53
|
pulumi_aiven/get_clickhouse.py,sha256=CtdAFASW6_KlmehJifk4AP6Jiq0UEH5xndN3eD-Gytk,25393
|
|
51
54
|
pulumi_aiven/get_clickhouse_database.py,sha256=60ctSHunWxEtd5I2h_XTdIPVJN52-6A3sIaRITSD45I,7432
|
|
52
55
|
pulumi_aiven/get_clickhouse_user.py,sha256=eYI1x3zX-ph1cC0ej7Pd0BaCkXTjYW07NgXryJ_3T50,8166
|
|
53
|
-
pulumi_aiven/get_connection_pool.py,sha256=
|
|
56
|
+
pulumi_aiven/get_connection_pool.py,sha256=vA7k4WLg9qGTnmGypyZ07Un50f0xgTsdkUOs-aK8-yQ,10161
|
|
54
57
|
pulumi_aiven/get_dragonfly.py,sha256=8XNxZYGYzbONfR57oW26FBDcex7xpeUmggJoehGcxzc,25353
|
|
55
58
|
pulumi_aiven/get_external_identity.py,sha256=ATEl3bNKhh0WbUe3E6QqaUDvyqlCCBagidTbyq_iGRo,7224
|
|
56
59
|
pulumi_aiven/get_flink.py,sha256=tiTQQ5lTVbOM_JcqRVkRvf3ld5XrNw4NY0kelb4LDxY,25073
|
|
@@ -66,7 +69,7 @@ pulumi_aiven/get_kafka.py,sha256=x9q6jqj48NnL-5qk8324Br8D0BuvnB2J3iQ4B2XJraE,262
|
|
|
66
69
|
pulumi_aiven/get_kafka_acl.py,sha256=dcIVZw31L7VXuLEMc_KnCe4_UQEMcrQ_O1A80HbFKNA,9317
|
|
67
70
|
pulumi_aiven/get_kafka_connect.py,sha256=Q-JhkD4U3HKxlN_ygVQzY8aPeSAl81ceY2gYyo2L6ag,24954
|
|
68
71
|
pulumi_aiven/get_kafka_connector.py,sha256=Tgd-EeR8UYBAEyEIFyQUMNc-XAkrd3Vnk8FJXYc40Hs,11500
|
|
69
|
-
pulumi_aiven/get_kafka_mirror_maker.py,sha256=
|
|
72
|
+
pulumi_aiven/get_kafka_mirror_maker.py,sha256=_C3y9DZgQDqNLL5BGDoUa7GaloA1CjJ19u1CjmR9pvY,25176
|
|
70
73
|
pulumi_aiven/get_kafka_schema.py,sha256=9NX1U1Dc0NQJo9EIJgHcjY32GXSf_26kkx6wM26LYNA,9272
|
|
71
74
|
pulumi_aiven/get_kafka_schema_configuration.py,sha256=yD8wISSNgDvuH80-311fsDGJApPwnKqf8fQBwtF3J9k,9308
|
|
72
75
|
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=MQFzHDFCvm4ghFy96wLIvnerRcdJZ0fBL0CR5eWLmtI,9525
|
|
@@ -75,13 +78,13 @@ pulumi_aiven/get_kafka_user.py,sha256=1FYz0BihsxiOMYoE_mGo7T3C-VHGf2ajx1rTyZTgRk
|
|
|
75
78
|
pulumi_aiven/get_m3_aggregator.py,sha256=Hx6n-heEb9AEXmp9MwP850f9NR_XkOt4VFI4Sl2zuN4,25526
|
|
76
79
|
pulumi_aiven/get_m3_db.py,sha256=RwutQb-HH4PQha3zg1GNIft5Y2SFNMnt3PwYucfcm7c,24993
|
|
77
80
|
pulumi_aiven/get_m3db_user.py,sha256=MQui7D03Z04s3dMf_oQdkBgGJtonwtEJVIfS8cnv3N4,7765
|
|
78
|
-
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=
|
|
81
|
+
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=EMPwQZnhGgZ4YRMc7KvkwX1WmsvnikLF2410cX17h5s,18857
|
|
79
82
|
pulumi_aiven/get_my_sql.py,sha256=3B15WfaxtqP0XFpMHjuU3ANldHUt1UyERuhGVeOo0PA,25068
|
|
80
83
|
pulumi_aiven/get_mysql_database.py,sha256=7ujLprub-ShAxwO5Fc-ZuNWX5PUssjcM2-71-S-jUtc,7549
|
|
81
|
-
pulumi_aiven/get_mysql_user.py,sha256=
|
|
84
|
+
pulumi_aiven/get_mysql_user.py,sha256=2HAVgde0KD3tM5DdEeIlAg2gdgT8zEl0bzy8ZxQ2ZyU,9618
|
|
82
85
|
pulumi_aiven/get_open_search.py,sha256=uugZ8OF-CjEPmEXhf3R9W-XuhzBo4Z-58ZwCx1-CiTI,25411
|
|
83
86
|
pulumi_aiven/get_open_search_acl_config.py,sha256=8yvBsizCgnKsdfgjhEnmzLom5YLJt_mUx_6UuhW2SZI,7316
|
|
84
|
-
pulumi_aiven/get_open_search_acl_rule.py,sha256=
|
|
87
|
+
pulumi_aiven/get_open_search_acl_rule.py,sha256=TQtLCoBXYYQToQ3pm7vRG7xZOSZ2asbPKGOk5Ju87fQ,9395
|
|
85
88
|
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=NQoupeUg-KsfMs8vdzJHA9OV7izO7PFcrMZDCFlmg14,8739
|
|
86
89
|
pulumi_aiven/get_opensearch_user.py,sha256=Hs_oNxsL7ucFSIncl6rvU88d47c0xViZocpQ7GTQ0s4,7974
|
|
87
90
|
pulumi_aiven/get_organization.py,sha256=TTO1zDKARL0i73H3l5DXoa4MxtegDKDYNY6sJ9Es4wU,5438
|
|
@@ -94,13 +97,13 @@ pulumi_aiven/get_pg.py,sha256=B9yOq-ETPbZijDF8MD6z1lR1F4z8vV76DhvI0Yq_Ppw,24891
|
|
|
94
97
|
pulumi_aiven/get_pg_database.py,sha256=nbthL5lzecWQBNX5zgYaVe4vcsAID_sazsyWvNHSL4c,8761
|
|
95
98
|
pulumi_aiven/get_pg_user.py,sha256=m1_Ni-H0sA1ko0tjF9Xc2GIZKg_Oopkrr7Mq-xzogK4,9694
|
|
96
99
|
pulumi_aiven/get_project.py,sha256=fOV7n7uiTuuIKKFLPnNvCQjtD7ZpG0_RrDAtV0OqKz8,13799
|
|
97
|
-
pulumi_aiven/get_project_user.py,sha256=
|
|
100
|
+
pulumi_aiven/get_project_user.py,sha256=uTK2rzSB6_ZeKBYw4zBb9bID15kghlC5d-mi5WvR5Ms,7088
|
|
98
101
|
pulumi_aiven/get_project_vpc.py,sha256=JYEsp1qhlCsN0EFgeFpkSdrpM8jrzg2aFxMfxR2otKA,7213
|
|
99
102
|
pulumi_aiven/get_redis.py,sha256=zlb0mLuZM8YAt3nLVboHaIdnBjP4J6DI9_Lt3VgPjrE,25034
|
|
100
103
|
pulumi_aiven/get_redis_user.py,sha256=DGRj03Y2DKtq0KDwczZxXeL55qjUrPZ7kYdM3kImsPg,10955
|
|
101
|
-
pulumi_aiven/get_service_component.py,sha256=
|
|
104
|
+
pulumi_aiven/get_service_component.py,sha256=xZLh42nkt6yZqviv_jlbn4SCIsB_77Wbs0EJtlpStmE,12259
|
|
102
105
|
pulumi_aiven/get_service_integration.py,sha256=_BOv3_39LFOA0Vqdo0fzGQD1Vwyi-y86QhKqlBIUK9M,28827
|
|
103
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=
|
|
106
|
+
pulumi_aiven/get_service_integration_endpoint.py,sha256=WVR0arOUnpMVaK3Y7nx9_l3_WLkWq9ql3Png2bZvi18,27501
|
|
104
107
|
pulumi_aiven/get_thanos.py,sha256=LpoHyf088LoIyDtna4qItc0-zAcUgh2unGI5I_FYh9w,25112
|
|
105
108
|
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=TJ1b7PCUf7KbiWquLmPVia2GcHwMHYEiTqA6H3yaAYk,10339
|
|
106
109
|
pulumi_aiven/get_valkey.py,sha256=t0U7txX80UCTkGPwEpJj2iqwVax4dR5H9hvdCwo7Hc8,25119
|
|
@@ -113,8 +116,8 @@ pulumi_aiven/kafka.py,sha256=gFioDdFwDo25c9iGQEwga0CvB8WE9x_r6824S2MTlNw,88182
|
|
|
113
116
|
pulumi_aiven/kafka_acl.py,sha256=AHdXsntDeN-3f60RGfNErDshZu0HJseRkwRge-JL5W4,19280
|
|
114
117
|
pulumi_aiven/kafka_connect.py,sha256=dVkzYMb-i0bxMxF1tkIrLXUjpbZp4t90_mE9QHgn7nU,84585
|
|
115
118
|
pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
|
|
116
|
-
pulumi_aiven/kafka_mirror_maker.py,sha256=
|
|
117
|
-
pulumi_aiven/kafka_native_acl.py,sha256=
|
|
119
|
+
pulumi_aiven/kafka_mirror_maker.py,sha256=h5etGj-YVZrcYKUky7-1fB_HUAjqHRPixS9epQpay-M,82379
|
|
120
|
+
pulumi_aiven/kafka_native_acl.py,sha256=5lvICKX4I_Wy2_aP9GXwnq6nYZqfMZg8rhUpkj9mhc4,33592
|
|
118
121
|
pulumi_aiven/kafka_quota.py,sha256=ozluSjxzNlxGtO3PVQdXoeEZ1iXKQwnEirRCIsTRcFI,32450
|
|
119
122
|
pulumi_aiven/kafka_schema.py,sha256=lz5TNa-kwI9c7Mthi_cIqXooMz-HRmI-Kb5vb4KZdak,22834
|
|
120
123
|
pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
|
|
@@ -122,40 +125,40 @@ pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHI
|
|
|
122
125
|
pulumi_aiven/kafka_topic.py,sha256=jqzC7tTVZ_sw5nxw0zksE5wGPKK_zQC8yyon_4PQgiA,29553
|
|
123
126
|
pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
|
|
124
127
|
pulumi_aiven/m3_aggregator.py,sha256=1X0a5vsHJXqtI8iIClSo-ZnRIfrbw90syepwW8yiBXg,83710
|
|
125
|
-
pulumi_aiven/m3_db.py,sha256=
|
|
126
|
-
pulumi_aiven/m3db_user.py,sha256=
|
|
127
|
-
pulumi_aiven/mirror_maker_replication_flow.py,sha256=
|
|
128
|
+
pulumi_aiven/m3_db.py,sha256=CSUo8dgNma8qP_Av_AlFyk_xq2XKo7TBovtkv9WKMKc,82903
|
|
129
|
+
pulumi_aiven/m3db_user.py,sha256=Zr553USrA1mdeHpkXgJGo2_ZWW5-I4p3ZWaJ-zM8xOE,17156
|
|
130
|
+
pulumi_aiven/mirror_maker_replication_flow.py,sha256=qeIWF2Ca6LfOhdOplndjAHY4zIBhptOej_CZ2Wpz6-w,56018
|
|
128
131
|
pulumi_aiven/my_sql.py,sha256=TWXXbzPhyaT2i87iqWjjnD3wib0ybmY0QQCmxHJMfU8,82595
|
|
129
132
|
pulumi_aiven/mysql_database.py,sha256=tBEpJc0BsF36NoU7mUwEVml0b_ePoZpHMAgqYLljFjs,14928
|
|
130
|
-
pulumi_aiven/mysql_user.py,sha256=
|
|
133
|
+
pulumi_aiven/mysql_user.py,sha256=iWyuVFkWRLWHI7FCpugw6jvAti7MD0y2rYEc_l56qbY,21295
|
|
131
134
|
pulumi_aiven/open_search.py,sha256=MJDLbJ5VWlI0_vZLpC_0v_6jcBM6FTnYPYp5_pe9zJw,84167
|
|
132
135
|
pulumi_aiven/open_search_acl_config.py,sha256=hx6VItyEtILyqkcLtv0F-YgBzV1-9whrq4IjIm2Q7kc,18086
|
|
133
|
-
pulumi_aiven/open_search_acl_rule.py,sha256=
|
|
136
|
+
pulumi_aiven/open_search_acl_rule.py,sha256=1lPbyUob1hcPSFjmTJSf0ZBjw_Ko_hxuXgOoreAgJLU,22108
|
|
134
137
|
pulumi_aiven/opensearch_security_plugin_config.py,sha256=ilYhnGcz2EZhRBYmntgpgtPvQhdkN6EEk0dBONtgHXg,18810
|
|
135
138
|
pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqpjc,16662
|
|
136
139
|
pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
|
|
137
140
|
pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
|
|
138
|
-
pulumi_aiven/organization_application_user_token.py,sha256
|
|
139
|
-
pulumi_aiven/organization_group_project.py,sha256=
|
|
140
|
-
pulumi_aiven/organization_permission.py,sha256=
|
|
141
|
+
pulumi_aiven/organization_application_user_token.py,sha256=-RgkHO9OHKTzSEaO22NXoaNCthi850msfDNniM2Q80w,33026
|
|
142
|
+
pulumi_aiven/organization_group_project.py,sha256=8_HhJEEGWoSCajubHdlq1cHlzpcvUT2yBwc6wRMgYZU,19653
|
|
143
|
+
pulumi_aiven/organization_permission.py,sha256=AUnkGLzmN8FP1RBahWCLWwxlXN_cAloP-ENG-KM7_GU,18103
|
|
141
144
|
pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
|
|
142
145
|
pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
|
|
143
146
|
pulumi_aiven/organization_user_group_member.py,sha256=zFrHP5w71oTTFUWi7BlCh9HzsXMzJTJ4JZdbo2wAHOg,15120
|
|
144
147
|
pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
|
|
145
|
-
pulumi_aiven/outputs.py,sha256=
|
|
148
|
+
pulumi_aiven/outputs.py,sha256=yuze8beiy74SKvBn32vWoecGO6_CwWiD5QfBoPmdji8,2377854
|
|
146
149
|
pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
|
|
147
150
|
pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
|
|
148
151
|
pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
|
|
149
152
|
pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
|
|
150
|
-
pulumi_aiven/project_user.py,sha256=
|
|
153
|
+
pulumi_aiven/project_user.py,sha256=1HddwmJKvI2kmmTrocyaNtBaZ6S3KNcdGWY6eKVEVtM,18621
|
|
151
154
|
pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
|
|
152
155
|
pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
|
|
153
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
156
|
+
pulumi_aiven/pulumi-plugin.json,sha256=gaT7peOqWYxg6FdKgJ4EtCnV52iu6Ir_8voQAGdOq4I,82
|
|
154
157
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
|
-
pulumi_aiven/redis.py,sha256=
|
|
156
|
-
pulumi_aiven/redis_user.py,sha256=
|
|
158
|
+
pulumi_aiven/redis.py,sha256=ouzHXl48knKw_2uiUpGXwOIGzeb94RJsoubjRJulzYg,83894
|
|
159
|
+
pulumi_aiven/redis_user.py,sha256=g0KyYWPzL3SnBL7mXayatrQ8Jh5Tz7Oy7McEPVws-KA,31116
|
|
157
160
|
pulumi_aiven/service_integration.py,sha256=W12_WjK4tlj2uVmQfhvpqAFyON4gYtjZM8O3lWuUZtA,94185
|
|
158
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=
|
|
161
|
+
pulumi_aiven/service_integration_endpoint.py,sha256=zxrW8N94hQmbMrzphEZYljqU-OQNOPHF3KAsACePaxE,105603
|
|
159
162
|
pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
|
|
160
163
|
pulumi_aiven/thanos.py,sha256=3CUGk9YtNfo740bis3bhI7CPyvTKDarqO8M6AS9gGMY,82423
|
|
161
164
|
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
|
|
@@ -164,7 +167,7 @@ pulumi_aiven/valkey_user.py,sha256=fiaXYiB5NUMWh3Q3goGrGU6eYRU26z7BunaJiaxrPmY,3
|
|
|
164
167
|
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
165
168
|
pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
|
|
166
169
|
pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
|
|
167
|
-
pulumi_aiven-6.
|
|
168
|
-
pulumi_aiven-6.
|
|
169
|
-
pulumi_aiven-6.
|
|
170
|
-
pulumi_aiven-6.
|
|
170
|
+
pulumi_aiven-6.34.0a1738300020.dist-info/METADATA,sha256=MWJJ1lbDb_znbgGFqXkTwK1HawrY0lHKUpVxe00gexI,2595
|
|
171
|
+
pulumi_aiven-6.34.0a1738300020.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
172
|
+
pulumi_aiven-6.34.0a1738300020.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
173
|
+
pulumi_aiven-6.34.0a1738300020.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/top_level.txt
RENAMED
|
File without changes
|