pulumi-aiven 6.14.0a1714540524__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.

Files changed (113) hide show
  1. pulumi_aiven/_inputs.py +88 -150
  2. pulumi_aiven/account_authentication.py +2 -2
  3. pulumi_aiven/account_team_member.py +2 -2
  4. pulumi_aiven/aws_privatelink.py +14 -14
  5. pulumi_aiven/azure_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  7. pulumi_aiven/billing_group.py +18 -16
  8. pulumi_aiven/cassandra.py +16 -44
  9. pulumi_aiven/cassandra_user.py +16 -16
  10. pulumi_aiven/clickhouse.py +16 -44
  11. pulumi_aiven/clickhouse_database.py +16 -16
  12. pulumi_aiven/clickhouse_grant.py +14 -14
  13. pulumi_aiven/clickhouse_role.py +16 -16
  14. pulumi_aiven/clickhouse_user.py +14 -14
  15. pulumi_aiven/connection_pool.py +16 -16
  16. pulumi_aiven/dragonfly.py +124 -263
  17. pulumi_aiven/flink.py +16 -16
  18. pulumi_aiven/flink_application.py +16 -16
  19. pulumi_aiven/flink_application_deployment.py +21 -21
  20. pulumi_aiven/flink_application_version.py +14 -14
  21. pulumi_aiven/gcp_privatelink.py +21 -21
  22. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  23. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  24. pulumi_aiven/get_aws_privatelink.py +6 -6
  25. pulumi_aiven/get_azure_privatelink.py +6 -6
  26. pulumi_aiven/get_billing_group.py +2 -2
  27. pulumi_aiven/get_cassanda.py +5 -18
  28. pulumi_aiven/get_cassandra.py +5 -18
  29. pulumi_aiven/get_cassandra_user.py +6 -6
  30. pulumi_aiven/get_clickhouse.py +5 -18
  31. pulumi_aiven/get_clickhouse_database.py +6 -6
  32. pulumi_aiven/get_clickhouse_user.py +6 -6
  33. pulumi_aiven/get_connection_pool.py +6 -6
  34. pulumi_aiven/get_dragonfly.py +27 -20
  35. pulumi_aiven/get_flink.py +4 -4
  36. pulumi_aiven/get_flink_application.py +6 -6
  37. pulumi_aiven/get_flink_application_version.py +6 -6
  38. pulumi_aiven/get_grafana.py +5 -18
  39. pulumi_aiven/get_kafka.py +13 -13
  40. pulumi_aiven/get_kafka_acl.py +6 -6
  41. pulumi_aiven/get_kafka_connect.py +5 -18
  42. pulumi_aiven/get_kafka_connector.py +6 -6
  43. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  44. pulumi_aiven/get_kafka_schema.py +6 -6
  45. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  46. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  47. pulumi_aiven/get_kafka_topic.py +16 -16
  48. pulumi_aiven/get_kafka_user.py +6 -6
  49. pulumi_aiven/get_m3_aggregator.py +5 -18
  50. pulumi_aiven/get_m3_db.py +5 -18
  51. pulumi_aiven/get_m3db_user.py +6 -6
  52. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  53. pulumi_aiven/get_my_sql.py +5 -18
  54. pulumi_aiven/get_mysql_database.py +6 -6
  55. pulumi_aiven/get_mysql_user.py +6 -6
  56. pulumi_aiven/get_open_search.py +4 -4
  57. pulumi_aiven/get_open_search_acl_config.py +6 -6
  58. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  59. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  60. pulumi_aiven/get_opensearch_user.py +6 -6
  61. pulumi_aiven/get_pg.py +4 -4
  62. pulumi_aiven/get_pg_database.py +6 -6
  63. pulumi_aiven/get_pg_user.py +6 -6
  64. pulumi_aiven/get_project.py +17 -17
  65. pulumi_aiven/get_project_user.py +7 -7
  66. pulumi_aiven/get_redis.py +5 -18
  67. pulumi_aiven/get_redis_user.py +6 -6
  68. pulumi_aiven/get_service_integration.py +19 -29
  69. pulumi_aiven/grafana.py +78 -261
  70. pulumi_aiven/influx_db.py +21 -21
  71. pulumi_aiven/influxdb_database.py +21 -21
  72. pulumi_aiven/influxdb_user.py +21 -21
  73. pulumi_aiven/kafka.py +43 -43
  74. pulumi_aiven/kafka_acl.py +16 -16
  75. pulumi_aiven/kafka_connect.py +78 -261
  76. pulumi_aiven/kafka_connector.py +14 -14
  77. pulumi_aiven/kafka_mirror_maker.py +78 -261
  78. pulumi_aiven/kafka_schema.py +14 -14
  79. pulumi_aiven/kafka_schema_configuration.py +16 -16
  80. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  81. pulumi_aiven/kafka_topic.py +54 -54
  82. pulumi_aiven/kafka_user.py +16 -16
  83. pulumi_aiven/m3_aggregator.py +78 -261
  84. pulumi_aiven/m3_db.py +78 -261
  85. pulumi_aiven/m3db_user.py +14 -14
  86. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  87. pulumi_aiven/my_sql.py +78 -261
  88. pulumi_aiven/mysql_database.py +16 -16
  89. pulumi_aiven/mysql_user.py +16 -16
  90. pulumi_aiven/open_search.py +14 -14
  91. pulumi_aiven/open_search_acl_config.py +16 -20
  92. pulumi_aiven/open_search_acl_rule.py +16 -16
  93. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  94. pulumi_aiven/opensearch_user.py +16 -16
  95. pulumi_aiven/organization_group_project.py +20 -6
  96. pulumi_aiven/organization_user.py +2 -20
  97. pulumi_aiven/outputs.py +147 -266
  98. pulumi_aiven/pg.py +16 -16
  99. pulumi_aiven/pg_database.py +16 -16
  100. pulumi_aiven/pg_user.py +16 -16
  101. pulumi_aiven/project.py +71 -71
  102. pulumi_aiven/project_user.py +22 -22
  103. pulumi_aiven/project_vpc.py +7 -7
  104. pulumi_aiven/redis.py +78 -261
  105. pulumi_aiven/redis_user.py +16 -16
  106. pulumi_aiven/service_integration.py +54 -54
  107. pulumi_aiven/static_ip.py +7 -7
  108. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  109. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
  110. pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
  111. pulumi_aiven-6.14.0a1714540524.dist-info/RECORD +0 -150
  112. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
  113. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,7 @@ class ProjectVpcArgs:
