pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.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: 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.
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
+ 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.
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: 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.
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
+ 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.
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: 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.
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: 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.
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
+ 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.
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,33 +259,31 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
259
259
 
260
260
  ## Example Usage
261
261
 
262
- <!--Start PulumiCodeChooser -->
263
262
  ```python
264
263
  import pulumi
265
264
  import pulumi_aiven as aiven
266
265
 
267
266
  attachment = aiven.TransitGatewayVpcAttachment("attachment",
268
- vpc_id=aiven_project_vpc["bar"]["id"],
267
+ vpc_id=bar["id"],
269
268
  peer_cloud_account="<PEER_ACCOUNT_ID>",
270
269
  peer_vpc="google-project1",
271
270
  peer_region="aws-eu-west-1",
272
271
  user_peer_network_cidrs=["10.0.0.0/24"])
273
272
  ```
274
- <!--End PulumiCodeChooser -->
275
273
 
276
274
  ## Import
277
275
 
278
276
  ```sh
279
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
277
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment PROJECT/VPC_ID/PEER_CLOUD_ACCOUNT/PEER_VPC/PEER_REGION
280
278
  ```
281
279
 
282
280
  :param str resource_name: The name of the resource.
283
281
  :param pulumi.ResourceOptions opts: Options for the resource.
284
- :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.
282
+ :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.
285
283
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
286
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
284
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
287
285
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
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. This property cannot be changed, doing so forces recreation of the resource.
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. Changing this property forces recreation of the resource.
289
287
  """
290
288
  ...
291
289
  @overload
@@ -298,24 +296,22 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
298
296
 
299
297
  ## Example Usage
300
298
 
301
- <!--Start PulumiCodeChooser -->
302
299
  ```python
303
300
  import pulumi
304
301
  import pulumi_aiven as aiven
305
302
 
306
303
  attachment = aiven.TransitGatewayVpcAttachment("attachment",
307
- vpc_id=aiven_project_vpc["bar"]["id"],
304
+ vpc_id=bar["id"],
308
305
  peer_cloud_account="<PEER_ACCOUNT_ID>",
309
306
  peer_vpc="google-project1",
310
307
  peer_region="aws-eu-west-1",
311
308
  user_peer_network_cidrs=["10.0.0.0/24"])
312
309
  ```
313
- <!--End PulumiCodeChooser -->
314
310
 
315
311
  ## Import
316
312
 
317
313
  ```sh
318
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
314
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment PROJECT/VPC_ID/PEER_CLOUD_ACCOUNT/PEER_VPC/PEER_REGION
319
315
  ```
320
316
 
321
317
  :param str resource_name: The name of the resource.
@@ -388,14 +384,14 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
388
384
  :param str resource_name: The unique name of the resulting resource.
389
385
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
390
386
  :param pulumi.ResourceOptions opts: Options for the resource.
391
- :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.
387
+ :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.
392
388
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
393
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
389
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
394
390
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
395
391
  :param pulumi.Input[str] state: State of the peering connection
396
392
  :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
397
393
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
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. This property cannot be changed, doing so forces recreation of the resource.
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. Changing this property forces recreation of the resource.
399
395
  """
400
396
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
401
397
 
@@ -415,7 +411,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
415
411
  @pulumi.getter(name="peerCloudAccount")
416
412
  def peer_cloud_account(self) -> pulumi.Output[str]:
417
413
  """
418
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
414
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
419
415
  """
420
416
  return pulumi.get(self, "peer_cloud_account")
421
417
 
@@ -434,7 +430,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
434
430
  @pulumi.getter(name="peerVpc")
435
431
  def peer_vpc(self) -> pulumi.Output[str]:
436
432
  """
437
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
433
+ Transit gateway ID. Changing this property forces recreation of the resource.
438
434
  """
439
435
  return pulumi.get(self, "peer_vpc")
440
436
 
@@ -474,7 +470,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
474
470
  @pulumi.getter(name="vpcId")
475
471
  def vpc_id(self) -> pulumi.Output[str]:
476
472
  """
477
- 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.
473
+ 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.
478
474
  """
479
475
  return pulumi.get(self, "vpc_id")
