pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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 +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3_db.py
CHANGED
|
@@ -33,42 +33,21 @@ class M3DbArgs:
|
|
|
33
33
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a M3Db resource.
|
|
36
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference. Changing this property forces recreation of the resource.
|
|
44
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
45
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
47
|
-
reducing will result in the service rebalancing.
|
|
48
|
-
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
49
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
50
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
51
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
52
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
53
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
54
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
55
|
-
will result in the service rebalancing.
|
|
36
|
+
: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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
37
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
38
|
+
:param pulumi.Input[str] 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.
|
|
39
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
40
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
41
|
+
: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.
|
|
56
42
|
:param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings
|
|
57
43
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
58
44
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
59
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
60
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
61
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
62
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
45
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
63
46
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
64
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
65
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
66
48
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
67
|
-
:param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails:
|
|
68
|
-
|
|
69
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
70
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
71
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
49
|
+
:param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
50
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
72
51
|
"""
|
|
73
52
|
pulumi.set(__self__, "plan", plan)
|
|
74
53
|
pulumi.set(__self__, "project", project)
|
|
@@ -105,12 +84,7 @@ class M3DbArgs:
|
|
|
105
84
|
@pulumi.getter
|
|
106
85
|
def plan(self) -> pulumi.Input[str]:
|
|
107
86
|
"""
|
|
108
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
109
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
110
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
111
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
112
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
113
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
87
|
+
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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
114
88
|
"""
|
|
115
89
|
return pulumi.get(self, "plan")
|
|
116
90
|
|
|
@@ -122,8 +96,7 @@ class M3DbArgs:
|
|
|
122
96
|
@pulumi.getter
|
|
123
97
|
def project(self) -> pulumi.Input[str]:
|
|
124
98
|
"""
|
|
125
|
-
|
|
126
|
-
reference. Changing this property forces recreation of the resource.
|
|
99
|
+
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.
|
|
127
100
|
"""
|
|
128
101
|
return pulumi.get(self, "project")
|
|
129
102
|
|
|
@@ -135,8 +108,7 @@ class M3DbArgs:
|
|
|
135
108
|
@pulumi.getter(name="serviceName")
|
|
136
109
|
def service_name(self) -> pulumi.Input[str]:
|
|
137
110
|
"""
|
|
138
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
139
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
111
|
+
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.
|
|
140
112
|
"""
|
|
141
113
|
return pulumi.get(self, "service_name")
|
|
142
114
|
|
|
@@ -148,8 +120,7 @@ class M3DbArgs:
|
|
|
148
120
|
@pulumi.getter(name="additionalDiskSpace")
|
|
149
121
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
150
122
|
"""
|
|
151
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
152
|
-
reducing will result in the service rebalancing.
|
|
123
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
153
124
|
"""
|
|
154
125
|
return pulumi.get(self, "additional_disk_space")
|
|
155
126
|
|
|
@@ -161,12 +132,7 @@ class M3DbArgs:
|
|
|
161
132
|
@pulumi.getter(name="cloudName")
|
|
162
133
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
163
134
|
"""
|
|
164
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
165
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
166
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
167
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
168
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
169
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
135
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
170
136
|
"""
|
|
171
137
|
return pulumi.get(self, "cloud_name")
|
|
172
138
|
|
|
@@ -178,8 +144,7 @@ class M3DbArgs:
|
|
|
178
144
|
@pulumi.getter(name="diskSpace")
|
|
179
145
|
def disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
180
146
|
"""
|
|
181
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
182
|
-
will result in the service rebalancing.
|
|
147
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
183
148
|
"""
|
|
184
149
|
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
185
150
|
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
@@ -230,10 +195,7 @@ class M3DbArgs:
|
|
|
230
195
|
@pulumi.getter(name="projectVpcId")
|
|
231
196
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
232
197
|
"""
|
|
233
|
-
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
234
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
235
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
236
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
198
|
+
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
237
199
|
"""
|
|
238
200
|
return pulumi.get(self, "project_vpc_id")
|
|
239
201
|
|
|
@@ -257,8 +219,7 @@ class M3DbArgs:
|
|
|
257
219
|
@pulumi.getter(name="staticIps")
|
|
258
220
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
259
221
|
"""
|
|
260
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
261
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
222
|
+
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
|
|
262
223
|
"""
|
|
263
224
|
return pulumi.get(self, "static_ips")
|
|
264
225
|
|
|
@@ -282,8 +243,7 @@ class M3DbArgs:
|
|
|
282
243
|
@pulumi.getter(name="techEmails")
|
|
283
244
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]]]:
|
|
284
245
|
"""
|
|
285
|
-
|
|
286
|
-
instability.
|
|
246
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
287
247
|
"""
|
|
288
248
|
return pulumi.get(self, "tech_emails")
|
|
289
249
|
|
|
@@ -295,9 +255,7 @@ class M3DbArgs:
|
|
|
295
255
|
@pulumi.getter(name="terminationProtection")
|
|
296
256
|
def termination_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
297
257
|
"""
|
|
298
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
299
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
300
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
258
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
301
259
|
"""
|
|
302
260
|
return pulumi.get(self, "termination_protection")
|
|
303
261
|
|
|
@@ -318,7 +276,6 @@ class _M3DbState:
|
|
|
318
276
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
319
277
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
320
278
|
m3db_user_config: Optional[pulumi.Input['M3DbM3dbUserConfigArgs']] = None,
|
|
321
|
-
m3dbs: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]]] = None,
|
|
322
279
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
323
280
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
324
281
|
plan: Optional[pulumi.Input[str]] = None,
|
|
@@ -339,57 +296,33 @@ class _M3DbState:
|
|
|
339
296
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
340
297
|
"""
|
|
341
298
|
Input properties used for looking up and filtering M3Db resources.
|
|
342
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
343
|
-
|
|
344
|
-
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
345
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
346
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
347
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
348
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
349
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
299
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
300
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
350
301
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbComponentArgs']]] components: Service component information objects
|
|
351
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
352
|
-
will result in the service rebalancing.
|
|
302
|
+
: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.
|
|
353
303
|
: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.
|
|
354
|
-
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
355
|
-
|
|
356
|
-
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
357
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
304
|
+
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
305
|
+
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
358
306
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
359
307
|
:param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings
|
|
360
|
-
:param pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]] m3dbs: M3 specific server provided values
|
|
361
308
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
362
309
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
363
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
367
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference. Changing this property forces recreation of the resource.
|
|
371
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
372
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
374
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
310
|
+
: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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
311
|
+
: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.
|
|
312
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
375
313
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
376
314
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
377
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
378
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
315
|
+
:param pulumi.Input[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.
|
|
379
316
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
380
317
|
:param pulumi.Input[int] service_port: The port of the service
|
|
381
318
|
:param pulumi.Input[str] service_type: Aiven internal service type code
|
|
382
319
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
383
320
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
384
321
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
385
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
386
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
322
|
+
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
387
323
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
388
|
-
:param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails:
|
|
389
|
-
|
|
390
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
391
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
392
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
324
|
+
:param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
325
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
393
326
|
"""
|
|
394
327
|
if additional_disk_space is not None:
|
|
395
328
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -412,8 +345,6 @@ class _M3DbState:
|
|
|
412
345
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
413
346
|
if m3db_user_config is not None:
|
|
414
347
|
pulumi.set(__self__, "m3db_user_config", m3db_user_config)
|
|
415
|
-
if m3dbs is not None:
|
|
416
|
-
pulumi.set(__self__, "m3dbs", m3dbs)
|
|
417
348
|
if maintenance_window_dow is not None:
|
|
418
349
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
419
350
|
if maintenance_window_time is not None:
|
|
@@ -455,8 +386,7 @@ class _M3DbState:
|
|
|
455
386
|
@pulumi.getter(name="additionalDiskSpace")
|
|
456
387
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
457
388
|
"""
|
|
458
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
459
|
-
reducing will result in the service rebalancing.
|
|
389
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
460
390
|
"""
|
|
461
391
|
return pulumi.get(self, "additional_disk_space")
|
|
462
392
|
|
|
@@ -468,12 +398,7 @@ class _M3DbState:
|
|
|
468
398
|
@pulumi.getter(name="cloudName")
|
|
469
399
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
470
400
|
"""
|
|
471
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
472
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
473
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
474
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
475
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
476
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
401
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
477
402
|
"""
|
|
478
403
|
return pulumi.get(self, "cloud_name")
|
|
479
404
|
|
|
@@ -497,8 +422,7 @@ class _M3DbState:
|
|
|
497
422
|
@pulumi.getter(name="diskSpace")
|
|
498
423
|
def disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
499
424
|
"""
|
|
500
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
501
|
-
will result in the service rebalancing.
|
|
425
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
502
426
|
"""
|
|
503
427
|
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
504
428
|
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
@@ -525,8 +449,7 @@ class _M3DbState:
|
|
|
525
449
|
@pulumi.getter(name="diskSpaceDefault")
|
|
526
450
|
def disk_space_default(self) -> Optional[pulumi.Input[str]]:
|
|
527
451
|
"""
|
|
528
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
529
|
-
Its also the minimum value for `disk_space`
|
|
452
|
+
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
530
453
|
"""
|
|
531
454
|
return pulumi.get(self, "disk_space_default")
|
|
532
455
|
|
|
@@ -538,8 +461,7 @@ class _M3DbState:
|
|
|
538
461
|
@pulumi.getter(name="diskSpaceStep")
|
|
539
462
|
def disk_space_step(self) -> Optional[pulumi.Input[str]]:
|
|
540
463
|
"""
|
|
541
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
542
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
464
|
+
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
543
465
|
"""
|
|
544
466
|
return pulumi.get(self, "disk_space_step")
|
|
545
467
|
|
|
@@ -571,18 +493,6 @@ class _M3DbState:
|
|
|
571
493
|
def m3db_user_config(self, value: Optional[pulumi.Input['M3DbM3dbUserConfigArgs']]):
|
|
572
494
|
pulumi.set(self, "m3db_user_config", value)
|
|
573
495
|
|
|
574
|
-
@property
|
|
575
|
-
@pulumi.getter
|
|
576
|
-
def m3dbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]]]:
|
|
577
|
-
"""
|
|
578
|
-
M3 specific server provided values
|
|
579
|
-
"""
|
|
580
|
-
return pulumi.get(self, "m3dbs")
|
|
581
|
-
|
|
582
|
-
@m3dbs.setter
|
|
583
|
-
def m3dbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]]]):
|
|
584
|
-
pulumi.set(self, "m3dbs", value)
|
|
585
|
-
|
|
586
496
|
@property
|
|
587
497
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
588
498
|
def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -611,12 +521,7 @@ class _M3DbState:
|
|
|
611
521
|
@pulumi.getter
|
|
612
522
|
def plan(self) -> Optional[pulumi.Input[str]]:
|
|
613
523
|
"""
|
|
614
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
615
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
616
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
617
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
618
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
619
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
524
|
+
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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
620
525
|
"""
|
|
621
526
|
return pulumi.get(self, "plan")
|
|
622
527
|
|
|
@@ -628,8 +533,7 @@ class _M3DbState:
|
|
|
628
533
|
@pulumi.getter
|
|
629
534
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
535
|
"""
|
|
631
|
-
|
|
632
|
-
reference. Changing this property forces recreation of the resource.
|
|
536
|
+
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.
|
|
633
537
|
"""
|
|
634
538
|
return pulumi.get(self, "project")
|
|
635
539
|
|
|
@@ -641,10 +545,7 @@ class _M3DbState:
|
|
|
641
545
|
@pulumi.getter(name="projectVpcId")
|
|
642
546
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
643
547
|
"""
|
|
644
|
-
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
645
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
646
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
647
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
548
|
+
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
648
549
|
"""
|
|
649
550
|
return pulumi.get(self, "project_vpc_id")
|
|
650
551
|
|
|
@@ -680,8 +581,7 @@ class _M3DbState:
|
|
|
680
581
|
@pulumi.getter(name="serviceName")
|
|
681
582
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
682
583
|
"""
|
|
683
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
684
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
584
|
+
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.
|
|
685
585
|
"""
|
|
686
586
|
return pulumi.get(self, "service_name")
|
|
687
587
|
|
|
@@ -765,8 +665,7 @@ class _M3DbState:
|
|
|
765
665
|
@pulumi.getter(name="staticIps")
|
|
766
666
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
767
667
|
"""
|
|
768
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
769
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
668
|
+
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
|
|
770
669
|
"""
|
|
771
670
|
return pulumi.get(self, "static_ips")
|
|
772
671
|
|
|
@@ -790,8 +689,7 @@ class _M3DbState:
|
|
|
790
689
|
@pulumi.getter(name="techEmails")
|
|
791
690
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]]]:
|
|
792
691
|
"""
|
|
793
|
-
|
|
794
|
-
instability.
|
|
692
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
795
693
|
"""
|
|
796
694
|
return pulumi.get(self, "tech_emails")
|
|
797
695
|
|
|
@@ -803,9 +701,7 @@ class _M3DbState:
|
|
|
803
701
|
@pulumi.getter(name="terminationProtection")
|
|
804
702
|
def termination_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
805
703
|
"""
|
|
806
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
807
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
808
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
704
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
809
705
|
"""
|
|
810
706
|
return pulumi.get(self, "termination_protection")
|
|
811
707
|
|
|
@@ -868,42 +764,21 @@ class M3Db(pulumi.CustomResource):
|
|
|
868
764
|
|
|
869
765
|
:param str resource_name: The name of the resource.
|
|
870
766
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
871
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
872
|
-
|
|
873
|
-
:param pulumi.Input[str]
|
|
874
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
875
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
876
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
877
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
878
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
879
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
880
|
-
will result in the service rebalancing.
|
|
767
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
768
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
769
|
+
: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.
|
|
881
770
|
:param pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']] m3db_user_config: M3db user configurable settings
|
|
882
771
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
883
772
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
884
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
888
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
889
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
890
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
891
|
-
reference. Changing this property forces recreation of the resource.
|
|
892
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
893
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
894
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
895
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
773
|
+
: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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
774
|
+
: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.
|
|
775
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
896
776
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
897
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
898
|
-
|
|
899
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
900
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
777
|
+
:param pulumi.Input[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.
|
|
778
|
+
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
901
779
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
902
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]] tech_emails:
|
|
903
|
-
|
|
904
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
905
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
906
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
780
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
781
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
907
782
|
"""
|
|
908
783
|
...
|
|
909
784
|
@overload
|
|
@@ -1007,7 +882,6 @@ class M3Db(pulumi.CustomResource):
|
|
|
1007
882
|
__props__.__dict__["disk_space_default"] = None
|
|
1008
883
|
__props__.__dict__["disk_space_step"] = None
|
|
1009
884
|
__props__.__dict__["disk_space_used"] = None
|
|
1010
|
-
__props__.__dict__["m3dbs"] = None
|
|
1011
885
|
__props__.__dict__["service_host"] = None
|
|
1012
886
|
__props__.__dict__["service_password"] = None
|
|
1013
887
|
__props__.__dict__["service_port"] = None
|
|
@@ -1036,7 +910,6 @@ class M3Db(pulumi.CustomResource):
|
|
|
1036
910
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
1037
911
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
1038
912
|
m3db_user_config: Optional[pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']]] = None,
|
|
1039
|
-
m3dbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbM3dbArgs']]]]] = None,
|
|
1040
913
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
1041
914
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
1042
915
|
plan: Optional[pulumi.Input[str]] = None,
|
|
@@ -1062,57 +935,33 @@ class M3Db(pulumi.CustomResource):
|
|
|
1062
935
|
:param str resource_name: The unique name of the resulting resource.
|
|
1063
936
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1064
937
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1065
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1066
|
-
|
|
1067
|
-
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
1068
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1069
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1070
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
1071
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1072
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
938
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
939
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1073
940
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbComponentArgs']]]] components: Service component information objects
|
|
1074
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1075
|
-
will result in the service rebalancing.
|
|
941
|
+
: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.
|
|
1076
942
|
: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.
|
|
1077
|
-
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1078
|
-
|
|
1079
|
-
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
1080
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
943
|
+
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
944
|
+
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1081
945
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1082
946
|
:param pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']] m3db_user_config: M3db user configurable settings
|
|
1083
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbM3dbArgs']]]] m3dbs: M3 specific server provided values
|
|
1084
947
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1085
948
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1086
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1090
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1091
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1092
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1093
|
-
reference. Changing this property forces recreation of the resource.
|
|
1094
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1095
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1096
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1097
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
949
|
+
: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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
950
|
+
: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.
|
|
951
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1098
952
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1099
953
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1100
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1101
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
954
|
+
:param pulumi.Input[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.
|
|
1102
955
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
1103
956
|
:param pulumi.Input[int] service_port: The port of the service
|
|
1104
957
|
:param pulumi.Input[str] service_type: Aiven internal service type code
|
|
1105
958
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
1106
959
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
1107
960
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1108
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1109
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
961
|
+
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
1110
962
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1111
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]] tech_emails:
|
|
1112
|
-
|
|
1113
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1114
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1115
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
963
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
964
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1116
965
|
"""
|
|
1117
966
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1118
967
|
|
|
@@ -1127,7 +976,6 @@ class M3Db(pulumi.CustomResource):
|
|
|
1127
976
|
__props__.__dict__["disk_space_step"] = disk_space_step
|
|
1128
977
|
__props__.__dict__["disk_space_used"] = disk_space_used
|
|
1129
978
|
__props__.__dict__["m3db_user_config"] = m3db_user_config
|
|
1130
|
-
__props__.__dict__["m3dbs"] = m3dbs
|
|
1131
979
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
1132
980
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
1133
981
|
__props__.__dict__["plan"] = plan
|
|
@@ -1152,8 +1000,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1152
1000
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1153
1001
|
def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1154
1002
|
"""
|
|
1155
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1156
|
-
reducing will result in the service rebalancing.
|
|
1003
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1157
1004
|
"""
|
|
1158
1005
|
return pulumi.get(self, "additional_disk_space")
|
|
1159
1006
|
|
|
@@ -1161,12 +1008,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1161
1008
|
@pulumi.getter(name="cloudName")
|
|
1162
1009
|
def cloud_name(self) -> pulumi.Output[Optional[str]]:
|
|
1163
1010
|
"""
|
|
1164
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
1165
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1166
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1167
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
1168
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1169
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1011
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1170
1012
|
"""
|
|
1171
1013
|
return pulumi.get(self, "cloud_name")
|
|
1172
1014
|
|
|
@@ -1182,8 +1024,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1182
1024
|
@pulumi.getter(name="diskSpace")
|
|
1183
1025
|
def disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1184
1026
|
"""
|
|
1185
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1186
|
-
will result in the service rebalancing.
|
|
1027
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1187
1028
|
"""
|
|
1188
1029
|
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
1189
1030
|
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
@@ -1202,8 +1043,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1202
1043
|
@pulumi.getter(name="diskSpaceDefault")
|
|
1203
1044
|
def disk_space_default(self) -> pulumi.Output[str]:
|
|
1204
1045
|
"""
|
|
1205
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1206
|
-
Its also the minimum value for `disk_space`
|
|
1046
|
+
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
1207
1047
|
"""
|
|
1208
1048
|
return pulumi.get(self, "disk_space_default")
|
|
1209
1049
|
|
|
@@ -1211,8 +1051,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1211
1051
|
@pulumi.getter(name="diskSpaceStep")
|
|
1212
1052
|
def disk_space_step(self) -> pulumi.Output[str]:
|
|
1213
1053
|
"""
|
|
1214
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
1215
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1054
|
+
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1216
1055
|
"""
|
|
1217
1056
|
return pulumi.get(self, "disk_space_step")
|
|
1218
1057
|
|
|
@@ -1232,14 +1071,6 @@ class M3Db(pulumi.CustomResource):
|
|
|
1232
1071
|
"""
|
|
1233
1072
|
return pulumi.get(self, "m3db_user_config")
|
|
1234
1073
|
|
|
1235
|
-
@property
|
|
1236
|
-
@pulumi.getter
|
|
1237
|
-
def m3dbs(self) -> pulumi.Output[Sequence['outputs.M3DbM3db']]:
|
|
1238
|
-
"""
|
|
1239
|
-
M3 specific server provided values
|
|
1240
|
-
"""
|
|
1241
|
-
return pulumi.get(self, "m3dbs")
|
|
1242
|
-
|
|
1243
1074
|
@property
|
|
1244
1075
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
1245
1076
|
def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -1260,12 +1091,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1260
1091
|
@pulumi.getter
|
|
1261
1092
|
def plan(self) -> pulumi.Output[str]:
|
|
1262
1093
|
"""
|
|
1263
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1264
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
1265
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
1266
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1267
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1268
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1094
|
+
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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1269
1095
|
"""
|
|
1270
1096
|
return pulumi.get(self, "plan")
|
|
1271
1097
|
|
|
@@ -1273,8 +1099,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1273
1099
|
@pulumi.getter
|
|
1274
1100
|
def project(self) -> pulumi.Output[str]:
|
|
1275
1101
|
"""
|
|
1276
|
-
|
|
1277
|
-
reference. Changing this property forces recreation of the resource.
|
|
1102
|
+
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.
|
|
1278
1103
|
"""
|
|
1279
1104
|
return pulumi.get(self, "project")
|
|
1280
1105
|
|
|
@@ -1282,10 +1107,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1282
1107
|
@pulumi.getter(name="projectVpcId")
|
|
1283
1108
|
def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
|
|
1284
1109
|
"""
|
|
1285
|
-
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1286
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1287
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1288
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1110
|
+
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1289
1111
|
"""
|
|
1290
1112
|
return pulumi.get(self, "project_vpc_id")
|
|
1291
1113
|
|
|
@@ -1309,8 +1131,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1309
1131
|
@pulumi.getter(name="serviceName")
|
|
1310
1132
|
def service_name(self) -> pulumi.Output[str]:
|
|
1311
1133
|
"""
|
|
1312
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1313
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
1134
|
+
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.
|
|
1314
1135
|
"""
|
|
1315
1136
|
return pulumi.get(self, "service_name")
|
|
1316
1137
|
|
|
@@ -1366,8 +1187,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1366
1187
|
@pulumi.getter(name="staticIps")
|
|
1367
1188
|
def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1368
1189
|
"""
|
|
1369
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1370
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1190
|
+
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
|
|
1371
1191
|
"""
|
|
1372
1192
|
return pulumi.get(self, "static_ips")
|
|
1373
1193
|
|
|
@@ -1383,8 +1203,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1383
1203
|
@pulumi.getter(name="techEmails")
|
|
1384
1204
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.M3DbTechEmail']]]:
|
|
1385
1205
|
"""
|
|
1386
|
-
|
|
1387
|
-
instability.
|
|
1206
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1388
1207
|
"""
|
|
1389
1208
|
return pulumi.get(self, "tech_emails")
|
|
1390
1209
|
|
|
@@ -1392,9 +1211,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1392
1211
|
@pulumi.getter(name="terminationProtection")
|
|
1393
1212
|
def termination_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
1394
1213
|
"""
|
|
1395
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1396
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1397
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1214
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1398
1215
|
"""
|
|
1399
1216
|
return pulumi.get(self, "termination_protection")
|
|
1400
1217
|
|