pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.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.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +232 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -41
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +40 -60
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -36
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_pg_user.py
CHANGED
|
@@ -94,7 +94,7 @@ class GetPgUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
|
|
97
|
+
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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetPgUserResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
|
|
105
|
+
The name of the service that 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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -159,8 +159,8 @@ def get_pg_user(project: Optional[str] = None,
|
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
:param str project:
|
|
163
|
-
:param str service_name:
|
|
162
|
+
:param 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.
|
|
163
|
+
:param str service_name: The name of the service that 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.
|
|
164
164
|
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
165
165
|
"""
|
|
166
166
|
__args__ = dict()
|
|
@@ -202,8 +202,8 @@ def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
202
202
|
```
|
|
203
203
|
|
|
204
204
|
|
|
205
|
-
:param str project:
|
|
206
|
-
:param str service_name:
|
|
205
|
+
:param 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.
|
|
206
|
+
:param str service_name: The name of the service that 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.
|
|
207
207
|
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
208
208
|
"""
|
|
209
209
|
...
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -73,7 +73,7 @@ class GetProjectResult:
|
|
|
73
73
|
@pulumi.getter(name="accountId")
|
|
74
74
|
def account_id(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "account_id")
|
|
79
79
|
|
|
@@ -89,7 +89,7 @@ class GetProjectResult:
|
|
|
89
89
|
@pulumi.getter(name="availableCredits")
|
|
90
90
|
def available_credits(self) -> str:
|
|
91
91
|
"""
|
|
92
|
-
The
|
|
92
|
+
The number of trial or promotional credits remaining for this project.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "available_credits")
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ class GetProjectResult:
|
|
|
97
97
|
@pulumi.getter(name="billingGroup")
|
|
98
98
|
def billing_group(self) -> str:
|
|
99
99
|
"""
|
|
100
|
-
The
|
|
100
|
+
The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "billing_group")
|
|
103
103
|
|
|
@@ -105,7 +105,7 @@ class GetProjectResult:
|
|
|
105
105
|
@pulumi.getter(name="caCert")
|
|
106
106
|
def ca_cert(self) -> str:
|
|
107
107
|
"""
|
|
108
|
-
The CA certificate
|
|
108
|
+
The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "ca_cert")
|
|
111
111
|
|
|
@@ -113,7 +113,7 @@ class GetProjectResult:
|
|
|
113
113
|
@pulumi.getter(name="copyFromProject")
|
|
114
114
|
def copy_from_project(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
|
|
116
|
+
The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "copy_from_project")
|
|
119
119
|
|
|
@@ -121,7 +121,7 @@ class GetProjectResult:
|
|
|
121
121
|
@pulumi.getter(name="defaultCloud")
|
|
122
122
|
def default_cloud(self) -> str:
|
|
123
123
|
"""
|
|
124
|
-
|
|
124
|
+
Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "default_cloud")
|
|
127
127
|
|
|
@@ -129,7 +129,7 @@ class GetProjectResult:
|
|
|
129
129
|
@pulumi.getter(name="estimatedBalance")
|
|
130
130
|
def estimated_balance(self) -> str:
|
|
131
131
|
"""
|
|
132
|
-
The
|
|
132
|
+
The monthly running estimate for this project for the current billing period.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "estimated_balance")
|
|
135
135
|
|
|
@@ -145,7 +145,7 @@ class GetProjectResult:
|
|
|
145
145
|
@pulumi.getter(name="parentId")
|
|
146
146
|
def parent_id(self) -> str:
|
|
147
147
|
"""
|
|
148
|
-
|
|
148
|
+
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "parent_id")
|
|
151
151
|
|
|
@@ -153,7 +153,7 @@ class GetProjectResult:
|
|
|
153
153
|
@pulumi.getter(name="paymentMethod")
|
|
154
154
|
def payment_method(self) -> str:
|
|
155
155
|
"""
|
|
156
|
-
The
|
|
156
|
+
The payment type used for this project. For example,`card`.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "payment_method")
|
|
159
159
|
|
|
@@ -161,7 +161,7 @@ class GetProjectResult:
|
|
|
161
161
|
@pulumi.getter
|
|
162
162
|
def project(self) -> str:
|
|
163
163
|
"""
|
|
164
|
-
|
|
164
|
+
The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
165
165
|
"""
|
|
166
166
|
return pulumi.get(self, "project")
|
|
167
167
|
|
|
@@ -177,7 +177,7 @@ class GetProjectResult:
|
|
|
177
177
|
@pulumi.getter(name="technicalEmails")
|
|
178
178
|
def technical_emails(self) -> Sequence[str]:
|
|
179
179
|
"""
|
|
180
|
-
|
|
180
|
+
The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
|
|
181
181
|
"""
|
|
182
182
|
return pulumi.get(self, "technical_emails")
|
|
183
183
|
|
|
@@ -216,7 +216,7 @@ class AwaitableGetProjectResult(GetProjectResult):
|
|
|
216
216
|
def get_project(project: Optional[str] = None,
|
|
217
217
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
|
|
218
218
|
"""
|
|
219
|
-
|
|
219
|
+
Gets information about an Aiven project.
|
|
220
220
|
|
|
221
221
|
## Example Usage
|
|
222
222
|
|
|
@@ -224,11 +224,11 @@ def get_project(project: Optional[str] = None,
|
|
|
224
224
|
import pulumi
|
|
225
225
|
import pulumi_aiven as aiven
|
|
226
226
|
|
|
227
|
-
|
|
227
|
+
example_project = aiven.get_project(project="example-project")
|
|
228
228
|
```
|
|
229
229
|
|
|
230
230
|
|
|
231
|
-
:param str project:
|
|
231
|
+
:param str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
232
232
|
"""
|
|
233
233
|
__args__ = dict()
|
|
234
234
|
__args__['project'] = project
|
|
@@ -257,7 +257,7 @@ def get_project(project: Optional[str] = None,
|
|
|
257
257
|
def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
258
258
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectResult]:
|
|
259
259
|
"""
|
|
260
|
-
|
|
260
|
+
Gets information about an Aiven project.
|
|
261
261
|
|
|
262
262
|
## Example Usage
|
|
263
263
|
|
|
@@ -265,10 +265,10 @@ def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
265
265
|
import pulumi
|
|
266
266
|
import pulumi_aiven as aiven
|
|
267
267
|
|
|
268
|
-
|
|
268
|
+
example_project = aiven.get_project(project="example-project")
|
|
269
269
|
```
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
:param str project:
|
|
272
|
+
:param str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
273
273
|
"""
|
|
274
274
|
...
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -42,7 +42,7 @@ class GetProjectUserResult:
|
|
|
42
42
|
@pulumi.getter
|
|
43
43
|
def accepted(self) -> bool:
|
|
44
44
|
"""
|
|
45
|
-
Whether the user has accepted the request to join the project
|
|
45
|
+
Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "accepted")
|
|
48
48
|
|
|
@@ -50,7 +50,7 @@ class GetProjectUserResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def email(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
Email address of the user
|
|
53
|
+
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "email")
|
|
56
56
|
|
|
@@ -74,7 +74,7 @@ class GetProjectUserResult:
|
|
|
74
74
|
@pulumi.getter
|
|
75
75
|
def project(self) -> str:
|
|
76
76
|
"""
|
|
77
|
-
|
|
77
|
+
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.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "project")
|
|
80
80
|
|
|
@@ -109,8 +109,8 @@ def get_project_user(email: Optional[str] = None,
|
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
:param str email: Email address of the user
|
|
113
|
-
:param str project:
|
|
112
|
+
:param str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
113
|
+
:param 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.
|
|
114
114
|
"""
|
|
115
115
|
__args__ = dict()
|
|
116
116
|
__args__['email'] = email
|
|
@@ -144,7 +144,7 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
|
|
147
|
-
:param str email: Email address of the user
|
|
148
|
-
:param str project:
|
|
147
|
+
:param str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
148
|
+
:param 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.
|
|
149
149
|
"""
|
|
150
150
|
...
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -22,7 +22,7 @@ class GetRedisResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getRedis.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, redis_user_configs=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -65,9 +65,6 @@ class GetRedisResult:
|
|
|
65
65
|
if project_vpc_id and not isinstance(project_vpc_id, str):
|
|
66
66
|
raise TypeError("Expected argument 'project_vpc_id' to be a str")
|
|
67
67
|
pulumi.set(__self__, "project_vpc_id", project_vpc_id)
|
|
68
|
-
if redis and not isinstance(redis, list):
|
|
69
|
-
raise TypeError("Expected argument 'redis' to be a list")
|
|
70
|
-
pulumi.set(__self__, "redis", redis)
|
|
71
68
|
if redis_user_configs and not isinstance(redis_user_configs, list):
|
|
72
69
|
raise TypeError("Expected argument 'redis_user_configs' to be a list")
|
|
73
70
|
pulumi.set(__self__, "redis_user_configs", redis_user_configs)
|
|
@@ -211,7 +208,7 @@ class GetRedisResult:
|
|
|
211
208
|
@pulumi.getter
|
|
212
209
|
def project(self) -> str:
|
|
213
210
|
"""
|
|
214
|
-
|
|
211
|
+
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.
|
|
215
212
|
"""
|
|
216
213
|
return pulumi.get(self, "project")
|
|
217
214
|
|
|
@@ -223,14 +220,6 @@ class GetRedisResult:
|
|
|
223
220
|
"""
|
|
224
221
|
return pulumi.get(self, "project_vpc_id")
|
|
225
222
|
|
|
226
|
-
@property
|
|
227
|
-
@pulumi.getter
|
|
228
|
-
def redis(self) -> Sequence['outputs.GetRedisRediResult']:
|
|
229
|
-
"""
|
|
230
|
-
Redis server provided values
|
|
231
|
-
"""
|
|
232
|
-
return pulumi.get(self, "redis")
|
|
233
|
-
|
|
234
223
|
@property
|
|
235
224
|
@pulumi.getter(name="redisUserConfigs")
|
|
236
225
|
def redis_user_configs(self) -> Sequence['outputs.GetRedisRedisUserConfigResult']:
|
|
@@ -331,7 +320,7 @@ class GetRedisResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetRedisTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -364,7 +353,6 @@ class AwaitableGetRedisResult(GetRedisResult):
|
|
|
364
353
|
plan=self.plan,
|
|
365
354
|
project=self.project,
|
|
366
355
|
project_vpc_id=self.project_vpc_id,
|
|
367
|
-
redis=self.redis,
|
|
368
356
|
redis_user_configs=self.redis_user_configs,
|
|
369
357
|
service_host=self.service_host,
|
|
370
358
|
service_integrations=self.service_integrations,
|
|
@@ -398,7 +386,7 @@ def get_redis(project: Optional[str] = None,
|
|
|
398
386
|
```
|
|
399
387
|
|
|
400
388
|
|
|
401
|
-
:param str project:
|
|
389
|
+
:param 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.
|
|
402
390
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
391
|
"""
|
|
404
392
|
__args__ = dict()
|
|
@@ -422,7 +410,6 @@ def get_redis(project: Optional[str] = None,
|
|
|
422
410
|
plan=pulumi.get(__ret__, 'plan'),
|
|
423
411
|
project=pulumi.get(__ret__, 'project'),
|
|
424
412
|
project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
|
|
425
|
-
redis=pulumi.get(__ret__, 'redis'),
|
|
426
413
|
redis_user_configs=pulumi.get(__ret__, 'redis_user_configs'),
|
|
427
414
|
service_host=pulumi.get(__ret__, 'service_host'),
|
|
428
415
|
service_integrations=pulumi.get(__ret__, 'service_integrations'),
|
|
@@ -457,7 +444,7 @@ def get_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
457
444
|
```
|
|
458
445
|
|
|
459
446
|
|
|
460
|
-
:param str project:
|
|
447
|
+
:param 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.
|
|
461
448
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
449
|
"""
|
|
463
450
|
...
|
pulumi_aiven/get_redis_user.py
CHANGED
|
@@ -73,7 +73,7 @@ class GetRedisUserResult:
|
|
|
73
73
|
@pulumi.getter
|
|
74
74
|
def project(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "project")
|
|
79
79
|
|
|
@@ -113,7 +113,7 @@ class GetRedisUserResult:
|
|
|
113
113
|
@pulumi.getter(name="serviceName")
|
|
114
114
|
def service_name(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
|
|
116
|
+
The name of the service that 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.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "service_name")
|
|
119
119
|
|
|
@@ -171,8 +171,8 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
171
171
|
```
|
|
172
172
|
|
|
173
173
|
|
|
174
|
-
:param str project:
|
|
175
|
-
:param str service_name:
|
|
174
|
+
:param 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.
|
|
175
|
+
:param str service_name: The name of the service that 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.
|
|
176
176
|
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
177
177
|
"""
|
|
178
178
|
__args__ = dict()
|
|
@@ -215,8 +215,8 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
215
215
|
```
|
|
216
216
|
|
|
217
217
|
|
|
218
|
-
:param str project:
|
|
219
|
-
:param str service_name:
|
|
218
|
+
:param 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.
|
|
219
|
+
:param str service_name: The name of the service that 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.
|
|
220
220
|
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
221
221
|
"""
|
|
222
222
|
...
|
|
@@ -115,7 +115,7 @@ class GetServiceIntegrationResult:
|
|
|
115
115
|
@pulumi.getter(name="destinationEndpointId")
|
|
116
116
|
def destination_endpoint_id(self) -> str:
|
|
117
117
|
"""
|
|
118
|
-
Destination endpoint for the integration
|
|
118
|
+
Destination endpoint for the integration.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "destination_endpoint_id")
|
|
121
121
|
|
|
@@ -123,7 +123,7 @@ class GetServiceIntegrationResult:
|
|
|
123
123
|
@pulumi.getter(name="destinationServiceName")
|
|
124
124
|
def destination_service_name(self) -> str:
|
|
125
125
|
"""
|
|
126
|
-
Destination service for the integration
|
|
126
|
+
Destination service for the integration.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "destination_service_name")
|
|
129
129
|
|
|
@@ -171,7 +171,7 @@ class GetServiceIntegrationResult:
|
|
|
171
171
|
@pulumi.getter(name="integrationId")
|
|
172
172
|
def integration_id(self) -> str:
|
|
173
173
|
"""
|
|
174
|
-
|
|
174
|
+
The ID of the Aiven service integration.
|
|
175
175
|
"""
|
|
176
176
|
return pulumi.get(self, "integration_id")
|
|
177
177
|
|
|
@@ -227,7 +227,7 @@ class GetServiceIntegrationResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Project the integration belongs to
|
|
230
|
+
Project the integration belongs to.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -243,7 +243,7 @@ class GetServiceIntegrationResult:
|
|
|
243
243
|
@pulumi.getter(name="sourceEndpointId")
|
|
244
244
|
def source_endpoint_id(self) -> str:
|
|
245
245
|
"""
|
|
246
|
-
Source endpoint for the integration
|
|
246
|
+
Source endpoint for the integration.
|
|
247
247
|
"""
|
|
248
248
|
return pulumi.get(self, "source_endpoint_id")
|
|
249
249
|
|
|
@@ -291,12 +291,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
291
291
|
source_service_name: Optional[str] = None,
|
|
292
292
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationResult:
|
|
293
293
|
"""
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
297
|
-
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
298
|
-
getting metrics from an M3Db service to a Grafana service to show dashboards, sending logs from any service to
|
|
299
|
-
OpenSearch, etc.
|
|
294
|
+
Gets information about an Aiven service integration.
|
|
300
295
|
|
|
301
296
|
## Example Usage
|
|
302
297
|
|
|
@@ -304,16 +299,16 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
304
299
|
import pulumi
|
|
305
300
|
import pulumi_aiven as aiven
|
|
306
301
|
|
|
307
|
-
|
|
308
|
-
destination_service_name="
|
|
309
|
-
integration_type="
|
|
310
|
-
source_service_name="
|
|
302
|
+
example_integration = aiven.get_service_integration(project=example_project["project"],
|
|
303
|
+
destination_service_name=example_m3db["serviceName"],
|
|
304
|
+
integration_type="metrics",
|
|
305
|
+
source_service_name=example_kafka["serviceName"])
|
|
311
306
|
```
|
|
312
307
|
|
|
313
308
|
|
|
314
|
-
:param str destination_service_name: Destination service for the integration
|
|
309
|
+
:param str destination_service_name: Destination service for the integration.
|
|
315
310
|
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
316
|
-
:param str project: Project the integration belongs to
|
|
311
|
+
:param str project: Project the integration belongs to.
|
|
317
312
|
:param str source_service_name: Source service for the integration (if any)
|
|
318
313
|
"""
|
|
319
314
|
__args__ = dict()
|
|
@@ -355,12 +350,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
355
350
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
356
351
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIntegrationResult]:
|
|
357
352
|
"""
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
361
|
-
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
362
|
-
getting metrics from an M3Db service to a Grafana service to show dashboards, sending logs from any service to
|
|
363
|
-
OpenSearch, etc.
|
|
353
|
+
Gets information about an Aiven service integration.
|
|
364
354
|
|
|
365
355
|
## Example Usage
|
|
366
356
|
|
|
@@ -368,16 +358,16 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
368
358
|
import pulumi
|
|
369
359
|
import pulumi_aiven as aiven
|
|
370
360
|
|
|
371
|
-
|
|
372
|
-
destination_service_name="
|
|
373
|
-
integration_type="
|
|
374
|
-
source_service_name="
|
|
361
|
+
example_integration = aiven.get_service_integration(project=example_project["project"],
|
|
362
|
+
destination_service_name=example_m3db["serviceName"],
|
|
363
|
+
integration_type="metrics",
|
|
364
|
+
source_service_name=example_kafka["serviceName"])
|
|
375
365
|
```
|
|
376
366
|
|
|
377
367
|
|
|
378
|
-
:param str destination_service_name: Destination service for the integration
|
|
368
|
+
:param str destination_service_name: Destination service for the integration.
|
|
379
369
|
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
380
|
-
:param str project: Project the integration belongs to
|
|
370
|
+
:param str project: Project the integration belongs to.
|
|
381
371
|
:param str source_service_name: Source service for the integration (if any)
|
|
382
372
|
"""
|
|
383
373
|
...
|