pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.38.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 +30 -0
- pulumi_aiven/_inputs.py +1902 -172
- pulumi_aiven/account.py +1 -0
- pulumi_aiven/account_authentication.py +1 -0
- pulumi_aiven/account_team.py +1 -0
- pulumi_aiven/account_team_member.py +1 -0
- pulumi_aiven/account_team_project.py +1 -0
- pulumi_aiven/alloydbomni.py +8 -15
- pulumi_aiven/alloydbomni_database.py +1 -0
- pulumi_aiven/alloydbomni_user.py +1 -0
- pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/aws_privatelink.py +1 -0
- pulumi_aiven/aws_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_privatelink.py +1 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
- pulumi_aiven/azure_vpc_peering_connection.py +1 -0
- pulumi_aiven/billing_group.py +1 -0
- pulumi_aiven/cassandra.py +8 -15
- pulumi_aiven/cassandra_user.py +1 -0
- pulumi_aiven/clickhouse.py +8 -15
- pulumi_aiven/clickhouse_database.py +1 -0
- pulumi_aiven/clickhouse_grant.py +19 -0
- pulumi_aiven/clickhouse_role.py +1 -0
- pulumi_aiven/clickhouse_user.py +1 -0
- pulumi_aiven/connection_pool.py +1 -0
- pulumi_aiven/dragonfly.py +8 -15
- pulumi_aiven/flink.py +8 -15
- pulumi_aiven/flink_application.py +1 -0
- pulumi_aiven/flink_application_deployment.py +1 -0
- pulumi_aiven/flink_application_version.py +1 -0
- pulumi_aiven/flink_jar_application.py +1 -0
- pulumi_aiven/flink_jar_application_deployment.py +1 -0
- pulumi_aiven/flink_jar_application_version.py +1 -0
- pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/gcp_privatelink.py +1 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
- pulumi_aiven/get_alloydbomni.py +1 -4
- pulumi_aiven/get_cassanda.py +1 -4
- pulumi_aiven/get_cassandra.py +1 -4
- pulumi_aiven/get_clickhouse.py +1 -4
- pulumi_aiven/get_dragonfly.py +1 -4
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +1 -4
- pulumi_aiven/get_grafana.py +1 -4
- pulumi_aiven/get_kafka.py +1 -4
- pulumi_aiven/get_kafka_connect.py +1 -4
- pulumi_aiven/get_kafka_mirror_maker.py +1 -4
- pulumi_aiven/get_m3_aggregator.py +1 -4
- pulumi_aiven/get_m3_db.py +1 -4
- pulumi_aiven/get_my_sql.py +1 -4
- pulumi_aiven/get_open_search.py +8 -11
- pulumi_aiven/get_open_search_acl_config.py +7 -7
- pulumi_aiven/get_open_search_acl_rule.py +19 -19
- pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
- pulumi_aiven/get_opensearch_user.py +13 -13
- pulumi_aiven/get_organization.py +22 -4
- pulumi_aiven/get_organization_address.py +250 -0
- pulumi_aiven/get_organization_application_user.py +0 -20
- pulumi_aiven/get_organization_billing_group.py +264 -0
- pulumi_aiven/get_organization_billing_group_list.py +138 -0
- pulumi_aiven/get_organization_project.py +63 -13
- pulumi_aiven/get_organization_user_list.py +25 -13
- pulumi_aiven/get_pg.py +1 -4
- pulumi_aiven/get_redis.py +1 -4
- pulumi_aiven/get_service_component.py +15 -1
- pulumi_aiven/get_service_integration.py +2 -2
- pulumi_aiven/get_thanos.py +1 -4
- pulumi_aiven/get_valkey.py +1 -4
- pulumi_aiven/governance_access.py +418 -0
- pulumi_aiven/grafana.py +8 -15
- pulumi_aiven/influx_db.py +22 -15
- pulumi_aiven/influxdb_database.py +1 -0
- pulumi_aiven/influxdb_user.py +1 -0
- pulumi_aiven/kafka.py +8 -15
- pulumi_aiven/kafka_acl.py +1 -0
- pulumi_aiven/kafka_connect.py +8 -15
- pulumi_aiven/kafka_connector.py +1 -0
- pulumi_aiven/kafka_mirror_maker.py +8 -15
- pulumi_aiven/kafka_native_acl.py +2 -1
- pulumi_aiven/kafka_quota.py +1 -0
- pulumi_aiven/kafka_schema.py +1 -0
- pulumi_aiven/kafka_schema_configuration.py +1 -0
- pulumi_aiven/kafka_schema_registry_acl.py +1 -0
- pulumi_aiven/kafka_topic.py +1 -0
- pulumi_aiven/kafka_user.py +1 -0
- pulumi_aiven/m3_aggregator.py +8 -15
- pulumi_aiven/m3_db.py +8 -15
- pulumi_aiven/m3db_user.py +1 -0
- pulumi_aiven/mirror_maker_replication_flow.py +1 -0
- pulumi_aiven/my_sql.py +8 -15
- pulumi_aiven/mysql_database.py +1 -0
- pulumi_aiven/mysql_user.py +1 -0
- pulumi_aiven/open_search.py +25 -34
- pulumi_aiven/open_search_acl_config.py +30 -41
- pulumi_aiven/open_search_acl_rule.py +48 -47
- pulumi_aiven/opensearch_security_plugin_config.py +15 -42
- pulumi_aiven/opensearch_user.py +33 -32
- pulumi_aiven/organization.py +27 -21
- pulumi_aiven/organization_address.py +564 -0
- pulumi_aiven/organization_application_user.py +14 -4
- pulumi_aiven/organization_application_user_token.py +1 -0
- pulumi_aiven/organization_billing_group.py +652 -0
- pulumi_aiven/organization_group_project.py +1 -0
- pulumi_aiven/organization_permission.py +3 -2
- pulumi_aiven/organization_project.py +149 -68
- pulumi_aiven/organization_user.py +1 -0
- pulumi_aiven/organization_user_group.py +1 -0
- pulumi_aiven/organization_user_group_member.py +1 -32
- pulumi_aiven/organization_vpc.py +1 -0
- pulumi_aiven/organizational_unit.py +1 -0
- pulumi_aiven/outputs.py +1813 -198
- pulumi_aiven/pg.py +8 -15
- pulumi_aiven/pg_database.py +1 -0
- pulumi_aiven/pg_user.py +1 -0
- pulumi_aiven/project.py +1 -0
- pulumi_aiven/project_user.py +1 -0
- pulumi_aiven/project_vpc.py +1 -0
- pulumi_aiven/provider.py +21 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -15
- pulumi_aiven/redis_user.py +1 -0
- pulumi_aiven/service_integration.py +5 -4
- pulumi_aiven/service_integration_endpoint.py +1 -0
- pulumi_aiven/static_ip.py +1 -0
- pulumi_aiven/thanos.py +8 -15
- pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
- pulumi_aiven/valkey.py +8 -15
- pulumi_aiven/valkey_user.py +1 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +0 -183
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,418 @@
|
|
|
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 builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from . import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['GovernanceAccessArgs', 'GovernanceAccess']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class GovernanceAccessArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
access_data: pulumi.Input['GovernanceAccessAccessDataArgs'],
|
|
26
|
+
access_name: pulumi.Input[builtins.str],
|
|
27
|
+
access_type: pulumi.Input[builtins.str],
|
|
28
|
+
organization_id: pulumi.Input[builtins.str],
|
|
29
|
+
owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a GovernanceAccess resource.
|
|
32
|
+
:param pulumi.Input['GovernanceAccessAccessDataArgs'] access_data: Details of the access. Changing this property forces recreation of the resource.
|
|
33
|
+
:param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
34
|
+
:param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
35
|
+
:param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
|
|
36
|
+
:param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
37
|
+
"""
|
|
38
|
+
pulumi.set(__self__, "access_data", access_data)
|
|
39
|
+
pulumi.set(__self__, "access_name", access_name)
|
|
40
|
+
pulumi.set(__self__, "access_type", access_type)
|
|
41
|
+
pulumi.set(__self__, "organization_id", organization_id)
|
|
42
|
+
if owner_user_group_id is not None:
|
|
43
|
+
pulumi.set(__self__, "owner_user_group_id", owner_user_group_id)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter(name="accessData")
|
|
47
|
+
def access_data(self) -> pulumi.Input['GovernanceAccessAccessDataArgs']:
|
|
48
|
+
"""
|
|
49
|
+
Details of the access. Changing this property forces recreation of the resource.
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "access_data")
|
|
52
|
+
|
|
53
|
+
@access_data.setter
|
|
54
|
+
def access_data(self, value: pulumi.Input['GovernanceAccessAccessDataArgs']):
|
|
55
|
+
pulumi.set(self, "access_data", value)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter(name="accessName")
|
|
59
|
+
def access_name(self) -> pulumi.Input[builtins.str]:
|
|
60
|
+
"""
|
|
61
|
+
The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "access_name")
|
|
64
|
+
|
|
65
|
+
@access_name.setter
|
|
66
|
+
def access_name(self, value: pulumi.Input[builtins.str]):
|
|
67
|
+
pulumi.set(self, "access_name", value)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="accessType")
|
|
71
|
+
def access_type(self) -> pulumi.Input[builtins.str]:
|
|
72
|
+
"""
|
|
73
|
+
The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "access_type")
|
|
76
|
+
|
|
77
|
+
@access_type.setter
|
|
78
|
+
def access_type(self, value: pulumi.Input[builtins.str]):
|
|
79
|
+
pulumi.set(self, "access_type", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="organizationId")
|
|
83
|
+
def organization_id(self) -> pulumi.Input[builtins.str]:
|
|
84
|
+
"""
|
|
85
|
+
The ID of the organization. Changing this property forces recreation of the resource.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "organization_id")
|
|
88
|
+
|
|
89
|
+
@organization_id.setter
|
|
90
|
+
def organization_id(self, value: pulumi.Input[builtins.str]):
|
|
91
|
+
pulumi.set(self, "organization_id", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="ownerUserGroupId")
|
|
95
|
+
def owner_user_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
96
|
+
"""
|
|
97
|
+
The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "owner_user_group_id")
|
|
100
|
+
|
|
101
|
+
@owner_user_group_id.setter
|
|
102
|
+
def owner_user_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
103
|
+
pulumi.set(self, "owner_user_group_id", value)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
@pulumi.input_type
|
|
107
|
+
class _GovernanceAccessState:
|
|
108
|
+
def __init__(__self__, *,
|
|
109
|
+
access_data: Optional[pulumi.Input['GovernanceAccessAccessDataArgs']] = None,
|
|
110
|
+
access_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
111
|
+
access_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
112
|
+
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
113
|
+
owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
114
|
+
susbcription_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
115
|
+
"""
|
|
116
|
+
Input properties used for looking up and filtering GovernanceAccess resources.
|
|
117
|
+
:param pulumi.Input['GovernanceAccessAccessDataArgs'] access_data: Details of the access. Changing this property forces recreation of the resource.
|
|
118
|
+
:param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
119
|
+
:param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
120
|
+
:param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
|
|
121
|
+
:param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
122
|
+
:param pulumi.Input[builtins.str] susbcription_id: The ID of the access.
|
|
123
|
+
"""
|
|
124
|
+
if access_data is not None:
|
|
125
|
+
pulumi.set(__self__, "access_data", access_data)
|
|
126
|
+
if access_name is not None:
|
|
127
|
+
pulumi.set(__self__, "access_name", access_name)
|
|
128
|
+
if access_type is not None:
|
|
129
|
+
pulumi.set(__self__, "access_type", access_type)
|
|
130
|
+
if organization_id is not None:
|
|
131
|
+
pulumi.set(__self__, "organization_id", organization_id)
|
|
132
|
+
if owner_user_group_id is not None:
|
|
133
|
+
pulumi.set(__self__, "owner_user_group_id", owner_user_group_id)
|
|
134
|
+
if susbcription_id is not None:
|
|
135
|
+
pulumi.set(__self__, "susbcription_id", susbcription_id)
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="accessData")
|
|
139
|
+
def access_data(self) -> Optional[pulumi.Input['GovernanceAccessAccessDataArgs']]:
|
|
140
|
+
"""
|
|
141
|
+
Details of the access. Changing this property forces recreation of the resource.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "access_data")
|
|
144
|
+
|
|
145
|
+
@access_data.setter
|
|
146
|
+
def access_data(self, value: Optional[pulumi.Input['GovernanceAccessAccessDataArgs']]):
|
|
147
|
+
pulumi.set(self, "access_data", value)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="accessName")
|
|
151
|
+
def access_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
152
|
+
"""
|
|
153
|
+
The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "access_name")
|
|
156
|
+
|
|
157
|
+
@access_name.setter
|
|
158
|
+
def access_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
159
|
+
pulumi.set(self, "access_name", value)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="accessType")
|
|
163
|
+
def access_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
164
|
+
"""
|
|
165
|
+
The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "access_type")
|
|
168
|
+
|
|
169
|
+
@access_type.setter
|
|
170
|
+
def access_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
171
|
+
pulumi.set(self, "access_type", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="organizationId")
|
|
175
|
+
def organization_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
176
|
+
"""
|
|
177
|
+
The ID of the organization. Changing this property forces recreation of the resource.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "organization_id")
|
|
180
|
+
|
|
181
|
+
@organization_id.setter
|
|
182
|
+
def organization_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
183
|
+
pulumi.set(self, "organization_id", value)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="ownerUserGroupId")
|
|
187
|
+
def owner_user_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
188
|
+
"""
|
|
189
|
+
The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "owner_user_group_id")
|
|
192
|
+
|
|
193
|
+
@owner_user_group_id.setter
|
|
194
|
+
def owner_user_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
195
|
+
pulumi.set(self, "owner_user_group_id", value)
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="susbcriptionId")
|
|
199
|
+
def susbcription_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
200
|
+
"""
|
|
201
|
+
The ID of the access.
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "susbcription_id")
|
|
204
|
+
|
|
205
|
+
@susbcription_id.setter
|
|
206
|
+
def susbcription_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
207
|
+
pulumi.set(self, "susbcription_id", value)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
@pulumi.type_token("aiven:index/governanceAccess:GovernanceAccess")
|
|
211
|
+
class GovernanceAccess(pulumi.CustomResource):
|
|
212
|
+
@overload
|
|
213
|
+
def __init__(__self__,
|
|
214
|
+
resource_name: str,
|
|
215
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
216
|
+
access_data: Optional[pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']]] = None,
|
|
217
|
+
access_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
218
|
+
access_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
219
|
+
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
220
|
+
owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
221
|
+
__props__=None):
|
|
222
|
+
"""
|
|
223
|
+
## Example Usage
|
|
224
|
+
|
|
225
|
+
```python
|
|
226
|
+
import pulumi
|
|
227
|
+
import pulumi_aiven as aiven
|
|
228
|
+
|
|
229
|
+
example_access = aiven.GovernanceAccess("example_access",
|
|
230
|
+
organization_id=main["id"],
|
|
231
|
+
access_name="example-topic-access",
|
|
232
|
+
access_type="KAFKA",
|
|
233
|
+
access_data={
|
|
234
|
+
"project": example_project["project"],
|
|
235
|
+
"service_name": example_kafka["serviceName"],
|
|
236
|
+
"acls": [{
|
|
237
|
+
"resource_name": "example-topic",
|
|
238
|
+
"resource_type": "Topic",
|
|
239
|
+
"operation": "Read",
|
|
240
|
+
"permission_type": "ALLOW",
|
|
241
|
+
"host": "*",
|
|
242
|
+
}],
|
|
243
|
+
},
|
|
244
|
+
owner_user_group_id=example["groupId"])
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
:param str resource_name: The name of the resource.
|
|
248
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
249
|
+
:param pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']] access_data: Details of the access. Changing this property forces recreation of the resource.
|
|
250
|
+
:param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
251
|
+
:param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
252
|
+
:param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
|
|
253
|
+
:param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
254
|
+
"""
|
|
255
|
+
...
|
|
256
|
+
@overload
|
|
257
|
+
def __init__(__self__,
|
|
258
|
+
resource_name: str,
|
|
259
|
+
args: GovernanceAccessArgs,
|
|
260
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
261
|
+
"""
|
|
262
|
+
## Example Usage
|
|
263
|
+
|
|
264
|
+
```python
|
|
265
|
+
import pulumi
|
|
266
|
+
import pulumi_aiven as aiven
|
|
267
|
+
|
|
268
|
+
example_access = aiven.GovernanceAccess("example_access",
|
|
269
|
+
organization_id=main["id"],
|
|
270
|
+
access_name="example-topic-access",
|
|
271
|
+
access_type="KAFKA",
|
|
272
|
+
access_data={
|
|
273
|
+
"project": example_project["project"],
|
|
274
|
+
"service_name": example_kafka["serviceName"],
|
|
275
|
+
"acls": [{
|
|
276
|
+
"resource_name": "example-topic",
|
|
277
|
+
"resource_type": "Topic",
|
|
278
|
+
"operation": "Read",
|
|
279
|
+
"permission_type": "ALLOW",
|
|
280
|
+
"host": "*",
|
|
281
|
+
}],
|
|
282
|
+
},
|
|
283
|
+
owner_user_group_id=example["groupId"])
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
:param str resource_name: The name of the resource.
|
|
287
|
+
:param GovernanceAccessArgs args: The arguments to use to populate this resource's properties.
|
|
288
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
289
|
+
"""
|
|
290
|
+
...
|
|
291
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
292
|
+
resource_args, opts = _utilities.get_resource_args_opts(GovernanceAccessArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
293
|
+
if resource_args is not None:
|
|
294
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
295
|
+
else:
|
|
296
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
297
|
+
|
|
298
|
+
def _internal_init(__self__,
|
|
299
|
+
resource_name: str,
|
|
300
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
301
|
+
access_data: Optional[pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']]] = None,
|
|
302
|
+
access_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
303
|
+
access_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
304
|
+
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
305
|
+
owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
306
|
+
__props__=None):
|
|
307
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
308
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
309
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
310
|
+
if opts.id is None:
|
|
311
|
+
if __props__ is not None:
|
|
312
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
313
|
+
__props__ = GovernanceAccessArgs.__new__(GovernanceAccessArgs)
|
|
314
|
+
|
|
315
|
+
if access_data is None and not opts.urn:
|
|
316
|
+
raise TypeError("Missing required property 'access_data'")
|
|
317
|
+
__props__.__dict__["access_data"] = access_data
|
|
318
|
+
if access_name is None and not opts.urn:
|
|
319
|
+
raise TypeError("Missing required property 'access_name'")
|
|
320
|
+
__props__.__dict__["access_name"] = access_name
|
|
321
|
+
if access_type is None and not opts.urn:
|
|
322
|
+
raise TypeError("Missing required property 'access_type'")
|
|
323
|
+
__props__.__dict__["access_type"] = access_type
|
|
324
|
+
if organization_id is None and not opts.urn:
|
|
325
|
+
raise TypeError("Missing required property 'organization_id'")
|
|
326
|
+
__props__.__dict__["organization_id"] = organization_id
|
|
327
|
+
__props__.__dict__["owner_user_group_id"] = owner_user_group_id
|
|
328
|
+
__props__.__dict__["susbcription_id"] = None
|
|
329
|
+
super(GovernanceAccess, __self__).__init__(
|
|
330
|
+
'aiven:index/governanceAccess:GovernanceAccess',
|
|
331
|
+
resource_name,
|
|
332
|
+
__props__,
|
|
333
|
+
opts)
|
|
334
|
+
|
|
335
|
+
@staticmethod
|
|
336
|
+
def get(resource_name: str,
|
|
337
|
+
id: pulumi.Input[str],
|
|
338
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
339
|
+
access_data: Optional[pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']]] = None,
|
|
340
|
+
access_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
341
|
+
access_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
342
|
+
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
343
|
+
owner_user_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
344
|
+
susbcription_id: Optional[pulumi.Input[builtins.str]] = None) -> 'GovernanceAccess':
|
|
345
|
+
"""
|
|
346
|
+
Get an existing GovernanceAccess resource's state with the given name, id, and optional extra
|
|
347
|
+
properties used to qualify the lookup.
|
|
348
|
+
|
|
349
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
350
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
351
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
352
|
+
:param pulumi.Input[Union['GovernanceAccessAccessDataArgs', 'GovernanceAccessAccessDataArgsDict']] access_data: Details of the access. Changing this property forces recreation of the resource.
|
|
353
|
+
:param pulumi.Input[builtins.str] access_name: The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
354
|
+
:param pulumi.Input[builtins.str] access_type: The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
355
|
+
:param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
|
|
356
|
+
:param pulumi.Input[builtins.str] owner_user_group_id: The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
357
|
+
:param pulumi.Input[builtins.str] susbcription_id: The ID of the access.
|
|
358
|
+
"""
|
|
359
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
360
|
+
|
|
361
|
+
__props__ = _GovernanceAccessState.__new__(_GovernanceAccessState)
|
|
362
|
+
|
|
363
|
+
__props__.__dict__["access_data"] = access_data
|
|
364
|
+
__props__.__dict__["access_name"] = access_name
|
|
365
|
+
__props__.__dict__["access_type"] = access_type
|
|
366
|
+
__props__.__dict__["organization_id"] = organization_id
|
|
367
|
+
__props__.__dict__["owner_user_group_id"] = owner_user_group_id
|
|
368
|
+
__props__.__dict__["susbcription_id"] = susbcription_id
|
|
369
|
+
return GovernanceAccess(resource_name, opts=opts, __props__=__props__)
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
@pulumi.getter(name="accessData")
|
|
373
|
+
def access_data(self) -> pulumi.Output['outputs.GovernanceAccessAccessData']:
|
|
374
|
+
"""
|
|
375
|
+
Details of the access. Changing this property forces recreation of the resource.
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "access_data")
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter(name="accessName")
|
|
381
|
+
def access_name(self) -> pulumi.Output[builtins.str]:
|
|
382
|
+
"""
|
|
383
|
+
The name to describe the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "access_name")
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="accessType")
|
|
389
|
+
def access_type(self) -> pulumi.Output[builtins.str]:
|
|
390
|
+
"""
|
|
391
|
+
The type of access. The possible value is `KAFKA`. Changing this property forces recreation of the resource.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "access_type")
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter(name="organizationId")
|
|
397
|
+
def organization_id(self) -> pulumi.Output[builtins.str]:
|
|
398
|
+
"""
|
|
399
|
+
The ID of the organization. Changing this property forces recreation of the resource.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "organization_id")
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter(name="ownerUserGroupId")
|
|
405
|
+
def owner_user_group_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
406
|
+
"""
|
|
407
|
+
The ID of the user group that owns the access. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "owner_user_group_id")
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="susbcriptionId")
|
|
413
|
+
def susbcription_id(self) -> pulumi.Output[builtins.str]:
|
|
414
|
+
"""
|
|
415
|
+
The ID of the access.
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "susbcription_id")
|
|
418
|
+
|
pulumi_aiven/grafana.py
CHANGED
|
@@ -42,7 +42,7 @@ class GrafanaArgs:
|
|
|
42
42
|
The set of arguments for constructing a Grafana resource.
|
|
43
43
|
:param pulumi.Input[builtins.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).
|
|
44
44
|
:param pulumi.Input[builtins.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.
|
|
45
|
-
:param pulumi.Input[builtins.str] additional_disk_space: 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
|
|
45
|
+
:param pulumi.Input[builtins.str] additional_disk_space: 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
46
46
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
47
47
|
:param pulumi.Input[builtins.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['GrafanaGrafanaArgs'] grafana: Values provided by the Grafana server.
|
|
@@ -119,7 +119,7 @@ class GrafanaArgs:
|
|
|
119
119
|
@pulumi.getter(name="additionalDiskSpace")
|
|
120
120
|
def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
121
121
|
"""
|
|
122
|
-
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
|
|
122
|
+
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
123
123
|
"""
|
|
124
124
|
return pulumi.get(self, "additional_disk_space")
|
|
125
125
|
|
|
@@ -318,7 +318,7 @@ class _GrafanaState:
|
|
|
318
318
|
termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
|
|
319
319
|
"""
|
|
320
320
|
Input properties used for looking up and filtering Grafana resources.
|
|
321
|
-
:param pulumi.Input[builtins.str] additional_disk_space: 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
|
|
321
|
+
:param pulumi.Input[builtins.str] additional_disk_space: 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
322
322
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
323
323
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaComponentArgs']]] components: Service component information objects
|
|
324
324
|
:param pulumi.Input[builtins.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.
|
|
@@ -341,7 +341,6 @@ class _GrafanaState:
|
|
|
341
341
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
342
342
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
343
343
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
344
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
345
344
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
346
345
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
347
346
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] tech_emails: 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.
|
|
@@ -414,7 +413,7 @@ class _GrafanaState:
|
|
|
414
413
|
@pulumi.getter(name="additionalDiskSpace")
|
|
415
414
|
def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
416
415
|
"""
|
|
417
|
-
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
|
|
416
|
+
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
418
417
|
"""
|
|
419
418
|
return pulumi.get(self, "additional_disk_space")
|
|
420
419
|
|
|
@@ -691,9 +690,6 @@ class _GrafanaState:
|
|
|
691
690
|
@property
|
|
692
691
|
@pulumi.getter
|
|
693
692
|
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
694
|
-
"""
|
|
695
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
696
|
-
"""
|
|
697
693
|
return pulumi.get(self, "state")
|
|
698
694
|
|
|
699
695
|
@state.setter
|
|
@@ -749,6 +745,7 @@ class _GrafanaState:
|
|
|
749
745
|
pulumi.set(self, "termination_protection", value)
|
|
750
746
|
|
|
751
747
|
|
|
748
|
+
@pulumi.type_token("aiven:index/grafana:Grafana")
|
|
752
749
|
class Grafana(pulumi.CustomResource):
|
|
753
750
|
@overload
|
|
754
751
|
def __init__(__self__,
|
|
@@ -803,7 +800,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
803
800
|
|
|
804
801
|
:param str resource_name: The name of the resource.
|
|
805
802
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
806
|
-
:param pulumi.Input[builtins.str] additional_disk_space: 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
|
|
803
|
+
:param pulumi.Input[builtins.str] additional_disk_space: 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
807
804
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
808
805
|
:param pulumi.Input[builtins.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.
|
|
809
806
|
:param pulumi.Input[Union['GrafanaGrafanaArgs', 'GrafanaGrafanaArgsDict']] grafana: Values provided by the Grafana server.
|
|
@@ -975,7 +972,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
975
972
|
:param str resource_name: The unique name of the resulting resource.
|
|
976
973
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
977
974
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
978
|
-
:param pulumi.Input[builtins.str] additional_disk_space: 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
|
|
975
|
+
:param pulumi.Input[builtins.str] additional_disk_space: 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
979
976
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
980
977
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GrafanaComponentArgs', 'GrafanaComponentArgsDict']]]] components: Service component information objects
|
|
981
978
|
:param pulumi.Input[builtins.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.
|
|
@@ -998,7 +995,6 @@ class Grafana(pulumi.CustomResource):
|
|
|
998
995
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
999
996
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
1000
997
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
1001
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1002
998
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1003
999
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GrafanaTagArgs', 'GrafanaTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1004
1000
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GrafanaTechEmailArgs', 'GrafanaTechEmailArgsDict']]]] tech_emails: 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.
|
|
@@ -1042,7 +1038,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1042
1038
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1043
1039
|
def additional_disk_space(self) -> pulumi.Output[builtins.str]:
|
|
1044
1040
|
"""
|
|
1045
|
-
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
|
|
1041
|
+
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
1046
1042
|
"""
|
|
1047
1043
|
return pulumi.get(self, "additional_disk_space")
|
|
1048
1044
|
|
|
@@ -1227,9 +1223,6 @@ class Grafana(pulumi.CustomResource):
|
|
|
1227
1223
|
@property
|
|
1228
1224
|
@pulumi.getter
|
|
1229
1225
|
def state(self) -> pulumi.Output[builtins.str]:
|
|
1230
|
-
"""
|
|
1231
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1232
|
-
"""
|
|
1233
1226
|
return pulumi.get(self, "state")
|
|
1234
1227
|
|
|
1235
1228
|
@property
|