pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.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 +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- 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 +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/redis.py
CHANGED
|
@@ -33,42 +33,21 @@ class RedisArgs:
|
|
|
33
33
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a Redis 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[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
57
43
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
58
|
-
: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
|
|
59
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
60
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
61
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
44
|
+
: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.
|
|
62
45
|
:param pulumi.Input['RedisRedisUserConfigArgs'] redis_user_config: Redis user configurable settings
|
|
63
46
|
:param pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]] 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['RedisTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
67
|
-
:param pulumi.Input[Sequence[pulumi.Input['RedisTechEmailArgs']]] 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['RedisTechEmailArgs']]] 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 RedisArgs:
|
|
|
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 RedisArgs:
|
|
|
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 RedisArgs:
|
|
|
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 RedisArgs:
|
|
|
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 RedisArgs:
|
|
|
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 RedisArgs:
|
|
|
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.""")
|
|
@@ -218,10 +183,7 @@ class RedisArgs:
|
|
|
218
183
|
@pulumi.getter(name="projectVpcId")
|
|
219
184
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
220
185
|
"""
|
|
221
|
-
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
|
|
222
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
223
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
224
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
186
|
+
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.
|
|
225
187
|
"""
|
|
226
188
|
return pulumi.get(self, "project_vpc_id")
|
|
227
189
|
|
|
@@ -257,8 +219,7 @@ class RedisArgs:
|
|
|
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 RedisArgs:
|
|
|
282
243
|
@pulumi.getter(name="techEmails")
|
|
283
244
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RedisTechEmailArgs']]]]:
|
|
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 RedisArgs:
|
|
|
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
|
|
|
@@ -322,7 +280,6 @@ class _RedisState:
|
|
|
322
280
|
plan: Optional[pulumi.Input[str]] = None,
|
|
323
281
|
project: Optional[pulumi.Input[str]] = None,
|
|
324
282
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
325
|
-
redis: Optional[pulumi.Input[Sequence[pulumi.Input['RedisRediArgs']]]] = None,
|
|
326
283
|
redis_user_config: Optional[pulumi.Input['RedisRedisUserConfigArgs']] = None,
|
|
327
284
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
328
285
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]]] = None,
|
|
@@ -339,57 +296,33 @@ class _RedisState:
|
|
|
339
296
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
340
297
|
"""
|
|
341
298
|
Input properties used for looking up and filtering Redis 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['RedisComponentArgs']]] 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[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
360
308
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
361
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
365
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
366
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
367
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
368
|
-
reference. Changing this property forces recreation of the resource.
|
|
369
|
-
: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
|
|
370
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
371
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
372
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
373
|
-
:param pulumi.Input[Sequence[pulumi.Input['RedisRediArgs']]] redis: Redis server provided values
|
|
309
|
+
: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).
|
|
310
|
+
: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.
|
|
311
|
+
: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.
|
|
374
312
|
:param pulumi.Input['RedisRedisUserConfigArgs'] redis_user_config: Redis user configurable settings
|
|
375
313
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
376
314
|
:param pulumi.Input[Sequence[pulumi.Input['RedisServiceIntegrationArgs']]] 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['RedisTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
388
|
-
:param pulumi.Input[Sequence[pulumi.Input['RedisTechEmailArgs']]] 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['RedisTechEmailArgs']]] 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)
|
|
@@ -420,8 +353,6 @@ class _RedisState:
|
|
|
420
353
|
pulumi.set(__self__, "project", project)
|
|
421
354
|
if project_vpc_id is not None:
|
|
422
355
|
pulumi.set(__self__, "project_vpc_id", project_vpc_id)
|
|
423
|
-
if redis is not None:
|
|
424
|
-
pulumi.set(__self__, "redis", redis)
|
|
425
356
|
if redis_user_config is not None:
|
|
426
357
|
pulumi.set(__self__, "redis_user_config", redis_user_config)
|
|
427
358
|
if service_host is not None:
|
|
@@ -455,8 +386,7 @@ class _RedisState:
|
|
|
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 _RedisState:
|
|
|
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 _RedisState:
|
|
|
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 _RedisState:
|
|
|
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 _RedisState:
|
|
|
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
|
|
|
@@ -587,12 +509,7 @@ class _RedisState:
|
|
|
587
509
|
@pulumi.getter
|
|
588
510
|
def plan(self) -> Optional[pulumi.Input[str]]:
|
|
589
511
|
"""
|
|
590
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
591
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
592
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
593
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
594
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
595
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
512
|
+
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).
|
|
596
513
|
"""
|
|
597
514
|
return pulumi.get(self, "plan")
|
|
598
515
|
|
|
@@ -604,8 +521,7 @@ class _RedisState:
|
|
|
604
521
|
@pulumi.getter
|
|
605
522
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
606
523
|
"""
|
|
607
|
-
|
|
608
|
-
reference. Changing this property forces recreation of the resource.
|
|
524
|
+
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.
|
|
609
525
|
"""
|
|
610
526
|
return pulumi.get(self, "project")
|
|
611
527
|
|
|
@@ -617,10 +533,7 @@ class _RedisState:
|
|
|
617
533
|
@pulumi.getter(name="projectVpcId")
|
|
618
534
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
619
535
|
"""
|
|
620
|
-
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
|
|
621
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
622
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
623
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
536
|
+
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.
|
|
624
537
|
"""
|
|
625
538
|
return pulumi.get(self, "project_vpc_id")
|
|
626
539
|
|
|
@@ -628,18 +541,6 @@ class _RedisState:
|
|
|
628
541
|
def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
|
|
629
542
|
pulumi.set(self, "project_vpc_id", value)
|
|
630
543
|
|
|
631
|
-
@property
|
|
632
|
-
@pulumi.getter
|
|
633
|
-
def redis(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RedisRediArgs']]]]:
|
|
634
|
-
"""
|
|
635
|
-
Redis server provided values
|
|
636
|
-
"""
|
|
637
|
-
return pulumi.get(self, "redis")
|
|
638
|
-
|
|
639
|
-
@redis.setter
|
|
640
|
-
def redis(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RedisRediArgs']]]]):
|
|
641
|
-
pulumi.set(self, "redis", value)
|
|
642
|
-
|
|
643
544
|
@property
|
|
644
545
|
@pulumi.getter(name="redisUserConfig")
|
|
645
546
|
def redis_user_config(self) -> Optional[pulumi.Input['RedisRedisUserConfigArgs']]:
|
|
@@ -680,8 +581,7 @@ class _RedisState:
|
|
|
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 _RedisState:
|
|
|
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 _RedisState:
|
|
|
790
689
|
@pulumi.getter(name="techEmails")
|
|
791
690
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RedisTechEmailArgs']]]]:
|
|
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 _RedisState:
|
|
|
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
|
|
|
@@ -840,13 +736,12 @@ class Redis(pulumi.CustomResource):
|
|
|
840
736
|
|
|
841
737
|
## Example Usage
|
|
842
738
|
|
|
843
|
-
<!--Start PulumiCodeChooser -->
|
|
844
739
|
```python
|
|
845
740
|
import pulumi
|
|
846
741
|
import pulumi_aiven as aiven
|
|
847
742
|
|
|
848
743
|
redis1 = aiven.Redis("redis1",
|
|
849
|
-
project=
|
|
744
|
+
project=pr1["project"],
|
|
850
745
|
cloud_name="google-europe-west1",
|
|
851
746
|
plan="business-4",
|
|
852
747
|
service_name="my-redis1",
|
|
@@ -859,7 +754,6 @@ class Redis(pulumi.CustomResource):
|
|
|
859
754
|
),
|
|
860
755
|
))
|
|
861
756
|
```
|
|
862
|
-
<!--End PulumiCodeChooser -->
|
|
863
757
|
|
|
864
758
|
## Import
|
|
865
759
|
|
|
@@ -869,42 +763,21 @@ class Redis(pulumi.CustomResource):
|
|
|
869
763
|
|
|
870
764
|
:param str resource_name: The name of the resource.
|
|
871
765
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
872
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
873
|
-
|
|
874
|
-
:param pulumi.Input[str]
|
|
875
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
876
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
877
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
878
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
879
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
880
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
881
|
-
will result in the service rebalancing.
|
|
766
|
+
: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.
|
|
767
|
+
: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).
|
|
768
|
+
: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.
|
|
882
769
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
883
770
|
: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.
|
|
771
|
+
: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).
|
|
772
|
+
: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.
|
|
773
|
+
: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
774
|
:param pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']] redis_user_config: Redis user configurable settings
|
|
897
775
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
898
|
-
: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
|
|
899
|
-
|
|
900
|
-
: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
|
|
901
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
776
|
+
: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.
|
|
777
|
+
: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
|
|
902
778
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
903
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisTechEmailArgs']]]] tech_emails:
|
|
904
|
-
|
|
905
|
-
: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
|
|
906
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
907
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
779
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisTechEmailArgs']]]] 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.
|
|
780
|
+
: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.
|
|
908
781
|
"""
|
|
909
782
|
...
|
|
910
783
|
@overload
|
|
@@ -917,13 +790,12 @@ class Redis(pulumi.CustomResource):
|
|
|
917
790
|
|
|
918
791
|
## Example Usage
|
|
919
792
|
|
|
920
|
-
<!--Start PulumiCodeChooser -->
|
|
921
793
|
```python
|
|
922
794
|
import pulumi
|
|
923
795
|
import pulumi_aiven as aiven
|
|
924
796
|
|
|
925
797
|
redis1 = aiven.Redis("redis1",
|
|
926
|
-
project=
|
|
798
|
+
project=pr1["project"],
|
|
927
799
|
cloud_name="google-europe-west1",
|
|
928
800
|
plan="business-4",
|
|
929
801
|
service_name="my-redis1",
|
|
@@ -936,7 +808,6 @@ class Redis(pulumi.CustomResource):
|
|
|
936
808
|
),
|
|
937
809
|
))
|
|
938
810
|
```
|
|
939
|
-
<!--End PulumiCodeChooser -->
|
|
940
811
|
|
|
941
812
|
## Import
|
|
942
813
|
|
|
@@ -1009,7 +880,6 @@ class Redis(pulumi.CustomResource):
|
|
|
1009
880
|
__props__.__dict__["disk_space_default"] = None
|
|
1010
881
|
__props__.__dict__["disk_space_step"] = None
|
|
1011
882
|
__props__.__dict__["disk_space_used"] = None
|
|
1012
|
-
__props__.__dict__["redis"] = None
|
|
1013
883
|
__props__.__dict__["service_host"] = None
|
|
1014
884
|
__props__.__dict__["service_password"] = None
|
|
1015
885
|
__props__.__dict__["service_port"] = None
|
|
@@ -1042,7 +912,6 @@ class Redis(pulumi.CustomResource):
|
|
|
1042
912
|
plan: Optional[pulumi.Input[str]] = None,
|
|
1043
913
|
project: Optional[pulumi.Input[str]] = None,
|
|
1044
914
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
1045
|
-
redis: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisRediArgs']]]]] = None,
|
|
1046
915
|
redis_user_config: Optional[pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']]] = None,
|
|
1047
916
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
1048
917
|
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]]] = None,
|
|
@@ -1064,57 +933,33 @@ class Redis(pulumi.CustomResource):
|
|
|
1064
933
|
:param str resource_name: The unique name of the resulting resource.
|
|
1065
934
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1066
935
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1067
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1068
|
-
|
|
1069
|
-
: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
|
|
1070
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1071
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1072
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
1073
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1074
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
936
|
+
: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.
|
|
937
|
+
: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).
|
|
1075
938
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisComponentArgs']]]] components: Service component information objects
|
|
1076
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1077
|
-
will result in the service rebalancing.
|
|
939
|
+
: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.
|
|
1078
940
|
: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.
|
|
1079
|
-
: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.
|
|
1080
|
-
|
|
1081
|
-
: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
|
|
1082
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
941
|
+
: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`
|
|
942
|
+
: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.
|
|
1083
943
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1084
944
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1085
945
|
: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.
|
|
1098
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisRediArgs']]]] redis: Redis server provided values
|
|
946
|
+
: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).
|
|
947
|
+
: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.
|
|
948
|
+
: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.
|
|
1099
949
|
:param pulumi.Input[pulumi.InputType['RedisRedisUserConfigArgs']] redis_user_config: Redis user configurable settings
|
|
1100
950
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1101
951
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1102
|
-
: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
|
|
1103
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
952
|
+
: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.
|
|
1104
953
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
1105
954
|
:param pulumi.Input[int] service_port: The port of the service
|
|
1106
955
|
:param pulumi.Input[str] service_type: Aiven internal service type code
|
|
1107
956
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
1108
957
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
1109
958
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1110
|
-
: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
|
|
1111
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
959
|
+
: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
|
|
1112
960
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1113
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisTechEmailArgs']]]] tech_emails:
|
|
1114
|
-
|
|
1115
|
-
: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
|
|
1116
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1117
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
961
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisTechEmailArgs']]]] 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.
|
|
962
|
+
: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.
|
|
1118
963
|
"""
|
|
1119
964
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1120
965
|
|
|
@@ -1133,7 +978,6 @@ class Redis(pulumi.CustomResource):
|
|
|
1133
978
|
__props__.__dict__["plan"] = plan
|
|
1134
979
|
__props__.__dict__["project"] = project
|
|
1135
980
|
__props__.__dict__["project_vpc_id"] = project_vpc_id
|
|
1136
|
-
__props__.__dict__["redis"] = redis
|
|
1137
981
|
__props__.__dict__["redis_user_config"] = redis_user_config
|
|
1138
982
|
__props__.__dict__["service_host"] = service_host
|
|
1139
983
|
__props__.__dict__["service_integrations"] = service_integrations
|
|
@@ -1154,8 +998,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1154
998
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1155
999
|
def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1156
1000
|
"""
|
|
1157
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1158
|
-
reducing will result in the service rebalancing.
|
|
1001
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1159
1002
|
"""
|
|
1160
1003
|
return pulumi.get(self, "additional_disk_space")
|
|
1161
1004
|
|
|
@@ -1163,12 +1006,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1163
1006
|
@pulumi.getter(name="cloudName")
|
|
1164
1007
|
def cloud_name(self) -> pulumi.Output[Optional[str]]:
|
|
1165
1008
|
"""
|
|
1166
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
1167
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1168
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1169
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
1170
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1171
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1009
|
+
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).
|
|
1172
1010
|
"""
|
|
1173
1011
|
return pulumi.get(self, "cloud_name")
|
|
1174
1012
|
|
|
@@ -1184,8 +1022,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1184
1022
|
@pulumi.getter(name="diskSpace")
|
|
1185
1023
|
def disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1186
1024
|
"""
|
|
1187
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1188
|
-
will result in the service rebalancing.
|
|
1025
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1189
1026
|
"""
|
|
1190
1027
|
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)
|
|
1191
1028
|
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.""")
|
|
@@ -1204,8 +1041,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1204
1041
|
@pulumi.getter(name="diskSpaceDefault")
|
|
1205
1042
|
def disk_space_default(self) -> pulumi.Output[str]:
|
|
1206
1043
|
"""
|
|
1207
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1208
|
-
Its also the minimum value for `disk_space`
|
|
1044
|
+
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`
|
|
1209
1045
|
"""
|
|
1210
1046
|
return pulumi.get(self, "disk_space_default")
|
|
1211
1047
|
|
|
@@ -1213,8 +1049,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1213
1049
|
@pulumi.getter(name="diskSpaceStep")
|
|
1214
1050
|
def disk_space_step(self) -> pulumi.Output[str]:
|
|
1215
1051
|
"""
|
|
1216
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
1217
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1052
|
+
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.
|
|
1218
1053
|
"""
|
|
1219
1054
|
return pulumi.get(self, "disk_space_step")
|
|
1220
1055
|
|
|
@@ -1246,12 +1081,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1246
1081
|
@pulumi.getter
|
|
1247
1082
|
def plan(self) -> pulumi.Output[str]:
|
|
1248
1083
|
"""
|
|
1249
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1250
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
1251
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
1252
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1253
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1254
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1084
|
+
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).
|
|
1255
1085
|
"""
|
|
1256
1086
|
return pulumi.get(self, "plan")
|
|
1257
1087
|
|
|
@@ -1259,8 +1089,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1259
1089
|
@pulumi.getter
|
|
1260
1090
|
def project(self) -> pulumi.Output[str]:
|
|
1261
1091
|
"""
|
|
1262
|
-
|
|
1263
|
-
reference. Changing this property forces recreation of the resource.
|
|
1092
|
+
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.
|
|
1264
1093
|
"""
|
|
1265
1094
|
return pulumi.get(self, "project")
|
|
1266
1095
|
|
|
@@ -1268,21 +1097,10 @@ class Redis(pulumi.CustomResource):
|
|
|
1268
1097
|
@pulumi.getter(name="projectVpcId")
|
|
1269
1098
|
def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
|
|
1270
1099
|
"""
|
|
1271
|
-
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
|
|
1272
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1273
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1274
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1100
|
+
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.
|
|
1275
1101
|
"""
|
|
1276
1102
|
return pulumi.get(self, "project_vpc_id")
|
|
1277
1103
|
|
|
1278
|
-
@property
|
|
1279
|
-
@pulumi.getter
|
|
1280
|
-
def redis(self) -> pulumi.Output[Sequence['outputs.RedisRedi']]:
|
|
1281
|
-
"""
|
|
1282
|
-
Redis server provided values
|
|
1283
|
-
"""
|
|
1284
|
-
return pulumi.get(self, "redis")
|
|
1285
|
-
|
|
1286
1104
|
@property
|
|
1287
1105
|
@pulumi.getter(name="redisUserConfig")
|
|
1288
1106
|
def redis_user_config(self) -> pulumi.Output[Optional['outputs.RedisRedisUserConfig']]:
|
|
@@ -1311,8 +1129,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1311
1129
|
@pulumi.getter(name="serviceName")
|
|
1312
1130
|
def service_name(self) -> pulumi.Output[str]:
|
|
1313
1131
|
"""
|
|
1314
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1315
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
1132
|
+
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.
|
|
1316
1133
|
"""
|
|
1317
1134
|
return pulumi.get(self, "service_name")
|
|
1318
1135
|
|
|
@@ -1368,8 +1185,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1368
1185
|
@pulumi.getter(name="staticIps")
|
|
1369
1186
|
def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1370
1187
|
"""
|
|
1371
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1372
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1188
|
+
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
|
|
1373
1189
|
"""
|
|
1374
1190
|
return pulumi.get(self, "static_ips")
|
|
1375
1191
|
|
|
@@ -1385,8 +1201,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1385
1201
|
@pulumi.getter(name="techEmails")
|
|
1386
1202
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.RedisTechEmail']]]:
|
|
1387
1203
|
"""
|
|
1388
|
-
|
|
1389
|
-
instability.
|
|
1204
|
+
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.
|
|
1390
1205
|
"""
|
|
1391
1206
|
return pulumi.get(self, "tech_emails")
|
|
1392
1207
|
|
|
@@ -1394,9 +1209,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1394
1209
|
@pulumi.getter(name="terminationProtection")
|
|
1395
1210
|
def termination_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
1396
1211
|
"""
|
|
1397
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1398
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1399
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1212
|
+
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.
|
|
1400
1213
|
"""
|
|
1401
1214
|
return pulumi.get(self, "termination_protection")
|
|
1402
1215
|
|