pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.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 (117) hide show
  1. pulumi_aiven/__init__.py +19 -0
  2. pulumi_aiven/_inputs.py +232 -150
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team_member.py +2 -2
  5. pulumi_aiven/aws_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink.py +14 -14
  7. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  8. pulumi_aiven/billing_group.py +18 -16
  9. pulumi_aiven/cassandra.py +16 -44
  10. pulumi_aiven/cassandra_user.py +16 -16
  11. pulumi_aiven/clickhouse.py +16 -44
  12. pulumi_aiven/clickhouse_database.py +16 -43
  13. pulumi_aiven/clickhouse_grant.py +14 -14
  14. pulumi_aiven/clickhouse_role.py +18 -18
  15. pulumi_aiven/clickhouse_user.py +14 -14
  16. pulumi_aiven/connection_pool.py +16 -16
  17. pulumi_aiven/dragonfly.py +124 -263
  18. pulumi_aiven/flink.py +16 -16
  19. pulumi_aiven/flink_application.py +16 -16
  20. pulumi_aiven/flink_application_deployment.py +21 -21
  21. pulumi_aiven/flink_application_version.py +14 -14
  22. pulumi_aiven/gcp_privatelink.py +21 -21
  23. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  24. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  25. pulumi_aiven/get_aws_privatelink.py +6 -6
  26. pulumi_aiven/get_azure_privatelink.py +6 -6
  27. pulumi_aiven/get_billing_group.py +2 -2
  28. pulumi_aiven/get_cassanda.py +5 -18
  29. pulumi_aiven/get_cassandra.py +5 -18
  30. pulumi_aiven/get_cassandra_user.py +6 -6
  31. pulumi_aiven/get_clickhouse.py +5 -18
  32. pulumi_aiven/get_clickhouse_database.py +6 -6
  33. pulumi_aiven/get_clickhouse_user.py +6 -6
  34. pulumi_aiven/get_connection_pool.py +6 -6
  35. pulumi_aiven/get_dragonfly.py +27 -20
  36. pulumi_aiven/get_flink.py +4 -4
  37. pulumi_aiven/get_flink_application.py +6 -6
  38. pulumi_aiven/get_flink_application_version.py +6 -6
  39. pulumi_aiven/get_grafana.py +5 -18
  40. pulumi_aiven/get_kafka.py +13 -13
  41. pulumi_aiven/get_kafka_acl.py +6 -6
  42. pulumi_aiven/get_kafka_connect.py +5 -18
  43. pulumi_aiven/get_kafka_connector.py +6 -6
  44. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  45. pulumi_aiven/get_kafka_schema.py +6 -6
  46. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  48. pulumi_aiven/get_kafka_topic.py +16 -16
  49. pulumi_aiven/get_kafka_user.py +6 -6
  50. pulumi_aiven/get_m3_aggregator.py +5 -18
  51. pulumi_aiven/get_m3_db.py +5 -18
  52. pulumi_aiven/get_m3db_user.py +6 -6
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  54. pulumi_aiven/get_my_sql.py +5 -18
  55. pulumi_aiven/get_mysql_database.py +6 -6
  56. pulumi_aiven/get_mysql_user.py +6 -6
  57. pulumi_aiven/get_open_search.py +4 -4
  58. pulumi_aiven/get_open_search_acl_config.py +6 -6
  59. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  61. pulumi_aiven/get_opensearch_user.py +6 -6
  62. pulumi_aiven/get_organization_application_user.py +156 -0
  63. pulumi_aiven/get_pg.py +4 -4
  64. pulumi_aiven/get_pg_database.py +6 -6
  65. pulumi_aiven/get_pg_user.py +6 -6
  66. pulumi_aiven/get_project.py +17 -17
  67. pulumi_aiven/get_project_user.py +7 -7
  68. pulumi_aiven/get_redis.py +5 -18
  69. pulumi_aiven/get_redis_user.py +6 -6
  70. pulumi_aiven/get_service_integration.py +19 -29
  71. pulumi_aiven/grafana.py +78 -261
  72. pulumi_aiven/influx_db.py +21 -21
  73. pulumi_aiven/influxdb_database.py +21 -41
  74. pulumi_aiven/influxdb_user.py +21 -21
  75. pulumi_aiven/kafka.py +43 -43
  76. pulumi_aiven/kafka_acl.py +16 -16
  77. pulumi_aiven/kafka_connect.py +78 -261
  78. pulumi_aiven/kafka_connector.py +14 -14
  79. pulumi_aiven/kafka_mirror_maker.py +78 -261
  80. pulumi_aiven/kafka_schema.py +14 -14
  81. pulumi_aiven/kafka_schema_configuration.py +16 -16
  82. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  83. pulumi_aiven/kafka_topic.py +40 -60
  84. pulumi_aiven/kafka_user.py +16 -16
  85. pulumi_aiven/m3_aggregator.py +78 -261
  86. pulumi_aiven/m3_db.py +78 -261
  87. pulumi_aiven/m3db_user.py +14 -14
  88. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  89. pulumi_aiven/my_sql.py +78 -261
  90. pulumi_aiven/mysql_database.py +16 -36
  91. pulumi_aiven/mysql_user.py +16 -16
  92. pulumi_aiven/open_search.py +14 -14
  93. pulumi_aiven/open_search_acl_config.py +16 -20
  94. pulumi_aiven/open_search_acl_rule.py +16 -16
  95. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  96. pulumi_aiven/opensearch_user.py +16 -16
  97. pulumi_aiven/organization_application_user.py +323 -0
  98. pulumi_aiven/organization_application_user_token.py +742 -0
  99. pulumi_aiven/organization_group_project.py +20 -6
  100. pulumi_aiven/organization_user.py +2 -20
  101. pulumi_aiven/outputs.py +259 -266
  102. pulumi_aiven/pg.py +16 -16
  103. pulumi_aiven/pg_database.py +16 -36
  104. pulumi_aiven/pg_user.py +16 -16
  105. pulumi_aiven/project.py +71 -71
  106. pulumi_aiven/project_user.py +22 -22
  107. pulumi_aiven/project_vpc.py +7 -7
  108. pulumi_aiven/redis.py +78 -261
  109. pulumi_aiven/redis_user.py +16 -16
  110. pulumi_aiven/service_integration.py +54 -54
  111. pulumi_aiven/static_ip.py +7 -7
  112. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
  114. pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
  115. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  116. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
  117. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
