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
@@ -35,7 +35,7 @@ class ServiceIntegrationEndpointArgs:
35
35
  """
36
36
  The set of arguments for constructing a ServiceIntegrationEndpoint resource.
37
37
  :param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
38
- :param pulumi.Input[str] endpoint_type: 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`
38
+ :param pulumi.Input[str] endpoint_type: 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`
39
39
  :param pulumi.Input[str] project: Project the service integration endpoint belongs to
40
40
  :param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
41
41
  :param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
@@ -97,7 +97,7 @@ class ServiceIntegrationEndpointArgs:
97
97
  @pulumi.getter(name="endpointType")
98
98
  def endpoint_type(self) -> pulumi.Input[str]:
99
99
  """
100
- 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`
100
+ 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`
101
101
  """
102
102
  return pulumi.get(self, "endpoint_type")
103
103
 
@@ -299,7 +299,7 @@ class _ServiceIntegrationEndpointState:
299
299
  :param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
300
300
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: Integration endpoint specific backend configuration
301
301
  :param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
302
- :param pulumi.Input[str] endpoint_type: 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`
302
+ :param pulumi.Input[str] endpoint_type: 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`
303
303
  :param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
304
304
  :param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
305
305
  :param pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
@@ -389,7 +389,7 @@ class _ServiceIntegrationEndpointState:
389
389
  @pulumi.getter(name="endpointType")
390
390
  def endpoint_type(self) -> Optional[pulumi.Input[str]]:
391
391
  """
392
- 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`
392
+ 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`
393
393
  """
394
394
  return pulumi.get(self, "endpoint_type")
395
395
 
@@ -583,7 +583,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
583
583
  :param pulumi.ResourceOptions opts: Options for the resource.
584
584
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
585
585
  :param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
586
- :param pulumi.Input[str] endpoint_type: 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`
586
+ :param pulumi.Input[str] endpoint_type: 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`
587
587
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
588
588
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
589
589
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
@@ -707,7 +707,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
707
707
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
708
708
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoint_config: Integration endpoint specific backend configuration
709
709
  :param pulumi.Input[str] endpoint_name: Name of the service integration endpoint
710
- :param pulumi.Input[str] endpoint_type: 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`
710
+ :param pulumi.Input[str] endpoint_type: 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`
711
711
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
712
712
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
713
713
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
@@ -773,7 +773,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
773
773
  @pulumi.getter(name="endpointType")
774
774
  def endpoint_type(self) -> pulumi.Output[str]:
775
775
  """
776
- 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`
776
+ 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`
777
777
  """
778
778
  return pulumi.get(self, "endpoint_type")
779
779
 
pulumi_aiven/static_ip.py CHANGED
@@ -18,8 +18,8 @@ class StaticIpArgs:
18
18
  project: pulumi.Input[str]):
19
19
  """
20
20
  The set of arguments for constructing a StaticIp resource.
21
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
22
- :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. This property cannot be changed, doing so forces recreation of the resource.
21
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
22
+ :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.
23
23
  """
24
24
  pulumi.set(__self__, "cloud_name", cloud_name)
25
25
  pulumi.set(__self__, "project", project)
@@ -28,7 +28,7 @@ class StaticIpArgs:
28
28
  @pulumi.getter(name="cloudName")
29
29
  def cloud_name(self) -> pulumi.Input[str]:
30
30
  """
31
- Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
31
+ Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
32
32
  """
33
33
  return pulumi.get(self, "cloud_name")
34
34
 
@@ -40,7 +40,7 @@ class StaticIpArgs:
40
40
  @pulumi.getter
41
41
  def project(self) -> pulumi.Input[str]:
42
42
  """
43
- Identifies the project this resource 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.
43
+ 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.
44
44
  """
45
45
  return pulumi.get(self, "project")
46
46
 
@@ -60,9 +60,9 @@ class _StaticIpState:
60
60
  static_ip_address_id: Optional[pulumi.Input[str]] = None):
61
61
  """
62
62
  Input properties used for looking up and filtering StaticIp resources.
63
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
63
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
64
64
  :param pulumi.Input[str] ip_address: The address of the static ip.
65
- :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. This property cannot be changed, doing so forces recreation of the resource.
65
+ :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.
66
66
  :param pulumi.Input[str] service_name: The service name the static ip is associated with.
67
67
  :param pulumi.Input[str] state: The state the static ip is in.
68
68
  :param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
@@ -84,7 +84,7 @@ class _StaticIpState:
84
84
  @pulumi.getter(name="cloudName")
85
85
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
86
86
  """
87
- Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
87
+ Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
88
88
  """
