pulumi-aiven 6.40.0a1750223346__py3-none-any.whl → 6.41.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/_inputs.py +605 -145
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +8 -8
- pulumi_aiven/cassandra.py +8 -8
- pulumi_aiven/clickhouse.py +12 -12
- pulumi_aiven/clickhouse_database.py +0 -10
- pulumi_aiven/clickhouse_grant.py +0 -16
- pulumi_aiven/dragonfly.py +8 -8
- pulumi_aiven/flink.py +8 -8
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_alloydbomni.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +2 -2
- 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 +2 -2
- 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_billing_group.py +15 -15
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_integration.py +15 -1
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +8 -8
- pulumi_aiven/influx_db.py +36 -29
- pulumi_aiven/kafka.py +15 -15
- pulumi_aiven/kafka_connect.py +8 -8
- pulumi_aiven/kafka_mirror_maker.py +8 -8
- pulumi_aiven/m3_aggregator.py +8 -8
- pulumi_aiven/m3_db.py +8 -8
- pulumi_aiven/my_sql.py +8 -8
- pulumi_aiven/open_search.py +8 -8
- pulumi_aiven/organization_application_user.py +7 -7
- pulumi_aiven/organization_billing_group.py +41 -41
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +799 -159
- pulumi_aiven/pg.py +8 -8
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -8
- pulumi_aiven/service_integration.py +47 -0
- pulumi_aiven/thanos.py +8 -8
- pulumi_aiven/valkey.py +8 -8
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/RECORD +55 -55
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/flink.py
CHANGED
|
@@ -50,7 +50,7 @@ class FlinkArgs:
|
|
|
50
50
|
:param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
51
51
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
52
52
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
53
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
53
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
55
55
|
: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
|
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
@@ -215,7 +215,7 @@ class FlinkArgs:
|
|
|
215
215
|
@pulumi.getter(name="projectVpcId")
|
|
216
216
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
217
217
|
"""
|
|
218
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
218
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "project_vpc_id")
|
|
221
221
|
|
|
@@ -331,7 +331,7 @@ class _FlinkState:
|
|
|
331
331
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
332
332
|
: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).
|
|
333
333
|
: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.
|
|
334
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
334
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
335
335
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
336
336
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
337
337
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -582,7 +582,7 @@ class _FlinkState:
|
|
|
582
582
|
@pulumi.getter(name="projectVpcId")
|
|
583
583
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
584
584
|
"""
|
|
585
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
585
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
586
586
|
"""
|
|
587
587
|
return pulumi.get(self, "project_vpc_id")
|
|
588
588
|
|
|
@@ -805,7 +805,7 @@ class Flink(pulumi.CustomResource):
|
|
|
805
805
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
806
806
|
: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).
|
|
807
807
|
: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.
|
|
808
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
808
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
809
809
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FlinkServiceIntegrationArgs', 'FlinkServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
810
810
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
811
811
|
: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
|
|
@@ -981,7 +981,7 @@ class Flink(pulumi.CustomResource):
|
|
|
981
981
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
982
982
|
: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).
|
|
983
983
|
: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.
|
|
984
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
984
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
985
985
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
986
986
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FlinkServiceIntegrationArgs', 'FlinkServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
987
987
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -1145,9 +1145,9 @@ class Flink(pulumi.CustomResource):
|
|
|
1145
1145
|
|
|
1146
1146
|
@property
|
|
1147
1147
|
@pulumi.getter(name="projectVpcId")
|
|
1148
|
-
def project_vpc_id(self) -> pulumi.Output[builtins.str]:
|
|
1148
|
+
def project_vpc_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1149
1149
|
"""
|
|
1150
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
1150
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1151
1151
|
"""
|
|
1152
1152
|
return pulumi.get(self, "project_vpc_id")
|
|
1153
1153
|
|
|
@@ -80,7 +80,7 @@ class GetAccountTeamProjectResult:
|
|
|
80
80
|
@pulumi.getter(name="teamType")
|
|
81
81
|
def team_type(self) -> builtins.str:
|
|
82
82
|
"""
|
|
83
|
-
The Account team project 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:
|
|
83
|
+
The Account team project 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: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`.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "team_type")
|
|
86
86
|
|
pulumi_aiven/get_alloydbomni.py
CHANGED
|
@@ -244,7 +244,7 @@ class GetAlloydbomniResult:
|
|
|
244
244
|
@pulumi.getter(name="projectVpcId")
|
|
245
245
|
def project_vpc_id(self) -> builtins.str:
|
|
246
246
|
"""
|
|
247
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
247
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
248
248
|
"""
|
|
249
249
|
return pulumi.get(self, "project_vpc_id")
|
|
250
250
|
|
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -243,7 +243,7 @@ class GetCassandaResult:
|
|
|
243
243
|
@pulumi.getter(name="projectVpcId")
|
|
244
244
|
def project_vpc_id(self) -> builtins.str:
|
|
245
245
|
"""
|
|
246
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
246
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
247
247
|
"""
|
|
248
248
|
return pulumi.get(self, "project_vpc_id")
|
|
249
249
|
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetCassandraResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetClickhouseResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
|
@@ -297,7 +297,7 @@ class GetClickhouseResult:
|
|
|
297
297
|
@pulumi.getter(name="serviceUri")
|
|
298
298
|
def service_uri(self) -> builtins.str:
|
|
299
299
|
"""
|
|
300
|
-
URI for
|
|
300
|
+
The service URI for the ClickHouse service, which contains the hostname and port (e.g., 'service-name.h.aivencloud.com:16539') used to connect to the service. For protocol-specific connections, see the ClickHouse service example.
|
|
301
301
|
"""
|
|
302
302
|
return pulumi.get(self, "service_uri")
|
|
303
303
|
|
pulumi_aiven/get_dragonfly.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetDragonflyResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_flink.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetFlinkResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_grafana.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetGrafanaResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -223,7 +223,7 @@ class GetKafkaResult:
|
|
|
223
223
|
@pulumi.getter
|
|
224
224
|
def karapace(self) -> builtins.bool:
|
|
225
225
|
"""
|
|
226
|
-
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
226
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
227
227
|
"""
|
|
228
228
|
return pulumi.get(self, "karapace")
|
|
229
229
|
|
|
@@ -263,7 +263,7 @@ class GetKafkaResult:
|
|
|
263
263
|
@pulumi.getter(name="projectVpcId")
|
|
264
264
|
def project_vpc_id(self) -> builtins.str:
|
|
265
265
|
"""
|
|
266
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
266
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
267
267
|
"""
|
|
268
268
|
return pulumi.get(self, "project_vpc_id")
|
|
269
269
|
|
|
@@ -230,7 +230,7 @@ class GetKafkaConnectResult:
|
|
|
230
230
|
@pulumi.getter(name="projectVpcId")
|
|
231
231
|
def project_vpc_id(self) -> builtins.str:
|
|
232
232
|
"""
|
|
233
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
233
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
234
234
|
"""
|
|
235
235
|
return pulumi.get(self, "project_vpc_id")
|
|
236
236
|
|
|
@@ -230,7 +230,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
230
230
|
@pulumi.getter(name="projectVpcId")
|
|
231
231
|
def project_vpc_id(self) -> builtins.str:
|
|
232
232
|
"""
|
|
233
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
233
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
234
234
|
"""
|
|
235
235
|
return pulumi.get(self, "project_vpc_id")
|
|
236
236
|
|
|
@@ -241,7 +241,7 @@ class GetM3AggregatorResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_m3_db.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetM3DbResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetMySqlResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetOpenSearchResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
|
@@ -29,16 +29,13 @@ class GetOrganizationBillingGroupResult:
|
|
|
29
29
|
"""
|
|
30
30
|
A collection of values returned by getOrganizationBillingGroup.
|
|
31
31
|
"""
|
|
32
|
-
def __init__(__self__, billing_address_id=None, billing_contact_emails=None,
|
|
32
|
+
def __init__(__self__, billing_address_id=None, billing_contact_emails=None, billing_emails=None, billing_group_id=None, billing_group_name=None, currency=None, custom_invoice_text=None, id=None, organization_id=None, payment_method_id=None, shipping_address_id=None, timeouts=None, vat_id=None):
|
|
33
33
|
if billing_address_id and not isinstance(billing_address_id, str):
|
|
34
34
|
raise TypeError("Expected argument 'billing_address_id' to be a str")
|
|
35
35
|
pulumi.set(__self__, "billing_address_id", billing_address_id)
|
|
36
36
|
if billing_contact_emails and not isinstance(billing_contact_emails, list):
|
|
37
37
|
raise TypeError("Expected argument 'billing_contact_emails' to be a list")
|
|
38
38
|
pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
|
|
39
|
-
if billing_currency and not isinstance(billing_currency, str):
|
|
40
|
-
raise TypeError("Expected argument 'billing_currency' to be a str")
|
|
41
|
-
pulumi.set(__self__, "billing_currency", billing_currency)
|
|
42
39
|
if billing_emails and not isinstance(billing_emails, list):
|
|
43
40
|
raise TypeError("Expected argument 'billing_emails' to be a list")
|
|
44
41
|
pulumi.set(__self__, "billing_emails", billing_emails)
|
|
@@ -48,6 +45,9 @@ class GetOrganizationBillingGroupResult:
|
|
|
48
45
|
if billing_group_name and not isinstance(billing_group_name, str):
|
|
49
46
|
raise TypeError("Expected argument 'billing_group_name' to be a str")
|
|
50
47
|
pulumi.set(__self__, "billing_group_name", billing_group_name)
|
|
48
|
+
if currency and not isinstance(currency, str):
|
|
49
|
+
raise TypeError("Expected argument 'currency' to be a str")
|
|
50
|
+
pulumi.set(__self__, "currency", currency)
|
|
51
51
|
if custom_invoice_text and not isinstance(custom_invoice_text, str):
|
|
52
52
|
raise TypeError("Expected argument 'custom_invoice_text' to be a str")
|
|
53
53
|
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
@@ -86,14 +86,6 @@ class GetOrganizationBillingGroupResult:
|
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "billing_contact_emails")
|
|
88
88
|
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter(name="billingCurrency")
|
|
91
|
-
def billing_currency(self) -> builtins.str:
|
|
92
|
-
"""
|
|
93
|
-
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
94
|
-
"""
|
|
95
|
-
return pulumi.get(self, "billing_currency")
|
|
96
|
-
|
|
97
89
|
@property
|
|
98
90
|
@pulumi.getter(name="billingEmails")
|
|
99
91
|
def billing_emails(self) -> Sequence[builtins.str]:
|
|
@@ -118,6 +110,14 @@ class GetOrganizationBillingGroupResult:
|
|
|
118
110
|
"""
|
|
119
111
|
return pulumi.get(self, "billing_group_name")
|
|
120
112
|
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def currency(self) -> builtins.str:
|
|
116
|
+
"""
|
|
117
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "currency")
|
|
120
|
+
|
|
121
121
|
@property
|
|
122
122
|
@pulumi.getter(name="customInvoiceText")
|
|
123
123
|
def custom_invoice_text(self) -> builtins.str:
|
|
@@ -180,10 +180,10 @@ class AwaitableGetOrganizationBillingGroupResult(GetOrganizationBillingGroupResu
|
|
|
180
180
|
return GetOrganizationBillingGroupResult(
|
|
181
181
|
billing_address_id=self.billing_address_id,
|
|
182
182
|
billing_contact_emails=self.billing_contact_emails,
|
|
183
|
-
billing_currency=self.billing_currency,
|
|
184
183
|
billing_emails=self.billing_emails,
|
|
185
184
|
billing_group_id=self.billing_group_id,
|
|
186
185
|
billing_group_name=self.billing_group_name,
|
|
186
|
+
currency=self.currency,
|
|
187
187
|
custom_invoice_text=self.custom_invoice_text,
|
|
188
188
|
id=self.id,
|
|
189
189
|
organization_id=self.organization_id,
|
|
@@ -217,10 +217,10 @@ def get_organization_billing_group(billing_group_id: Optional[builtins.str] = No
|
|
|
217
217
|
return AwaitableGetOrganizationBillingGroupResult(
|
|
218
218
|
billing_address_id=pulumi.get(__ret__, 'billing_address_id'),
|
|
219
219
|
billing_contact_emails=pulumi.get(__ret__, 'billing_contact_emails'),
|
|
220
|
-
billing_currency=pulumi.get(__ret__, 'billing_currency'),
|
|
221
220
|
billing_emails=pulumi.get(__ret__, 'billing_emails'),
|
|
222
221
|
billing_group_id=pulumi.get(__ret__, 'billing_group_id'),
|
|
223
222
|
billing_group_name=pulumi.get(__ret__, 'billing_group_name'),
|
|
223
|
+
currency=pulumi.get(__ret__, 'currency'),
|
|
224
224
|
custom_invoice_text=pulumi.get(__ret__, 'custom_invoice_text'),
|
|
225
225
|
id=pulumi.get(__ret__, 'id'),
|
|
226
226
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
@@ -251,10 +251,10 @@ def get_organization_billing_group_output(billing_group_id: Optional[pulumi.Inpu
|
|
|
251
251
|
return __ret__.apply(lambda __response__: GetOrganizationBillingGroupResult(
|
|
252
252
|
billing_address_id=pulumi.get(__response__, 'billing_address_id'),
|
|
253
253
|
billing_contact_emails=pulumi.get(__response__, 'billing_contact_emails'),
|
|
254
|
-
billing_currency=pulumi.get(__response__, 'billing_currency'),
|
|
255
254
|
billing_emails=pulumi.get(__response__, 'billing_emails'),
|
|
256
255
|
billing_group_id=pulumi.get(__response__, 'billing_group_id'),
|
|
257
256
|
billing_group_name=pulumi.get(__response__, 'billing_group_name'),
|
|
257
|
+
currency=pulumi.get(__response__, 'currency'),
|
|
258
258
|
custom_invoice_text=pulumi.get(__response__, 'custom_invoice_text'),
|
|
259
259
|
id=pulumi.get(__response__, 'id'),
|
|
260
260
|
organization_id=pulumi.get(__response__, 'organization_id'),
|
pulumi_aiven/get_pg.py
CHANGED
|
@@ -241,7 +241,7 @@ class GetPgResult:
|
|
|
241
241
|
@pulumi.getter(name="projectVpcId")
|
|
242
242
|
def project_vpc_id(self) -> builtins.str:
|
|
243
243
|
"""
|
|
244
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
244
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "project_vpc_id")
|
|
247
247
|
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -72,7 +72,7 @@ class GetProjectUserResult:
|
|
|
72
72
|
@pulumi.getter(name="memberType")
|
|
73
73
|
def member_type(self) -> builtins.str:
|
|
74
74
|
"""
|
|
75
|
-
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:
|
|
75
|
+
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: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`.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "member_type")
|
|
78
78
|
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -225,7 +225,7 @@ class GetRedisResult:
|
|
|
225
225
|
@pulumi.getter(name="projectVpcId")
|
|
226
226
|
def project_vpc_id(self) -> builtins.str:
|
|
227
227
|
"""
|
|
228
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
228
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
229
229
|
"""
|
|
230
230
|
return pulumi.get(self, "project_vpc_id")
|
|
231
231
|
|
|
@@ -28,7 +28,10 @@ class GetServiceIntegrationResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getServiceIntegration.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
31
|
+
def __init__(__self__, clickhouse_credentials_user_configs=None, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
32
|
+
if clickhouse_credentials_user_configs and not isinstance(clickhouse_credentials_user_configs, list):
|
|
33
|
+
raise TypeError("Expected argument 'clickhouse_credentials_user_configs' to be a list")
|
|
34
|
+
pulumi.set(__self__, "clickhouse_credentials_user_configs", clickhouse_credentials_user_configs)
|
|
32
35
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
33
36
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
34
37
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -102,6 +105,14 @@ class GetServiceIntegrationResult:
|
|
|
102
105
|
raise TypeError("Expected argument 'source_service_project' to be a str")
|
|
103
106
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
104
107
|
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="clickhouseCredentialsUserConfigs")
|
|
110
|
+
def clickhouse_credentials_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseCredentialsUserConfigResult']:
|
|
111
|
+
"""
|
|
112
|
+
ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "clickhouse_credentials_user_configs")
|
|
115
|
+
|
|
105
116
|
@property
|
|
106
117
|
@pulumi.getter(name="clickhouseKafkaUserConfigs")
|
|
107
118
|
def clickhouse_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigResult']:
|
|
@@ -301,6 +312,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
301
312
|
if False:
|
|
302
313
|
yield self
|
|
303
314
|
return GetServiceIntegrationResult(
|
|
315
|
+
clickhouse_credentials_user_configs=self.clickhouse_credentials_user_configs,
|
|
304
316
|
clickhouse_kafka_user_configs=self.clickhouse_kafka_user_configs,
|
|
305
317
|
clickhouse_postgresql_user_configs=self.clickhouse_postgresql_user_configs,
|
|
306
318
|
datadog_user_configs=self.datadog_user_configs,
|
|
@@ -362,6 +374,7 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
362
374
|
__ret__ = pulumi.runtime.invoke('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult).value
|
|
363
375
|
|
|
364
376
|
return AwaitableGetServiceIntegrationResult(
|
|
377
|
+
clickhouse_credentials_user_configs=pulumi.get(__ret__, 'clickhouse_credentials_user_configs'),
|
|
365
378
|
clickhouse_kafka_user_configs=pulumi.get(__ret__, 'clickhouse_kafka_user_configs'),
|
|
366
379
|
clickhouse_postgresql_user_configs=pulumi.get(__ret__, 'clickhouse_postgresql_user_configs'),
|
|
367
380
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
@@ -420,6 +433,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
420
433
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
421
434
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult)
|
|
422
435
|
return __ret__.apply(lambda __response__: GetServiceIntegrationResult(
|
|
436
|
+
clickhouse_credentials_user_configs=pulumi.get(__response__, 'clickhouse_credentials_user_configs'),
|
|
423
437
|
clickhouse_kafka_user_configs=pulumi.get(__response__, 'clickhouse_kafka_user_configs'),
|
|
424
438
|
clickhouse_postgresql_user_configs=pulumi.get(__response__, 'clickhouse_postgresql_user_configs'),
|
|
425
439
|
datadog_user_configs=pulumi.get(__response__, 'datadog_user_configs'),
|
pulumi_aiven/get_thanos.py
CHANGED
|
@@ -225,7 +225,7 @@ class GetThanosResult:
|
|
|
225
225
|
@pulumi.getter(name="projectVpcId")
|
|
226
226
|
def project_vpc_id(self) -> builtins.str:
|
|
227
227
|
"""
|
|
228
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
228
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
229
229
|
"""
|
|
230
230
|
return pulumi.get(self, "project_vpc_id")
|
|
231
231
|
|
pulumi_aiven/get_valkey.py
CHANGED
|
@@ -225,7 +225,7 @@ class GetValkeyResult:
|
|
|
225
225
|
@pulumi.getter(name="projectVpcId")
|
|
226
226
|
def project_vpc_id(self) -> builtins.str:
|
|
227
227
|
"""
|
|
228
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
228
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
229
229
|
"""
|
|
230
230
|
return pulumi.get(self, "project_vpc_id")
|
|
231
231
|
|
pulumi_aiven/grafana.py
CHANGED
|
@@ -49,7 +49,7 @@ class GrafanaArgs:
|
|
|
49
49
|
: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
|
|
50
50
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
51
51
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
52
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
52
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
53
53
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
54
54
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
55
55
|
: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
|
|
@@ -204,7 +204,7 @@ class GrafanaArgs:
|
|
|
204
204
|
@pulumi.getter(name="projectVpcId")
|
|
205
205
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
206
206
|
"""
|
|
207
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
207
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
208
208
|
"""
|
|
209
209
|
return pulumi.get(self, "project_vpc_id")
|
|
210
210
|
|
|
@@ -332,7 +332,7 @@ class _GrafanaState:
|
|
|
332
332
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
333
333
|
: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).
|
|
334
334
|
: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.
|
|
335
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
335
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
336
336
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
337
337
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
338
338
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -583,7 +583,7 @@ class _GrafanaState:
|
|
|
583
583
|
@pulumi.getter(name="projectVpcId")
|
|
584
584
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
585
585
|
"""
|
|
586
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
586
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
587
587
|
"""
|
|
588
588
|
return pulumi.get(self, "project_vpc_id")
|
|
589
589
|
|
|
@@ -809,7 +809,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
809
809
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
810
810
|
: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).
|
|
811
811
|
: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.
|
|
812
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
812
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
813
813
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GrafanaServiceIntegrationArgs', 'GrafanaServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
814
814
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
815
815
|
: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
|
|
@@ -986,7 +986,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
986
986
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
987
987
|
: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).
|
|
988
988
|
: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.
|
|
989
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
989
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
990
990
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
991
991
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GrafanaServiceIntegrationArgs', 'GrafanaServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
992
992
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -1150,9 +1150,9 @@ class Grafana(pulumi.CustomResource):
|
|
|
1150
1150
|
|
|
1151
1151
|
@property
|
|
1152
1152
|
@pulumi.getter(name="projectVpcId")
|
|
1153
|
-
def project_vpc_id(self) -> pulumi.Output[builtins.str]:
|
|
1153
|
+
def project_vpc_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1154
1154
|
"""
|
|
1155
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
1155
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1156
1156
|
"""
|
|
1157
1157
|
return pulumi.get(self, "project_vpc_id")
|
|
1158
1158
|
|