@@ -24,8 +24,8 @@ class KafkaConnectorArgs:
24
24
  The set of arguments for constructing a KafkaConnector resource.
25
25
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
26
26
  :param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
27
- :param pulumi.Input[str] project: Identifies 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.
28
- :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 variable as a reference. Changing this property forces recreation of the resource.
27
+ :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.
28
+ :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 reference. Changing this property forces recreation of the resource.
29
29
  """
30
30
  pulumi.set(__self__, "config", config)
31
31
  pulumi.set(__self__, "connector_name", connector_name)
@@ -60,7 +60,7 @@ class KafkaConnectorArgs:
60
60
  @pulumi.getter
61
61
  def project(self) -> pulumi.Input[str]:
62
62
  """
63
- Identifies 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.
63
+ 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.
64
64
  """
65
65
  return pulumi.get(self, "project")
66
66
 
@@ -72,7 +72,7 @@ class KafkaConnectorArgs:
72
72
  @pulumi.getter(name="serviceName")
73
73
  def service_name(self) -> pulumi.Input[str]:
74
74
  """
75
- Specifies the name of the service that 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.
75
+ The name of the service that 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.
76
76
  """
77
77
  return pulumi.get(self, "service_name")
78
78
 
@@ -105,8 +105,8 @@ class _KafkaConnectorState:
105
105
  :param pulumi.Input[str] plugin_title: The Kafka connector title.
106
106
  :param pulumi.Input[str] plugin_type: The Kafka connector type.
107
107
  :param pulumi.Input[str] plugin_version: The version of the kafka connector.
108
- :param pulumi.Input[str] project: Identifies 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.
109
- :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 variable as a reference. Changing this property forces recreation of the resource.
108
+ :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.
109
+ :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 reference. Changing this property forces recreation of the resource.
110
110
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectorTaskArgs']]] tasks: List of tasks of a connector.
111
111
  """
112
112
  if config is not None:
@@ -232,7 +232,7 @@ class _KafkaConnectorState:
232
232
  @pulumi.getter
233
233
  def project(self) -> Optional[pulumi.Input[str]]:
234
234
  """
235
- Identifies 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.
235
+ 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.
236
236
  """
237
237
  return pulumi.get(self, "project")
238
238
 
@@ -244,7 +244,7 @@ class _KafkaConnectorState:
244
244
  @pulumi.getter(name="serviceName")
245
245
  def service_name(self) -> Optional[pulumi.Input[str]]:
246
246
  """
247
- Specifies the name of the service that 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.
247
+ The name of the service that 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.
248
248
  """
249
249
  return pulumi.get(self, "service_name")
250
250
 
@@ -309,8 +309,8 @@ class KafkaConnector(pulumi.CustomResource):
309
309
  :param pulumi.ResourceOptions opts: Options for the resource.
310
310
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
311
311
  :param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
312
- :param pulumi.Input[str] project: Identifies 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.
313
- :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 variable as a reference. Changing this property forces recreation of the resource.
312
+ :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.
313
+ :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 reference. Changing this property forces recreation of the resource.
314
314
  """
315
315
  ...
316
316
  @overload
@@ -431,8 +431,8 @@ class KafkaConnector(pulumi.CustomResource):
431
431
  :param pulumi.Input[str] plugin_title: The Kafka connector title.
432
432
  :param pulumi.Input[str] plugin_type: The Kafka connector type.
433
433
  :param pulumi.Input[str] plugin_version: The version of the kafka connector.
434
- :param pulumi.Input[str] project: Identifies 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.
435
- :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 variable as a reference. Changing this property forces recreation of the resource.
434
+ :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.
435
+ :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 reference. Changing this property forces recreation of the resource.
436
436
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaConnectorTaskArgs']]]] tasks: List of tasks of a connector.
437
437
  """
438
438
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -520,7 +520,7 @@ class KafkaConnector(pulumi.CustomResource):
520
520
  @pulumi.getter
521
521
  def project(self) -> pulumi.Output[str]:
522
522
  """
523
- Identifies 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.
523
+ 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.
524
524
  """
525
525
  return pulumi.get(self, "project")
526
526
 
@@ -528,7 +528,7 @@ class KafkaConnector(pulumi.CustomResource):
528
528
  @pulumi.getter(name="serviceName")
529
529
  def service_name(self) -> pulumi.Output[str]:
530
530
  """
531
- Specifies the name of the service that 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.
531
+ The name of the service that 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.
532
532
  """
533
533
  return pulumi.get(self, "service_name")
534
534