pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.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.

Files changed (138) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2973 -1323
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +36 -4
  6. pulumi_aiven/account_team_member.py +69 -35
  7. pulumi_aiven/account_team_project.py +52 -12
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +17 -13
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_influx_db.py +2 -114
  50. pulumi_aiven/get_influxdb_database.py +2 -21
  51. pulumi_aiven/get_influxdb_user.py +2 -55
  52. pulumi_aiven/get_kafka.py +7 -3
  53. pulumi_aiven/get_kafka_acl.py +19 -15
  54. pulumi_aiven/get_kafka_connect.py +7 -3
  55. pulumi_aiven/get_kafka_connector.py +13 -9
  56. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  57. pulumi_aiven/get_kafka_schema.py +13 -9
  58. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  59. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  60. pulumi_aiven/get_kafka_topic.py +13 -9
  61. pulumi_aiven/get_kafka_user.py +13 -9
  62. pulumi_aiven/get_m3_aggregator.py +7 -3
  63. pulumi_aiven/get_m3_db.py +7 -3
  64. pulumi_aiven/get_m3db_user.py +13 -9
  65. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  66. pulumi_aiven/get_my_sql.py +7 -3
  67. pulumi_aiven/get_mysql_database.py +13 -9
  68. pulumi_aiven/get_mysql_user.py +13 -9
  69. pulumi_aiven/get_open_search.py +7 -3
  70. pulumi_aiven/get_open_search_acl_config.py +10 -6
  71. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  72. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  73. pulumi_aiven/get_opensearch_user.py +13 -9
  74. pulumi_aiven/get_organization.py +12 -8
  75. pulumi_aiven/get_organization_user_group.py +33 -9
  76. pulumi_aiven/get_organizational_unit.py +9 -9
  77. pulumi_aiven/get_pg.py +7 -3
  78. pulumi_aiven/get_pg_database.py +15 -11
  79. pulumi_aiven/get_pg_user.py +13 -9
  80. pulumi_aiven/get_project.py +4 -0
  81. pulumi_aiven/get_project_user.py +10 -6
  82. pulumi_aiven/get_project_vpc.py +15 -13
  83. pulumi_aiven/get_redis.py +7 -3
  84. pulumi_aiven/get_redis_user.py +17 -13
  85. pulumi_aiven/get_service_component.py +4 -0
  86. pulumi_aiven/get_service_integration.py +68 -6
  87. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  88. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  89. pulumi_aiven/grafana.py +13 -9
  90. pulumi_aiven/influx_db.py +239 -138
  91. pulumi_aiven/influxdb_database.py +37 -25
  92. pulumi_aiven/influxdb_user.py +44 -63
  93. pulumi_aiven/kafka.py +19 -15
  94. pulumi_aiven/kafka_acl.py +41 -37
  95. pulumi_aiven/kafka_connect.py +13 -9
  96. pulumi_aiven/kafka_connector.py +29 -25
  97. pulumi_aiven/kafka_mirror_maker.py +13 -9
  98. pulumi_aiven/kafka_schema.py +53 -45
  99. pulumi_aiven/kafka_schema_configuration.py +20 -16
  100. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  101. pulumi_aiven/kafka_topic.py +23 -23
  102. pulumi_aiven/kafka_user.py +27 -23
  103. pulumi_aiven/m3_aggregator.py +13 -9
  104. pulumi_aiven/m3_db.py +13 -9
  105. pulumi_aiven/m3db_user.py +27 -23
  106. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  107. pulumi_aiven/my_sql.py +13 -9
  108. pulumi_aiven/mysql_database.py +27 -23
  109. pulumi_aiven/mysql_user.py +27 -23
  110. pulumi_aiven/open_search.py +17 -13
  111. pulumi_aiven/open_search_acl_config.py +20 -16
  112. pulumi_aiven/open_search_acl_rule.py +34 -30
  113. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  114. pulumi_aiven/opensearch_user.py +27 -23
  115. pulumi_aiven/organization.py +14 -10
  116. pulumi_aiven/organization_group_project.py +290 -0
  117. pulumi_aiven/organization_user.py +20 -18
  118. pulumi_aiven/organization_user_group.py +77 -38
  119. pulumi_aiven/organization_user_group_member.py +352 -0
  120. pulumi_aiven/organizational_unit.py +36 -32
  121. pulumi_aiven/outputs.py +4004 -1363
  122. pulumi_aiven/pg.py +16 -16
  123. pulumi_aiven/pg_database.py +41 -37
  124. pulumi_aiven/pg_user.py +27 -23
  125. pulumi_aiven/project.py +28 -2
  126. pulumi_aiven/project_user.py +20 -16
  127. pulumi_aiven/project_vpc.py +25 -25
  128. pulumi_aiven/redis.py +13 -9
  129. pulumi_aiven/redis_user.py +55 -51
  130. pulumi_aiven/service_integration.py +207 -15
  131. pulumi_aiven/service_integration_endpoint.py +7 -7
  132. pulumi_aiven/static_ip.py +14 -14
  133. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  134. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  135. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  136. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  137. pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
  138. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