89
89
  return pulumi.get(self, "cloud_name")
90
90
 
@@ -108,7 +108,7 @@ class _StaticIpState:
108
108
  @pulumi.getter
109
109
  def project(self) -> Optional[pulumi.Input[str]]:
110
110
  """
111
- Identifies the project this resource 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.
111
+ 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.
112
112
  """
113
113
  return pulumi.get(self, "project")
114
114
 
@@ -166,8 +166,8 @@ class StaticIp(pulumi.CustomResource):
166
166
 
167
167
  :param str resource_name: The name of the resource.
168
168
  :param pulumi.ResourceOptions opts: Options for the resource.
169
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
170
- :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. This property cannot be changed, doing so forces recreation of the resource.
169
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
170
+ :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.
171
171
  """
172
172
  ...
173
173
  @overload
@@ -237,9 +237,9 @@ class StaticIp(pulumi.CustomResource):
237
237
  :param str resource_name: The unique name of the resulting resource.
238
238
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
239
239
  :param pulumi.ResourceOptions opts: Options for the resource.
240
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
240
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
241
241
  :param pulumi.Input[str] ip_address: The address of the static ip.
242
- :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. This property cannot be changed, doing so forces recreation of the resource.
242
+ :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.
243
243
  :param pulumi.Input[str] service_name: The service name the static ip is associated with.
244
244
  :param pulumi.Input[str] state: The state the static ip is in.
245
245
  :param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
@@ -260,7 +260,7 @@ class StaticIp(pulumi.CustomResource):
260
260
  @pulumi.getter(name="cloudName")
261
261
  def cloud_name(self) -> pulumi.Output[str]:
262
262
  """
263
- Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
263
+ Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
264
264
  """
265
265
  return pulumi.get(self, "cloud_name")
266
266
 
@@ -276,7 +276,7 @@ class StaticIp(pulumi.CustomResource):
276
276
  @pulumi.getter
277
277
  def project(self) -> pulumi.Output[str]:
278
278
  """
279
- Identifies the project this resource 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.
279
+ 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.
280
280
  """
281
281
  return pulumi.get(self, "project")
282
282
 
@@ -21,10 +21,10 @@ class TransitGatewayVpcAttachmentArgs:
21
21
  peer_region: Optional[pulumi.Input[str]] = None):
22
22
  """
23
23
  The set of arguments for constructing a TransitGatewayVpcAttachment resource.