480
476
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.13.0a1711027602
3
+ Version: 6.14.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=OKhUWVQ-9KdcbXo3iSs6WAISXXOfThw-Cp7fsNvR57A,999381
3
+ pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
+ pulumi_aiven/account.py,sha256=AgV088KZCyVC_ndgqWeFOeqb52-m9XtdPvjGSQ2LRrs,18274
5
+ pulumi_aiven/account_authentication.py,sha256=vltk7XN7jXSO12BQ834AKPy1p1RGKqsX8jrMKOU_7K0,36871
6
+ pulumi_aiven/account_team.py,sha256=GMCtLN3Fs6dk2mjDcHIuntSRXk9CSuUoozbU37XrCLk,11277
7
+ pulumi_aiven/account_team_member.py,sha256=tJX67UlZdL01c0Yt-doFkPWRPz4QaisV5W5jpZPzsEU,17415
8
+ pulumi_aiven/account_team_project.py,sha256=N8S9rHjWOFoxqk-9SuwtAdp3Z5RpJpKFSPf5zWpr4Fg,13913
9
+ pulumi_aiven/aws_privatelink.py,sha256=unh4v3-UrdUTwOyYJeVl79bsbqfxfbMpA0iw6H1zwhY,15431
10
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=g_8vsPQ3N0dScetTpgQ-EIoU0tulT1QR3Qouo_T0Di8,18360
11
+ pulumi_aiven/azure_privatelink.py,sha256=fnW3eM-N2Og8IhfOgYbtaeo9PEFtnnoQ4utMEm_QdM4,17982
12
+ pulumi_aiven/azure_privatelink_connection_approval.py,sha256=iTJ1B6WRP1LH8LFe_5-7w0yYPsQZG1rKAXyAWs8Pd6Y,18926
13
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=ali1DX5gS9Wy3JJKelMPCsH-Ikk4LmBOihThXkVD0Io,25124
14
+ pulumi_aiven/billing_group.py,sha256=32WUU61rJV4hMMho2xdZ6FT4mQBarzhUDHCcRDhvGpU,37753
15
+ pulumi_aiven/cassandra.py,sha256=7LK6JdNlAnJKudT-Ebo4kvyl4DT14AOJCW-svh1Doto,78026
16
+ pulumi_aiven/cassandra_user.py,sha256=oD7ArA3pybc68ND_tQL4lG3YxVk37OSkpnp-c2-2MCs,18922
17
+ pulumi_aiven/clickhouse.py,sha256=2N403DQENgGri5RIVLglZAvhm0nCNVgTu6pguB6BaPg,77668
18
+ pulumi_aiven/clickhouse_database.py,sha256=wIumRQnXk9RudW2ieaIDYFVYCfI8Uvxi6iYGZezRmdQ,16741
19
+ pulumi_aiven/clickhouse_grant.py,sha256=G52gABm-fNtzio74wy3ASxG9p0qCRFhBkyVA03uNVpw,25857
20
+ pulumi_aiven/clickhouse_role.py,sha256=VsWUTH_cS0VOXZt3RmDfHzHaPpjl0q0dPe_9FHyiokY,13185
21
+ pulumi_aiven/clickhouse_user.py,sha256=v4XaOVURXHPJ8FWww6IRKaXSTMGlmKznplNWK78ksb0,15886
22
+ pulumi_aiven/connection_pool.py,sha256=3Vd_cbCNIZSSxP2ztuk_zm4CagEAYudGVKYmqCM6W1o,25462
23
+ pulumi_aiven/dragonfly.py,sha256=6uoEhc4unuUJjlH1DEECEXMOn78K92-jh_LyFks5mHg,77724
24
+ pulumi_aiven/flink.py,sha256=Xj5JUbSKl3-WSGr_KPqFgnHKCcoo0Cn-d9zOW_v02cE,79004
25
+ pulumi_aiven/flink_application.py,sha256=bIAE6Rt_JwOLchnG1T3PKm4mzaGpT_VTHLSqwcgrXNw,17200
26
+ pulumi_aiven/flink_application_deployment.py,sha256=SyH5GDmFO1bxLpb1U0qvbh2Wf6Dv2nUomJ-xoDCmkHM,21935
27
+ pulumi_aiven/flink_application_version.py,sha256=mMv2vD54mDmybOYbkSiNozdSPZ1zJvPzkhIAgHMCOxI,34046
28
+ pulumi_aiven/gcp_privatelink.py,sha256=pQb0Adtf-TE_XAc5k1ifhGIW6e8U8cgcZ4r4Sy7itvg,13360
29
+ pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=HcQmMjgQcAKCOxuqGYjd3OVnnMDfhBI5pg-Gyf3ghk4,16036
30
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=hnTUvskarwN5q19ZYIm0B0U6jGhxb5lhqvSQfkXgy9w,14854
31
+ pulumi_aiven/get_account.py,sha256=1IRpzwGrU2kq2JfeoJ3Gj2zKdE0DrZ_G-9sJLJlsz_c,6506
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=EOeWG7uUUDQgf0IJWjX4naX29C7B0TKUMuOlmMeyChw,6585
37
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=lIVsv_LsORoRGldF34NJQojiyVZAFBS_4nL3ivNJ7rA,8867
38
+ pulumi_aiven/get_azure_privatelink.py,sha256=LQgpG0bCm9jk744TX2n4KS530PW5I9Dh1bmDO3jMgss,7755
39
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=9Pd-eZ4Y4Ji5p81yLTSRfn1FIR-apHM9r4z7_2GFlnA,11684
40
+ pulumi_aiven/get_billing_group.py,sha256=ztNtROFBAjtl-P_7lIF_44ycSSZyfRPN5VTHs9Yb39A,10909
41
+ pulumi_aiven/get_cassanda.py,sha256=ccn02CoTeKeJWSRaV8bNdA7tPQGr3RYQUweMKqGJEmE,22401
42
+ pulumi_aiven/get_cassandra.py,sha256=a1StwXM2wxGR0XDwFWa5GMCFMXVxQzuU1AWNqrmZmvk,22069
43
+ pulumi_aiven/get_cassandra_user.py,sha256=grVk-DzxtyiVj5CneY5mCQ8bB27H4bLAIdUdGwwiVuA,8124
44
+ pulumi_aiven/get_clickhouse.py,sha256=S9SU1y4M3chHGOtdrJ7mR_tPwU2Jbx8jAyu3eIr_l_k,22131
45
+ pulumi_aiven/get_clickhouse_database.py,sha256=0_BGNn3z7VsdmYbVkyl96-327RrHvow6hkfhBY212xc,6574
46
+ pulumi_aiven/get_clickhouse_user.py,sha256=uYDsKsuIDp9tCvk2443sYVOXTfmMtPE6FpxNZ6GKvwI,7298
47
+ pulumi_aiven/get_connection_pool.py,sha256=qqx9K8wn74DcWbCPoNZkGVaXSUE9STjNkXP2mEHcvGA,8984
48
+ pulumi_aiven/get_dragonfly.py,sha256=GySgqKKAMBbNyk7PChEGKsO0Q5BOM0HoW0uJ3lkCVMI,22075
49
+ pulumi_aiven/get_flink.py,sha256=Xg7RSySB_3911uGDvMqnTYJK171mgcd4fNY5tRn7qzI,22344
50
+ pulumi_aiven/get_flink_application.py,sha256=-1LhSbtjcCS8Tp_r7eR_KHsg_NQPCnjgT1Y-V-gVNi0,8160
51
+ pulumi_aiven/get_flink_application_version.py,sha256=gzDZ0GxQPFYLyWwCBB0TTF219xf3QRN_vyFq0xjErwU,11007
52
+ pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
53
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=BuWOFLAgYyFlxpa7sBwfQoVgJ7ZnT7mhDN2WSrNkimE,7122
54
+ pulumi_aiven/get_grafana.py,sha256=-1IlGTQz2s9kTQnMkpWnLPqQ1gHb8A9_oA_V7ayQJM0,21957
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=2cJdMmzAysmUi09Ctmj9GOF_SxFlOQWPgeFdVjA2WUk,23398
59
+ pulumi_aiven/get_kafka_acl.py,sha256=UPN2I4t5SMYs35saFtTNzAjK8YR6txqXTOHrRPsEbuo,8406
60
+ pulumi_aiven/get_kafka_connect.py,sha256=HlZxocnpt10WgYWxsbLWHgaDI77AvjfugSey9yMCGgo,22224
61
+ pulumi_aiven/get_kafka_connector.py,sha256=C5nPhz8IFDuJdYsKzHBlHkBD2pd2h8CnBE-EL3q2cmQ,10226
62
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=o-tb_c23C4-QZHxmRo5PB2YkEmQW0D64IRbkbeKJ_ig,22431
63
+ pulumi_aiven/get_kafka_schema.py,sha256=ttWJGihZ6o3SVEUxV1kPyZuQeOhu6YNtVx4wWn6l7BA,8212
64
+ pulumi_aiven/get_kafka_schema_configuration.py,sha256=dgmGtRQUOUl-hAxn9jJyHvpyeg4-lajbXMCwdElvEAU,8253
65
+ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=2HWu-4qpxia3UIizSnVIEE5IJzvszn2JDxsYYy2kM44,8459
66
+ pulumi_aiven/get_kafka_topic.py,sha256=g_KpNboEPm1DJT7S19Hs8aI0URSCbV6zwyqC_2Zf0NQ,8356
67
+ pulumi_aiven/get_kafka_user.py,sha256=clXblAYcGcQO-HhXEE7zacXmo2aK_LLt2E582LKwYYc,7904
68
+ pulumi_aiven/get_m3_aggregator.py,sha256=vEyu0Q_uH5uOiXtcoDJDno7I8Wsgd1cNuaJ17hm1F7A,22196
69
+ pulumi_aiven/get_m3_db.py,sha256=jApGFd0Q_Os30GgptxDMcolfOs-0QoqzaUbp1P572U0,21824
70
+ pulumi_aiven/get_m3db_user.py,sha256=AX7fioJ-ErVg_qk-kDWlQurD8q5MffNLLhhttmomXac,6865
71
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=8xjVgAisuAetjKs_vJZNKXOxWlU4cNADb4bdGRRQbRY,13703
72
+ pulumi_aiven/get_my_sql.py,sha256=J2bakUEEzh8EZmOkUzycgGSQf4zT-6jlUD7v06Vzalw,21884
73
+ pulumi_aiven/get_mysql_database.py,sha256=1rryMxbdYRBK3ItPNYKe91eFxUZKxxvHl3LJ7m5_nrw,6647
74
+ pulumi_aiven/get_mysql_user.py,sha256=hSx5QNRf037dgIMg0JceSKQLLJ_M-94KsWRm4mAzUUo,8533
75
+ pulumi_aiven/get_open_search.py,sha256=H7XwH_9Sr552WJUkJIXIaBRZuaAXa7l-dNuvtyaFop8,22662
76
+ pulumi_aiven/get_open_search_acl_config.py,sha256=zsBIEfvwAMukiLjnzsvKaFwSERfwnBgy_l1h1EGeeOo,6475
77
+ pulumi_aiven/get_open_search_acl_rule.py,sha256=ALOv6HiP9C_pynlN0-kgQPh642HeccfuSES2_DMu5ps,8407
78
+ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=FdUNjCJduz412aQE85-cnXU4Ya2NwQOil1hEVThfnxM,7739
79
+ pulumi_aiven/get_opensearch_user.py,sha256=jMvtCufiKwIUzAKXf9eFqEQujpfEmZJS3HH9_tZTgFc,7069
80
+ pulumi_aiven/get_organization.py,sha256=NtZz1DpiyYUGkbTKum5oP27A_KYtLW_y0u6vbccaovI,4646
81
+ pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
82
+ pulumi_aiven/get_organization_user_group.py,sha256=jFvrv0G0CnTENs0YSLFrPotJW-1RQJ0IC5AdTVvNR3E,6462
83
+ pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1PdF12jei8uE,4697
84
+ pulumi_aiven/get_pg.py,sha256=h28v-WCAxiq_bj7qpit9FWQQp_u_aGw2RitFO7x0nBE,22166
85
+ pulumi_aiven/get_pg_database.py,sha256=Qf5Z0zXtox8_wSLm5xcEyl6r7MyXxf_8L_pMj_QEPDs,7774
86
+ pulumi_aiven/get_pg_user.py,sha256=MwMMXmC-f6O5bBWJtVqW0ILRchZwL3icFy2ougshnyY,8470
87
+ pulumi_aiven/get_project.py,sha256=2xcVnL2Meq9YnIU-9gnaCjM82jrsKVP-pua_oVUpICI,12311
88
+ pulumi_aiven/get_project_user.py,sha256=i3ip_La8okn6l-2mXkAeWS0FfH9xLsls5QCRxwy4nUM,5587
89
+ pulumi_aiven/get_project_vpc.py,sha256=M4wDUcR56X2GvGI4kfaxiYZOWX-5RC8FmotDYsKRmeg,6327
90
+ pulumi_aiven/get_redis.py,sha256=C3UCj-Ey9-hhQfXLHt-jOdO5yxXO3N_z68FE82ez5pQ,21873
91
+ pulumi_aiven/get_redis_user.py,sha256=tSFTVOj-u1uUbNLsw66Bg79_QerWBcWZi3RFiaM91eE,9769
92
+ pulumi_aiven/get_service_component.py,sha256=ej2tl74FPoQfgdI3KYQABT_b1b9advsU_z23yLpJsto,10367
93
+ pulumi_aiven/get_service_integration.py,sha256=tY6VIPaYMcP_u1Sdku0AFO-GzhxbyDuNjOqQXO4Cxr0,21565
94
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=lq4NjVNKEJzVE2qIey3OypQufjOasX7eGBywJFxBIAw,17256
95
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=7KYmjS-lxR5ipZNCkfLQMm0j8AFfRFe-TiTB9kzWY9s,9117
96
+ pulumi_aiven/grafana.py,sha256=YMBstRgct1Y8Dou5dDuIrgja34ixPSyQYtBC0TqT_Xc,77620
97
+ pulumi_aiven/influx_db.py,sha256=Umimggf7YJXJy-bT85RblUtAgf6n62s2VYIdPbDbQXs,79426
98
+ pulumi_aiven/influxdb_database.py,sha256=DUJquUNzU81LkOwMDvecHaAaK2KOcYXO9ToDCPBsRqg,16069
99
+ pulumi_aiven/influxdb_user.py,sha256=SptXu0v0R8S_pFs-veNOZkeIvTrCWnCsAZMHb0Z3rjY,18226
100
+ pulumi_aiven/kafka.py,sha256=VDbez_3PeMw9Gs-FP9pFh0CBD8fh-8nuNaqDp-33ftw,84657
101
+ pulumi_aiven/kafka_acl.py,sha256=GLGuq8vGGI55_rjZ6Op6bZcAPTc1Iejgzr0DjS_S2sw,18524
102
+ pulumi_aiven/kafka_connect.py,sha256=Ayy9UJWzu9X9Mfse84dIHG1Kj21Y7hajBJdOqUSXzoI,78773
103
+ pulumi_aiven/kafka_connector.py,sha256=0nhFbsNowonePH47YTneuh5q-U-cPY927G7w5u7E3rk,24050
104
+ pulumi_aiven/kafka_mirror_maker.py,sha256=nQTPFV-zIhwyokmQbzuaJTnUyC0y6E_kMC66Dtha-wg,79229
105
+ pulumi_aiven/kafka_schema.py,sha256=dzVrDdWK7QzIlVTSKrRpemuYo0SmDeuygkiVHRWlnnc,22597
106
+ pulumi_aiven/kafka_schema_configuration.py,sha256=kJVMjKWs19pf0m16wtUnTboIkHj5-5Mqo7yvD6qHUwk,14026
107
+ pulumi_aiven/kafka_schema_registry_acl.py,sha256=unoLvRS6Xx7oaKmYlyN3_laQrHAmMD4pj7SkZDlxqIE,19435
108
+ pulumi_aiven/kafka_topic.py,sha256=Hge8XdymVan3iCnfzqNwkWedjYcWyHAbSCKC9jend6o,24550
109
+ pulumi_aiven/kafka_user.py,sha256=EmDWeof7mZkmvaqEUXyX3Movvun9Tjzq3-zyM_qi7C0,18410
110
+ pulumi_aiven/m3_aggregator.py,sha256=R3tJboDK4DBedihqQtqPIQhFzzW6QMPu3Kz7eAAFSa4,78198
111
+ pulumi_aiven/m3_db.py,sha256=s1OgStCLeFTlimSbNHTYxXtil3lAC3VBsSDAtQdHnhI,77264
112
+ pulumi_aiven/m3db_user.py,sha256=5svsu5nO-CwdR3Cp-OHej55L19fERWCjMFe3BUi9Zbg,16224
113
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=54VhbUgpBfpI57LT5iU7PgaISAh-su5Bhun0NKQeBnQ,40172
114
+ pulumi_aiven/my_sql.py,sha256=KY0K4FLYM7kTWibJMbcxkOtvz4XE53B2hfi1SeN-2Qg,77858
115
+ pulumi_aiven/mysql_database.py,sha256=2ppKNtTVGnZUcIo2MtQ5f8CxNkdrx4LJXl-RiwaBDis,16783
116
+ pulumi_aiven/mysql_user.py,sha256=oiWZ0B1KJYCSl21uB61I-hB2gdmhzGiXNXx7xqLjs8M,21065
117
+ pulumi_aiven/open_search.py,sha256=Zed1LfajTCo5w9wTDM3BWovZRTVLLuOH5JZ1DLP1H0s,80065
118
+ pulumi_aiven/open_search_acl_config.py,sha256=t5lPy7nN2_08a9LK-4H-hwNS1PpS8aRoujLAoEbT_-o,17912
119
+ pulumi_aiven/open_search_acl_rule.py,sha256=_8D_sLAiM29SNMMjl1fLUzae8tgNQhLPmWaJAX_LwMs,21934
120
+ pulumi_aiven/opensearch_security_plugin_config.py,sha256=HpnFd2__mtiAwwOh9PFboST9zs8tRWruKvl_PFEaQKs,18636
121
+ pulumi_aiven/opensearch_user.py,sha256=N7mlHAEAKFXNrwzCJ-j-VBHD5pCHHk-UHoove-Y5Rjc,16488
122
+ pulumi_aiven/organization.py,sha256=440RPNMMC4u9SrVovSjpXzOd9bk6HgBT4V9t24v2V5A,10891
123
+ pulumi_aiven/organization_group_project.py,sha256=3eh9eXSwQ1q-eJi3HOoAqG_c-Svuo1jfC7uGBFLwiOs,13476
124
+ pulumi_aiven/organization_user.py,sha256=0XAWD_j5GtN-YZz2vkCNOZLftYjQFSACR9Bxk4Kvbcg,16135
125
+ pulumi_aiven/organization_user_group.py,sha256=XTBcIrCH9uxRZewjGcMeWyEi91Zel3BrkIC0GcaNdfI,14704
126
+ pulumi_aiven/organization_user_group_member.py,sha256=hQNwloGq0KpEuSb0RCirDyA0bygxUSCM80_o-yOzb3o,14096
127
+ pulumi_aiven/organizational_unit.py,sha256=dgHOIJKfjAhuLeRsOI9vLYRwVfteIFrWKXe_kTBU-JU,11475
128
+ pulumi_aiven/outputs.py,sha256=qQFHbTc3nLoyAA5n5SiMBd1E0R2VnFcphjNk7cUCTc0,1645406
129
+ pulumi_aiven/pg.py,sha256=pOsirgL0ryQZmRHSfeTydDcXAxhTyI4AJXzsRn_cz0I,77421
130
+ pulumi_aiven/pg_database.py,sha256=SsLBisN7zYYy_jRXgS3Yc_ojEbNI5WqvqWKiYg4x4SQ,22050
131
+ pulumi_aiven/pg_user.py,sha256=O25YPH3N19lRc_QoLgw9NK9i8W2jys0dejq37f3EaXo,20775
132
+ pulumi_aiven/project.py,sha256=ArAEa2FDbKM-PkMxzPJascIcYq7BzSs5L0HPjAw7CAw,47105
133
+ pulumi_aiven/project_user.py,sha256=CAxxa2QCsyk1Apm-Mf7BZv5YeFbKbx8LxUEjtG5NUJA,13182
134
+ pulumi_aiven/project_vpc.py,sha256=_87HVOeC9IvAmG-fnln5tXW8Z3BdLCA8kER800tp5AE,13908
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=mB_DTp6K5RYa32zelGGIAuHMaieKCTeMO0Hpj-d1Qac,77414
139
+ pulumi_aiven/redis_user.py,sha256=jGHT0lw0egvRigZIBlokBIE6-_c8sbjhFM2bJLoaGHg,29184
140
+ pulumi_aiven/service_integration.py,sha256=q1dmSrzqqM9Mda23QGWpfZGJgfq7ltFNxYU4AsF5WdY,68745
141
+ pulumi_aiven/service_integration_endpoint.py,sha256=R_OO7UKvO5XSK50-h1ynwES2djWuSpMxNeHUbzC-M4o,59930
142
+ pulumi_aiven/static_ip.py,sha256=gtPEBjinCRn1W_Eth41uMApeqQ1kN8jQFt9xFmHrcTw,13926
143
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=CCP3cTy2oJVGieXjKEXi44-MFF8m7ztqyQpsSu19fLw,22959
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.14.0.dist-info/METADATA,sha256=K8vW-qDUqINPQ2uQo3rktpJYizd703eTOQVgpMUCFCk,2521
148
+ pulumi_aiven-6.14.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
149
+ pulumi_aiven-6.14.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
150
+ pulumi_aiven-6.14.0.dist-info/RECORD,,