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
@@ -51,7 +51,7 @@ class GetAzurePrivatelinkResult:
51
51
  @pulumi.getter(name="azureServiceAlias")
52
52
  def azure_service_alias(self) -> str:
53
53
  """
54
- Azure Privatelink service alias
54
+ The Azure Private Link service alias.
55
55
  """
56
56
  return pulumi.get(self, "azure_service_alias")
57
57
 
@@ -59,7 +59,7 @@ class GetAzurePrivatelinkResult:
59
59
  @pulumi.getter(name="azureServiceId")
60
60
  def azure_service_id(self) -> str:
61
61
  """
62
- Azure Privatelink service ID
62
+ The Azure Private Link service ID.
63
63
  """
64
64
  return pulumi.get(self, "azure_service_id")
65
65
 
@@ -75,7 +75,7 @@ class GetAzurePrivatelinkResult:
75
75
  @pulumi.getter
76
76
  def message(self) -> str:
77
77
  """
78
- Printable result of the Azure Privatelink request
78
+ Printable result of the Azure Private Link request.
79
79
  """
80
80
  return pulumi.get(self, "message")
81
81
 
@@ -83,7 +83,7 @@ class GetAzurePrivatelinkResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetAzurePrivatelinkResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -99,7 +99,7 @@ class GetAzurePrivatelinkResult:
99
99
  @pulumi.getter
100
100
  def state(self) -> str:
101
101
  """
102
- Privatelink resource state
102
+ The state of the Private Link resource.
103
103
  """
104
104
  return pulumi.get(self, "state")
105
105
 
@@ -107,7 +107,7 @@ class GetAzurePrivatelinkResult:
107
107
  @pulumi.getter(name="userSubscriptionIds")
108
108
  def user_subscription_ids(self) -> Sequence[str]:
109
109
  """
110
- A List of allowed Subscription IDs. Maximum length: `16`.
110
+ A list of allowed subscription IDs. Maximum length: `16`.
111
111
  """
112
112
  return pulumi.get(self, "user_subscription_ids")
113
113
 
@@ -132,23 +132,21 @@ def get_azure_privatelink(project: Optional[str] = None,
132
132
  service_name: Optional[str] = None,
133
133
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzurePrivatelinkResult:
134
134
  """
135
- The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
135
+ Gets information about an Azure Private Link connection for an Aiven service.
136
136
 
137
137
  ## Example Usage
138
138
 
139
- <!--Start PulumiCodeChooser -->
140
139
  ```python
141
140
  import pulumi
142
141
  import pulumi_aiven as aiven
143
142
 
144
- foo = aiven.get_azure_privatelink(project=data["aiven_project"]["foo"]["project"],
145
- service_name=aiven_kafka["bar"]["service_name"])
143
+ main = aiven.get_azure_privatelink(project=example_project["project"],
144
+ service_name=example_kafka["serviceName"])
146
145
  ```
147
- <!--End PulumiCodeChooser -->
148
146
 
149
147
 
150
- :param 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.
151
- :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. This property cannot be changed, doing so forces recreation of the resource.
148
+ :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.
149
+ :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
150
  """
153
151
  __args__ = dict()
154
152
  __args__['project'] = project
@@ -172,22 +170,20 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
172
170
  service_name: Optional[pulumi.Input[str]] = None,
173
171
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzurePrivatelinkResult]:
174
172
  """
175
- The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
173
+ Gets information about an Azure Private Link connection for an Aiven service.
176
174
 
177
175
  ## Example Usage
178
176
 
179
- <!--Start PulumiCodeChooser -->
180
177
  ```python
181
178
  import pulumi
182
179
  import pulumi_aiven as aiven
183
180
 
184
- foo = aiven.get_azure_privatelink(project=data["aiven_project"]["foo"]["project"],
185
- service_name=aiven_kafka["bar"]["service_name"])
181
+ main = aiven.get_azure_privatelink(project=example_project["project"],
182
+ service_name=example_kafka["serviceName"])
186
183
  ```
187
- <!--End PulumiCodeChooser -->
188
184
 
189
185
 
190
- :param 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.
191
- :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. This property cannot be changed, doing so forces recreation of the resource.
186
+ :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.
187
+ :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.
192
188
  """