24
- :param pulumi.Input[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.
25
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
24
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
25
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
27
- :param pulumi.Input[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.
27
+ :param pulumi.Input[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.
28
28
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
29
29
  """
30
30
  pulumi.set(__self__, "peer_cloud_account", peer_cloud_account)
@@ -41,7 +41,7 @@ class TransitGatewayVpcAttachmentArgs:
41
41
  @pulumi.getter(name="peerCloudAccount")
42
42
  def peer_cloud_account(self) -> pulumi.Input[str]:
43
43
  """
44
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
44
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
45
45
  """
46
46
  return pulumi.get(self, "peer_cloud_account")
47
47
 
@@ -53,7 +53,7 @@ class TransitGatewayVpcAttachmentArgs:
53
53
  @pulumi.getter(name="peerVpc")
54
54
  def peer_vpc(self) -> pulumi.Input[str]:
55
55
  """
56
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
56
+ Transit gateway ID. Changing this property forces recreation of the resource.
57
57
  """
58
58
  return pulumi.get(self, "peer_vpc")
59
59
 
@@ -77,7 +77,7 @@ class TransitGatewayVpcAttachmentArgs:
77
77
  @pulumi.getter(name="vpcId")
78
78
  def vpc_id(self) -> pulumi.Input[str]:
79
79
  """
80
- 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.
80
+ 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.
81
81
  """
82
82
  return pulumi.get(self, "vpc_id")
83
83
 
@@ -114,14 +114,14 @@ class _TransitGatewayVpcAttachmentState:
114
114
  vpc_id: Optional[pulumi.Input[str]] = None):
115
115
  """
116
116
  Input properties used for looking up and filtering TransitGatewayVpcAttachment resources.
117
- :param pulumi.Input[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.
117
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
118
118
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
119
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
119
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
120
120
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
121
121
  :param pulumi.Input[str] state: State of the peering connection
122
122
  :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
123
123
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
124
- :param pulumi.Input[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.
124
+ :param pulumi.Input[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.
125
125
  """
126
126
  if peer_cloud_account is not None:
127
127
  pulumi.set(__self__, "peer_cloud_account", peer_cloud_account)
@@ -147,7 +147,7 @@ class _TransitGatewayVpcAttachmentState:
147
147
  @pulumi.getter(name="peerCloudAccount")
148
148
  def peer_cloud_account(self) -> Optional[pulumi.Input[str]]:
149
149
  """
150
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
150
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
151
151
  """
152
152
  return pulumi.get(self, "peer_cloud_account")
153
153
 
@@ -174,7 +174,7 @@ class _TransitGatewayVpcAttachmentState:
174
174
  @pulumi.getter(name="peerVpc")
175
175
  def peer_vpc(self) -> Optional[pulumi.Input[str]]:
176
176
  """
177
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
177
+ Transit gateway ID. Changing this property forces recreation of the resource.
178
178
  """
179
179
  return pulumi.get(self, "peer_vpc")
180
180
 
@@ -234,7 +234,7 @@ class _TransitGatewayVpcAttachmentState:
234
234
  @pulumi.getter(name="vpcId")
235
235
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
236
236
  """
237
- 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.
237
+ 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.
238
238
  """
239
239
  return pulumi.get(self, "vpc_id")
240
240
 
@@ -259,6 +259,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
259
259
 
260
260
  ## Example Usage
261
261
 
262
+ <!--Start PulumiCodeChooser -->
262
263
  ```python
263
264
  import pulumi
264
265
  import pulumi_aiven as aiven
@@ -270,20 +271,21 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
270
271
  peer_region="aws-eu-west-1",
271
272
  user_peer_network_cidrs=["10.0.0.0/24"])
272
273
  ```
274
+ <!--End PulumiCodeChooser -->
273
275
 
274
276
  ## Import
275
277
 
276
278
  ```sh
277
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
279
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
278
280
  ```
279
281
 
280
282
  :param str resource_name: The name of the resource.
281
283
  :param pulumi.ResourceOptions opts: Options for the resource.
282
- :param pulumi.Input[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.
284
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
283
285
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
284
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
286
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
285
287
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
286
- :param pulumi.Input[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.
288
+ :param pulumi.Input[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.
287
289
  """
288
290
  ...
289
291
  @overload
@@ -296,6 +298,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
296
298
 
297
299
  ## Example Usage
298
300
 
301
+ <!--Start PulumiCodeChooser -->
299
302
  ```python
300
303
  import pulumi
301
304
  import pulumi_aiven as aiven
@@ -307,11 +310,12 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
307
310
  peer_region="aws-eu-west-1",
308
311
  user_peer_network_cidrs=["10.0.0.0/24"])
309
312
  ```
313
+ <!--End PulumiCodeChooser -->
310
314
 
311
315
  ## Import
312
316
 
313
317
  ```sh
314
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
318
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
315
319
  ```
316
320
 
317
321
  :param str resource_name: The name of the resource.
@@ -384,14 +388,14 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
384
388
  :param str resource_name: The unique name of the resulting resource.
385
389
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
386
390
  :param pulumi.ResourceOptions opts: Options for the resource.
387
- :param pulumi.Input[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.
391
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
388
392
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
389
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
393
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
390
394
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
391
395
  :param pulumi.Input[str] state: State of the peering connection
392
396
  :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
393
397
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
394
- :param pulumi.Input[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.
398
+ :param pulumi.Input[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.
395
399
  """
396
400
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
397
401
 
@@ -411,7 +415,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
411
415
  @pulumi.getter(name="peerCloudAccount")
412
416
  def peer_cloud_account(self) -> pulumi.Output[str]:
413
417
  """
414
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
418
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
415
419
  """
416
420
  return pulumi.get(self, "peer_cloud_account")
417
421
 
@@ -430,7 +434,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
430
434
  @pulumi.getter(name="peerVpc")
431
435
  def peer_vpc(self) -> pulumi.Output[str]:
432
436
  """
433
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
437
+ Transit gateway ID. Changing this property forces recreation of the resource.
434
438
  """
435
439
  return pulumi.get(self, "peer_vpc")
436
440
 
@@ -470,7 +474,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
470
474
  @pulumi.getter(name="vpcId")
471
475
  def vpc_id(self) -> pulumi.Output[str]:
472
476
  """
473
- 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.
477
+ 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.
474
478
  """
475
479
  return pulumi.get(self, "vpc_id")
476
480
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.12.0a1708492523
3
+ Version: 6.13.0
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,150 @@
1
+ pulumi_aiven/__init__.py,sha256=6sfOeGhPMewe-c18YxiNqWS-lk8QjDv4Yc7ohAGw45o,17360
2
+ pulumi_aiven/_inputs.py,sha256=xLUxAyXuG5-X4XZodE05lTDuPxvhQmyPtUpzgAsTlbw,1000540
3
+ pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
+ pulumi_aiven/account.py,sha256=EDXHwYwBPKQfXZ3nhX7FtiBUaZ8IrFGqxhYmpz3PdB8,18384
5
+ pulumi_aiven/account_authentication.py,sha256=6s9zWxFgt5f-R0o3pf0Hnux7_He54kryZG7QFYxTt0c,36871
6
+ pulumi_aiven/account_team.py,sha256=LJTbCN3mu29lm40EHq2wPPWHkm97vgUrBnZHVC4ggD0,11369
7
+ pulumi_aiven/account_team_member.py,sha256=HNVjMlMHjUBP0UFIJTQDF3g6-KERoWXkEAKqIyMg860,17637
8
+ pulumi_aiven/account_team_project.py,sha256=UZbrPz3X8iTJIT04qlUvMCwCUfuZBKfaB1XaYNG2Q-E,14013
9
+ pulumi_aiven/aws_privatelink.py,sha256=EV5azquD-fH8c3Y_ivsK81UFRtaT2TYut8uts33C4dk,15732
10
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=sGv14PJbxz1sr30uOlAdadnL8pwplk_wpoWGbJXM81A,18572
11
+ pulumi_aiven/azure_privatelink.py,sha256=GX943qqD6QOkhQJEGxzTV53wSNikRUzzQjjcP5fUQQI,18283
12
+ pulumi_aiven/azure_privatelink_connection_approval.py,sha256=vQEcD_cg-iyN7o9xQGzJIDOdQt7BBcGZ8xApoTpX_tE,15053
13
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=Mxx191u8zmq2ZzAsId5AYF7L8Q9R3Ab-ETtN65AA7q4,25322
14
+ pulumi_aiven/billing_group.py,sha256=7QIbra72ysCGWBle3OdQAN2JqZhub7pNRIYgvhdaotw,37441
15
+ pulumi_aiven/cassandra.py,sha256=gg9PU6gJK2U3XBA6RitjfCT_CqUdzdGsFiTeI-wIXko,77704
16
+ pulumi_aiven/cassandra_user.py,sha256=6LHOrD7z8gfwg5dbN8s8wF_pByLcmmAJOlkiSrbq0Ao,19181
17
+ pulumi_aiven/clickhouse.py,sha256=jjOZ901vmUSOPAUlkwGuAS2YhUezh-5KWv3Opk0iCBc,77893
18
+ pulumi_aiven/clickhouse_database.py,sha256=a2RL9lESAi8Hj0Why2iWqiaXxyiexTxOnf4lMMR1fYo,16982
19
+ pulumi_aiven/clickhouse_grant.py,sha256=ykJaphEFdwv4vqBOyUuSPYk_Z9elJIzbF6uRNkwVDX8,26122
20
+ pulumi_aiven/clickhouse_role.py,sha256=FS2EmC1oEVJ7jlNKyR5PL4whv0qlOnfZ4ZyTWqXl5EE,13404
21
+ pulumi_aiven/clickhouse_user.py,sha256=InOt96yfg0tUEN7s3hnbeVh94lhDJGfL0upMac38AWg,16181
22
+ pulumi_aiven/connection_pool.py,sha256=dOQPooXo-S6KMisFyY_yiWT8xxXKdAu_4b1t9awGayA,25819
23
+ pulumi_aiven/dragonfly.py,sha256=cvkfSctHpvkSDqsMCA-qonk24T1a2UrTWFD4_pU1Nzs,78991
24
+ pulumi_aiven/flink.py,sha256=3IflD6MNUiVc54kcc-Wv5-ucYAnMXSj4TQS6Be0SGFQ,77236
25
+ pulumi_aiven/flink_application.py,sha256=GPC3tzMmVk784xSIh--axA3fEGyi4mdCZiVlR6ZBrI4,17359
26
+ pulumi_aiven/flink_application_deployment.py,sha256=VlFncAafKCyUE1Tv8zlvsV9FTfHwTXbC-LIvqUrTIOs,21998
27
+ pulumi_aiven/flink_application_version.py,sha256=KcauzWldbWfMWinTUnVjNnmz_fzQf1d9l1JRGlepJ2g,30959
28
+ pulumi_aiven/gcp_privatelink.py,sha256=Mo8t-iq7fPWbAS7e26IT6iZyVLZbCQCh4uzmNJUVq1c,13423
29
+ pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=qGxeqFahFLrVVZ0NQ1lS306StXdGGdehSZeh21n60Jk,16099
30
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=JlONG3MiHaIJiuX4dsURCb0BmgwrqtlCxjRXELBg7r8,15068
31
+ pulumi_aiven/get_account.py,sha256=MS3ZQFCvBLUEFYvHJtD1GeGTXJ1DKuRzQMEgOMRhUBk,6646
32
+ pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
33
+ pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
34
+ pulumi_aiven/get_account_team_member.py,sha256=AkIrkJ8jknk4BxSk2_6Aj8hV5ri23E1JVinZDeKEOKQ,7108
35
+ pulumi_aiven/get_account_team_project.py,sha256=nZ9MZDIGVdPt_RqUFQ-2x-zwM8_Fq8SPodlWKc4a3KM,5050
36
+ pulumi_aiven/get_aws_privatelink.py,sha256=a_0XtL7arolhWJ_KBr3j-X64UInPcze9iQsQ9MygV3k,6834
37
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=LHqhADpKJY7IvKyr5J7jSn1BSy4HVDA60MBtfBrEjWI,9069
38
+ pulumi_aiven/get_azure_privatelink.py,sha256=4nu7CpMH_1UysdubcK6nfQhZAIRhjmY2i4EOpdX9NMo,8004
39
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=FTEwsHw7udOgZEUInFoacY3Nz272GxdB3XQaZan3EB8,11882
40
+ pulumi_aiven/get_billing_group.py,sha256=EnuheoCDgekstkxd0oohOtBR9wvh3rhg0f1nXtSN6cY,10937
41
+ pulumi_aiven/get_cassanda.py,sha256=I5SariRDOe5kO0075aOCJu52vAfGuNVwYha4-O7hSqs,23018
42
+ pulumi_aiven/get_cassandra.py,sha256=2gIhGIRsOTFcEAfwz_R61rvsg2hYNdyb9XmcyIb9aQc,22687
43
+ pulumi_aiven/get_cassandra_user.py,sha256=E_sNS3fWtShKo55NrD39FgYAHgKHe0iPwIKf3TOK78A,8291
44
+ pulumi_aiven/get_clickhouse.py,sha256=c2W16J2hPkjZoKBUQDNiarkKjaKEXLCuiQYRPC_sOJE,22764
45
+ pulumi_aiven/get_clickhouse_database.py,sha256=nYjXAIqhLNkCGasazfOm-GCRYnG0tXJYQ1G5S33tQ7E,6823
46
+ pulumi_aiven/get_clickhouse_user.py,sha256=Oi56XvrgN8EqIQp0eAvlzKUGtqMLz62iROWadDG7n-U,7541
47
+ pulumi_aiven/get_connection_pool.py,sha256=edT0kTviaUSvrCn4ZCpOafI7vgOCz3HaXxW2BGecWhE,9211
48
+ pulumi_aiven/get_dragonfly.py,sha256=jzm0lhkBVZ6_NZ24g0mceA3NlpYvaZhvVLTFF3b2Vzk,22129
49
+ pulumi_aiven/get_flink.py,sha256=OyWHt2hlow-OyZtMuhoUKCsTPgjNiAwV5q77BtbKEjU,22439
50
+ pulumi_aiven/get_flink_application.py,sha256=iULB56SsUIJYQqA4DcJCvx3pskIymIhFxlyPhTWTRko,8377
51
+ pulumi_aiven/get_flink_application_version.py,sha256=1qRDcHjZjmYSCrXEvKJLI4-7e9xlG1JwQfvFNLuACWg,11224
52
+ pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
53
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=8myqgS4eyYY6kjZh4CVyFT9yi2grodgEqLopqyn0m34,7320
54
+ pulumi_aiven/get_grafana.py,sha256=q0774BcdvK_7iUjGA8Uv9xospng20ahyyDjawrjqYVA,22545
55
+ pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
56
+ pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
57
+ pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
58
+ pulumi_aiven/get_kafka.py,sha256=gTyEoztMFMsmkdOzkTIkaoY8JbX-2T60USXXPqq8TJA,23438
59
+ pulumi_aiven/get_kafka_acl.py,sha256=2_it_dURvw8-nhU1zubkT7av3_n0W1DBVdqNP7-MzqY,8639
60
+ pulumi_aiven/get_kafka_connect.py,sha256=GmU7XA1ziVcoJzHxW1aduGBc7hv35U6YjyZal-O0rFQ,22922
61
+ pulumi_aiven/get_kafka_connector.py,sha256=WNpDhMYyMgNDm4e1CfBoZ9wyalCE6oAuFIyAA162bqY,10459
62
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=D89kiciAstlr7bWO_E9Xbme0wpD0BTDfQSEU6qcdl-4,23195
63
+ pulumi_aiven/get_kafka_schema.py,sha256=MzkhLYde0LTxuw4P-HNw1axWkxVxBIvX6XpR9qJIp-w,8445
64
+ pulumi_aiven/get_kafka_schema_configuration.py,sha256=3CJKHAisgcccTZ5xq3hanUhkIj0v17_Rzxt_7wMxwII,8486
65
+ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=PTNouj2hi5vUzHukEwD-JdXU6ppDVuxTxImeM2bJTh4,8486
66
+ pulumi_aiven/get_kafka_topic.py,sha256=9ao9tc9fmbrqh-XSoHq0xI-RyXB9svKGQmNPiNtXN5g,8611
67
+ pulumi_aiven/get_kafka_user.py,sha256=YKNuyYlttk8gZmjO6JB3AdUuUqyzFuBoc2uaUrDozJk,8071
68
+ pulumi_aiven/get_m3_aggregator.py,sha256=HmGE-LmiZFiCQwQJewsx4DO4AxFYLEujCwEzNH0Z5KY,22869
69
+ pulumi_aiven/get_m3_db.py,sha256=cFpDN6UOYMtgg4r2G8_mTOwwJcvIhZ9JMJaFwUutl50,22374
70
+ pulumi_aiven/get_m3db_user.py,sha256=ozMfehyBMIga07X6nrza7lS0bekbpagQQfvZsI3dkn0,7032
71
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=roUT23cP0l98xvlHvavkWHx8wPc-ZsUmsDRctpCRCCM,13967
72
+ pulumi_aiven/get_my_sql.py,sha256=EA_1aZWn6_ySCkOqbskcundekhYwADcs27wHKC69vTo,22451
73
+ pulumi_aiven/get_mysql_database.py,sha256=iXod-nG4LXhomeza6xrIYSz8bOz9UZP2MU-_sOV_b1Y,6880
74
+ pulumi_aiven/get_mysql_user.py,sha256=B55dvnPuzpK2KMOs8tai8cFgOUQiFujkqJDSmCnhXDk,8700
75
+ pulumi_aiven/get_open_search.py,sha256=GJzpxBIZjL0Aci9OgGvGtgWSjt2XSP6SBcEv2j06zeo,22757
76
+ pulumi_aiven/get_open_search_acl_config.py,sha256=6lhRLG3xwMA0Q8G3lQEr94jxtioy2MSkCL5J2UcV2rs,6718
77
+ pulumi_aiven/get_open_search_acl_rule.py,sha256=xsY97eOZ4JjS6ZuDcZ9Tbc-S7Er0kvVtL3jPe407bUo,8700
78
+ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=9Y_gchZjIHcvs9zaIa4bQ0EOo7dLS5Q1OPp0Gs7-L58,7982
79
+ pulumi_aiven/get_opensearch_user.py,sha256=FGKFpjTYEXdQadciRk02CzdRoftnhbUanp2nRr8FudI,7236
80
+ pulumi_aiven/get_organization.py,sha256=9lSjHDAca8nqnajmkbqywynt9tK2Qk_etvNbeqAFenc,4786
81
+ pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
82
+ pulumi_aiven/get_organization_user_group.py,sha256=R42-uTMeIvh_RepQWUirP_ah2D6DYzpAqgB8UH5Bz6A,6646
83
+ pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1PdF12jei8uE,4697
84
+ pulumi_aiven/get_pg.py,sha256=-RpswyiM6N7ziVmnnptt5vcYZjXFx4ts2aUOLOWHL6c,22261
85
+ pulumi_aiven/get_pg_database.py,sha256=7ElRBtXYnqXX6ItvtNAirqbAI6hTQw_ENlZ2lS23ER4,8001
86
+ pulumi_aiven/get_pg_user.py,sha256=6U1GdxQciAYebOERbadr-60f1YiX_4_Ql8dlWxCsoT8,8637
87
+ pulumi_aiven/get_project.py,sha256=8dD2OiGej2-FeW2MR6if5rNLjXIUGXetwrcQEjVWgc0,12485
88
+ pulumi_aiven/get_project_user.py,sha256=leC3srm0_S3yg_jKiYS8IHy2Bkt4nbhCrHkGUovdkWs,5851
89
+ pulumi_aiven/get_project_vpc.py,sha256=sDQ8VFMPH5yDg0_HaloMiETPn9f94ANmLt0GbXV9NoE,6517
90
+ pulumi_aiven/get_redis.py,sha256=4H0_SBSvjtIwOMdXrjCRpL3ijvOUOg6hvGqmhFUJmO4,22418
91
+ pulumi_aiven/get_redis_user.py,sha256=qqg3BaoaRxZ1t6YEpsrdQLScmmMJWv9Iqf8J9Uljc0I,9936
92
+ pulumi_aiven/get_service_component.py,sha256=WeZIEVZugT0etLtfW9QGtNV7jQfGiEO2WFiUX-O7e_w,10569
93
+ pulumi_aiven/get_service_integration.py,sha256=oLbIcWm9HPuooJdH_8zhHFpH4sDa_svK15BKW9eS_fk,22567
94
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=5QPM8iG3j5zHoT-27O4HbbTRwh5fb1NkLsJSgxKbPO4,17430
95
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=6HmHqhPdA9bsr3dKNzMpIsoVxq1vfU2Shic2gmHh0Vc,9299
96
+ pulumi_aiven/grafana.py,sha256=VLdDdVeW5isZwTY0J0776FAeNEvLKILKLOn5kE9MaRM,80240
97
+ pulumi_aiven/influx_db.py,sha256=YauiJzo5-lvVer4JR-u4FkuTLnfB8QkddMDV6GGqimI,78775
98
+ pulumi_aiven/influxdb_database.py,sha256=MD54FRTY70obhYFCThIdi-cLWboPZTo5a0nR9GGr4Tc,16132
99
+ pulumi_aiven/influxdb_user.py,sha256=XVd6V07Pq01D91Q02ptROLzsJ_m1YAIsh4owVO3D8BY,18289
100
+ pulumi_aiven/kafka.py,sha256=sP34NJw2grEDKkozJqh_Yd3BqEIrETq7QL-b7a_lwGg,82507
101
+ pulumi_aiven/kafka_acl.py,sha256=NlZi7_caoq7O8gh0KLEqDV0n_cWWMnFKLGipTP_swfs,18809
102
+ pulumi_aiven/kafka_connect.py,sha256=gbFW5Fg5LL0ytd5aR-LV9nw-4YsHu4BYkexiN6JVSyA,81703
103
+ pulumi_aiven/kafka_connector.py,sha256=l81S6TY6mCmdxY-SAhhxZCicQYor5m8cachuWewQDfI,24505
104
+ pulumi_aiven/kafka_mirror_maker.py,sha256=hT-WCfL0kqmGNm1IeRZBxkp5Q9dS294YR8P1sr0lxNY,82315
105
+ pulumi_aiven/kafka_schema.py,sha256=x3uS176LIkFcE5nKVcgb50PNvCCjzyGIHamG-GiI8yw,22882
106
+ pulumi_aiven/kafka_schema_configuration.py,sha256=p6z9C9SdMYm0PElFDXRlRZ7tF96VaDltBCsCCQ61tbE,14311
107
+ pulumi_aiven/kafka_schema_registry_acl.py,sha256=PgTO1XtxeJfsHx6pTEdghEs8kG8motJrbNHKTzdpU0U,18388
108
+ pulumi_aiven/kafka_topic.py,sha256=MhSzdtS9pdmMlit3V0q46T3bSK4ViqmQKf0mBIbtt84,23718
109
+ pulumi_aiven/kafka_user.py,sha256=10fS7p0xQQa0s27-gdaT9X_i20NU17oQjwsuSxSFGlc,18661
110
+ pulumi_aiven/m3_aggregator.py,sha256=sw12BCW5SAvsxh416WiR3a7TDbjhs4ylFDUIJteb5mM,81103
111
+ pulumi_aiven/m3_db.py,sha256=bS0dgJ5cIn_lKH-t7Z2mLviU0Fu_qxTGEm_y2VffJdQ,79877
112
+ pulumi_aiven/m3db_user.py,sha256=0OkHXPwLuXsOsvjhqH_Po-wIioXxQCkL3WyQTuAEgMs,16473
113
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=TJqulUYGckAA67ju-QbB6lEYcqBE-9DjXSlU9fpKuoA,40444
114
+ pulumi_aiven/my_sql.py,sha256=gryE0eOvM2VmB8Fg5ADgwqSqNJD339UhAlDIkhPfpJc,80514
115
+ pulumi_aiven/mysql_database.py,sha256=PudJU8SLwXM6iT7tyrv_1_7sF9RoaeXWStts5u-XFeM,17068
116
+ pulumi_aiven/mysql_user.py,sha256=cEX5mw6IDh3gXITzEFuESbtFLL79RCFgAhnKfjHzYIs,21316
117
+ pulumi_aiven/open_search.py,sha256=y5Xr6R7SLEp3TX56MfYDShPjMQGwvwGHI1FyMxm0xpM,78346
118
+ pulumi_aiven/open_search_acl_config.py,sha256=gWdJUgcM_qpscYCvRw2UgW1xEGrLKlf6jbYBFyRqVMg,18359
119
+ pulumi_aiven/open_search_acl_rule.py,sha256=kD05vBHG1MT5-SolehfuXv93TPYQVY5qXdmizmxQ40c,22307
120
+ pulumi_aiven/opensearch_security_plugin_config.py,sha256=fK-RuqkFSrnRgV6fHMlUyvr5WLzeDib0DcnSSrJx6_s,19007
121
+ pulumi_aiven/opensearch_user.py,sha256=fmFPcINcKV4dfKHSd80iMtRyJgHqs-hrhuQ-lqdPhAA,16749
122
+ pulumi_aiven/organization.py,sha256=XQNjG5MUTyEpK72l3UGc2ND8-2DWTgy7QzMmnW_JRKk,10989
123
+ pulumi_aiven/organization_group_project.py,sha256=khkP6YOgG7eNKyfXq2ifyxqOze2akGMVKXRqsXUBlKo,11802
124
+ pulumi_aiven/organization_user.py,sha256=9vicoZ4qa66zCHFBcueX9aZHrugopcs-Y0H6qhPDzLo,17281
125
+ pulumi_aiven/organization_user_group.py,sha256=sMxD4oU31oRj1lFbx5PCKD5TjJWMkfwZz7FRjZd81wA,14836
126
+ pulumi_aiven/organization_user_group_member.py,sha256=2rQWs-A8iypKMiNVT9KpdhUAvcPFh3pSpCCculfNdcY,14270
127
+ pulumi_aiven/organizational_unit.py,sha256=XjV-h-th2IyEvL8lYPkeASvCUMpGlBdK-0yL5DiVnjE,11553
128
+ pulumi_aiven/outputs.py,sha256=GH4yWhPB-E2ag1J54KGrk0JExQ8ORNvOB2lg1wmwqxY,1646572
129
+ pulumi_aiven/pg.py,sha256=x1q8nU_So6EHUd7pqkS70HTmzdohNkXCv1BfF49f0XU,75510
130
+ pulumi_aiven/pg_database.py,sha256=jtrYc0R4PnJrGcIIEe9G6CwYtItb1guLmmAouE78pgY,22329
131
+ pulumi_aiven/pg_user.py,sha256=NIX0RTJ6tYxQM4tvEzjIKEN8OLexZmJqJhD3PPBMcmg,21020
132
+ pulumi_aiven/project.py,sha256=mHI6N0V5rNTe5x8JiInLzvRalXCywicj15oAjIPWJ9A,46690
133
+ pulumi_aiven/project_user.py,sha256=fHcxh61c8m7vEyPjtuUnHm1UmUlBv_g9XZPM976JOW8,13777
134
+ pulumi_aiven/project_vpc.py,sha256=dbPlF-6EcQCRy6NJvJH-56z1Hpj2RBU_ifoksRdbHN8,13285
135
+ pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
136
+ pulumi_aiven/pulumi-plugin.json,sha256=R1qk--4bj4H_dxdiJduvDFjyld1YWJZ8637fNDP5Qqk,42
137
+ pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
+ pulumi_aiven/redis.py,sha256=WMBfJMTl9YpAJ_zMeKX_a17_9kK-XRm8aBKHZZuz4MI,80010
139
+ pulumi_aiven/redis_user.py,sha256=Z0fgvYR28dBGyIOkVQoNz1M9RscEDJCr53SXsW03-O0,29435
140
+ pulumi_aiven/service_integration.py,sha256=HWjHvhfJ71YRvkZOL4DBkpeGOSL68vKtqjASITnN0QQ,69156
141
+ pulumi_aiven/service_integration_endpoint.py,sha256=R_OO7UKvO5XSK50-h1ynwES2djWuSpMxNeHUbzC-M4o,59930
142
+ pulumi_aiven/static_ip.py,sha256=cZxGl3gv3pnMcjKnBHfoRPMRhUBixowYE5lQnYHlTlc,13919
143
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=xETQveFiuh-xWF1unAq1fHqr6lQRG2S4B4W4NrneggY,23157
144
+ pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
145
+ pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
146
+ pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
147
+ pulumi_aiven-6.13.0.dist-info/METADATA,sha256=CgiJmkQM8YNAoGecBTaZTxT1ufscvnHE1AifbsJNdy4,2521
148
+ pulumi_aiven-6.13.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
149
+ pulumi_aiven-6.13.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
150
+ pulumi_aiven-6.13.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5