pulumi-aiven 6.36.0a1741493223__py3-none-any.whl → 6.36.0a1741836427__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/_inputs.py +214 -3
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.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/get_account_team_project.py +1 -1
- pulumi_aiven/get_alloydbomni.py +1 -1
- pulumi_aiven/get_billing_group.py +21 -3
- 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_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_pg.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/outputs.py +277 -2
- pulumi_aiven/pg.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.36.0a1741493223.dist-info → pulumi_aiven-6.36.0a1741836427.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.36.0a1741836427.dist-info}/RECORD +53 -53
- {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.36.0a1741836427.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.36.0a1741836427.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -146,7 +146,7 @@ class GetCassandaResult:
|
|
|
146
146
|
@pulumi.getter(name="cloudName")
|
|
147
147
|
def cloud_name(self) -> str:
|
|
148
148
|
"""
|
|
149
|
-
|
|
149
|
+
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.
|
|
150
150
|
"""
|
|
151
151
|
return pulumi.get(self, "cloud_name")
|
|
152
152
|
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -144,7 +144,7 @@ class GetCassandraResult:
|
|
|
144
144
|
@pulumi.getter(name="cloudName")
|
|
145
145
|
def cloud_name(self) -> str:
|
|
146
146
|
"""
|
|
147
|
-
|
|
147
|
+
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.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "cloud_name")
|
|
150
150
|
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -144,7 +144,7 @@ class GetClickhouseResult:
|
|
|
144
144
|
@pulumi.getter(name="cloudName")
|
|
145
145
|
def cloud_name(self) -> str:
|
|
146
146
|
"""
|
|
147
|
-
|
|
147
|
+
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.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "cloud_name")
|
|
150
150
|
|
pulumi_aiven/get_dragonfly.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetDragonflyResult:
|
|
|
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_flink.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetFlinkResult:
|
|
|
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_grafana.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetGrafanaResult:
|
|
|
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_kafka.py
CHANGED
|
@@ -134,7 +134,7 @@ class GetKafkaResult:
|
|
|
134
134
|
@pulumi.getter(name="cloudName")
|
|
135
135
|
def cloud_name(self) -> str:
|
|
136
136
|
"""
|
|
137
|
-
|
|
137
|
+
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.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "cloud_name")
|
|
140
140
|
|
|
@@ -125,7 +125,7 @@ class GetKafkaConnectResult:
|
|
|
125
125
|
@pulumi.getter(name="cloudName")
|
|
126
126
|
def cloud_name(self) -> str:
|
|
127
127
|
"""
|
|
128
|
-
|
|
128
|
+
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.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "cloud_name")
|
|
131
131
|
|
|
@@ -125,7 +125,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
125
125
|
@pulumi.getter(name="cloudName")
|
|
126
126
|
def cloud_name(self) -> str:
|
|
127
127
|
"""
|
|
128
|
-
|
|
128
|
+
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.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "cloud_name")
|
|
131
131
|
|
|
@@ -128,7 +128,7 @@ class GetM3AggregatorResult:
|
|
|
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_m3_db.py
CHANGED
|
@@ -128,7 +128,7 @@ class GetM3DbResult:
|
|
|
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_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
|
|
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_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
|
|