pulumi-aiven 6.29.0a1733375305__py3-none-any.whl → 6.30.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (98) hide show
  1. pulumi_aiven/__init__.py +39 -0
  2. pulumi_aiven/_inputs.py +3474 -103
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/alloydbomni.py +1335 -0
  5. pulumi_aiven/alloydbomni_database.py +347 -0
  6. pulumi_aiven/alloydbomni_user.py +433 -0
  7. pulumi_aiven/billing_group.py +7 -7
  8. pulumi_aiven/clickhouse.py +8 -8
  9. pulumi_aiven/get_account.py +2 -2
  10. pulumi_aiven/get_account_authentication.py +2 -2
  11. pulumi_aiven/get_account_team.py +2 -2
  12. pulumi_aiven/get_account_team_member.py +2 -2
  13. pulumi_aiven/get_account_team_project.py +3 -3
  14. pulumi_aiven/get_alloydbomni.py +499 -0
  15. pulumi_aiven/get_alloydbomni_database.py +168 -0
  16. pulumi_aiven/get_alloydbomni_user.py +210 -0
  17. pulumi_aiven/get_aws_privatelink.py +2 -2
  18. pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
  19. pulumi_aiven/get_azure_privatelink.py +2 -2
  20. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
  21. pulumi_aiven/get_billing_group.py +3 -3
  22. pulumi_aiven/get_cassanda.py +2 -2
  23. pulumi_aiven/get_cassandra.py +2 -2
  24. pulumi_aiven/get_cassandra_user.py +2 -2
  25. pulumi_aiven/get_clickhouse.py +3 -3
  26. pulumi_aiven/get_clickhouse_database.py +2 -2
  27. pulumi_aiven/get_clickhouse_user.py +2 -2
  28. pulumi_aiven/get_connection_pool.py +2 -2
  29. pulumi_aiven/get_dragonfly.py +2 -2
  30. pulumi_aiven/get_external_identity.py +5 -5
  31. pulumi_aiven/get_flink.py +2 -2
  32. pulumi_aiven/get_flink_application.py +2 -2
  33. pulumi_aiven/get_flink_application_version.py +2 -2
  34. pulumi_aiven/get_gcp_privatelink.py +2 -2
  35. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
  36. pulumi_aiven/get_grafana.py +2 -2
  37. pulumi_aiven/get_influx_db.py +2 -2
  38. pulumi_aiven/get_influxdb_database.py +2 -2
  39. pulumi_aiven/get_influxdb_user.py +2 -2
  40. pulumi_aiven/get_kafka.py +2 -2
  41. pulumi_aiven/get_kafka_acl.py +2 -2
  42. pulumi_aiven/get_kafka_connect.py +2 -2
  43. pulumi_aiven/get_kafka_connector.py +2 -2
  44. pulumi_aiven/get_kafka_mirror_maker.py +2 -2
  45. pulumi_aiven/get_kafka_schema.py +2 -2
  46. pulumi_aiven/get_kafka_schema_configuration.py +2 -2
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
  48. pulumi_aiven/get_kafka_topic.py +2 -2
  49. pulumi_aiven/get_kafka_user.py +2 -2
  50. pulumi_aiven/get_m3_aggregator.py +2 -2
  51. pulumi_aiven/get_m3_db.py +2 -2
  52. pulumi_aiven/get_m3db_user.py +2 -2
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +17 -3
  54. pulumi_aiven/get_my_sql.py +2 -2
  55. pulumi_aiven/get_mysql_database.py +2 -2
  56. pulumi_aiven/get_mysql_user.py +2 -2
  57. pulumi_aiven/get_open_search.py +2 -2
  58. pulumi_aiven/get_open_search_acl_config.py +2 -2
  59. pulumi_aiven/get_open_search_acl_rule.py +2 -2
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
  61. pulumi_aiven/get_opensearch_user.py +2 -2
  62. pulumi_aiven/get_organization.py +2 -2
  63. pulumi_aiven/get_organization_application_user.py +2 -2
  64. pulumi_aiven/get_organization_user.py +2 -2
  65. pulumi_aiven/get_organization_user_group.py +2 -2
  66. pulumi_aiven/get_organization_user_list.py +2 -2
  67. pulumi_aiven/get_organizational_unit.py +2 -2
  68. pulumi_aiven/get_pg.py +2 -2
  69. pulumi_aiven/get_pg_database.py +2 -2
  70. pulumi_aiven/get_pg_user.py +2 -2
  71. pulumi_aiven/get_project.py +2 -2
  72. pulumi_aiven/get_project_user.py +3 -3
  73. pulumi_aiven/get_project_vpc.py +2 -2
  74. pulumi_aiven/get_redis.py +2 -2
  75. pulumi_aiven/get_redis_user.py +2 -2
  76. pulumi_aiven/get_service_component.py +2 -2
  77. pulumi_aiven/get_service_integration.py +34 -6
  78. pulumi_aiven/get_service_integration_endpoint.py +2 -2
  79. pulumi_aiven/get_thanos.py +2 -2
  80. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
  81. pulumi_aiven/get_valkey.py +2 -2
  82. pulumi_aiven/get_valkey_user.py +11 -11
  83. pulumi_aiven/kafka_acl.py +6 -4
  84. pulumi_aiven/kafka_native_acl.py +588 -0
  85. pulumi_aiven/mirror_maker_replication_flow.py +47 -0
  86. pulumi_aiven/organization_group_project.py +7 -7
  87. pulumi_aiven/organization_permission.py +56 -6
  88. pulumi_aiven/outputs.py +20369 -15964
  89. pulumi_aiven/project_user.py +7 -7
  90. pulumi_aiven/pulumi-plugin.json +1 -1
  91. pulumi_aiven/service_integration.py +98 -4
  92. pulumi_aiven/valkey.py +2 -2
  93. pulumi_aiven/valkey_user.py +142 -48
  94. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
  95. pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
  96. pulumi_aiven-6.29.0a1733375305.dist-info/RECORD +0 -162
  97. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
  98. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
@@ -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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `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: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
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.29.0-alpha.1733375305"
4
+ "version": "6.30.0"
5
5
  }
@@ -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) -> 'ServiceIntegration':
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[Optional[str]]:
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
+
pulumi_aiven/valkey.py CHANGED
@@ -770,7 +770,7 @@ class Valkey(pulumi.CustomResource):
770
770
  valkey_user_config: Optional[pulumi.Input[Union['ValkeyValkeyUserConfigArgs', 'ValkeyValkeyUserConfigArgsDict']]] = None,
771
771
  __props__=None):
772
772
  """
773
- Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service.
773
+ Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service.
774
774
 
775
775
  ## Example Usage
776
776
 
@@ -820,7 +820,7 @@ class Valkey(pulumi.CustomResource):
820
820
  args: ValkeyArgs,
821
821
  opts: Optional[pulumi.ResourceOptions] = None):
822
822
  """
823
- Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service.
823
+ Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service.
824
824
 
825
825
  ## Example Usage
826
826