21
21
  The set of arguments for constructing a ProjectVpc resource.
22
22
  :param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
23
23
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
24
- :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.
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 reference. Changing this property forces recreation of the resource.
25
25
  """
26
26
  pulumi.set(__self__, "cloud_name", cloud_name)
27
27
  pulumi.set(__self__, "network_cidr", network_cidr)
@@ -55,7 +55,7 @@ class ProjectVpcArgs:
55
55
  @pulumi.getter
56
56
  def project(self) -> pulumi.Input[str]:
57
57
  """
58
- 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.
58
+ 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.
59
59
  """
60
60
  return pulumi.get(self, "project")
61
61
 
@@ -75,7 +75,7 @@ class _ProjectVpcState:
75
75
  Input properties used for looking up and filtering ProjectVpc resources.
76
76
  :param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
77
77
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
78
- :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.
78
+ :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.
79
79
  :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
80
80
  """
81
81
  if cloud_name is not None:
@@ -115,7 +115,7 @@ class _ProjectVpcState:
115
115
  @pulumi.getter
116
116
  def project(self) -> Optional[pulumi.Input[str]]:
117
117
  """
118
- 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.
118
+ 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.
119
119
  """
120
120
  return pulumi.get(self, "project")
121
121
 
@@ -170,7 +170,7 @@ class ProjectVpc(pulumi.CustomResource):
170
170
  :param pulumi.ResourceOptions opts: Options for the resource.
171
171
  :param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
172
172
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
173
- :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.
173
+ :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.
174
174
  """
175
175
  ...
176
176
  @overload
@@ -259,7 +259,7 @@ class ProjectVpc(pulumi.CustomResource):
259
259
  :param pulumi.ResourceOptions opts: Options for the resource.
260
260
  :param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
261
261
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
262
- :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.
262
+ :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.
263
263
  :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
264
264
  """
265
265
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -292,7 +292,7 @@ class ProjectVpc(pulumi.CustomResource):
292
292
  @pulumi.getter
293
293
  def project(self) -> pulumi.Output[str]:
294
294
  """
295
- 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.
295
+ 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.
296
296
  """
297
297
  return pulumi.get(self, "project")
298
298