193
189
  ...
@@ -57,7 +57,7 @@ class GetAzureVpcPeeringConnectionResult:
57
57
  @pulumi.getter(name="azureSubscriptionId")
58
58
  def azure_subscription_id(self) -> str:
59
59
  """
60
- Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
60
+ The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
61
61
  """
62
62
  return pulumi.get(self, "azure_subscription_id")
63
63
 
@@ -73,7 +73,7 @@ class GetAzureVpcPeeringConnectionResult:
73
73
  @pulumi.getter(name="peerAzureAppId")
74
74
  def peer_azure_app_id(self) -> str:
75
75
  """
76
- Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
76
+ The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
77
77
  """
78
78
  return pulumi.get(self, "peer_azure_app_id")
79
79
 
@@ -81,7 +81,7 @@ class GetAzureVpcPeeringConnectionResult:
81
81
  @pulumi.getter(name="peerAzureTenantId")
82
82
  def peer_azure_tenant_id(self) -> str:
83
83
  """
84
- Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
84
+ The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
85
85
  """
86
86
  return pulumi.get(self, "peer_azure_tenant_id")
87
87
 
@@ -89,7 +89,7 @@ class GetAzureVpcPeeringConnectionResult:
89
89
  @pulumi.getter(name="peerResourceGroup")
90
90
  def peer_resource_group(self) -> str:
91
91
  """
92
- Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
92
+ The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
93
93
  """
94
94
  return pulumi.get(self, "peer_resource_group")
95
95
 
@@ -97,7 +97,7 @@ class GetAzureVpcPeeringConnectionResult:
97
97
  @pulumi.getter(name="peeringConnectionId")
98
98
  def peering_connection_id(self) -> str:
99
99
  """
100
- Cloud provider identifier for the peering connection if available
100
+ The ID of the cloud provider for the peering connection.
101
101
  """
102
102
  return pulumi.get(self, "peering_connection_id")
103
103
 
@@ -113,7 +113,7 @@ class GetAzureVpcPeeringConnectionResult:
113
113
  @pulumi.getter(name="stateInfo")
114
114
  def state_info(self) -> Mapping[str, Any]:
115
115
  """
116
- State-specific help or error information
116
+ State-specific help or error information.
117
117
  """
118
118
  return pulumi.get(self, "state_info")
119
119
 
@@ -121,7 +121,7 @@ class GetAzureVpcPeeringConnectionResult:
121
121
  @pulumi.getter(name="vnetName")
122
122
  def vnet_name(self) -> str:
123
123
  """
124
- Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
124
+ The name of the Azure VNet. Changing this property forces recreation of the resource.
125
125
  """
126
126
  return pulumi.get(self, "vnet_name")
127
127
 
@@ -129,7 +129,7 @@ class GetAzureVpcPeeringConnectionResult:
129
129
  @pulumi.getter(name="vpcId")
130
130
  def vpc_id(self) -> str:
131
131
  """
132
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
132
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
133
133
  """
134
134
  return pulumi.get(self, "vpc_id")
135
135
 
