pulumi-aiven 6.30.0a1734498430__py3-none-any.whl → 6.30.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +30 -0
- pulumi_aiven/_inputs.py +2961 -67
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +1335 -0
- pulumi_aiven/alloydbomni_database.py +347 -0
- pulumi_aiven/alloydbomni_user.py +433 -0
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_alloydbomni.py +499 -0
- pulumi_aiven/get_alloydbomni_database.py +168 -0
- pulumi_aiven/get_alloydbomni_user.py +210 -0
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_external_identity.py +3 -3
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_integration.py +32 -4
- pulumi_aiven/kafka_acl.py +6 -4
- pulumi_aiven/kafka_native_acl.py +98 -44
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +56 -6
- pulumi_aiven/outputs.py +20185 -16451
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration.py +98 -4
- {pulumi_aiven-6.30.0a1734498430.dist-info → pulumi_aiven-6.30.1.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.30.0a1734498430.dist-info → pulumi_aiven-6.30.1.dist-info}/RECORD +27 -21
- {pulumi_aiven-6.30.0a1734498430.dist-info → pulumi_aiven-6.30.1.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.30.0a1734498430.dist-info → pulumi_aiven-6.30.1.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:
|
|
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: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:
|
|
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: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:
|
|
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: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:
|
|
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: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:
|
|
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: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:
|
|
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: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:
|
|
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: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
|
@@ -28,6 +28,7 @@ class ServiceIntegrationArgs:
|
|
|
28
28
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
29
29
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
30
30
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
destination_service_project: Optional[pulumi.Input[str]] = None,
|
|
31
32
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
32
33
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
33
34
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
@@ -40,7 +41,8 @@ class ServiceIntegrationArgs:
|
|
|
40
41
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
41
42
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
42
43
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
43
|
-
source_service_name: Optional[pulumi.Input[str]] = None
|
|
44
|
+
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
45
|
+
source_service_project: Optional[pulumi.Input[str]] = None):
|
|
44
46
|
"""
|
|
45
47
|
The set of arguments for constructing a ServiceIntegration resource.
|
|
46
48
|
:param pulumi.Input[str] integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
|
|
@@ -50,6 +52,7 @@ class ServiceIntegrationArgs:
|
|
|
50
52
|
:param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
51
53
|
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
52
54
|
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
55
|
+
:param pulumi.Input[str] destination_service_project: Destination service project name
|
|
53
56
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] 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
|
|
54
57
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] 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
|
|
55
58
|
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -63,6 +66,7 @@ class ServiceIntegrationArgs:
|
|
|
63
66
|
:param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
64
67
|
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
65
68
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
69
|
+
:param pulumi.Input[str] source_service_project: Source service project name
|
|
66
70
|
"""
|
|
67
71
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
68
72
|
pulumi.set(__self__, "project", project)
|
|
@@ -76,6 +80,8 @@ class ServiceIntegrationArgs:
|
|
|
76
80
|
pulumi.set(__self__, "destination_endpoint_id", destination_endpoint_id)
|
|
77
81
|
if destination_service_name is not None:
|
|
78
82
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
83
|
+
if destination_service_project is not None:
|
|
84
|
+
pulumi.set(__self__, "destination_service_project", destination_service_project)
|
|
79
85
|
if external_aws_cloudwatch_logs_user_config is not None:
|
|
80
86
|
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_config", external_aws_cloudwatch_logs_user_config)
|
|
81
87
|
if external_aws_cloudwatch_metrics_user_config is not None:
|
|
@@ -102,6 +108,8 @@ class ServiceIntegrationArgs:
|
|
|
102
108
|
pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
|
|
103
109
|
if source_service_name is not None:
|
|
104
110
|
pulumi.set(__self__, "source_service_name", source_service_name)
|
|
111
|
+
if source_service_project is not None:
|
|
112
|
+
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
105
113
|
|
|
106
114
|
@property
|
|
107
115
|
@pulumi.getter(name="integrationType")
|
|
@@ -187,6 +195,18 @@ class ServiceIntegrationArgs:
|
|
|
187
195
|
def destination_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
188
196
|
pulumi.set(self, "destination_service_name", value)
|
|
189
197
|
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="destinationServiceProject")
|
|
200
|
+
def destination_service_project(self) -> Optional[pulumi.Input[str]]:
|
|
201
|
+
"""
|
|
202
|
+
Destination service project name
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "destination_service_project")
|
|
205
|
+
|
|
206
|
+
@destination_service_project.setter
|
|
207
|
+
def destination_service_project(self, value: Optional[pulumi.Input[str]]):
|
|
208
|
+
pulumi.set(self, "destination_service_project", value)
|
|
209
|
+
|
|
190
210
|
@property
|
|
191
211
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
192
212
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
@@ -343,6 +363,18 @@ class ServiceIntegrationArgs:
|
|
|
343
363
|
def source_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
344
364
|
pulumi.set(self, "source_service_name", value)
|
|
345
365
|
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="sourceServiceProject")
|
|
368
|
+
def source_service_project(self) -> Optional[pulumi.Input[str]]:
|
|
369
|
+
"""
|
|
370
|
+
Source service project name
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "source_service_project")
|
|
373
|
+
|
|
374
|
+
@source_service_project.setter
|
|
375
|
+
def source_service_project(self, value: Optional[pulumi.Input[str]]):
|
|
376
|
+
pulumi.set(self, "source_service_project", value)
|
|
377
|
+
|
|
346
378
|
|
|
347
379
|
@pulumi.input_type
|
|
348
380
|
class _ServiceIntegrationState:
|
|
@@ -352,6 +384,7 @@ class _ServiceIntegrationState:
|
|
|
352
384
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
353
385
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
354
386
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
387
|
+
destination_service_project: Optional[pulumi.Input[str]] = None,
|
|
355
388
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
356
389
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
357
390
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
@@ -367,7 +400,8 @@ class _ServiceIntegrationState:
|
|
|
367
400
|
project: Optional[pulumi.Input[str]] = None,
|
|
368
401
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
369
402
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
370
|
-
source_service_name: Optional[pulumi.Input[str]] = None
|
|
403
|
+
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
404
|
+
source_service_project: Optional[pulumi.Input[str]] = None):
|
|
371
405
|
"""
|
|
372
406
|
Input properties used for looking up and filtering ServiceIntegration resources.
|
|
373
407
|
:param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -375,6 +409,7 @@ class _ServiceIntegrationState:
|
|
|
375
409
|
:param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
376
410
|
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
377
411
|
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
412
|
+
:param pulumi.Input[str] destination_service_project: Destination service project name
|
|
378
413
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] 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
|
|
379
414
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] 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
|
|
380
415
|
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -391,6 +426,7 @@ class _ServiceIntegrationState:
|
|
|
391
426
|
:param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
392
427
|
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
393
428
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
429
|
+
:param pulumi.Input[str] source_service_project: Source service project name
|
|
394
430
|
"""
|
|
395
431
|
if clickhouse_kafka_user_config is not None:
|
|
396
432
|
pulumi.set(__self__, "clickhouse_kafka_user_config", clickhouse_kafka_user_config)
|
|
@@ -402,6 +438,8 @@ class _ServiceIntegrationState:
|
|
|
402
438
|
pulumi.set(__self__, "destination_endpoint_id", destination_endpoint_id)
|
|
403
439
|
if destination_service_name is not None:
|
|
404
440
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
441
|
+
if destination_service_project is not None:
|
|
442
|
+
pulumi.set(__self__, "destination_service_project", destination_service_project)
|
|
405
443
|
if external_aws_cloudwatch_logs_user_config is not None:
|
|
406
444
|
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_config", external_aws_cloudwatch_logs_user_config)
|
|
407
445
|
if external_aws_cloudwatch_metrics_user_config is not None:
|
|
@@ -434,6 +472,8 @@ class _ServiceIntegrationState:
|
|
|
434
472
|
pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
|
|
435
473
|
if source_service_name is not None:
|
|
436
474
|
pulumi.set(__self__, "source_service_name", source_service_name)
|
|
475
|
+
if source_service_project is not None:
|
|
476
|
+
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
437
477
|
|
|
438
478
|
@property
|
|
439
479
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
@@ -495,6 +535,18 @@ class _ServiceIntegrationState:
|
|
|
495
535
|
def destination_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
496
536
|
pulumi.set(self, "destination_service_name", value)
|
|
497
537
|
|
|
538
|
+
@property
|
|
539
|
+
@pulumi.getter(name="destinationServiceProject")
|
|
540
|
+
def destination_service_project(self) -> Optional[pulumi.Input[str]]:
|
|
541
|
+
"""
|
|
542
|
+
Destination service project name
|
|
543
|
+
"""
|
|
544
|
+
return pulumi.get(self, "destination_service_project")
|
|
545
|
+
|
|
546
|
+
@destination_service_project.setter
|
|
547
|
+
def destination_service_project(self, value: Optional[pulumi.Input[str]]):
|
|
548
|
+
pulumi.set(self, "destination_service_project", value)
|
|
549
|
+
|
|
498
550
|
@property
|
|
499
551
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
500
552
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
@@ -687,6 +739,18 @@ class _ServiceIntegrationState:
|
|
|
687
739
|
def source_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
688
740
|
pulumi.set(self, "source_service_name", value)
|
|
689
741
|
|
|
742
|
+
@property
|
|
743
|
+
@pulumi.getter(name="sourceServiceProject")
|
|
744
|
+
def source_service_project(self) -> Optional[pulumi.Input[str]]:
|
|
745
|
+
"""
|
|
746
|
+
Source service project name
|
|
747
|
+
"""
|
|
748
|
+
return pulumi.get(self, "source_service_project")
|
|
749
|
+
|
|
750
|
+
@source_service_project.setter
|
|
751
|
+
def source_service_project(self, value: Optional[pulumi.Input[str]]):
|
|
752
|
+
pulumi.set(self, "source_service_project", value)
|
|
753
|
+
|
|
690
754
|
|
|
691
755
|
class ServiceIntegration(pulumi.CustomResource):
|
|
692
756
|
@overload
|
|
@@ -698,6 +762,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
698
762
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
699
763
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
700
764
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
765
|
+
destination_service_project: Optional[pulumi.Input[str]] = None,
|
|
701
766
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
702
767
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
703
768
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
@@ -713,6 +778,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
713
778
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
714
779
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
715
780
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
781
|
+
source_service_project: Optional[pulumi.Input[str]] = None,
|
|
716
782
|
__props__=None):
|
|
717
783
|
"""
|
|
718
784
|
## Example Usage
|
|
@@ -758,6 +824,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
758
824
|
:param pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
759
825
|
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
760
826
|
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
827
|
+
:param pulumi.Input[str] destination_service_project: Destination service project name
|
|
761
828
|
:param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']] 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
|
|
762
829
|
:param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']] 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
|
|
763
830
|
:param pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -773,6 +840,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
773
840
|
:param pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
774
841
|
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
775
842
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
843
|
+
:param pulumi.Input[str] source_service_project: Source service project name
|
|
776
844
|
"""
|
|
777
845
|
...
|
|
778
846
|
@overload
|
|
@@ -837,6 +905,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
837
905
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
838
906
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
839
907
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
908
|
+
destination_service_project: Optional[pulumi.Input[str]] = None,
|
|
840
909
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
841
910
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
842
911
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
@@ -852,6 +921,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
852
921
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
853
922
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
854
923
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
924
|
+
source_service_project: Optional[pulumi.Input[str]] = None,
|
|
855
925
|
__props__=None):
|
|
856
926
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
857
927
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -866,6 +936,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
866
936
|
__props__.__dict__["datadog_user_config"] = datadog_user_config
|
|
867
937
|
__props__.__dict__["destination_endpoint_id"] = destination_endpoint_id
|
|
868
938
|
__props__.__dict__["destination_service_name"] = destination_service_name
|
|
939
|
+
__props__.__dict__["destination_service_project"] = destination_service_project
|
|
869
940
|
__props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
|
|
870
941
|
__props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
|
|
871
942
|
__props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
|
|
@@ -885,6 +956,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
885
956
|
__props__.__dict__["prometheus_user_config"] = prometheus_user_config
|
|
886
957
|
__props__.__dict__["source_endpoint_id"] = source_endpoint_id
|
|
887
958
|
__props__.__dict__["source_service_name"] = source_service_name
|
|
959
|
+
__props__.__dict__["source_service_project"] = source_service_project
|
|
888
960
|
__props__.__dict__["integration_id"] = None
|
|
889
961
|
super(ServiceIntegration, __self__).__init__(
|
|
890
962
|
'aiven:index/serviceIntegration:ServiceIntegration',
|
|
@@ -901,6 +973,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
901
973
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
902
974
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
903
975
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
976
|
+
destination_service_project: Optional[pulumi.Input[str]] = None,
|
|
904
977
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
905
978
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
906
979
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
@@ -916,7 +989,8 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
916
989
|
project: Optional[pulumi.Input[str]] = None,
|
|
917
990
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
918
991
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
919
|
-
source_service_name: Optional[pulumi.Input[str]] = None
|
|
992
|
+
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
993
|
+
source_service_project: Optional[pulumi.Input[str]] = None) -> 'ServiceIntegration':
|
|
920
994
|
"""
|
|
921
995
|
Get an existing ServiceIntegration resource's state with the given name, id, and optional extra
|
|
922
996
|
properties used to qualify the lookup.
|
|
@@ -929,6 +1003,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
929
1003
|
:param pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
930
1004
|
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
931
1005
|
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
1006
|
+
:param pulumi.Input[str] destination_service_project: Destination service project name
|
|
932
1007
|
:param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']] 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
|
|
933
1008
|
:param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']] 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
|
|
934
1009
|
:param pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -945,6 +1020,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
945
1020
|
:param pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
946
1021
|
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
947
1022
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
1023
|
+
:param pulumi.Input[str] source_service_project: Source service project name
|
|
948
1024
|
"""
|
|
949
1025
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
950
1026
|
|
|
@@ -955,6 +1031,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
955
1031
|
__props__.__dict__["datadog_user_config"] = datadog_user_config
|
|
956
1032
|
__props__.__dict__["destination_endpoint_id"] = destination_endpoint_id
|
|
957
1033
|
__props__.__dict__["destination_service_name"] = destination_service_name
|
|
1034
|
+
__props__.__dict__["destination_service_project"] = destination_service_project
|
|
958
1035
|
__props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
|
|
959
1036
|
__props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
|
|
960
1037
|
__props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
|
|
@@ -971,6 +1048,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
971
1048
|
__props__.__dict__["prometheus_user_config"] = prometheus_user_config
|
|
972
1049
|
__props__.__dict__["source_endpoint_id"] = source_endpoint_id
|
|
973
1050
|
__props__.__dict__["source_service_name"] = source_service_name
|
|
1051
|
+
__props__.__dict__["source_service_project"] = source_service_project
|
|
974
1052
|
return ServiceIntegration(resource_name, opts=opts, __props__=__props__)
|
|
975
1053
|
|
|
976
1054
|
@property
|
|
@@ -1013,6 +1091,14 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1013
1091
|
"""
|
|
1014
1092
|
return pulumi.get(self, "destination_service_name")
|
|
1015
1093
|
|
|
1094
|
+
@property
|
|
1095
|
+
@pulumi.getter(name="destinationServiceProject")
|
|
1096
|
+
def destination_service_project(self) -> pulumi.Output[str]:
|
|
1097
|
+
"""
|
|
1098
|
+
Destination service project name
|
|
1099
|
+
"""
|
|
1100
|
+
return pulumi.get(self, "destination_service_project")
|
|
1101
|
+
|
|
1016
1102
|
@property
|
|
1017
1103
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
1018
1104
|
def external_aws_cloudwatch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchLogsUserConfig']]:
|
|
@@ -1135,9 +1221,17 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1135
1221
|
|
|
1136
1222
|
@property
|
|
1137
1223
|
@pulumi.getter(name="sourceServiceName")
|
|
1138
|
-
def source_service_name(self) -> pulumi.Output[
|
|
1224
|
+
def source_service_name(self) -> pulumi.Output[str]:
|
|
1139
1225
|
"""
|
|
1140
1226
|
Source service for the integration (if any)
|
|
1141
1227
|
"""
|
|
1142
1228
|
return pulumi.get(self, "source_service_name")
|
|
1143
1229
|
|
|
1230
|
+
@property
|
|
1231
|
+
@pulumi.getter(name="sourceServiceProject")
|
|
1232
|
+
def source_service_project(self) -> pulumi.Output[str]:
|
|
1233
|
+
"""
|
|
1234
|
+
Source service project name
|
|
1235
|
+
"""
|
|
1236
|
+
return pulumi.get(self, "source_service_project")
|
|
1237
|
+
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=
|
|
1
|
+
pulumi_aiven/__init__.py,sha256=ZJLhz_eVEImrSr6UH7BPvZBS1ibhhbe0dXM1M_aNjkc,19769
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=aNVWu4P6bFn0_D2dn3m3xMoQt3FFaBqqB3V-8QJ2HuM,1799695
|
|
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=F_HedE0ebAOnE9bVJtvGNyCG60pCc_7gIb1QZGMCmKA,19465
|
|
9
|
+
pulumi_aiven/alloydbomni.py,sha256=mZYaO9O0evtsuv3VgJhTmLIQWfBB-CNqGTFXTLxP9I0,87725
|
|
10
|
+
pulumi_aiven/alloydbomni_database.py,sha256=n3rwkVX0ynylHMIn-OuwnKDxvRuCC3Gpvj_9SPxLJAU,18039
|
|
11
|
+
pulumi_aiven/alloydbomni_user.py,sha256=-sDD0LusLNx7IMhhFTG4WH3mNWoAPXX1N9RPY_Aj9dk,20850
|
|
9
12
|
pulumi_aiven/aws_privatelink.py,sha256=T_fAM8G1eLpgDiql6wO9kwTG28ecBQiRoZFAgXnR04M,15605
|
|
10
13
|
pulumi_aiven/aws_vpc_peering_connection.py,sha256=9o17R-3xjvBpT1cWmRl_1itRAaUgUOyFT8FZZ4V_y7I,18618
|
|
11
14
|
pulumi_aiven/azure_privatelink.py,sha256=hCrp07cYMAxJ1Ju8-7GnSI4bNJEm-vvVTT8LtrQZu2A,18156
|
|
@@ -14,7 +17,7 @@ pulumi_aiven/azure_vpc_peering_connection.py,sha256=oW8uZyvWpEarMy6RjPe1SI53KG2a
|
|
|
14
17
|
pulumi_aiven/billing_group.py,sha256=xm-sf3lv-Aiyve9CD_TQOLHZ_B-R5eR94vQ8tILTPk0,37449
|
|
15
18
|
pulumi_aiven/cassandra.py,sha256=_B45t3eFwHZvxvcSbH8NFd4euBcY8-P2TqoxIEhyRBk,83356
|
|
16
19
|
pulumi_aiven/cassandra_user.py,sha256=zeaHC8vwKH-8y4Es2573azsaLcVlNcwiwxiYVLaZbI8,18764
|
|
17
|
-
pulumi_aiven/clickhouse.py,sha256=
|
|
20
|
+
pulumi_aiven/clickhouse.py,sha256=4-vadXOgtVyA_QX2Mq2YmVZfLjRGiBF8WL9xWFMdRr8,83259
|
|
18
21
|
pulumi_aiven/clickhouse_database.py,sha256=3AccenssqnWTpq-yiDu7S17E1KO0LBEE_ncAhFDOZ8Y,15724
|
|
19
22
|
pulumi_aiven/clickhouse_grant.py,sha256=WgLrOGgpx7bZ3bL5cRf_QiCJgOFPalwGTWh0orhj8wg,25522
|
|
20
23
|
pulumi_aiven/clickhouse_role.py,sha256=kXZpuUPpR8ZCnpyIT3z1cmAS48VlQaJ2fgUaeekCRYk,12661
|
|
@@ -32,7 +35,10 @@ pulumi_aiven/get_account.py,sha256=P8LwXLegN6hma4ixJemYEv-zJFCrwNNl2INh5TP3b9A,7
|
|
|
32
35
|
pulumi_aiven/get_account_authentication.py,sha256=-1lnvFiCBs7KRFO6B72dQZNVGnzlBtF_5AFjS54JADw,14549
|
|
33
36
|
pulumi_aiven/get_account_team.py,sha256=GBrYW75NSMBAhmvbxcWykucqJw9kvQ-_d-xevrKp6Pw,5692
|
|
34
37
|
pulumi_aiven/get_account_team_member.py,sha256=YhU8WpoRNk83PXLjvmDawHNl_GPBllLVMYsrt7bI2ts,8114
|
|
35
|
-
pulumi_aiven/get_account_team_project.py,sha256=
|
|
38
|
+
pulumi_aiven/get_account_team_project.py,sha256=iNPxdCzKG_Loj98qpcOdEjNnWTXgwNrdpd0Fg6un868,6527
|
|
39
|
+
pulumi_aiven/get_alloydbomni.py,sha256=mr5YWXGQp0CMcZwpFj0F9wyBxBqxYHjBfh3jiRRGS7Q,26232
|
|
40
|
+
pulumi_aiven/get_alloydbomni_database.py,sha256=zfUOJytvP66qYTFkzNh9F955qmBki2Zpdfm1B6cEpPI,8124
|
|
41
|
+
pulumi_aiven/get_alloydbomni_user.py,sha256=Pijq1wynNUPFXVFsyDTq_jYDmdZK-UNUi08nMl5Saqc,9723
|
|
36
42
|
pulumi_aiven/get_aws_privatelink.py,sha256=LQSJhGmDSDq0BRyZxGSzolsGWxceT5K3D2Phwqx4auU,7494
|
|
37
43
|
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=cn79vqeia9XnLjr1qAeENsuFvjkbItFBUJghzKyDY6M,10021
|
|
38
44
|
pulumi_aiven/get_azure_privatelink.py,sha256=DYIafDIKxohj9eRUPyemnlJqr2DgHde5j8_sMSreGmQ,8804
|
|
@@ -41,12 +47,12 @@ pulumi_aiven/get_billing_group.py,sha256=gGNlo6cDv3EWDoiPfnBa18gky6XcSFdflKTx59b
|
|
|
41
47
|
pulumi_aiven/get_cassanda.py,sha256=5atu94690n89t43GLk6CdnSS35XNFTIY94sIcTLnJuQ,25689
|
|
42
48
|
pulumi_aiven/get_cassandra.py,sha256=kcurAGzW_s4cjWPAcUhTmpgQsakgLmF5qhxrkdm5G_E,25361
|
|
43
49
|
pulumi_aiven/get_cassandra_user.py,sha256=QispY1inYDVdir_TKEss7pZMMjNcN4jpSf3FeuR7y1Y,9105
|
|
44
|
-
pulumi_aiven/get_clickhouse.py,sha256=
|
|
50
|
+
pulumi_aiven/get_clickhouse.py,sha256=CtdAFASW6_KlmehJifk4AP6Jiq0UEH5xndN3eD-Gytk,25393
|
|
45
51
|
pulumi_aiven/get_clickhouse_database.py,sha256=60ctSHunWxEtd5I2h_XTdIPVJN52-6A3sIaRITSD45I,7432
|
|
46
52
|
pulumi_aiven/get_clickhouse_user.py,sha256=eYI1x3zX-ph1cC0ej7Pd0BaCkXTjYW07NgXryJ_3T50,8166
|
|
47
53
|
pulumi_aiven/get_connection_pool.py,sha256=NGP6_3aahmQA8son5JKDbU67xsdMsl2LmKtr8z0qwXU,10161
|
|
48
54
|
pulumi_aiven/get_dragonfly.py,sha256=8XNxZYGYzbONfR57oW26FBDcex7xpeUmggJoehGcxzc,25353
|
|
49
|
-
pulumi_aiven/get_external_identity.py,sha256=
|
|
55
|
+
pulumi_aiven/get_external_identity.py,sha256=ATEl3bNKhh0WbUe3E6QqaUDvyqlCCBagidTbyq_iGRo,7224
|
|
50
56
|
pulumi_aiven/get_flink.py,sha256=tiTQQ5lTVbOM_JcqRVkRvf3ld5XrNw4NY0kelb4LDxY,25073
|
|
51
57
|
pulumi_aiven/get_flink_application.py,sha256=bc5S6SIKlms5elHkTrLPA3q8B-NFEOEP3aUDKMG_9Ls,9308
|
|
52
58
|
pulumi_aiven/get_flink_application_version.py,sha256=dpN6JPJxyPR8taxf9-JS7SVLW9IWT7HdismpnVGZCDo,12495
|
|
@@ -88,12 +94,12 @@ pulumi_aiven/get_pg.py,sha256=B9yOq-ETPbZijDF8MD6z1lR1F4z8vV76DhvI0Yq_Ppw,24891
|
|
|
88
94
|
pulumi_aiven/get_pg_database.py,sha256=nbthL5lzecWQBNX5zgYaVe4vcsAID_sazsyWvNHSL4c,8761
|
|
89
95
|
pulumi_aiven/get_pg_user.py,sha256=m1_Ni-H0sA1ko0tjF9Xc2GIZKg_Oopkrr7Mq-xzogK4,9694
|
|
90
96
|
pulumi_aiven/get_project.py,sha256=fOV7n7uiTuuIKKFLPnNvCQjtD7ZpG0_RrDAtV0OqKz8,13799
|
|
91
|
-
pulumi_aiven/get_project_user.py,sha256=
|
|
97
|
+
pulumi_aiven/get_project_user.py,sha256=lU5rTEzCtm81Xu-5Dc3E0aoXxB9S1E1laBQbG_z0tzw,6992
|
|
92
98
|
pulumi_aiven/get_project_vpc.py,sha256=JYEsp1qhlCsN0EFgeFpkSdrpM8jrzg2aFxMfxR2otKA,7213
|
|
93
99
|
pulumi_aiven/get_redis.py,sha256=zlb0mLuZM8YAt3nLVboHaIdnBjP4J6DI9_Lt3VgPjrE,25034
|
|
94
100
|
pulumi_aiven/get_redis_user.py,sha256=DGRj03Y2DKtq0KDwczZxXeL55qjUrPZ7kYdM3kImsPg,10955
|
|
95
101
|
pulumi_aiven/get_service_component.py,sha256=jEeTHWD9n_6AZRIOdaKELL6uJzfi5dgIfIoYOd9SnvY,12259
|
|
96
|
-
pulumi_aiven/get_service_integration.py,sha256=
|
|
102
|
+
pulumi_aiven/get_service_integration.py,sha256=_BOv3_39LFOA0Vqdo0fzGQD1Vwyi-y86QhKqlBIUK9M,28827
|
|
97
103
|
pulumi_aiven/get_service_integration_endpoint.py,sha256=AmQrYvVJesxkeX2RXnjEniAcWd_PF5jWbjU3X6u6yXo,26237
|
|
98
104
|
pulumi_aiven/get_thanos.py,sha256=LpoHyf088LoIyDtna4qItc0-zAcUgh2unGI5I_FYh9w,25112
|
|
99
105
|
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=TJ1b7PCUf7KbiWquLmPVia2GcHwMHYEiTqA6H3yaAYk,10339
|
|
@@ -104,11 +110,11 @@ pulumi_aiven/influx_db.py,sha256=nP49oqt1YGVPOj1SltPBQKI2BApN8oNgW5bepj_AV04,837
|
|
|
104
110
|
pulumi_aiven/influxdb_database.py,sha256=R6b3ScHJ7dkjMjhn8o0znzLf51pb1au-a2Wa-HH9L1o,14214
|
|
105
111
|
pulumi_aiven/influxdb_user.py,sha256=APHeb0ngQl2c4Vc56J3rxBEuYtlt-evdadznvEQhk2Y,18400
|
|
106
112
|
pulumi_aiven/kafka.py,sha256=gFioDdFwDo25c9iGQEwga0CvB8WE9x_r6824S2MTlNw,88182
|
|
107
|
-
pulumi_aiven/kafka_acl.py,sha256
|
|
113
|
+
pulumi_aiven/kafka_acl.py,sha256=AHdXsntDeN-3f60RGfNErDshZu0HJseRkwRge-JL5W4,19280
|
|
108
114
|
pulumi_aiven/kafka_connect.py,sha256=dVkzYMb-i0bxMxF1tkIrLXUjpbZp4t90_mE9QHgn7nU,84585
|
|
109
115
|
pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
|
|
110
116
|
pulumi_aiven/kafka_mirror_maker.py,sha256=m22G5cr6p31cYw3ishodvUQAxrBCvrpieHzcUAv-kr0,82169
|
|
111
|
-
pulumi_aiven/kafka_native_acl.py,sha256=
|
|
117
|
+
pulumi_aiven/kafka_native_acl.py,sha256=8ihaumR1dpazLOhDbEeTLfA0wDSI8gEztlr7zFw0YqQ,33592
|
|
112
118
|
pulumi_aiven/kafka_schema.py,sha256=lz5TNa-kwI9c7Mthi_cIqXooMz-HRmI-Kb5vb4KZdak,22834
|
|
113
119
|
pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
|
|
114
120
|
pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHItmNgrVv0oohE,19623
|
|
@@ -129,25 +135,25 @@ pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqp
|
|
|
129
135
|
pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
|
|
130
136
|
pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
|
|
131
137
|
pulumi_aiven/organization_application_user_token.py,sha256=lrKPE0rZ_QZ2sWqgUgTN0c99ZWBJS2L4Sdkii9G01U8,33082
|
|
132
|
-
pulumi_aiven/organization_group_project.py,sha256=
|
|
133
|
-
pulumi_aiven/organization_permission.py,sha256=
|
|
138
|
+
pulumi_aiven/organization_group_project.py,sha256=ld9vjKXTRsepXca4VmkKZDl3Ec1pie-tm73vkVZIx-8,18981
|
|
139
|
+
pulumi_aiven/organization_permission.py,sha256=rpcVJPBcBDUMU02rhw3IYNU0thg3_M2y4TEwSJNOjl0,18103
|
|
134
140
|
pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
|
|
135
141
|
pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
|
|
136
142
|
pulumi_aiven/organization_user_group_member.py,sha256=5iPu5lCGx5y-utd9w2iCKc2E7PHRTFnVVAF3j23pstc,14784
|
|
137
143
|
pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
|
|
138
|
-
pulumi_aiven/outputs.py,sha256=
|
|
144
|
+
pulumi_aiven/outputs.py,sha256=TrgB_pzVnA0YiazyUm4VkGxAbcQlCnQZ6hHwwFdj0No,2322563
|
|
139
145
|
pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
|
|
140
146
|
pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
|
|
141
147
|
pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
|
|
142
148
|
pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
|
|
143
|
-
pulumi_aiven/project_user.py,sha256=
|
|
149
|
+
pulumi_aiven/project_user.py,sha256=lg2x65GOGETY2jDKuP9Jcz_8KvcFvw0L9KT6i-V41yE,17949
|
|
144
150
|
pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
|
|
145
151
|
pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
|
|
146
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
152
|
+
pulumi_aiven/pulumi-plugin.json,sha256=meUArKqu0Gl4l3NtBISwMTrCdJxNlZdIkHgCt9c_A7Y,65
|
|
147
153
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
148
154
|
pulumi_aiven/redis.py,sha256=BlfN_uoyo6neIEaS5gzPiJNkBueu08548uVJ9YimIPA,82140
|
|
149
155
|
pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
|
|
150
|
-
pulumi_aiven/service_integration.py,sha256=
|
|
156
|
+
pulumi_aiven/service_integration.py,sha256=W12_WjK4tlj2uVmQfhvpqAFyON4gYtjZM8O3lWuUZtA,94185
|
|
151
157
|
pulumi_aiven/service_integration_endpoint.py,sha256=XzVlistXtdvl2lkcAUVzctffBwLw2Bnvewwx2DedyuM,100259
|
|
152
158
|
pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
|
|
153
159
|
pulumi_aiven/thanos.py,sha256=3CUGk9YtNfo740bis3bhI7CPyvTKDarqO8M6AS9gGMY,82423
|
|
@@ -157,7 +163,7 @@ pulumi_aiven/valkey_user.py,sha256=fiaXYiB5NUMWh3Q3goGrGU6eYRU26z7BunaJiaxrPmY,3
|
|
|
157
163
|
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
158
164
|
pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
|
|
159
165
|
pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
|
|
160
|
-
pulumi_aiven-6.30.
|
|
161
|
-
pulumi_aiven-6.30.
|
|
162
|
-
pulumi_aiven-6.30.
|
|
163
|
-
pulumi_aiven-6.30.
|
|
166
|
+
pulumi_aiven-6.30.1.dist-info/METADATA,sha256=KcNUCX4N99U5Ra_PpAiVew5CcRIiJKLIIO_JCbPK3tQ,2584
|
|
167
|
+
pulumi_aiven-6.30.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
168
|
+
pulumi_aiven-6.30.1.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
169
|
+
pulumi_aiven-6.30.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|