@@ -106,7 +106,7 @@ class GetServiceIntegrationEndpointResult:
106
106
  @pulumi.getter(name="endpointType")
107
107
  def endpoint_type(self) -> str:
108
108
  """
109
- Type of the service integration endpoint. Possible values: `datadog`, `prometheus`, `rsyslog`, `external_elasticsearch_logs`, `external_opensearch_logs`, `external_aws_cloudwatch_logs`, `external_google_cloud_logging`, `external_kafka`, `jolokia`, `external_schema_registry`, `external_aws_cloudwatch_metrics`, `external_google_cloud_bigquery`, `external_postgresql`
109
+ Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
110
110
  """
111
111
  return pulumi.get(self, "endpoint_type")
112
112
 
@@ -257,6 +257,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
257
257
 
258
258
  ## Example Usage
259
259
 
260
+ <!--Start PulumiCodeChooser -->
260
261
  ```python
261
262
  import pulumi
262
263
  import pulumi_aiven as aiven
@@ -264,6 +265,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
264
265
  myendpoint = aiven.get_service_integration_endpoint(project=aiven_project["myproject"]["project"],
265
266
  endpoint_name="<ENDPOINT_NAME>")
266
267
  ```
268
+ <!--End PulumiCodeChooser -->
267
269
 
268
270
 
269
271
  :param str endpoint_name: Name of the service integration endpoint
@@ -305,6 +307,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
305
307
 
306
308
  ## Example Usage
307
309
 
310
+ <!--Start PulumiCodeChooser -->
308
311
  ```python
309
312
  import pulumi
310
313
  import pulumi_aiven as aiven
@@ -312,6 +315,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
312
315
  myendpoint = aiven.get_service_integration_endpoint(project=aiven_project["myproject"]["project"],
313
316
  endpoint_name="<ENDPOINT_NAME>")
314
317
  ```
318
+ <!--End PulumiCodeChooser -->
315
319
 
316
320
 
317
321
  :param str endpoint_name: Name of the service integration endpoint
@@ -62,7 +62,7 @@ class GetTransitGatewayVpcAttachmentResult:
62
62
  @pulumi.getter(name="peerCloudAccount")
63
63
  def peer_cloud_account(self) -> str:
64
64
  """
65
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
65
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
66
66
  """
67
67
  return pulumi.get(self, "peer_cloud_account")
68
68
 
@@ -78,7 +78,7 @@ class GetTransitGatewayVpcAttachmentResult:
78
78
  @pulumi.getter(name="peerVpc")
79
79
  def peer_vpc(self) -> str:
80
80
  """
81
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
81
+ Transit gateway ID. Changing this property forces recreation of the resource.
82
82
  """
83
83
  return pulumi.get(self, "peer_vpc")
84
84
 
@@ -118,7 +118,7 @@ class GetTransitGatewayVpcAttachmentResult:
118
118
  @pulumi.getter(name="vpcId")
119
119
  def vpc_id(self) -> str:
120
120
  """
121
- The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
121
+ The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "vpc_id")
124
124
 
@@ -149,6 +149,7 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
149
149
 
150
150
  ## Example Usage
151
151
 
152
+ <!--Start PulumiCodeChooser -->
152
153
  ```python
153
154
  import pulumi
154
155
  import pulumi_aiven as aiven
@@ -157,11 +158,12 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
157
158
  peer_cloud_account="<PEER_ACCOUNT_ID>",
158
159
  peer_vpc="google-project1")
159
160
  ```
161
+ <!--End PulumiCodeChooser -->
160
162
 
161
163
 
162
- :param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
163
- :param str peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
164
- :param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
164
+ :param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
165
+ :param str peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
166
+ :param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
165
167
  """
166
168
  __args__ = dict()
167
169
  __args__['peerCloudAccount'] = peer_cloud_account
@@ -192,6 +194,7 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
192
194
 