@@ -160,15 +160,29 @@ def get_azure_vpc_peering_connection(azure_subscription_id: Optional[str] = None
160
160
  vpc_id: Optional[str] = None,
161
161
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureVpcPeeringConnectionResult:
162
162
  """
163
- The Azure VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
163
+ Gets information about about an Azure VPC peering connection.
164
164
 
165
+ ## Example Usage
165
166
 
166
- :param str azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
167
- :param str peer_azure_app_id: Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
168
- :param str peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
169
- :param str peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
170
- :param str vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
171
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
167
+ ```python
168
+ import pulumi
169
+ import pulumi_aiven as aiven
170
+
171
+ azure_to_aiven_peering = aiven.get_azure_vpc_peering_connection(vpc_id=example_vpc["id"],
172
+ azure_subscription_id="00000000-0000-0000-0000-000000000000",
173
+ peer_resource_group="example-resource-group",
174
+ vnet_name="example-vnet",
175
+ peer_azure_app_id="00000000-0000-0000-0000-000000000000",
176
+ peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
177
+ ```
178
+
179
+
180
+ :param str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
181
+ :param str peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
182
+ :param str peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
183
+ :param str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
184
+ :param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
185
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
172
186
  """
173
187
  __args__ = dict()
174
188
  __args__['azureSubscriptionId'] = azure_subscription_id
@@ -202,14 +216,28 @@ def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulu
202
216
  vpc_id: Optional[pulumi.Input[str]] = None,
203
217
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureVpcPeeringConnectionResult]:
204
218
  """
205
- The Azure VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
219
+ Gets information about about an Azure VPC peering connection.
220
+
221
+ ## Example Usage
222
+
223
+ ```python
224
+ import pulumi
225
+ import pulumi_aiven as aiven
226
+
227
+ azure_to_aiven_peering = aiven.get_azure_vpc_peering_connection(vpc_id=example_vpc["id"],
228
+ azure_subscription_id="00000000-0000-0000-0000-000000000000",
229
+ peer_resource_group="example-resource-group",
230
+ vnet_name="example-vnet",
231
+ peer_azure_app_id="00000000-0000-0000-0000-000000000000",
232
+ peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
233
+ ```
206
234
 
207
235
 
208
- :param str azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
209
- :param str peer_azure_app_id: Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
210
- :param str peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
211
- :param str peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
212
- :param str vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
213
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
236
+ :param str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
237
+ :param str peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
238
+ :param str peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
239
+ :param str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
240
+ :param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
241
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
214
242
  """
215
243
  ...
@@ -239,7 +239,7 @@ class AwaitableGetBillingGroupResult(GetBillingGroupResult):
239
239
  def get_billing_group(billing_group_id: Optional[str] = None,
240
240
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingGroupResult:
241
241
  """
242
- Provides information about an existing billing group.
242
+ Gets information about a billing group.
243
243
 
244
244
 
245
245
  :param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
@@ -273,7 +273,7 @@ def get_billing_group(billing_group_id: Optional[str] = None,
273
273
  def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = None,
274
274
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBillingGroupResult]:
275
275
  """
276
- Provides information about an existing billing group.
276
+ Gets information about a billing group.
277
277
 
278
278
 
279
279
  :param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
@@ -24,16 +24,13 @@ class GetCassandaResult:
24
24
  """
25
25
  A collection of values returned by getCassanda.
26
26
  """
27
- def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=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, 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):
27
+ def __init__(__self__, additional_disk_space=None, cassandra_user_configs=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, 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):
28
28
  if additional_disk_space and not isinstance(additional_disk_space, str):
29
29
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
30
30
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
31
31
  if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
32
32
  raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
33
33
  pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
34
- if cassandras and not isinstance(cassandras, list):
35
- raise TypeError("Expected argument 'cassandras' to be a list")
36
- pulumi.set(__self__, "cassandras", cassandras)
37
34
  if cloud_name and not isinstance(cloud_name, str):
38
35
  raise TypeError("Expected argument 'cloud_name' to be a str")
39
36
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -129,14 +126,6 @@ class GetCassandaResult:
129
126
  """
130
127
  return pulumi.get(self, "cassandra_user_configs")
131
128
 
132
- @property
133
- @pulumi.getter
134
- def cassandras(self) -> Sequence['outputs.GetCassandaCassandraResult']:
135
- """
136
- Cassandra server provided values
137
- """
138
- return pulumi.get(self, "cassandras")
139
-
140
129
  @property
141
130
  @pulumi.getter(name="cloudName")
142
131
  def cloud_name(self) -> str:
@@ -229,7 +218,7 @@ class GetCassandaResult:
229
218
  @pulumi.getter
230
219
  def project(self) -> str:
231
220
  """
