pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711602990__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 (132) hide show
  1. pulumi_aiven/_inputs.py +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711602990.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/top_level.txt +0 -0
@@ -72,7 +72,7 @@ class GetKafkaSchemaRegistryAclResult:
72
72
  @pulumi.getter
73
73
  def project(self) -> str:
74
74
  """
75
- 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.
75
+ 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.
76
76
  """
77
77
  return pulumi.get(self, "project")
78
78
 
@@ -88,7 +88,7 @@ class GetKafkaSchemaRegistryAclResult:
88
88
  @pulumi.getter(name="serviceName")
89
89
  def service_name(self) -> str:
90
90
  """
91
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
91
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
92
92
  """
93
93
  return pulumi.get(self, "service_name")
94
94
 
@@ -127,9 +127,9 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
127
127
 
128
128
 
129
129
  :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
130
- :param 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.
130
+ :param 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.
131
131
  :param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
132
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
132
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
133
133
  :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
134
134
  """
135
135
  __args__ = dict()
@@ -163,9 +163,9 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
163
163
 
164
164
 
165
165
  :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
166
- :param 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.
166
+ :param 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.
167
167
  :param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
168
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
168
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
169
  :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
170
170
  """
171
171
  ...
@@ -55,7 +55,7 @@ class GetKafkaTopicResult:
55
55
  @pulumi.getter
56
56
  def configs(self) -> Sequence['outputs.GetKafkaTopicConfigResult']:
57
57
  """
58
- Kafka topic configuration.
58
+ Kafka topic configuration
59
59
  """
60
60
  return pulumi.get(self, "configs")
61
61
 
@@ -79,7 +79,7 @@ class GetKafkaTopicResult:
79
79
  @pulumi.getter
80
80
  def project(self) -> str:
81
81
  """
82
- 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.
82
+ 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.
83
83
  """
84
84
  return pulumi.get(self, "project")
85
85
 
@@ -95,7 +95,7 @@ class GetKafkaTopicResult:
95
95
  @pulumi.getter(name="serviceName")
96
96
  def service_name(self) -> str:
97
97
  """
98
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
99
99
  """
100
100
  return pulumi.get(self, "service_name")
101
101
 
@@ -103,7 +103,7 @@ class GetKafkaTopicResult:
103
103
  @pulumi.getter
104
104
  def tags(self) -> Sequence['outputs.GetKafkaTopicTagResult']:
105
105
  """
106
- Tags for the Kafka topic.
106
+ Kafka Topic tag.
107
107
  """
108
108
  return pulumi.get(self, "tags")
109
109
 
@@ -143,22 +143,24 @@ def get_kafka_topic(project: Optional[str] = None,
143
143
  topic_name: Optional[str] = None,
144
144
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaTopicResult:
145
145
  """
146
- Gets information about an Aiven for Apache Kafka® topic.
146
+ The Kafka Topic data source provides information about the existing Aiven Kafka Topic.
147
147
 
148
148
  ## Example Usage
149
149
 
150
+ <!--Start PulumiCodeChooser -->
150
151
  ```python
151
152
  import pulumi
152
153
  import pulumi_aiven as aiven
153
154
 
154
- example_topic = aiven.get_kafka_topic(project=example_project["project"],
155
- service_name=example_kafka["serviceName"],
156
- topic_name="example-topic")
155
+ mytesttopic = aiven.get_kafka_topic(project=aiven_project["myproject"]["project"],
156
+ service_name=aiven_kafka["myservice"]["service_name"],
157
+ topic_name="<TOPIC_NAME>")
157
158
  ```
159
+ <!--End PulumiCodeChooser -->
158
160
 
159
161
 
160
- :param 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.
161
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
+ :param 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.
163
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
164
  :param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
163
165
  """
164
166
  __args__ = dict()
@@ -186,22 +188,24 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
186
188
  topic_name: Optional[pulumi.Input[str]] = None,
187
189
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaTopicResult]:
188
190
  """
189
- Gets information about an Aiven for Apache Kafka® topic.
191
+ The Kafka Topic data source provides information about the existing Aiven Kafka Topic.
190
192
 
191
193
  ## Example Usage
192
194
 
195
+ <!--Start PulumiCodeChooser -->
193
196
  ```python
194
197
  import pulumi
195
198
  import pulumi_aiven as aiven
196
199
 
197
- example_topic = aiven.get_kafka_topic(project=example_project["project"],
198
- service_name=example_kafka["serviceName"],
199
- topic_name="example-topic")
200
+ mytesttopic = aiven.get_kafka_topic(project=aiven_project["myproject"]["project"],
201
+ service_name=aiven_kafka["myservice"]["service_name"],
202
+ topic_name="<TOPIC_NAME>")
200
203
  ```
204
+ <!--End PulumiCodeChooser -->
201
205
 
202
206
 
203
- :param 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.
204
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
207
+ :param 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.
208
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
205
209
  :param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
206
210
  """