193
195
  ## Example Usage
194
196
 
197
+ <!--Start PulumiCodeChooser -->
195
198
  ```python
196
199
  import pulumi
197
200
  import pulumi_aiven as aiven
@@ -200,10 +203,11 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
200
203
  peer_cloud_account="<PEER_ACCOUNT_ID>",
201
204
  peer_vpc="google-project1")
202
205
  ```
206
+ <!--End PulumiCodeChooser -->
203
207
 
204
208
 
205
- :param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
206
- :param str peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
207
- :param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
209
+ :param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
210
+ :param str peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
211
+ :param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
208
212
  """
209
213
  ...
pulumi_aiven/grafana.py CHANGED
@@ -40,7 +40,7 @@ class GrafanaArgs:
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
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. This property cannot be changed, doing so forces recreation of the resource.
43
+ reference. Changing this property forces recreation of the resource.
44
44
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
45
45
  reducing will result in the service rebalancing.
46
46
  :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
@@ -124,7 +124,7 @@ class GrafanaArgs:
124
124
  def project(self) -> pulumi.Input[str]:
125
125
  """
126
126
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
127
- reference. This property cannot be changed, doing so forces recreation of the resource.
127
+ reference. Changing this property forces recreation of the resource.
128
128
  """
129
129
  return pulumi.get(self, "project")
130
130
 
@@ -368,7 +368,7 @@ class _GrafanaState:
368
368
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
369
369
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
370
370
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
371
- reference. This property cannot be changed, doing so forces recreation of the resource.
371
+ reference. Changing this property forces recreation of the resource.
372
372
  :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
373
373
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
374
374
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -630,7 +630,7 @@ class _GrafanaState:
630
630
  def project(self) -> Optional[pulumi.Input[str]]:
631
631
  """
632
632
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
633
- reference. This property cannot be changed, doing so forces recreation of the resource.
633
+ reference. Changing this property forces recreation of the resource.
634
634
  """
635
635
  return pulumi.get(self, "project")
636
636
 
@@ -841,6 +841,7 @@ class Grafana(pulumi.CustomResource):
841
841
 
842
842
  ## Example Usage
843
843
 
844
+ <!--Start PulumiCodeChooser -->
844
845
  ```python
845
846
  import pulumi
846
847
  import pulumi_aiven as aiven
@@ -858,11 +859,12 @@ class Grafana(pulumi.CustomResource):
858
859
  ),
859
860
  ))
860
861
  ```
862
+ <!--End PulumiCodeChooser -->
861
863
 
862
864
  ## Import
863
865
 
864
866
  ```sh
865
- $ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
867
+ $ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
866
868
  ```
867
869
 
868
870
  :param str resource_name: The name of the resource.
@@ -887,7 +889,7 @@ class Grafana(pulumi.CustomResource):
887
889
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
888
890
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
889
891
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
890
- reference. This property cannot be changed, doing so forces recreation of the resource.
892
+ reference. Changing this property forces recreation of the resource.
891
893
  :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
892
894
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
893
895
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -915,6 +917,7 @@ class Grafana(pulumi.CustomResource):
915
917
 
916
918
  ## Example Usage
917
919
 
920
+ <!--Start PulumiCodeChooser -->
918
921
  ```python
919
922
  import pulumi
920
923
  import pulumi_aiven as aiven
@@ -932,11 +935,12 @@ class Grafana(pulumi.CustomResource):
932
935
  ),
933
936
  ))
934
937
  ```
938
+ <!--End PulumiCodeChooser -->
935
939
 
936
940
  ## Import
937
941
 
938
942
  ```sh
939
- $ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
943
+ $ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
940
944
  ```
941
945
 
942
946
  :param str resource_name: The name of the resource.
@@ -1085,7 +1089,7 @@ class Grafana(pulumi.CustomResource):
1085
1089
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1086
1090
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1087
1091
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1088
- reference. This property cannot be changed, doing so forces recreation of the resource.
1092
+ reference. Changing this property forces recreation of the resource.
1089
1093
  :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
1090
1094
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1091
1095
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -1269,7 +1273,7 @@ class Grafana(pulumi.CustomResource):
1269
1273
  def project(self) -> pulumi.Output[str]:
1270
1274
  """
1271
1275
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1272
- reference. This property cannot be changed, doing so forces recreation of the resource.
1276
+ reference. Changing this property forces recreation of the resource.
1273
1277
  """
1274
1278
  return pulumi.get(self, "project")
1275
1279