pulumi-aiven 6.22.0a1723007981__py3-none-any.whl → 6.22.0a1723820065__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/account_authentication.py +5 -5
- pulumi_aiven/aws_vpc_peering_connection.py +7 -7
- pulumi_aiven/azure_privatelink_connection_approval.py +16 -16
- pulumi_aiven/azure_vpc_peering_connection.py +7 -7
- pulumi_aiven/cassandra.py +39 -39
- pulumi_aiven/clickhouse.py +27 -27
- pulumi_aiven/clickhouse_grant.py +34 -34
- pulumi_aiven/dragonfly.py +33 -33
- pulumi_aiven/flink.py +33 -33
- pulumi_aiven/flink_application_deployment.py +16 -16
- pulumi_aiven/flink_application_version.py +36 -36
- pulumi_aiven/gcp_vpc_peering_connection.py +7 -7
- pulumi_aiven/get_aws_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_azure_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_gcp_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
- pulumi_aiven/grafana.py +39 -39
- pulumi_aiven/influx_db.py +27 -27
- pulumi_aiven/kafka.py +55 -55
- pulumi_aiven/kafka_connect.py +52 -52
- pulumi_aiven/kafka_connector.py +2 -2
- pulumi_aiven/kafka_mirror_maker.py +38 -38
- pulumi_aiven/kafka_topic.py +18 -18
- pulumi_aiven/m3_aggregator.py +33 -33
- pulumi_aiven/m3_db.py +41 -41
- pulumi_aiven/my_sql.py +47 -47
- pulumi_aiven/open_search.py +49 -49
- pulumi_aiven/organization.py +3 -3
- pulumi_aiven/organization_group_project.py +3 -3
- pulumi_aiven/organization_user_group_member.py +3 -3
- pulumi_aiven/pg.py +27 -27
- pulumi_aiven/project.py +5 -5
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +39 -39
- pulumi_aiven/service_integration.py +65 -65
- pulumi_aiven/service_integration_endpoint.py +65 -65
- pulumi_aiven/thanos.py +27 -27
- pulumi_aiven/transit_gateway_vpc_attachment.py +7 -7
- pulumi_aiven/valkey.py +33 -33
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/RECORD +43 -43
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/top_level.txt +0 -0
|
@@ -535,7 +535,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
535
535
|
saml_certificate: Optional[pulumi.Input[str]] = None,
|
|
536
536
|
saml_digest_algorithm: Optional[pulumi.Input[str]] = None,
|
|
537
537
|
saml_entity_id: Optional[pulumi.Input[str]] = None,
|
|
538
|
-
saml_field_mapping: Optional[pulumi.Input[
|
|
538
|
+
saml_field_mapping: Optional[pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
|
|
539
539
|
saml_idp_login_allowed: Optional[pulumi.Input[bool]] = None,
|
|
540
540
|
saml_idp_url: Optional[pulumi.Input[str]] = None,
|
|
541
541
|
saml_signature_algorithm: Optional[pulumi.Input[str]] = None,
|
|
@@ -565,7 +565,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
565
565
|
:param pulumi.Input[str] saml_certificate: SAML Certificate
|
|
566
566
|
:param pulumi.Input[str] saml_digest_algorithm: Digest algorithm. This is an advanced option that typically does not need to be set.
|
|
567
567
|
:param pulumi.Input[str] saml_entity_id: SAML Entity id
|
|
568
|
-
:param pulumi.Input[
|
|
568
|
+
:param pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']] saml_field_mapping: Map IdP fields
|
|
569
569
|
:param pulumi.Input[bool] saml_idp_login_allowed: Set to 'true' to enable IdP initiated login
|
|
570
570
|
:param pulumi.Input[str] saml_idp_url: SAML Idp URL
|
|
571
571
|
:param pulumi.Input[str] saml_signature_algorithm: Signature algorithm. This is an advanced option that typically does not need to be set.
|
|
@@ -614,7 +614,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
614
614
|
saml_certificate: Optional[pulumi.Input[str]] = None,
|
|
615
615
|
saml_digest_algorithm: Optional[pulumi.Input[str]] = None,
|
|
616
616
|
saml_entity_id: Optional[pulumi.Input[str]] = None,
|
|
617
|
-
saml_field_mapping: Optional[pulumi.Input[
|
|
617
|
+
saml_field_mapping: Optional[pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
|
|
618
618
|
saml_idp_login_allowed: Optional[pulumi.Input[bool]] = None,
|
|
619
619
|
saml_idp_url: Optional[pulumi.Input[str]] = None,
|
|
620
620
|
saml_signature_algorithm: Optional[pulumi.Input[str]] = None,
|
|
@@ -671,7 +671,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
671
671
|
saml_certificate: Optional[pulumi.Input[str]] = None,
|
|
672
672
|
saml_digest_algorithm: Optional[pulumi.Input[str]] = None,
|
|
673
673
|
saml_entity_id: Optional[pulumi.Input[str]] = None,
|
|
674
|
-
saml_field_mapping: Optional[pulumi.Input[
|
|
674
|
+
saml_field_mapping: Optional[pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
|
|
675
675
|
saml_idp_login_allowed: Optional[pulumi.Input[bool]] = None,
|
|
676
676
|
saml_idp_url: Optional[pulumi.Input[str]] = None,
|
|
677
677
|
saml_metadata_url: Optional[pulumi.Input[str]] = None,
|
|
@@ -696,7 +696,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
696
696
|
:param pulumi.Input[str] saml_certificate: SAML Certificate
|
|
697
697
|
:param pulumi.Input[str] saml_digest_algorithm: Digest algorithm. This is an advanced option that typically does not need to be set.
|
|
698
698
|
:param pulumi.Input[str] saml_entity_id: SAML Entity id
|
|
699
|
-
:param pulumi.Input[
|
|
699
|
+
:param pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']] saml_field_mapping: Map IdP fields
|
|
700
700
|
:param pulumi.Input[bool] saml_idp_login_allowed: Set to 'true' to enable IdP initiated login
|
|
701
701
|
:param pulumi.Input[str] saml_idp_url: SAML Idp URL
|
|
702
702
|
:param pulumi.Input[str] saml_metadata_url: SAML Metadata URL
|
|
@@ -87,7 +87,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
87
87
|
aws_vpc_peering_connection_id: Optional[pulumi.Input[str]] = None,
|
|
88
88
|
aws_vpc_region: Optional[pulumi.Input[str]] = None,
|
|
89
89
|
state: Optional[pulumi.Input[str]] = None,
|
|
90
|
-
state_info: Optional[pulumi.Input[Mapping[str,
|
|
90
|
+
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
91
91
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
92
92
|
"""
|
|
93
93
|
Input properties used for looking up and filtering AwsVpcPeeringConnection resources.
|
|
@@ -96,7 +96,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
96
96
|
:param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
97
97
|
:param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
98
98
|
:param pulumi.Input[str] state: The state of the peering connection.
|
|
99
|
-
:param pulumi.Input[Mapping[str,
|
|
99
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
|
|
100
100
|
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
101
101
|
"""
|
|
102
102
|
if aws_account_id is not None:
|
|
@@ -176,14 +176,14 @@ class _AwsVpcPeeringConnectionState:
|
|
|
176
176
|
|
|
177
177
|
@property
|
|
178
178
|
@pulumi.getter(name="stateInfo")
|
|
179
|
-
def state_info(self) -> Optional[pulumi.Input[Mapping[str,
|
|
179
|
+
def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
180
180
|
"""
|
|
181
181
|
State-specific help or error information.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "state_info")
|
|
184
184
|
|
|
185
185
|
@state_info.setter
|
|
186
|
-
def state_info(self, value: Optional[pulumi.Input[Mapping[str,
|
|
186
|
+
def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
187
187
|
pulumi.set(self, "state_info", value)
|
|
188
188
|
|
|
189
189
|
@property
|
|
@@ -332,7 +332,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
332
332
|
aws_vpc_peering_connection_id: Optional[pulumi.Input[str]] = None,
|
|
333
333
|
aws_vpc_region: Optional[pulumi.Input[str]] = None,
|
|
334
334
|
state: Optional[pulumi.Input[str]] = None,
|
|
335
|
-
state_info: Optional[pulumi.Input[Mapping[str,
|
|
335
|
+
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
336
336
|
vpc_id: Optional[pulumi.Input[str]] = None) -> 'AwsVpcPeeringConnection':
|
|
337
337
|
"""
|
|
338
338
|
Get an existing AwsVpcPeeringConnection resource's state with the given name, id, and optional extra
|
|
@@ -346,7 +346,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
346
346
|
:param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
347
347
|
:param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
348
348
|
:param pulumi.Input[str] state: The state of the peering connection.
|
|
349
|
-
:param pulumi.Input[Mapping[str,
|
|
349
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
|
|
350
350
|
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
351
351
|
"""
|
|
352
352
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -404,7 +404,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
404
404
|
|
|
405
405
|
@property
|
|
406
406
|
@pulumi.getter(name="stateInfo")
|
|
407
|
-
def state_info(self) -> pulumi.Output[Mapping[str,
|
|
407
|
+
def state_info(self) -> pulumi.Output[Mapping[str, str]]:
|
|
408
408
|
"""
|
|
409
409
|
State-specific help or error information.
|
|
410
410
|
"""
|
|
@@ -184,14 +184,14 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
184
184
|
cloud_name=region,
|
|
185
185
|
plan=plan,
|
|
186
186
|
static_ips=[sip.static_ip_address_id for sip in static_ips],
|
|
187
|
-
pg_user_config=
|
|
188
|
-
pg_version
|
|
189
|
-
static_ips
|
|
190
|
-
privatelink_access
|
|
191
|
-
pg
|
|
192
|
-
pgbouncer
|
|
193
|
-
|
|
194
|
-
)
|
|
187
|
+
pg_user_config={
|
|
188
|
+
"pg_version": "13",
|
|
189
|
+
"static_ips": True,
|
|
190
|
+
"privatelink_access": {
|
|
191
|
+
"pg": True,
|
|
192
|
+
"pgbouncer": True,
|
|
193
|
+
},
|
|
194
|
+
})
|
|
195
195
|
privatelink = aiven.AzurePrivatelink("privatelink",
|
|
196
196
|
project=aiven_project_id,
|
|
197
197
|
service_name=default.name,
|
|
@@ -254,14 +254,14 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
254
254
|
cloud_name=region,
|
|
255
255
|
plan=plan,
|
|
256
256
|
static_ips=[sip.static_ip_address_id for sip in static_ips],
|
|
257
|
-
pg_user_config=
|
|
258
|
-
pg_version
|
|
259
|
-
static_ips
|
|
260
|
-
privatelink_access
|
|
261
|
-
pg
|
|
262
|
-
pgbouncer
|
|
263
|
-
|
|
264
|
-
)
|
|
257
|
+
pg_user_config={
|
|
258
|
+
"pg_version": "13",
|
|
259
|
+
"static_ips": True,
|
|
260
|
+
"privatelink_access": {
|
|
261
|
+
"pg": True,
|
|
262
|
+
"pgbouncer": True,
|
|
263
|
+
},
|
|
264
|
+
})
|
|
265
265
|
privatelink = aiven.AzurePrivatelink("privatelink",
|
|
266
266
|
project=aiven_project_id,
|
|
267
267
|
service_name=default.name,
|
|
@@ -118,7 +118,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
118
118
|
peer_resource_group: Optional[pulumi.Input[str]] = None,
|
|
119
119
|
peering_connection_id: Optional[pulumi.Input[str]] = None,
|
|
120
120
|
state: Optional[pulumi.Input[str]] = None,
|
|
121
|
-
state_info: Optional[pulumi.Input[Mapping[str,
|
|
121
|
+
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
122
122
|
vnet_name: Optional[pulumi.Input[str]] = None,
|
|
123
123
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
124
124
|
"""
|
|
@@ -129,7 +129,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
129
129
|
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
130
130
|
:param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
|
|
131
131
|
:param pulumi.Input[str] state: State of the peering connection
|
|
132
|
-
:param pulumi.Input[Mapping[str,
|
|
132
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
|
|
133
133
|
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
134
134
|
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
135
135
|
"""
|
|
@@ -226,14 +226,14 @@ class _AzureVpcPeeringConnectionState:
|
|
|
226
226
|
|
|
227
227
|
@property
|
|
228
228
|
@pulumi.getter(name="stateInfo")
|
|
229
|
-
def state_info(self) -> Optional[pulumi.Input[Mapping[str,
|
|
229
|
+
def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
230
230
|
"""
|
|
231
231
|
State-specific help or error information.
|
|
232
232
|
"""
|
|
233
233
|
return pulumi.get(self, "state_info")
|
|
234
234
|
|
|
235
235
|
@state_info.setter
|
|
236
|
-
def state_info(self, value: Optional[pulumi.Input[Mapping[str,
|
|
236
|
+
def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
237
237
|
pulumi.set(self, "state_info", value)
|
|
238
238
|
|
|
239
239
|
@property
|
|
@@ -411,7 +411,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
411
411
|
peer_resource_group: Optional[pulumi.Input[str]] = None,
|
|
412
412
|
peering_connection_id: Optional[pulumi.Input[str]] = None,
|
|
413
413
|
state: Optional[pulumi.Input[str]] = None,
|
|
414
|
-
state_info: Optional[pulumi.Input[Mapping[str,
|
|
414
|
+
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
415
415
|
vnet_name: Optional[pulumi.Input[str]] = None,
|
|
416
416
|
vpc_id: Optional[pulumi.Input[str]] = None) -> 'AzureVpcPeeringConnection':
|
|
417
417
|
"""
|
|
@@ -427,7 +427,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
427
427
|
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
428
428
|
:param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
|
|
429
429
|
:param pulumi.Input[str] state: State of the peering connection
|
|
430
|
-
:param pulumi.Input[Mapping[str,
|
|
430
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
|
|
431
431
|
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
432
432
|
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
433
433
|
"""
|
|
@@ -496,7 +496,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
496
496
|
|
|
497
497
|
@property
|
|
498
498
|
@pulumi.getter(name="stateInfo")
|
|
499
|
-
def state_info(self) -> pulumi.Output[Mapping[str,
|
|
499
|
+
def state_info(self) -> pulumi.Output[Mapping[str, str]]:
|
|
500
500
|
"""
|
|
501
501
|
State-specific help or error information.
|
|
502
502
|
"""
|
pulumi_aiven/cassandra.py
CHANGED
|
@@ -744,8 +744,8 @@ class Cassandra(pulumi.CustomResource):
|
|
|
744
744
|
resource_name: str,
|
|
745
745
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
746
746
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
747
|
-
cassandra: Optional[pulumi.Input[
|
|
748
|
-
cassandra_user_config: Optional[pulumi.Input[
|
|
747
|
+
cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
|
|
748
|
+
cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
|
|
749
749
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
750
750
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
751
751
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
@@ -753,11 +753,11 @@ class Cassandra(pulumi.CustomResource):
|
|
|
753
753
|
plan: Optional[pulumi.Input[str]] = None,
|
|
754
754
|
project: Optional[pulumi.Input[str]] = None,
|
|
755
755
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
756
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
756
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
|
|
757
757
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
758
758
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
759
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
760
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
759
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
|
|
760
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
|
|
761
761
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
762
762
|
__props__=None):
|
|
763
763
|
"""
|
|
@@ -776,12 +776,12 @@ class Cassandra(pulumi.CustomResource):
|
|
|
776
776
|
service_name="test-service-name",
|
|
777
777
|
maintenance_window_dow="monday",
|
|
778
778
|
maintenance_window_time="10:00:00",
|
|
779
|
-
cassandra_user_config=
|
|
780
|
-
migrate_sstableloader
|
|
781
|
-
public_access
|
|
782
|
-
prometheus
|
|
783
|
-
|
|
784
|
-
)
|
|
779
|
+
cassandra_user_config={
|
|
780
|
+
"migrate_sstableloader": True,
|
|
781
|
+
"public_access": {
|
|
782
|
+
"prometheus": True,
|
|
783
|
+
},
|
|
784
|
+
})
|
|
785
785
|
```
|
|
786
786
|
|
|
787
787
|
## Import
|
|
@@ -793,8 +793,8 @@ class Cassandra(pulumi.CustomResource):
|
|
|
793
793
|
:param str resource_name: The name of the resource.
|
|
794
794
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
795
795
|
: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.
|
|
796
|
-
:param pulumi.Input[
|
|
797
|
-
:param pulumi.Input[
|
|
796
|
+
:param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Cassandra server provided values
|
|
797
|
+
:param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings
|
|
798
798
|
: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).
|
|
799
799
|
: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.
|
|
800
800
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
@@ -802,11 +802,11 @@ class Cassandra(pulumi.CustomResource):
|
|
|
802
802
|
: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).
|
|
803
803
|
: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.
|
|
804
804
|
: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.
|
|
805
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
805
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
806
806
|
: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.
|
|
807
807
|
: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
|
|
808
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
809
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
808
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
809
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]] 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.
|
|
810
810
|
: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.
|
|
811
811
|
"""
|
|
812
812
|
...
|
|
@@ -831,12 +831,12 @@ class Cassandra(pulumi.CustomResource):
|
|
|
831
831
|
service_name="test-service-name",
|
|
832
832
|
maintenance_window_dow="monday",
|
|
833
833
|
maintenance_window_time="10:00:00",
|
|
834
|
-
cassandra_user_config=
|
|
835
|
-
migrate_sstableloader
|
|
836
|
-
public_access
|
|
837
|
-
prometheus
|
|
838
|
-
|
|
839
|
-
)
|
|
834
|
+
cassandra_user_config={
|
|
835
|
+
"migrate_sstableloader": True,
|
|
836
|
+
"public_access": {
|
|
837
|
+
"prometheus": True,
|
|
838
|
+
},
|
|
839
|
+
})
|
|
840
840
|
```
|
|
841
841
|
|
|
842
842
|
## Import
|
|
@@ -861,8 +861,8 @@ class Cassandra(pulumi.CustomResource):
|
|
|
861
861
|
resource_name: str,
|
|
862
862
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
863
863
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
864
|
-
cassandra: Optional[pulumi.Input[
|
|
865
|
-
cassandra_user_config: Optional[pulumi.Input[
|
|
864
|
+
cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
|
|
865
|
+
cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
|
|
866
866
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
867
867
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
868
868
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
@@ -870,11 +870,11 @@ class Cassandra(pulumi.CustomResource):
|
|
|
870
870
|
plan: Optional[pulumi.Input[str]] = None,
|
|
871
871
|
project: Optional[pulumi.Input[str]] = None,
|
|
872
872
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
873
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
873
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
|
|
874
874
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
875
875
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
876
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
877
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
876
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
|
|
877
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
|
|
878
878
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
879
879
|
__props__=None):
|
|
880
880
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -932,10 +932,10 @@ class Cassandra(pulumi.CustomResource):
|
|
|
932
932
|
id: pulumi.Input[str],
|
|
933
933
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
934
934
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
935
|
-
cassandra: Optional[pulumi.Input[
|
|
936
|
-
cassandra_user_config: Optional[pulumi.Input[
|
|
935
|
+
cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
|
|
936
|
+
cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
|
|
937
937
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
938
|
-
components: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
938
|
+
components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]]] = None,
|
|
939
939
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
940
940
|
disk_space_cap: Optional[pulumi.Input[str]] = None,
|
|
941
941
|
disk_space_default: Optional[pulumi.Input[str]] = None,
|
|
@@ -947,7 +947,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
947
947
|
project: Optional[pulumi.Input[str]] = None,
|
|
948
948
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
949
949
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
950
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
950
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
|
|
951
951
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
952
952
|
service_password: Optional[pulumi.Input[str]] = None,
|
|
953
953
|
service_port: Optional[pulumi.Input[int]] = None,
|
|
@@ -956,8 +956,8 @@ class Cassandra(pulumi.CustomResource):
|
|
|
956
956
|
service_username: Optional[pulumi.Input[str]] = None,
|
|
957
957
|
state: Optional[pulumi.Input[str]] = None,
|
|
958
958
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
959
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
960
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
959
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
|
|
960
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
|
|
961
961
|
termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Cassandra':
|
|
962
962
|
"""
|
|
963
963
|
Get an existing Cassandra resource's state with the given name, id, and optional extra
|
|
@@ -967,10 +967,10 @@ class Cassandra(pulumi.CustomResource):
|
|
|
967
967
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
968
968
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
969
969
|
: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.
|
|
970
|
-
:param pulumi.Input[
|
|
971
|
-
:param pulumi.Input[
|
|
970
|
+
:param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Cassandra server provided values
|
|
971
|
+
:param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings
|
|
972
972
|
: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).
|
|
973
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
973
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]] components: Service component information objects
|
|
974
974
|
: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.
|
|
975
975
|
: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.
|
|
976
976
|
: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`
|
|
@@ -982,7 +982,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
982
982
|
: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.
|
|
983
983
|
: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.
|
|
984
984
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
985
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
985
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
986
986
|
: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.
|
|
987
987
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
988
988
|
:param pulumi.Input[int] service_port: The port of the service
|
|
@@ -991,8 +991,8 @@ class Cassandra(pulumi.CustomResource):
|
|
|
991
991
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
992
992
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
993
993
|
: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
|
|
994
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
995
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
994
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
995
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]] 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.
|
|
996
996
|
: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.
|
|
997
997
|
"""
|
|
998
998
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
pulumi_aiven/clickhouse.py
CHANGED
|
@@ -744,8 +744,8 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
744
744
|
resource_name: str,
|
|
745
745
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
746
746
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
747
|
-
clickhouse: Optional[pulumi.Input[
|
|
748
|
-
clickhouse_user_config: Optional[pulumi.Input[
|
|
747
|
+
clickhouse: Optional[pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']]] = None,
|
|
748
|
+
clickhouse_user_config: Optional[pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']]] = None,
|
|
749
749
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
750
750
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
751
751
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
@@ -753,11 +753,11 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
753
753
|
plan: Optional[pulumi.Input[str]] = None,
|
|
754
754
|
project: Optional[pulumi.Input[str]] = None,
|
|
755
755
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
756
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
756
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]]] = None,
|
|
757
757
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
758
758
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
759
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
760
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
759
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]]] = None,
|
|
760
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]]] = None,
|
|
761
761
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
762
762
|
__props__=None):
|
|
763
763
|
"""
|
|
@@ -787,8 +787,8 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
787
787
|
:param str resource_name: The name of the resource.
|
|
788
788
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
789
789
|
: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.
|
|
790
|
-
:param pulumi.Input[
|
|
791
|
-
:param pulumi.Input[
|
|
790
|
+
:param pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']] clickhouse: Values provided by the ClickHouse server.
|
|
791
|
+
:param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings
|
|
792
792
|
: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).
|
|
793
793
|
: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.
|
|
794
794
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
@@ -796,11 +796,11 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
796
796
|
: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).
|
|
797
797
|
: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.
|
|
798
798
|
: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.
|
|
799
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
799
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]] service_integrations: Integrations with other services. Service integrations are only applied at service creation.
|
|
800
800
|
: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.
|
|
801
801
|
: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
|
|
802
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
803
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
802
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
803
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]] 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.
|
|
804
804
|
: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.
|
|
805
805
|
"""
|
|
806
806
|
...
|
|
@@ -849,8 +849,8 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
849
849
|
resource_name: str,
|
|
850
850
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
851
851
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
852
|
-
clickhouse: Optional[pulumi.Input[
|
|
853
|
-
clickhouse_user_config: Optional[pulumi.Input[
|
|
852
|
+
clickhouse: Optional[pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']]] = None,
|
|
853
|
+
clickhouse_user_config: Optional[pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']]] = None,
|
|
854
854
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
855
855
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
856
856
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
@@ -858,11 +858,11 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
858
858
|
plan: Optional[pulumi.Input[str]] = None,
|
|
859
859
|
project: Optional[pulumi.Input[str]] = None,
|
|
860
860
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
861
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
861
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]]] = None,
|
|
862
862
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
863
863
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
864
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
865
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
864
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]]] = None,
|
|
865
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]]] = None,
|
|
866
866
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
867
867
|
__props__=None):
|
|
868
868
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -920,10 +920,10 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
920
920
|
id: pulumi.Input[str],
|
|
921
921
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
922
922
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
923
|
-
clickhouse: Optional[pulumi.Input[
|
|
924
|
-
clickhouse_user_config: Optional[pulumi.Input[
|
|
923
|
+
clickhouse: Optional[pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']]] = None,
|
|
924
|
+
clickhouse_user_config: Optional[pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']]] = None,
|
|
925
925
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
926
|
-
components: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
926
|
+
components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseComponentArgs', 'ClickhouseComponentArgsDict']]]]] = None,
|
|
927
927
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
928
928
|
disk_space_cap: Optional[pulumi.Input[str]] = None,
|
|
929
929
|
disk_space_default: Optional[pulumi.Input[str]] = None,
|
|
@@ -935,7 +935,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
935
935
|
project: Optional[pulumi.Input[str]] = None,
|
|
936
936
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
937
937
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
938
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
938
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]]] = None,
|
|
939
939
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
940
940
|
service_password: Optional[pulumi.Input[str]] = None,
|
|
941
941
|
service_port: Optional[pulumi.Input[int]] = None,
|
|
@@ -944,8 +944,8 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
944
944
|
service_username: Optional[pulumi.Input[str]] = None,
|
|
945
945
|
state: Optional[pulumi.Input[str]] = None,
|
|
946
946
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
947
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
948
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
947
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]]] = None,
|
|
948
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]]] = None,
|
|
949
949
|
termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Clickhouse':
|
|
950
950
|
"""
|
|
951
951
|
Get an existing Clickhouse resource's state with the given name, id, and optional extra
|
|
@@ -955,10 +955,10 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
955
955
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
956
956
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
957
957
|
: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.
|
|
958
|
-
:param pulumi.Input[
|
|
959
|
-
:param pulumi.Input[
|
|
958
|
+
:param pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']] clickhouse: Values provided by the ClickHouse server.
|
|
959
|
+
:param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings
|
|
960
960
|
: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).
|
|
961
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
961
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseComponentArgs', 'ClickhouseComponentArgsDict']]]] components: Service component information objects
|
|
962
962
|
: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.
|
|
963
963
|
: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.
|
|
964
964
|
: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`
|
|
@@ -970,7 +970,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
970
970
|
: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.
|
|
971
971
|
: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.
|
|
972
972
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
973
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
973
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]] service_integrations: Integrations with other services. Service integrations are only applied at service creation.
|
|
974
974
|
: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.
|
|
975
975
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
976
976
|
:param pulumi.Input[int] service_port: The port of the service
|
|
@@ -979,8 +979,8 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
979
979
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
980
980
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
981
981
|
: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
|
|
982
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
983
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
982
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
983
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]] 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.
|
|
984
984
|
: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.
|
|
985
985
|
"""
|
|
986
986
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|