232
- 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.
221
+ 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.
233
222
  """
234
223
  return pulumi.get(self, "project")
235
224
 
@@ -333,7 +322,7 @@ class GetCassandaResult:
333
322
  @pulumi.getter(name="techEmails")
334
323
  def tech_emails(self) -> Sequence['outputs.GetCassandaTechEmailResult']:
335
324
  """
336
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
325
+ 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.
337
326
  """
338
327
  return pulumi.get(self, "tech_emails")
339
328
 
@@ -354,7 +343,6 @@ class AwaitableGetCassandaResult(GetCassandaResult):
354
343
  return GetCassandaResult(
355
344
  additional_disk_space=self.additional_disk_space,
356
345
  cassandra_user_configs=self.cassandra_user_configs,
357
- cassandras=self.cassandras,
358
346
  cloud_name=self.cloud_name,
359
347
  components=self.components,
360
348
  disk_space=self.disk_space,
@@ -391,18 +379,16 @@ def get_cassanda(project: Optional[str] = None,
391
379
 
392
380
  ## Example Usage
393
381
 
394
- <!--Start PulumiCodeChooser -->
395
382
  ```python
396
383
  import pulumi
397
384
  import pulumi_aiven as aiven
398
385
 
399
- bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
386
+ bar = aiven.get_cassandra(project=foo["project"],
400
387
  service_name="<SERVICE_NAME>")
401
388
  ```
402
- <!--End PulumiCodeChooser -->
403
389
 
404
390
 
405
- :param 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.
391
+ :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.
406
392
  :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.
407
393
  """
408
394
  pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
