pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py
CHANGED
|
@@ -39,7 +39,7 @@ class InfluxDbArgs:
|
|
|
39
39
|
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
|
-
:param pulumi.Input[str] project:
|
|
42
|
+
: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
|
|
43
43
|
reference. Changing this property forces recreation of the resource.
|
|
44
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
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -64,8 +64,8 @@ class InfluxDbArgs:
|
|
|
64
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
65
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
66
66
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
67
|
-
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails:
|
|
68
|
-
|
|
67
|
+
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
68
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
69
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
70
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
71
71
|
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
@@ -122,7 +122,7 @@ class InfluxDbArgs:
|
|
|
122
122
|
@pulumi.getter
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
|
-
|
|
125
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
126
|
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
@@ -282,8 +282,8 @@ class InfluxDbArgs:
|
|
|
282
282
|
@pulumi.getter(name="techEmails")
|
|
283
283
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
|
|
284
284
|
"""
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
286
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
287
287
|
"""
|
|
288
288
|
return pulumi.get(self, "tech_emails")
|
|
289
289
|
|
|
@@ -366,7 +366,7 @@ class _InfluxDbState:
|
|
|
366
366
|
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
|
-
:param pulumi.Input[str] project:
|
|
369
|
+
: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
|
|
370
370
|
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
@@ -385,8 +385,8 @@ class _InfluxDbState:
|
|
|
385
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
386
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
387
387
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
388
|
-
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails:
|
|
389
|
-
|
|
388
|
+
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
389
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
390
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
391
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
392
392
|
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
@@ -628,7 +628,7 @@ class _InfluxDbState:
|
|
|
628
628
|
@pulumi.getter
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
|
-
|
|
631
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
632
|
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
@@ -790,8 +790,8 @@ class _InfluxDbState:
|
|
|
790
790
|
@pulumi.getter(name="techEmails")
|
|
791
791
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
|
|
792
792
|
"""
|
|
793
|
-
|
|
794
|
-
|
|
793
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
794
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
795
795
|
"""
|
|
796
796
|
return pulumi.get(self, "tech_emails")
|
|
797
797
|
|
|
@@ -858,7 +858,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
858
858
|
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
859
859
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
860
860
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
861
|
-
:param pulumi.Input[str] project:
|
|
861
|
+
: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
|
|
862
862
|
reference. Changing this property forces recreation of the resource.
|
|
863
863
|
: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
|
|
864
864
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
@@ -870,8 +870,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
870
870
|
: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
|
|
871
871
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
872
872
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
873
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails:
|
|
874
|
-
|
|
873
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
874
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
875
875
|
: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
|
|
876
876
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
877
877
|
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
@@ -1031,7 +1031,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1031
1031
|
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1032
1032
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1033
1033
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1034
|
-
:param pulumi.Input[str] project:
|
|
1034
|
+
: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
|
|
1035
1035
|
reference. Changing this property forces recreation of the resource.
|
|
1036
1036
|
: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
|
|
1037
1037
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
@@ -1050,8 +1050,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1050
1050
|
: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
|
|
1051
1051
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1052
1052
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1053
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails:
|
|
1054
|
-
|
|
1053
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
1054
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1055
1055
|
: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
|
|
1056
1056
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1057
1057
|
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
@@ -1215,7 +1215,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1215
1215
|
@pulumi.getter
|
|
1216
1216
|
def project(self) -> pulumi.Output[str]:
|
|
1217
1217
|
"""
|
|
1218
|
-
|
|
1218
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1219
1219
|
reference. Changing this property forces recreation of the resource.
|
|
1220
1220
|
"""
|
|
1221
1221
|
return pulumi.get(self, "project")
|
|
@@ -1325,8 +1325,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1325
1325
|
@pulumi.getter(name="techEmails")
|
|
1326
1326
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.InfluxDbTechEmail']]]:
|
|
1327
1327
|
"""
|
|
1328
|
-
|
|
1329
|
-
|
|
1328
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
1329
|
+
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1330
1330
|
"""
|
|
1331
1331
|
return pulumi.get(self, "tech_emails")
|
|
1332
1332
|
|
|
@@ -21,10 +21,10 @@ class InfluxdbDatabaseArgs:
|
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a InfluxdbDatabase resource.
|
|
23
23
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
24
|
-
:param pulumi.Input[str] project:
|
|
24
|
+
: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
|
|
25
|
+
reference. Changing this property forces recreation of the resource.
|
|
26
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
25
27
|
reference. Changing this property forces recreation of the resource.
|
|
26
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
27
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
28
28
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
29
29
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
30
30
|
"""
|
|
@@ -50,7 +50,7 @@ class InfluxdbDatabaseArgs:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def project(self) -> pulumi.Input[str]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
54
54
|
reference. Changing this property forces recreation of the resource.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "project")
|
|
@@ -63,8 +63,8 @@ class InfluxdbDatabaseArgs:
|
|
|
63
63
|
@pulumi.getter(name="serviceName")
|
|
64
64
|
def service_name(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
67
|
+
reference. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "service_name")
|
|
70
70
|
|
|
@@ -96,10 +96,10 @@ class _InfluxdbDatabaseState:
|
|
|
96
96
|
"""
|
|
97
97
|
Input properties used for looking up and filtering InfluxdbDatabase resources.
|
|
98
98
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
99
|
-
:param pulumi.Input[str] project:
|
|
99
|
+
: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
|
|
100
|
+
reference. Changing this property forces recreation of the resource.
|
|
101
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
100
102
|
reference. Changing this property forces recreation of the resource.
|
|
101
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
102
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
103
103
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
104
104
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
105
105
|
"""
|
|
@@ -128,7 +128,7 @@ class _InfluxdbDatabaseState:
|
|
|
128
128
|
@pulumi.getter
|
|
129
129
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
130
130
|
"""
|
|
131
|
-
|
|
131
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
132
132
|
reference. Changing this property forces recreation of the resource.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "project")
|
|
@@ -141,8 +141,8 @@ class _InfluxdbDatabaseState:
|
|
|
141
141
|
@pulumi.getter(name="serviceName")
|
|
142
142
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
143
143
|
"""
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
145
|
+
reference. Changing this property forces recreation of the resource.
|
|
146
146
|
"""
|
|
147
147
|
return pulumi.get(self, "service_name")
|
|
148
148
|
|
|
@@ -179,10 +179,10 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
179
179
|
:param str resource_name: The name of the resource.
|
|
180
180
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
181
181
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
182
|
-
:param pulumi.Input[str] project:
|
|
182
|
+
: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
|
|
183
|
+
reference. Changing this property forces recreation of the resource.
|
|
184
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
183
185
|
reference. Changing this property forces recreation of the resource.
|
|
184
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
185
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
186
186
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
187
187
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
188
188
|
"""
|
|
@@ -254,10 +254,10 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
254
254
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
255
255
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
256
256
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
257
|
-
:param pulumi.Input[str] project:
|
|
257
|
+
: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
|
|
258
|
+
reference. Changing this property forces recreation of the resource.
|
|
259
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
258
260
|
reference. Changing this property forces recreation of the resource.
|
|
259
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
260
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
261
261
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
262
262
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
263
263
|
"""
|
|
@@ -283,7 +283,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
283
283
|
@pulumi.getter
|
|
284
284
|
def project(self) -> pulumi.Output[str]:
|
|
285
285
|
"""
|
|
286
|
-
|
|
286
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
287
287
|
reference. Changing this property forces recreation of the resource.
|
|
288
288
|
"""
|
|
289
289
|
return pulumi.get(self, "project")
|
|
@@ -292,8 +292,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
292
292
|
@pulumi.getter(name="serviceName")
|
|
293
293
|
def service_name(self) -> pulumi.Output[str]:
|
|
294
294
|
"""
|
|
295
|
-
|
|
296
|
-
|
|
295
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
296
|
+
reference. Changing this property forces recreation of the resource.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "service_name")
|
|
299
299
|
|
pulumi_aiven/influxdb_user.py
CHANGED
|
@@ -20,10 +20,10 @@ class InfluxdbUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a InfluxdbUser resource.
|
|
23
|
-
:param pulumi.Input[str] project:
|
|
23
|
+
: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
|
|
24
|
+
reference. Changing this property forces recreation of the resource.
|
|
25
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
24
26
|
reference. Changing this property forces recreation of the resource.
|
|
25
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
26
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
27
27
|
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
28
28
|
Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
@@ -38,7 +38,7 @@ class InfluxdbUserArgs:
|
|
|
38
38
|
@pulumi.getter
|
|
39
39
|
def project(self) -> pulumi.Input[str]:
|
|
40
40
|
"""
|
|
41
|
-
|
|
41
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
42
42
|
reference. Changing this property forces recreation of the resource.
|
|
43
43
|
"""
|
|
44
44
|
return pulumi.get(self, "project")
|
|
@@ -51,8 +51,8 @@ class InfluxdbUserArgs:
|
|
|
51
51
|
@pulumi.getter(name="serviceName")
|
|
52
52
|
def service_name(self) -> pulumi.Input[str]:
|
|
53
53
|
"""
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
55
|
+
reference. Changing this property forces recreation of the resource.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "service_name")
|
|
58
58
|
|
|
@@ -101,10 +101,10 @@ class _InfluxdbUserState:
|
|
|
101
101
|
:param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
|
|
102
102
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
103
103
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
104
|
-
:param pulumi.Input[str] project:
|
|
104
|
+
: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
|
|
105
|
+
reference. Changing this property forces recreation of the resource.
|
|
106
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
105
107
|
reference. Changing this property forces recreation of the resource.
|
|
106
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
107
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
108
108
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
109
109
|
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
110
|
Changing this property forces recreation of the resource.
|
|
@@ -164,7 +164,7 @@ class _InfluxdbUserState:
|
|
|
164
164
|
@pulumi.getter
|
|
165
165
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
166
166
|
"""
|
|
167
|
-
|
|
167
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
168
168
|
reference. Changing this property forces recreation of the resource.
|
|
169
169
|
"""
|
|
170
170
|
return pulumi.get(self, "project")
|
|
@@ -177,8 +177,8 @@ class _InfluxdbUserState:
|
|
|
177
177
|
@pulumi.getter(name="serviceName")
|
|
178
178
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
179
179
|
"""
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
181
|
+
reference. Changing this property forces recreation of the resource.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "service_name")
|
|
184
184
|
|
|
@@ -227,10 +227,10 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
227
227
|
:param str resource_name: The name of the resource.
|
|
228
228
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
229
229
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
230
|
-
:param pulumi.Input[str] project:
|
|
230
|
+
: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
|
|
231
|
+
reference. Changing this property forces recreation of the resource.
|
|
232
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
231
233
|
reference. Changing this property forces recreation of the resource.
|
|
232
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
233
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
234
234
|
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
235
235
|
Changing this property forces recreation of the resource.
|
|
236
236
|
"""
|
|
@@ -312,10 +312,10 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
312
312
|
:param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
|
|
313
313
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
314
314
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
315
|
-
:param pulumi.Input[str] project:
|
|
315
|
+
: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
|
|
316
|
+
reference. Changing this property forces recreation of the resource.
|
|
317
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
316
318
|
reference. Changing this property forces recreation of the resource.
|
|
317
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
318
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
319
319
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
320
320
|
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
321
321
|
Changing this property forces recreation of the resource.
|
|
@@ -361,7 +361,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
361
361
|
@pulumi.getter
|
|
362
362
|
def project(self) -> pulumi.Output[str]:
|
|
363
363
|
"""
|
|
364
|
-
|
|
364
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
365
365
|
reference. Changing this property forces recreation of the resource.
|
|
366
366
|
"""
|
|
367
367
|
return pulumi.get(self, "project")
|
|
@@ -370,8 +370,8 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
370
370
|
@pulumi.getter(name="serviceName")
|
|
371
371
|
def service_name(self) -> pulumi.Output[str]:
|
|
372
372
|
"""
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
374
|
+
reference. Changing this property forces recreation of the resource.
|
|
375
375
|
"""
|
|
376
376
|
return pulumi.get(self, "service_name")
|
|
377
377
|
|