pulumi-aiven 6.28.0a1731647682__py3-none-any.whl → 6.29.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 +9 -0
- pulumi_aiven/_inputs.py +1136 -227
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/cassandra.py +8 -8
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/dragonfly.py +8 -8
- pulumi_aiven/flink.py +8 -8
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_billing_group.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_mirror_maker_replication_flow.py +16 -2
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_component.py +9 -9
- pulumi_aiven/get_service_integration.py +17 -17
- pulumi_aiven/get_service_integration_endpoint.py +59 -31
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/get_valkey_user.py +9 -9
- pulumi_aiven/grafana.py +8 -8
- pulumi_aiven/influx_db.py +15 -8
- pulumi_aiven/kafka.py +8 -8
- pulumi_aiven/kafka_connect.py +8 -8
- pulumi_aiven/kafka_mirror_maker.py +8 -8
- pulumi_aiven/kafka_native_acl.py +534 -0
- pulumi_aiven/m3_aggregator.py +8 -8
- pulumi_aiven/m3_db.py +8 -8
- pulumi_aiven/mirror_maker_replication_flow.py +54 -7
- pulumi_aiven/my_sql.py +8 -8
- pulumi_aiven/open_search.py +8 -8
- pulumi_aiven/organization_group_project.py +17 -9
- pulumi_aiven/organization_permission.py +49 -49
- pulumi_aiven/outputs.py +1586 -295
- pulumi_aiven/pg.py +8 -8
- pulumi_aiven/project_user.py +15 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -8
- pulumi_aiven/service_integration.py +139 -123
- pulumi_aiven/service_integration_endpoint.py +302 -140
- pulumi_aiven/thanos.py +8 -8
- pulumi_aiven/valkey.py +10 -10
- pulumi_aiven/valkey_user.py +142 -48
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/METADATA +5 -5
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/RECORD +60 -59
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,534 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = ['KafkaNativeAclArgs', 'KafkaNativeAcl']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class KafkaNativeAclArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
operation: pulumi.Input[str],
|
|
23
|
+
pattern_type: pulumi.Input[str],
|
|
24
|
+
permission_type: pulumi.Input[str],
|
|
25
|
+
principal: pulumi.Input[str],
|
|
26
|
+
project: pulumi.Input[str],
|
|
27
|
+
resource_name: pulumi.Input[str],
|
|
28
|
+
resource_type: pulumi.Input[str],
|
|
29
|
+
service_name: pulumi.Input[str],
|
|
30
|
+
host: Optional[pulumi.Input[str]] = None):
|
|
31
|
+
"""
|
|
32
|
+
The set of arguments for constructing a KafkaNativeAcl resource.
|
|
33
|
+
:param pulumi.Input[str] operation: The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
34
|
+
:param pulumi.Input[str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
35
|
+
:param pulumi.Input[str] permission_type: The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
36
|
+
:param pulumi.Input[str] principal: Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
37
|
+
: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.
|
|
38
|
+
:param pulumi.Input[str] resource_name: The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
39
|
+
:param pulumi.Input[str] resource_type: The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
40
|
+
:param pulumi.Input[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.
|
|
41
|
+
:param pulumi.Input[str] host: The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
42
|
+
"""
|
|
43
|
+
pulumi.set(__self__, "operation", operation)
|
|
44
|
+
pulumi.set(__self__, "pattern_type", pattern_type)
|
|
45
|
+
pulumi.set(__self__, "permission_type", permission_type)
|
|
46
|
+
pulumi.set(__self__, "principal", principal)
|
|
47
|
+
pulumi.set(__self__, "project", project)
|
|
48
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
49
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
50
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
51
|
+
if host is not None:
|
|
52
|
+
pulumi.set(__self__, "host", host)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def operation(self) -> pulumi.Input[str]:
|
|
57
|
+
"""
|
|
58
|
+
The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "operation")
|
|
61
|
+
|
|
62
|
+
@operation.setter
|
|
63
|
+
def operation(self, value: pulumi.Input[str]):
|
|
64
|
+
pulumi.set(self, "operation", value)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="patternType")
|
|
68
|
+
def pattern_type(self) -> pulumi.Input[str]:
|
|
69
|
+
"""
|
|
70
|
+
Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "pattern_type")
|
|
73
|
+
|
|
74
|
+
@pattern_type.setter
|
|
75
|
+
def pattern_type(self, value: pulumi.Input[str]):
|
|
76
|
+
pulumi.set(self, "pattern_type", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="permissionType")
|
|
80
|
+
def permission_type(self) -> pulumi.Input[str]:
|
|
81
|
+
"""
|
|
82
|
+
The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "permission_type")
|
|
85
|
+
|
|
86
|
+
@permission_type.setter
|
|
87
|
+
def permission_type(self, value: pulumi.Input[str]):
|
|
88
|
+
pulumi.set(self, "permission_type", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def principal(self) -> pulumi.Input[str]:
|
|
93
|
+
"""
|
|
94
|
+
Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "principal")
|
|
97
|
+
|
|
98
|
+
@principal.setter
|
|
99
|
+
def principal(self, value: pulumi.Input[str]):
|
|
100
|
+
pulumi.set(self, "principal", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def project(self) -> pulumi.Input[str]:
|
|
105
|
+
"""
|
|
106
|
+
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.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "project")
|
|
109
|
+
|
|
110
|
+
@project.setter
|
|
111
|
+
def project(self, value: pulumi.Input[str]):
|
|
112
|
+
pulumi.set(self, "project", value)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="resourceName")
|
|
116
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
117
|
+
"""
|
|
118
|
+
The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "resource_name")
|
|
121
|
+
|
|
122
|
+
@resource_name.setter
|
|
123
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
124
|
+
pulumi.set(self, "resource_name", value)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="resourceType")
|
|
128
|
+
def resource_type(self) -> pulumi.Input[str]:
|
|
129
|
+
"""
|
|
130
|
+
The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "resource_type")
|
|
133
|
+
|
|
134
|
+
@resource_type.setter
|
|
135
|
+
def resource_type(self, value: pulumi.Input[str]):
|
|
136
|
+
pulumi.set(self, "resource_type", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="serviceName")
|
|
140
|
+
def service_name(self) -> pulumi.Input[str]:
|
|
141
|
+
"""
|
|
142
|
+
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.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "service_name")
|
|
145
|
+
|
|
146
|
+
@service_name.setter
|
|
147
|
+
def service_name(self, value: pulumi.Input[str]):
|
|
148
|
+
pulumi.set(self, "service_name", value)
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def host(self) -> Optional[pulumi.Input[str]]:
|
|
153
|
+
"""
|
|
154
|
+
The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "host")
|
|
157
|
+
|
|
158
|
+
@host.setter
|
|
159
|
+
def host(self, value: Optional[pulumi.Input[str]]):
|
|
160
|
+
pulumi.set(self, "host", value)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
@pulumi.input_type
|
|
164
|
+
class _KafkaNativeAclState:
|
|
165
|
+
def __init__(__self__, *,
|
|
166
|
+
host: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
operation: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
pattern_type: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
permission_type: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
principal: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
project: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
resource_type: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
service_name: Optional[pulumi.Input[str]] = None):
|
|
175
|
+
"""
|
|
176
|
+
Input properties used for looking up and filtering KafkaNativeAcl resources.
|
|
177
|
+
:param pulumi.Input[str] host: The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
178
|
+
:param pulumi.Input[str] operation: The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
179
|
+
:param pulumi.Input[str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
180
|
+
:param pulumi.Input[str] permission_type: The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
181
|
+
:param pulumi.Input[str] principal: Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
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
|
+
:param pulumi.Input[str] resource_name: The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
184
|
+
:param pulumi.Input[str] resource_type: The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
185
|
+
:param pulumi.Input[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.
|
|
186
|
+
"""
|
|
187
|
+
if host is not None:
|
|
188
|
+
pulumi.set(__self__, "host", host)
|
|
189
|
+
if operation is not None:
|
|
190
|
+
pulumi.set(__self__, "operation", operation)
|
|
191
|
+
if pattern_type is not None:
|
|
192
|
+
pulumi.set(__self__, "pattern_type", pattern_type)
|
|
193
|
+
if permission_type is not None:
|
|
194
|
+
pulumi.set(__self__, "permission_type", permission_type)
|
|
195
|
+
if principal is not None:
|
|
196
|
+
pulumi.set(__self__, "principal", principal)
|
|
197
|
+
if project is not None:
|
|
198
|
+
pulumi.set(__self__, "project", project)
|
|
199
|
+
if resource_name is not None:
|
|
200
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
201
|
+
if resource_type is not None:
|
|
202
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
203
|
+
if service_name is not None:
|
|
204
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def host(self) -> Optional[pulumi.Input[str]]:
|
|
209
|
+
"""
|
|
210
|
+
The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "host")
|
|
213
|
+
|
|
214
|
+
@host.setter
|
|
215
|
+
def host(self, value: Optional[pulumi.Input[str]]):
|
|
216
|
+
pulumi.set(self, "host", value)
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter
|
|
220
|
+
def operation(self) -> Optional[pulumi.Input[str]]:
|
|
221
|
+
"""
|
|
222
|
+
The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "operation")
|
|
225
|
+
|
|
226
|
+
@operation.setter
|
|
227
|
+
def operation(self, value: Optional[pulumi.Input[str]]):
|
|
228
|
+
pulumi.set(self, "operation", value)
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="patternType")
|
|
232
|
+
def pattern_type(self) -> Optional[pulumi.Input[str]]:
|
|
233
|
+
"""
|
|
234
|
+
Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "pattern_type")
|
|
237
|
+
|
|
238
|
+
@pattern_type.setter
|
|
239
|
+
def pattern_type(self, value: Optional[pulumi.Input[str]]):
|
|
240
|
+
pulumi.set(self, "pattern_type", value)
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="permissionType")
|
|
244
|
+
def permission_type(self) -> Optional[pulumi.Input[str]]:
|
|
245
|
+
"""
|
|
246
|
+
The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "permission_type")
|
|
249
|
+
|
|
250
|
+
@permission_type.setter
|
|
251
|
+
def permission_type(self, value: Optional[pulumi.Input[str]]):
|
|
252
|
+
pulumi.set(self, "permission_type", value)
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter
|
|
256
|
+
def principal(self) -> Optional[pulumi.Input[str]]:
|
|
257
|
+
"""
|
|
258
|
+
Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "principal")
|
|
261
|
+
|
|
262
|
+
@principal.setter
|
|
263
|
+
def principal(self, value: Optional[pulumi.Input[str]]):
|
|
264
|
+
pulumi.set(self, "principal", value)
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter
|
|
268
|
+
def project(self) -> Optional[pulumi.Input[str]]:
|
|
269
|
+
"""
|
|
270
|
+
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.
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "project")
|
|
273
|
+
|
|
274
|
+
@project.setter
|
|
275
|
+
def project(self, value: Optional[pulumi.Input[str]]):
|
|
276
|
+
pulumi.set(self, "project", value)
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="resourceName")
|
|
280
|
+
def resource_name(self) -> Optional[pulumi.Input[str]]:
|
|
281
|
+
"""
|
|
282
|
+
The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "resource_name")
|
|
285
|
+
|
|
286
|
+
@resource_name.setter
|
|
287
|
+
def resource_name(self, value: Optional[pulumi.Input[str]]):
|
|
288
|
+
pulumi.set(self, "resource_name", value)
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="resourceType")
|
|
292
|
+
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
293
|
+
"""
|
|
294
|
+
The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "resource_type")
|
|
297
|
+
|
|
298
|
+
@resource_type.setter
|
|
299
|
+
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
|
300
|
+
pulumi.set(self, "resource_type", value)
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter(name="serviceName")
|
|
304
|
+
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
305
|
+
"""
|
|
306
|
+
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.
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "service_name")
|
|
309
|
+
|
|
310
|
+
@service_name.setter
|
|
311
|
+
def service_name(self, value: Optional[pulumi.Input[str]]):
|
|
312
|
+
pulumi.set(self, "service_name", value)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
class KafkaNativeAcl(pulumi.CustomResource):
|
|
316
|
+
@overload
|
|
317
|
+
def __init__(__self__,
|
|
318
|
+
resource_name: str,
|
|
319
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
320
|
+
host: Optional[pulumi.Input[str]] = None,
|
|
321
|
+
operation: Optional[pulumi.Input[str]] = None,
|
|
322
|
+
pattern_type: Optional[pulumi.Input[str]] = None,
|
|
323
|
+
permission_type: Optional[pulumi.Input[str]] = None,
|
|
324
|
+
principal: Optional[pulumi.Input[str]] = None,
|
|
325
|
+
project: Optional[pulumi.Input[str]] = None,
|
|
326
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
327
|
+
resource_type: Optional[pulumi.Input[str]] = None,
|
|
328
|
+
service_name: Optional[pulumi.Input[str]] = None,
|
|
329
|
+
__props__=None):
|
|
330
|
+
"""
|
|
331
|
+
Manages native acls in [kafka service](https://aiven.io/docs/products/kafka/concepts/acl).
|
|
332
|
+
|
|
333
|
+
:param str resource_name: The name of the resource.
|
|
334
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
335
|
+
:param pulumi.Input[str] host: The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
336
|
+
:param pulumi.Input[str] operation: The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
337
|
+
:param pulumi.Input[str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
338
|
+
:param pulumi.Input[str] permission_type: The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
339
|
+
:param pulumi.Input[str] principal: Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
340
|
+
: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.
|
|
341
|
+
:param pulumi.Input[str] resource_name_: The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
342
|
+
:param pulumi.Input[str] resource_type: The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
343
|
+
:param pulumi.Input[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.
|
|
344
|
+
"""
|
|
345
|
+
...
|
|
346
|
+
@overload
|
|
347
|
+
def __init__(__self__,
|
|
348
|
+
resource_name: str,
|
|
349
|
+
args: KafkaNativeAclArgs,
|
|
350
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
351
|
+
"""
|
|
352
|
+
Manages native acls in [kafka service](https://aiven.io/docs/products/kafka/concepts/acl).
|
|
353
|
+
|
|
354
|
+
:param str resource_name: The name of the resource.
|
|
355
|
+
:param KafkaNativeAclArgs args: The arguments to use to populate this resource's properties.
|
|
356
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
357
|
+
"""
|
|
358
|
+
...
|
|
359
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
360
|
+
resource_args, opts = _utilities.get_resource_args_opts(KafkaNativeAclArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
361
|
+
if resource_args is not None:
|
|
362
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
363
|
+
else:
|
|
364
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
365
|
+
|
|
366
|
+
def _internal_init(__self__,
|
|
367
|
+
resource_name: str,
|
|
368
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
369
|
+
host: Optional[pulumi.Input[str]] = None,
|
|
370
|
+
operation: Optional[pulumi.Input[str]] = None,
|
|
371
|
+
pattern_type: Optional[pulumi.Input[str]] = None,
|
|
372
|
+
permission_type: Optional[pulumi.Input[str]] = None,
|
|
373
|
+
principal: Optional[pulumi.Input[str]] = None,
|
|
374
|
+
project: Optional[pulumi.Input[str]] = None,
|
|
375
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
376
|
+
resource_type: Optional[pulumi.Input[str]] = None,
|
|
377
|
+
service_name: Optional[pulumi.Input[str]] = None,
|
|
378
|
+
__props__=None):
|
|
379
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
380
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
381
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
382
|
+
if opts.id is None:
|
|
383
|
+
if __props__ is not None:
|
|
384
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
385
|
+
__props__ = KafkaNativeAclArgs.__new__(KafkaNativeAclArgs)
|
|
386
|
+
|
|
387
|
+
__props__.__dict__["host"] = host
|
|
388
|
+
if operation is None and not opts.urn:
|
|
389
|
+
raise TypeError("Missing required property 'operation'")
|
|
390
|
+
__props__.__dict__["operation"] = operation
|
|
391
|
+
if pattern_type is None and not opts.urn:
|
|
392
|
+
raise TypeError("Missing required property 'pattern_type'")
|
|
393
|
+
__props__.__dict__["pattern_type"] = pattern_type
|
|
394
|
+
if permission_type is None and not opts.urn:
|
|
395
|
+
raise TypeError("Missing required property 'permission_type'")
|
|
396
|
+
__props__.__dict__["permission_type"] = permission_type
|
|
397
|
+
if principal is None and not opts.urn:
|
|
398
|
+
raise TypeError("Missing required property 'principal'")
|
|
399
|
+
__props__.__dict__["principal"] = principal
|
|
400
|
+
if project is None and not opts.urn:
|
|
401
|
+
raise TypeError("Missing required property 'project'")
|
|
402
|
+
__props__.__dict__["project"] = project
|
|
403
|
+
if resource_name_ is None and not opts.urn:
|
|
404
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
405
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
406
|
+
if resource_type is None and not opts.urn:
|
|
407
|
+
raise TypeError("Missing required property 'resource_type'")
|
|
408
|
+
__props__.__dict__["resource_type"] = resource_type
|
|
409
|
+
if service_name is None and not opts.urn:
|
|
410
|
+
raise TypeError("Missing required property 'service_name'")
|
|
411
|
+
__props__.__dict__["service_name"] = service_name
|
|
412
|
+
super(KafkaNativeAcl, __self__).__init__(
|
|
413
|
+
'aiven:index/kafkaNativeAcl:KafkaNativeAcl',
|
|
414
|
+
resource_name,
|
|
415
|
+
__props__,
|
|
416
|
+
opts)
|
|
417
|
+
|
|
418
|
+
@staticmethod
|
|
419
|
+
def get(resource_name: str,
|
|
420
|
+
id: pulumi.Input[str],
|
|
421
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
422
|
+
host: Optional[pulumi.Input[str]] = None,
|
|
423
|
+
operation: Optional[pulumi.Input[str]] = None,
|
|
424
|
+
pattern_type: Optional[pulumi.Input[str]] = None,
|
|
425
|
+
permission_type: Optional[pulumi.Input[str]] = None,
|
|
426
|
+
principal: Optional[pulumi.Input[str]] = None,
|
|
427
|
+
project: Optional[pulumi.Input[str]] = None,
|
|
428
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
429
|
+
resource_type: Optional[pulumi.Input[str]] = None,
|
|
430
|
+
service_name: Optional[pulumi.Input[str]] = None) -> 'KafkaNativeAcl':
|
|
431
|
+
"""
|
|
432
|
+
Get an existing KafkaNativeAcl resource's state with the given name, id, and optional extra
|
|
433
|
+
properties used to qualify the lookup.
|
|
434
|
+
|
|
435
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
436
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
437
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
438
|
+
:param pulumi.Input[str] host: The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
439
|
+
:param pulumi.Input[str] operation: The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
440
|
+
:param pulumi.Input[str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
441
|
+
:param pulumi.Input[str] permission_type: The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
442
|
+
:param pulumi.Input[str] principal: Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
443
|
+
: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.
|
|
444
|
+
:param pulumi.Input[str] resource_name_: The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
445
|
+
:param pulumi.Input[str] resource_type: The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
446
|
+
:param pulumi.Input[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.
|
|
447
|
+
"""
|
|
448
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
449
|
+
|
|
450
|
+
__props__ = _KafkaNativeAclState.__new__(_KafkaNativeAclState)
|
|
451
|
+
|
|
452
|
+
__props__.__dict__["host"] = host
|
|
453
|
+
__props__.__dict__["operation"] = operation
|
|
454
|
+
__props__.__dict__["pattern_type"] = pattern_type
|
|
455
|
+
__props__.__dict__["permission_type"] = permission_type
|
|
456
|
+
__props__.__dict__["principal"] = principal
|
|
457
|
+
__props__.__dict__["project"] = project
|
|
458
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
459
|
+
__props__.__dict__["resource_type"] = resource_type
|
|
460
|
+
__props__.__dict__["service_name"] = service_name
|
|
461
|
+
return KafkaNativeAcl(resource_name, opts=opts, __props__=__props__)
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter
|
|
465
|
+
def host(self) -> pulumi.Output[Optional[str]]:
|
|
466
|
+
"""
|
|
467
|
+
The host or `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "host")
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter
|
|
473
|
+
def operation(self) -> pulumi.Output[str]:
|
|
474
|
+
"""
|
|
475
|
+
The operation. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "operation")
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="patternType")
|
|
481
|
+
def pattern_type(self) -> pulumi.Output[str]:
|
|
482
|
+
"""
|
|
483
|
+
Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "pattern_type")
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="permissionType")
|
|
489
|
+
def permission_type(self) -> pulumi.Output[str]:
|
|
490
|
+
"""
|
|
491
|
+
The permission type. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "permission_type")
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter
|
|
497
|
+
def principal(self) -> pulumi.Output[str]:
|
|
498
|
+
"""
|
|
499
|
+
Principal is in type:name' format. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "principal")
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter
|
|
505
|
+
def project(self) -> pulumi.Output[str]:
|
|
506
|
+
"""
|
|
507
|
+
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.
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "project")
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="resourceName")
|
|
513
|
+
def resource_name(self) -> pulumi.Output[str]:
|
|
514
|
+
"""
|
|
515
|
+
The kafka resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "resource_name")
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="resourceType")
|
|
521
|
+
def resource_type(self) -> pulumi.Output[str]:
|
|
522
|
+
"""
|
|
523
|
+
The kafka resource type. The possible values are `Topic`, `Group`, `Cluster`, `TransactionalId`, `DelegationToken` and `User`. Changing this property forces recreation of the resource.
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "resource_type")
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter(name="serviceName")
|
|
529
|
+
def service_name(self) -> pulumi.Output[str]:
|
|
530
|
+
"""
|
|
531
|
+
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.
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "service_name")
|
|
534
|
+
|
pulumi_aiven/m3_aggregator.py
CHANGED
|
@@ -46,7 +46,7 @@ class M3AggregatorArgs:
|
|
|
46
46
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
47
47
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
48
48
|
:param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
|
|
49
|
-
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings
|
|
49
|
+
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
50
50
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
51
51
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
52
52
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
@@ -178,7 +178,7 @@ class M3AggregatorArgs:
|
|
|
178
178
|
@pulumi.getter(name="m3aggregatorUserConfig")
|
|
179
179
|
def m3aggregator_user_config(self) -> Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']]:
|
|
180
180
|
"""
|
|
181
|
-
M3aggregator user configurable settings
|
|
181
|
+
M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "m3aggregator_user_config")
|
|
184
184
|
|
|
@@ -325,7 +325,7 @@ class _M3AggregatorState:
|
|
|
325
325
|
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
326
326
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
327
327
|
:param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
|
|
328
|
-
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings
|
|
328
|
+
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
329
329
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
330
330
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
331
331
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
@@ -522,7 +522,7 @@ class _M3AggregatorState:
|
|
|
522
522
|
@pulumi.getter(name="m3aggregatorUserConfig")
|
|
523
523
|
def m3aggregator_user_config(self) -> Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']]:
|
|
524
524
|
"""
|
|
525
|
-
M3aggregator user configurable settings
|
|
525
|
+
M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
526
526
|
"""
|
|
527
527
|
return pulumi.get(self, "m3aggregator_user_config")
|
|
528
528
|
|
|
@@ -802,7 +802,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
802
802
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
803
803
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
804
804
|
:param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
|
|
805
|
-
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings
|
|
805
|
+
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
806
806
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
807
807
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
808
808
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
@@ -978,7 +978,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
978
978
|
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
979
979
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
980
980
|
:param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
|
|
981
|
-
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings
|
|
981
|
+
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
982
982
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
983
983
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
984
984
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
@@ -1034,7 +1034,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1034
1034
|
|
|
1035
1035
|
@property
|
|
1036
1036
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1037
|
-
def additional_disk_space(self) -> pulumi.Output[
|
|
1037
|
+
def additional_disk_space(self) -> pulumi.Output[str]:
|
|
1038
1038
|
"""
|
|
1039
1039
|
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1040
1040
|
"""
|
|
@@ -1110,7 +1110,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1110
1110
|
@pulumi.getter(name="m3aggregatorUserConfig")
|
|
1111
1111
|
def m3aggregator_user_config(self) -> pulumi.Output[Optional['outputs.M3AggregatorM3aggregatorUserConfig']]:
|
|
1112
1112
|
"""
|
|
1113
|
-
M3aggregator user configurable settings
|
|
1113
|
+
M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1114
1114
|
"""
|
|
1115
1115
|
return pulumi.get(self, "m3aggregator_user_config")
|
|
1116
1116
|
|