207
211
  ...
@@ -83,7 +83,7 @@ class GetKafkaUserResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
86
+ 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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetKafkaUserResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
94
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -137,18 +137,20 @@ def get_kafka_user(project: Optional[str] = None,
137
137
 
138
138
  ## Example Usage
139
139
 
140
+ <!--Start PulumiCodeChooser -->
140
141
  ```python
141
142
  import pulumi
142
143
  import pulumi_aiven as aiven
143
144
 
144
- user = aiven.get_kafka_user(service_name="my-service",
145
- project="my-project",
145
+ user = aiven.get_kafka_user(project="my-project",
146
+ service_name="my-service",
146
147
  username="user1")
147
148
  ```
149
+ <!--End PulumiCodeChooser -->
148
150
 
149
151
 
150
- :param 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.
151
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
152
+ :param 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.
153
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
152
154
  :param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
153
155
  """
154
156
  __args__ = dict()
@@ -179,18 +181,20 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
179
181
 
180
182
  ## Example Usage
181
183
 
184
+ <!--Start PulumiCodeChooser -->
182
185
  ```python
183
186
  import pulumi
184
187
  import pulumi_aiven as aiven
185
188
 
186
- user = aiven.get_kafka_user(service_name="my-service",
187
- project="my-project",
189
+ user = aiven.get_kafka_user(project="my-project",
190
+ service_name="my-service",
188
191
  username="user1")
189
192
  ```
193
+ <!--End PulumiCodeChooser -->
190
194
 
191
195
 
192
- :param 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.
193
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
196
+ :param 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.
197
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
194
198
  :param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
195
199
  """
196
200
  ...
@@ -22,7 +22,7 @@ class GetM3AggregatorResult:
22
22
  """
23
23
  A collection of values returned by getM3Aggregator.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3aggregator_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
25
+ def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3aggregator_user_configs=None, m3aggregators=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
26
26
  if additional_disk_space and not isinstance(additional_disk_space, str):
27
27
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
28
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -53,6 +53,9 @@ class GetM3AggregatorResult:
53
53
  if m3aggregator_user_configs and not isinstance(m3aggregator_user_configs, list):
54
54
  raise TypeError("Expected argument 'm3aggregator_user_configs' to be a list")
55
55
  pulumi.set(__self__, "m3aggregator_user_configs", m3aggregator_user_configs)
56
+ if m3aggregators and not isinstance(m3aggregators, list):
57
+ raise TypeError("Expected argument 'm3aggregators' to be a list")
58
+ pulumi.set(__self__, "m3aggregators", m3aggregators)
56
59
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
57
60
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
58
61
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
@@ -188,6 +191,14 @@ class GetM3AggregatorResult:
188
191
  """
189
192
  return pulumi.get(self, "m3aggregator_user_configs")
190
193
 
194
+ @property
195
+ @pulumi.getter
196
+ def m3aggregators(self) -> Sequence['outputs.GetM3AggregatorM3aggregatorResult']:
197
+ """
198
+ M3 aggregator specific server provided values
199
+ """
200
+ return pulumi.get(self, "m3aggregators")
201
+
191
202
  @property
192
203
  @pulumi.getter(name="maintenanceWindowDow")
193
204
  def maintenance_window_dow(self) -> str:
@@ -216,7 +227,7 @@ class GetM3AggregatorResult:
216
227
  @pulumi.getter
217
228
  def project(self) -> str:
218
229
  """
219
- 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.
230
+ 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.
220
231
  """
221
232
  return pulumi.get(self, "project")
222
233
 
@@ -320,7 +331,7 @@ class GetM3AggregatorResult:
320
331
  @pulumi.getter(name="techEmails")
321
332
  def tech_emails(self) -> Sequence['outputs.GetM3AggregatorTechEmailResult']:
322
333
  """
323
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
334
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
324
335
  """
325
336
  return pulumi.get(self, "tech_emails")
326
337
 
@@ -349,6 +360,7 @@ class AwaitableGetM3AggregatorResult(GetM3AggregatorResult):
349
360
  disk_space_used=self.disk_space_used,
350
361
  id=self.id,
351
362
  m3aggregator_user_configs=self.m3aggregator_user_configs,
363
+ m3aggregators=self.m3aggregators,
352
364
  maintenance_window_dow=self.maintenance_window_dow,
353
365
  maintenance_window_time=self.maintenance_window_time,
354
366
  plan=self.plan,
@@ -377,16 +389,18 @@ def get_m3_aggregator(project: Optional[str] = None,
377
389
 
378
390
  ## Example Usage
379
391
 
392
+ <!--Start PulumiCodeChooser -->
380
393
  ```python
381
394
  import pulumi
382
395
  import pulumi_aiven as aiven
383
396
 
384
- m3a = aiven.get_m3_aggregator(project=foo["project"],
397
+ m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
385
398
  service_name="my-m3a")
386
399
  ```
400
+ <!--End PulumiCodeChooser -->
387
401
 
388
402
 
389
- :param 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.
403
+ :param 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.
390
404
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
391
405
  """
392
406
  __args__ = dict()
@@ -406,6 +420,7 @@ def get_m3_aggregator(project: Optional[str] = None,
406
420
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
407
421
  id=pulumi.get(__ret__, 'id'),
408
422
  m3aggregator_user_configs=pulumi.get(__ret__, 'm3aggregator_user_configs'),
423
+ m3aggregators=pulumi.get(__ret__, 'm3aggregators'),
409
424
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
410
425
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
411
426
  plan=pulumi.get(__ret__, 'plan'),
@@ -435,16 +450,18 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
435
450
 
436
451
  ## Example Usage
437
452
 
453
+ <!--Start PulumiCodeChooser -->
438
454
  ```python
439
455
  import pulumi
440
456
  import pulumi_aiven as aiven
441
457
 
442
- m3a = aiven.get_m3_aggregator(project=foo["project"],
458
+ m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
443
459
  service_name="my-m3a")
444
460
  ```
461
+ <!--End PulumiCodeChooser -->
445
462
 
446
463
 
447
- :param 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.
464
+ :param 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.
448
465
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
449
466
  """
450
467
  ...
pulumi_aiven/get_m3_db.py CHANGED
@@ -22,7 +22,7 @@ class GetM3DbResult:
22
22
  """
23
23
  A collection of values returned by getM3Db.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3db_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
25
+ def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3db_user_configs=None, m3dbs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
26
26
  if additional_disk_space and not isinstance(additional_disk_space, str):
27
27
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
28
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -53,6 +53,9 @@ class GetM3DbResult:
53
53
  if m3db_user_configs and not isinstance(m3db_user_configs, list):
54
54
  raise TypeError("Expected argument 'm3db_user_configs' to be a list")
55
55
  pulumi.set(__self__, "m3db_user_configs", m3db_user_configs)
56
+ if m3dbs and not isinstance(m3dbs, list):
57
+ raise TypeError("Expected argument 'm3dbs' to be a list")
58
+ pulumi.set(__self__, "m3dbs", m3dbs)
56
59
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
57
60
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
58
61
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
@@ -188,6 +191,14 @@ class GetM3DbResult:
188
191
  """
189
192
  return pulumi.get(self, "m3db_user_configs")
190
193
 
194
+ @property
195
+ @pulumi.getter
196
+ def m3dbs(self) -> Sequence['outputs.GetM3DbM3dbResult']:
197
+ """
198
+ M3 specific server provided values
199
+ """
200
+ return pulumi.get(self, "m3dbs")
201
+
191
202
  @property
192
203
  @pulumi.getter(name="maintenanceWindowDow")
193
204
  def maintenance_window_dow(self) -> str:
@@ -216,7 +227,7 @@ class GetM3DbResult:
216
227
  @pulumi.getter
217
228
  def project(self) -> str:
218
229
  """
219
- 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.
230
+ 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.
220
231
  """
221
232
  return pulumi.get(self, "project")
222
233
 
@@ -320,7 +331,7 @@ class GetM3DbResult:
320
331
  @pulumi.getter(name="techEmails")
321
332
  def tech_emails(self) -> Sequence['outputs.GetM3DbTechEmailResult']:
322
333
  """
323
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
334
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
324
335
  """
325
336
  return pulumi.get(self, "tech_emails")
326
337
 
@@ -349,6 +360,7 @@ class AwaitableGetM3DbResult(GetM3DbResult):
349
360
  disk_space_used=self.disk_space_used,
350
361
  id=self.id,
351
362
  m3db_user_configs=self.m3db_user_configs,
363
+ m3dbs=self.m3dbs,
352
364
  maintenance_window_dow=self.maintenance_window_dow,
353
365
  maintenance_window_time=self.maintenance_window_time,
354
366
  plan=self.plan,
@@ -377,16 +389,18 @@ def get_m3_db(project: Optional[str] = None,
377
389
 
378
390
  ## Example Usage
379
391
 
392
+ <!--Start PulumiCodeChooser -->
380
393
  ```python
381
394
  import pulumi
382
395
  import pulumi_aiven as aiven
383
396
 
384
- m3 = aiven.get_m3_db(project=foo["project"],
397
+ m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
385
398
  service_name="my-m3db")
386
399
  ```
400
+ <!--End PulumiCodeChooser -->
387
401
 
388
402
 
389
- :param 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.
403
+ :param 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.
390
404
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
391
405
  """
392
406
  __args__ = dict()
@@ -406,6 +420,7 @@ def get_m3_db(project: Optional[str] = None,
406
420
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
407
421
  id=pulumi.get(__ret__, 'id'),
408
422
  m3db_user_configs=pulumi.get(__ret__, 'm3db_user_configs'),
423
+ m3dbs=pulumi.get(__ret__, 'm3dbs'),
409
424
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
410
425
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
411
426
  plan=pulumi.get(__ret__, 'plan'),
@@ -435,16 +450,18 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
435
450
 
436
451
  ## Example Usage
437
452
 
453
+ <!--Start PulumiCodeChooser -->
438
454
  ```python
439
455
  import pulumi
440
456
  import pulumi_aiven as aiven
441
457
 
442
- m3 = aiven.get_m3_db(project=foo["project"],
458
+ m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
443
459
  service_name="my-m3db")
444
460
  ```
461
+ <!--End PulumiCodeChooser -->
445
462
 
446
463
 
447
- :param 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.
464
+ :param 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.
448
465
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
449
466
  """
450
467
  ...
@@ -61,7 +61,7 @@ class GetM3dbUserResult:
61
61
  @pulumi.getter
62
62
  def project(self) -> str:
63
63
  """
64
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
64
+ 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.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -69,7 +69,7 @@ class GetM3dbUserResult:
69
69
  @pulumi.getter(name="serviceName")
70
70
  def service_name(self) -> str:
71
71
  """
72
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
72
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
73
73
  """
74
74
  return pulumi.get(self, "service_name")
75
75
 
@@ -113,18 +113,20 @@ def get_m3db_user(project: Optional[str] = None,
113
113
 
114
114
  ## Example Usage
115
115
 
116
+ <!--Start PulumiCodeChooser -->
116
117
  ```python
117
118
  import pulumi
118
119
  import pulumi_aiven as aiven
119
120
 
120
- user = aiven.get_m3db_user(service_name="my-service",
121
- project="my-project",
121
+ user = aiven.get_m3db_user(project="my-project",
122
+ service_name="my-service",
122
123
  username="user1")
123
124
  ```
125
+ <!--End PulumiCodeChooser -->
124
126
 
125
127
 
126
- :param 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.
127
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
128
+ :param 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.
129
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
128
130
  :param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
129
131
  """
130
132
  __args__ = dict()
@@ -153,18 +155,20 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
153
155
 
154
156
  ## Example Usage
155
157
 
158
+ <!--Start PulumiCodeChooser -->
156
159
  ```python
157
160
  import pulumi
158
161
  import pulumi_aiven as aiven
159
162
 
160
- user = aiven.get_m3db_user(service_name="my-service",
161
- project="my-project",
163
+ user = aiven.get_m3db_user(project="my-project",
164
+ service_name="my-service",
162
165
  username="user1")
163
166
  ```
167
+ <!--End PulumiCodeChooser -->
164
168
 
165
169
 
166
- :param 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.
167
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
170
+ :param 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
+ :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
168
172
  :param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
173
  """
170
174
  ...
@@ -109,7 +109,7 @@ class GetMirrorMakerReplicationFlowResult:
109
109
  @pulumi.getter
110
110
  def project(self) -> str:
111
111
  """
112
- 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
+ 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.
113
113
  """
114
114
  return pulumi.get(self, "project")
115
115
 
@@ -125,7 +125,7 @@ class GetMirrorMakerReplicationFlowResult:
125
125
  @pulumi.getter(name="serviceName")
126
126
  def service_name(self) -> str:
127
127
  """
128
- 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.
128
+ 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.
129
129
  """
130
130
  return pulumi.get(self, "service_name")
131
131
 
@@ -210,19 +210,21 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
210
210
 
211
211
  ## Example Usage
212
212
 
213
+ <!--Start PulumiCodeChooser -->
213
214
  ```python
214
215
  import pulumi
215
216
  import pulumi_aiven as aiven
216
217
 
217
- f1 = aiven.get_mirror_maker_replication_flow(project=kafka_mm_project1["project"],
218
- service_name=mm["serviceName"],
219
- source_cluster=source["serviceName"],
220
- target_cluster=target["serviceName"])
218
+ f1 = aiven.get_mirror_maker_replication_flow(project=aiven_project["kafka-mm-project1"]["project"],
219
+ service_name=aiven_kafka["mm"]["service_name"],
220
+ source_cluster=aiven_kafka["source"]["service_name"],
221
+ target_cluster=aiven_kafka["target"]["service_name"])
221
222
  ```
223
+ <!--End PulumiCodeChooser -->
222
224
 
223
225
 
224
- :param 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.
225
- :param str service_name: 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.
226
+ :param 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.
227
+ :param str service_name: 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.
226
228
  :param str source_cluster: Source cluster alias. Maximum length: `128`.
227
229
  :param str target_cluster: Target cluster alias. Maximum length: `128`.
228
230
  """
@@ -262,19 +264,21 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
262
264
 
263
265
  ## Example Usage
264
266
 
267
+ <!--Start PulumiCodeChooser -->
265
268
  ```python
266
269
  import pulumi
267
270
  import pulumi_aiven as aiven
268
271
 
269
- f1 = aiven.get_mirror_maker_replication_flow(project=kafka_mm_project1["project"],
270
- service_name=mm["serviceName"],
271
- source_cluster=source["serviceName"],
272
- target_cluster=target["serviceName"])
272
+ f1 = aiven.get_mirror_maker_replication_flow(project=aiven_project["kafka-mm-project1"]["project"],
273
+ service_name=aiven_kafka["mm"]["service_name"],
274
+ source_cluster=aiven_kafka["source"]["service_name"],
275
+ target_cluster=aiven_kafka["target"]["service_name"])
273
276
  ```
277
+ <!--End PulumiCodeChooser -->
274
278
 
275
279
 
276
- :param 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.
277
- :param str service_name: 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
+ :param 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.
281
+ :param str service_name: 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.
278
282
  :param str source_cluster: Source cluster alias. Maximum length: `128`.
279
283
  :param str target_cluster: Target cluster alias. Maximum length: `128`.
280
284
  """