pulumi-aiven 6.35.0a1740028090__py3-none-any.whl → 6.36.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 +40 -0
- pulumi_aiven/_inputs.py +214 -3
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +7 -7
- pulumi_aiven/aws_org_vpc_peering_connection.py +481 -0
- pulumi_aiven/azure_org_vpc_peering_connection.py +553 -0
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/dragonfly.py +7 -7
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/gcp_org_vpc_peering_connection.py +403 -0
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_alloydbomni.py +1 -1
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +222 -0
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +236 -0
- pulumi_aiven/get_billing_group.py +22 -4
- 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_gcp_org_vpc_peering_connection.py +188 -0
- 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_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_organization_application_user.py +1 -1
- pulumi_aiven/get_organization_project.py +1 -1
- pulumi_aiven/get_organization_vpc.py +190 -0
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_project.py +1 -1
- pulumi_aiven/get_project_user.py +3 -3
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +42 -42
- pulumi_aiven/kafka.py +9 -9
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/organization_application_user.py +13 -15
- pulumi_aiven/organization_application_user_token.py +47 -0
- pulumi_aiven/organization_group_project.py +9 -9
- pulumi_aiven/organization_permission.py +16 -2
- pulumi_aiven/organization_project.py +7 -7
- pulumi_aiven/organization_vpc.py +401 -0
- pulumi_aiven/outputs.py +277 -2
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/project.py +7 -7
- pulumi_aiven/project_user.py +9 -9
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/thanos.py +7 -7
- pulumi_aiven/valkey.py +7 -7
- {pulumi_aiven-6.35.0a1740028090.dist-info → pulumi_aiven-6.36.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.35.0a1740028090.dist-info → pulumi_aiven-6.36.0.dist-info}/RECORD +67 -59
- {pulumi_aiven-6.35.0a1740028090.dist-info → pulumi_aiven-6.36.0.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.35.0a1740028090.dist-info → pulumi_aiven-6.36.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetMySqlResult:
|
|
|
128
128
|
@pulumi.getter(name="cloudName")
|
|
129
129
|
def cloud_name(self) -> str:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
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.
|
|
132
132
|
"""
|
|
133
133
|
return pulumi.get(self, "cloud_name")
|
|
134
134
|
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetOpenSearchResult:
|
|
|
128
128
|
@pulumi.getter(name="cloudName")
|
|
129
129
|
def cloud_name(self) -> str:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
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.
|
|
132
132
|
"""
|
|
133
133
|
return pulumi.get(self, "cloud_name")
|
|
134
134
|
|
|
@@ -66,7 +66,7 @@ class GetOrganizationApplicationUserResult:
|
|
|
66
66
|
@pulumi.getter(name="isSuperAdmin")
|
|
67
67
|
def is_super_admin(self) -> bool:
|
|
68
68
|
"""
|
|
69
|
-
Makes the application user a super admin. The super admin role has
|
|
69
|
+
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "is_super_admin")
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ class GetOrganizationProjectResult:
|
|
|
78
78
|
@pulumi.getter(name="parentId")
|
|
79
79
|
def parent_id(self) -> str:
|
|
80
80
|
"""
|
|
81
|
-
Link a project to an [organization
|
|
81
|
+
Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "parent_id")
|
|
84
84
|
|
|
@@ -0,0 +1,190 @@
|
|
|
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__ = [
|
|
18
|
+
'GetOrganizationVpcResult',
|
|
19
|
+
'AwaitableGetOrganizationVpcResult',
|
|
20
|
+
'get_organization_vpc',
|
|
21
|
+
'get_organization_vpc_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetOrganizationVpcResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getOrganizationVpc.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, cloud_name=None, create_time=None, id=None, network_cidr=None, organization_id=None, organization_vpc_id=None, state=None, update_time=None):
|
|
30
|
+
if cloud_name and not isinstance(cloud_name, str):
|
|
31
|
+
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
32
|
+
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
33
|
+
if create_time and not isinstance(create_time, str):
|
|
34
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
|
35
|
+
pulumi.set(__self__, "create_time", create_time)
|
|
36
|
+
if id and not isinstance(id, str):
|
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "id", id)
|
|
39
|
+
if network_cidr and not isinstance(network_cidr, str):
|
|
40
|
+
raise TypeError("Expected argument 'network_cidr' to be a str")
|
|
41
|
+
pulumi.set(__self__, "network_cidr", network_cidr)
|
|
42
|
+
if organization_id and not isinstance(organization_id, str):
|
|
43
|
+
raise TypeError("Expected argument 'organization_id' to be a str")
|
|
44
|
+
pulumi.set(__self__, "organization_id", organization_id)
|
|
45
|
+
if organization_vpc_id and not isinstance(organization_vpc_id, str):
|
|
46
|
+
raise TypeError("Expected argument 'organization_vpc_id' to be a str")
|
|
47
|
+
pulumi.set(__self__, "organization_vpc_id", organization_vpc_id)
|
|
48
|
+
if state and not isinstance(state, str):
|
|
49
|
+
raise TypeError("Expected argument 'state' to be a str")
|
|
50
|
+
pulumi.set(__self__, "state", state)
|
|
51
|
+
if update_time and not isinstance(update_time, str):
|
|
52
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
|
53
|
+
pulumi.set(__self__, "update_time", update_time)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="cloudName")
|
|
57
|
+
def cloud_name(self) -> str:
|
|
58
|
+
"""
|
|
59
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "cloud_name")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter(name="createTime")
|
|
65
|
+
def create_time(self) -> str:
|
|
66
|
+
"""
|
|
67
|
+
Time of creation of the VPC.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "create_time")
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def id(self) -> str:
|
|
74
|
+
"""
|
|
75
|
+
The provider-assigned unique ID for this managed resource.
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "id")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="networkCidr")
|
|
81
|
+
def network_cidr(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "network_cidr")
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="organizationId")
|
|
89
|
+
def organization_id(self) -> str:
|
|
90
|
+
"""
|
|
91
|
+
The ID of the organization.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "organization_id")
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="organizationVpcId")
|
|
97
|
+
def organization_vpc_id(self) -> str:
|
|
98
|
+
"""
|
|
99
|
+
The ID of the Aiven Organization VPC.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "organization_vpc_id")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter
|
|
105
|
+
def state(self) -> str:
|
|
106
|
+
"""
|
|
107
|
+
State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "state")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="updateTime")
|
|
113
|
+
def update_time(self) -> str:
|
|
114
|
+
"""
|
|
115
|
+
Time of the last update of the VPC.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "update_time")
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class AwaitableGetOrganizationVpcResult(GetOrganizationVpcResult):
|
|
121
|
+
# pylint: disable=using-constant-test
|
|
122
|
+
def __await__(self):
|
|
123
|
+
if False:
|
|
124
|
+
yield self
|
|
125
|
+
return GetOrganizationVpcResult(
|
|
126
|
+
cloud_name=self.cloud_name,
|
|
127
|
+
create_time=self.create_time,
|
|
128
|
+
id=self.id,
|
|
129
|
+
network_cidr=self.network_cidr,
|
|
130
|
+
organization_id=self.organization_id,
|
|
131
|
+
organization_vpc_id=self.organization_vpc_id,
|
|
132
|
+
state=self.state,
|
|
133
|
+
update_time=self.update_time)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
def get_organization_vpc(organization_id: Optional[str] = None,
|
|
137
|
+
organization_vpc_id: Optional[str] = None,
|
|
138
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationVpcResult:
|
|
139
|
+
"""
|
|
140
|
+
Gets information about an existing VPC in an Aiven organization.
|
|
141
|
+
|
|
142
|
+
**This resource is in the beta stage and may change without notice.** Set
|
|
143
|
+
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
:param str organization_id: The ID of the organization.
|
|
147
|
+
:param str organization_vpc_id: The ID of the Aiven Organization VPC.
|
|
148
|
+
"""
|
|
149
|
+
__args__ = dict()
|
|
150
|
+
__args__['organizationId'] = organization_id
|
|
151
|
+
__args__['organizationVpcId'] = organization_vpc_id
|
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
153
|
+
__ret__ = pulumi.runtime.invoke('aiven:index/getOrganizationVpc:getOrganizationVpc', __args__, opts=opts, typ=GetOrganizationVpcResult).value
|
|
154
|
+
|
|
155
|
+
return AwaitableGetOrganizationVpcResult(
|
|
156
|
+
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
157
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
|
158
|
+
id=pulumi.get(__ret__, 'id'),
|
|
159
|
+
network_cidr=pulumi.get(__ret__, 'network_cidr'),
|
|
160
|
+
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
161
|
+
organization_vpc_id=pulumi.get(__ret__, 'organization_vpc_id'),
|
|
162
|
+
state=pulumi.get(__ret__, 'state'),
|
|
163
|
+
update_time=pulumi.get(__ret__, 'update_time'))
|
|
164
|
+
def get_organization_vpc_output(organization_id: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
organization_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationVpcResult]:
|
|
167
|
+
"""
|
|
168
|
+
Gets information about an existing VPC in an Aiven organization.
|
|
169
|
+
|
|
170
|
+
**This resource is in the beta stage and may change without notice.** Set
|
|
171
|
+
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param str organization_id: The ID of the organization.
|
|
175
|
+
:param str organization_vpc_id: The ID of the Aiven Organization VPC.
|
|
176
|
+
"""
|
|
177
|
+
__args__ = dict()
|
|
178
|
+
__args__['organizationId'] = organization_id
|
|
179
|
+
__args__['organizationVpcId'] = organization_vpc_id
|
|
180
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
181
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationVpc:getOrganizationVpc', __args__, opts=opts, typ=GetOrganizationVpcResult)
|
|
182
|
+
return __ret__.apply(lambda __response__: GetOrganizationVpcResult(
|
|
183
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
184
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
|
185
|
+
id=pulumi.get(__response__, 'id'),
|
|
186
|
+
network_cidr=pulumi.get(__response__, 'network_cidr'),
|
|
187
|
+
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
188
|
+
organization_vpc_id=pulumi.get(__response__, 'organization_vpc_id'),
|
|
189
|
+
state=pulumi.get(__response__, 'state'),
|
|
190
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
pulumi_aiven/get_pg.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetPgResult:
|
|
|
128
128
|
@pulumi.getter(name="cloudName")
|
|
129
129
|
def cloud_name(self) -> str:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
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.
|
|
132
132
|
"""
|
|
133
133
|
return pulumi.get(self, "cloud_name")
|
|
134
134
|
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -150,7 +150,7 @@ class GetProjectResult:
|
|
|
150
150
|
@pulumi.getter(name="parentId")
|
|
151
151
|
def parent_id(self) -> str:
|
|
152
152
|
"""
|
|
153
|
-
Link a project to an [organization
|
|
153
|
+
Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
154
154
|
"""
|
|
155
155
|
return pulumi.get(self, "parent_id")
|
|
156
156
|
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -71,7 +71,7 @@ class GetProjectUserResult:
|
|
|
71
71
|
@pulumi.getter(name="memberType")
|
|
72
72
|
def member_type(self) -> str:
|
|
73
73
|
"""
|
|
74
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
74
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "member_type")
|
|
77
77
|
|
|
@@ -106,7 +106,7 @@ def get_project_user(email: Optional[str] = None,
|
|
|
106
106
|
> **This resource is deprecated**
|
|
107
107
|
Use `OrganizationPermission` instead and
|
|
108
108
|
migrate existing `ProjectUser` resources
|
|
109
|
-
to the new resource.
|
|
109
|
+
to the new resource. **Do not use the `ProjectUser` and `OrganizationPermission` resources together**.
|
|
110
110
|
|
|
111
111
|
## Example Usage
|
|
112
112
|
|
|
@@ -143,7 +143,7 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
143
143
|
> **This resource is deprecated**
|
|
144
144
|
Use `OrganizationPermission` instead and
|
|
145
145
|
migrate existing `ProjectUser` resources
|
|
146
|
-
to the new resource.
|
|
146
|
+
to the new resource. **Do not use the `ProjectUser` and `OrganizationPermission` resources together**.
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetRedisResult:
|
|
|
128
128
|
@pulumi.getter(name="cloudName")
|
|
129
129
|
def cloud_name(self) -> str:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
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.
|
|
132
132
|
"""
|
|
133
133
|
return pulumi.get(self, "cloud_name")
|
|
134
134
|
|
pulumi_aiven/get_thanos.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetThanosResult:
|
|
|
128
128
|
@pulumi.getter(name="cloudName")
|
|
129
129
|
def cloud_name(self) -> str:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
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.
|
|
132
132
|
"""
|
|
133
133
|
return pulumi.get(self, "cloud_name")
|
|
134
134
|
|
pulumi_aiven/get_valkey.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetValkeyResult:
|
|
|
128
128
|
@pulumi.getter(name="cloudName")
|
|
129
129
|
def cloud_name(self) -> str:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
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.
|
|
132
132
|
"""
|
|
133
133
|
return pulumi.get(self, "cloud_name")
|
|
134
134
|
|
pulumi_aiven/grafana.py
CHANGED
|
@@ -42,7 +42,7 @@ class GrafanaArgs:
|
|
|
42
42
|
: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).
|
|
43
43
|
: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.
|
|
44
44
|
:param pulumi.Input[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 with no HA capabilities.
|
|
45
|
-
:param pulumi.Input[str] cloud_name:
|
|
45
|
+
:param pulumi.Input[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.
|
|
46
46
|
: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.
|
|
47
47
|
:param pulumi.Input['GrafanaGrafanaArgs'] grafana: Values provided by the Grafana server.
|
|
48
48
|
:param pulumi.Input['GrafanaGrafanaUserConfigArgs'] grafana_user_config: Grafana user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -130,7 +130,7 @@ class GrafanaArgs:
|
|
|
130
130
|
@pulumi.getter(name="cloudName")
|
|
131
131
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
132
132
|
"""
|
|
133
|
-
|
|
133
|
+
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.
|
|
134
134
|
"""
|
|
135
135
|
return pulumi.get(self, "cloud_name")
|
|
136
136
|
|
|
@@ -318,7 +318,7 @@ class _GrafanaState:
|
|
|
318
318
|
"""
|
|
319
319
|
Input properties used for looking up and filtering Grafana resources.
|
|
320
320
|
:param pulumi.Input[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 with no HA capabilities.
|
|
321
|
-
:param pulumi.Input[str] cloud_name:
|
|
321
|
+
:param pulumi.Input[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.
|
|
322
322
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaComponentArgs']]] components: Service component information objects
|
|
323
323
|
: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.
|
|
324
324
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
@@ -425,7 +425,7 @@ class _GrafanaState:
|
|
|
425
425
|
@pulumi.getter(name="cloudName")
|
|
426
426
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
427
427
|
"""
|
|
428
|
-
|
|
428
|
+
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.
|
|
429
429
|
"""
|
|
430
430
|
return pulumi.get(self, "cloud_name")
|
|
431
431
|
|
|
@@ -803,7 +803,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
803
803
|
:param str resource_name: The name of the resource.
|
|
804
804
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
805
805
|
:param pulumi.Input[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 with no HA capabilities.
|
|
806
|
-
:param pulumi.Input[str] cloud_name:
|
|
806
|
+
:param pulumi.Input[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.
|
|
807
807
|
: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.
|
|
808
808
|
:param pulumi.Input[Union['GrafanaGrafanaArgs', 'GrafanaGrafanaArgsDict']] grafana: Values provided by the Grafana server.
|
|
809
809
|
:param pulumi.Input[Union['GrafanaGrafanaUserConfigArgs', 'GrafanaGrafanaUserConfigArgsDict']] grafana_user_config: Grafana user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -975,7 +975,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
975
975
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
976
976
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
977
977
|
:param pulumi.Input[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 with no HA capabilities.
|
|
978
|
-
:param pulumi.Input[str] cloud_name:
|
|
978
|
+
:param pulumi.Input[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.
|
|
979
979
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GrafanaComponentArgs', 'GrafanaComponentArgsDict']]]] components: Service component information objects
|
|
980
980
|
: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.
|
|
981
981
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
@@ -1049,7 +1049,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1049
1049
|
@pulumi.getter(name="cloudName")
|
|
1050
1050
|
def cloud_name(self) -> pulumi.Output[Optional[str]]:
|
|
1051
1051
|
"""
|
|
1052
|
-
|
|
1052
|
+
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.
|
|
1053
1053
|
"""
|
|
1054
1054
|
return pulumi.get(self, "cloud_name")
|
|
1055
1055
|
|
pulumi_aiven/influx_db.py
CHANGED
|
@@ -52,12 +52,12 @@ class InfluxDbArgs:
|
|
|
52
52
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
|
|
53
53
|
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
54
54
|
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
55
|
-
:param pulumi.Input[str] cloud_name:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
55
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
56
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
57
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
58
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
59
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
60
|
+
may have a brief interruption during DNS propagation.
|
|
61
61
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
62
62
|
will result in the service rebalancing.
|
|
63
63
|
:param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
@@ -173,12 +173,12 @@ class InfluxDbArgs:
|
|
|
173
173
|
@pulumi.getter(name="cloudName")
|
|
174
174
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
175
175
|
"""
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
176
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
177
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
178
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
179
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
180
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
181
|
+
may have a brief interruption during DNS propagation.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "cloud_name")
|
|
184
184
|
|
|
@@ -365,12 +365,12 @@ class _InfluxDbState:
|
|
|
365
365
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
|
|
366
366
|
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
367
367
|
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
368
|
-
:param pulumi.Input[str] cloud_name:
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
368
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
369
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
370
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
371
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
372
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
373
|
+
may have a brief interruption during DNS propagation.
|
|
374
374
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbComponentArgs']]] components: Service component information objects
|
|
375
375
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
376
376
|
will result in the service rebalancing.
|
|
@@ -497,12 +497,12 @@ class _InfluxDbState:
|
|
|
497
497
|
@pulumi.getter(name="cloudName")
|
|
498
498
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
499
499
|
"""
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
500
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
501
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
502
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
503
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
504
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
505
|
+
may have a brief interruption during DNS propagation.
|
|
506
506
|
"""
|
|
507
507
|
return pulumi.get(self, "cloud_name")
|
|
508
508
|
|
|
@@ -872,12 +872,12 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
872
872
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
|
|
873
873
|
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
874
874
|
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
875
|
-
:param pulumi.Input[str] cloud_name:
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
875
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
876
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
877
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
878
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
879
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
880
|
+
may have a brief interruption during DNS propagation.
|
|
881
881
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
882
882
|
will result in the service rebalancing.
|
|
883
883
|
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
@@ -1041,12 +1041,12 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1041
1041
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
|
|
1042
1042
|
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
1043
1043
|
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1044
|
-
:param pulumi.Input[str] cloud_name:
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1044
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
1045
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
1046
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
1047
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
1048
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
1049
|
+
may have a brief interruption during DNS propagation.
|
|
1050
1050
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]] components: Service component information objects
|
|
1051
1051
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1052
1052
|
will result in the service rebalancing.
|
|
@@ -1140,12 +1140,12 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1140
1140
|
@pulumi.getter(name="cloudName")
|
|
1141
1141
|
def cloud_name(self) -> pulumi.Output[Optional[str]]:
|
|
1142
1142
|
"""
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1143
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
1144
|
+
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
1145
|
+
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
1146
|
+
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
1147
|
+
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
1148
|
+
may have a brief interruption during DNS propagation.
|
|
1149
1149
|
"""
|
|
1150
1150
|
return pulumi.get(self, "cloud_name")
|
|
1151
1151
|
|