@@ -415,7 +401,6 @@ def get_cassanda(project: Optional[str] = None,
415
401
  return AwaitableGetCassandaResult(
416
402
  additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
417
403
  cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
418
- cassandras=pulumi.get(__ret__, 'cassandras'),
419
404
  cloud_name=pulumi.get(__ret__, 'cloud_name'),
420
405
  components=pulumi.get(__ret__, 'components'),
421
406
  disk_space=pulumi.get(__ret__, 'disk_space'),
@@ -453,18 +438,16 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
453
438
 
454
439
  ## Example Usage
455
440
 
456
- <!--Start PulumiCodeChooser -->
457
441
  ```python
458
442
  import pulumi
459
443
  import pulumi_aiven as aiven
460
444
 
461
- bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
445
+ bar = aiven.get_cassandra(project=foo["project"],
462
446
  service_name="<SERVICE_NAME>")
463
447
  ```
464
- <!--End PulumiCodeChooser -->
465
448
 
466
449
 
467
- :param 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.
450
+ :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.
468
451
  :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.
469
452
  """
470
453
  pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
@@ -22,16 +22,13 @@ class GetCassandraResult:
22
22
  """
23
23
  A collection of values returned by getCassandra.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=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, 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, cassandra_user_configs=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, 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)
29
29
  if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
30
30
  raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
31
31
  pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
32
- if cassandras and not isinstance(cassandras, list):
33
- raise TypeError("Expected argument 'cassandras' to be a list")
34
- pulumi.set(__self__, "cassandras", cassandras)
35
32
  if cloud_name and not isinstance(cloud_name, str):
36
33
  raise TypeError("Expected argument 'cloud_name' to be a str")
37
34
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -127,14 +124,6 @@ class GetCassandraResult:
127
124
  """
128
125
  return pulumi.get(self, "cassandra_user_configs")
129
126
 
130
- @property
131
- @pulumi.getter
132
- def cassandras(self) -> Sequence['outputs.GetCassandraCassandraResult']:
133
- """
134
- Cassandra server provided values
135
- """
136
- return pulumi.get(self, "cassandras")
137
-
138
127
  @property
139
128
  @pulumi.getter(name="cloudName")
140
129
  def cloud_name(self) -> str:
@@ -227,7 +216,7 @@ class GetCassandraResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- 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.
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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetCassandraResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetCassandraTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -352,7 +341,6 @@ class AwaitableGetCassandraResult(GetCassandraResult):
352
341
  return GetCassandraResult(
353
342
  additional_disk_space=self.additional_disk_space,
354
343
  cassandra_user_configs=self.cassandra_user_configs,
355
- cassandras=self.cassandras,
356
344
  cloud_name=self.cloud_name,
357
345
  components=self.components,
358
346
  disk_space=self.disk_space,
@@ -389,18 +377,16 @@ def get_cassandra(project: Optional[str] = None,
389
377
 
390
378
  ## Example Usage
391
379
 
392
- <!--Start PulumiCodeChooser -->
393
380
  ```python
394
381
  import pulumi
395
382
  import pulumi_aiven as aiven
396
383
 
397
- bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
384
+ bar = aiven.get_cassandra(project=foo["project"],
398
385
  service_name="<SERVICE_NAME>")
399
386
  ```
400
- <!--End PulumiCodeChooser -->
401
387
 
402
388
 
403
- :param 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.
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.
404
390
  :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.
405
391
  """
406
392
  __args__ = dict()
@@ -412,7 +398,6 @@ def get_cassandra(project: Optional[str] = None,
412
398
  return AwaitableGetCassandraResult(
413
399
  additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
414
400
  cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
415
- cassandras=pulumi.get(__ret__, 'cassandras'),
416
401
  cloud_name=pulumi.get(__ret__, 'cloud_name'),
417
402
  components=pulumi.get(__ret__, 'components'),
418
403
  disk_space=pulumi.get(__ret__, 'disk_space'),
@@ -450,18 +435,16 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
450
435
 
451
436
  ## Example Usage
452
437
 
453
- <!--Start PulumiCodeChooser -->
454
438
  ```python
455
439
  import pulumi
456
440
  import pulumi_aiven as aiven
457
441
 
458
- bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
442
+ bar = aiven.get_cassandra(project=foo["project"],
459
443
  service_name="<SERVICE_NAME>")
460
444
  ```
461
- <!--End PulumiCodeChooser -->
462
445
 
463
446
 
464
- :param 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.
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.
465
448
  :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.
466
449
  """
467
450
  ...
@@ -83,7 +83,7 @@ class GetCassandraUserResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetCassandraUserResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -107,7 +107,7 @@ class GetCassandraUserResult:
107
107
  @pulumi.getter
108
108
  def username(self) -> str:
109
109
  """
110
- The actual name of the Cassandra User. 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.
110
+ The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
111
111
  """
112
112
  return pulumi.get(self, "username")
113
113
 
@@ -137,21 +137,19 @@ def get_cassandra_user(project: Optional[str] = None,
137
137
 
138
138
  ## Example Usage
139
139
 
140
- <!--Start PulumiCodeChooser -->
141
140
  ```python
142
141
  import pulumi
143
142
  import pulumi_aiven as aiven
144
143
 
145
- user = aiven.get_cassandra_user(project="my-project",
146
- service_name="my-service",
144
+ user = aiven.get_cassandra_user(service_name="my-service",
145
+ project="my-project",
147
146
  username="user1")
148
147
  ```
149
- <!--End PulumiCodeChooser -->
150
148
 
151
149
 
152
- :param 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.
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. This property cannot be changed, doing so forces recreation of the resource.
154
- :param str username: The actual name of the Cassandra User. 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.
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 username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
155
153
  """
156
154
  __args__ = dict()
157
155
  __args__['project'] = project
@@ -181,20 +179,18 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
181
179
 
182
180
  ## Example Usage
183
181
 
184
- <!--Start PulumiCodeChooser -->
185
182
  ```python
186
183
  import pulumi
187
184
  import pulumi_aiven as aiven
188
185
 
189
- user = aiven.get_cassandra_user(project="my-project",
190
- service_name="my-service",
186
+ user = aiven.get_cassandra_user(service_name="my-service",
187
+ project="my-project",
191
188
  username="user1")
192
189
  ```
193
- <!--End PulumiCodeChooser -->
194
190
 
195
191
 
196
- :param 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.
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. This property cannot be changed, doing so forces recreation of the resource.
198
- :param str username: The actual name of the Cassandra User. 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.
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.
194
+ :param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
199
195
  """
200
196
  ...