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
@@ -22,12 +22,12 @@ class AzureVpcPeeringConnectionArgs:
22
22
  vpc_id: pulumi.Input[str]):
23
23
  """
24
24
  The set of arguments for constructing a AzureVpcPeeringConnection resource.
25
- :param pulumi.Input[str] azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
26
- :param pulumi.Input[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.
27
- :param pulumi.Input[str] peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
28
- :param pulumi.Input[str] peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
29
- :param pulumi.Input[str] vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
30
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
25
+ :param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
26
+ :param pulumi.Input[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.
27
+ :param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
29
+ :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
30
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
31
31
  """
32
32
  pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
33
33
  pulumi.set(__self__, "peer_azure_app_id", peer_azure_app_id)
@@ -40,7 +40,7 @@ class AzureVpcPeeringConnectionArgs:
40
40
  @pulumi.getter(name="azureSubscriptionId")
41
41
  def azure_subscription_id(self) -> pulumi.Input[str]:
42
42
  """
43
- Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
43
+ The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
44
44
  """
45
45
  return pulumi.get(self, "azure_subscription_id")
46
46
 
@@ -52,7 +52,7 @@ class AzureVpcPeeringConnectionArgs:
52
52
  @pulumi.getter(name="peerAzureAppId")
53
53
  def peer_azure_app_id(self) -> pulumi.Input[str]:
54
54
  """
55
- 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.
55
+ 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.
56
56
  """
57
57
  return pulumi.get(self, "peer_azure_app_id")
58
58
 
@@ -64,7 +64,7 @@ class AzureVpcPeeringConnectionArgs:
64
64
  @pulumi.getter(name="peerAzureTenantId")
65
65
  def peer_azure_tenant_id(self) -> pulumi.Input[str]:
66
66
  """
67
- Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
67
+ The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
68
68
  """
69
69
  return pulumi.get(self, "peer_azure_tenant_id")
70
70
 
@@ -76,7 +76,7 @@ class AzureVpcPeeringConnectionArgs:
76
76
  @pulumi.getter(name="peerResourceGroup")
77
77
  def peer_resource_group(self) -> pulumi.Input[str]:
78
78
  """
79
- Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
79
+ The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
80
80
  """
81
81
  return pulumi.get(self, "peer_resource_group")
82
82
 
@@ -88,7 +88,7 @@ class AzureVpcPeeringConnectionArgs:
88
88
  @pulumi.getter(name="vnetName")
89
89
  def vnet_name(self) -> pulumi.Input[str]:
90
90
  """
91
- Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
91
+ The name of the Azure VNet. Changing this property forces recreation of the resource.
92
92
  """
93
93
  return pulumi.get(self, "vnet_name")
94
94
 
@@ -100,7 +100,7 @@ class AzureVpcPeeringConnectionArgs:
100
100
  @pulumi.getter(name="vpcId")
101
101
  def vpc_id(self) -> pulumi.Input[str]:
102
102
  """
103
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
103
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
104
104
  """
105
105
  return pulumi.get(self, "vpc_id")
106
106
 
@@ -123,15 +123,15 @@ class _AzureVpcPeeringConnectionState:
123
123
  vpc_id: Optional[pulumi.Input[str]] = None):
124
124
  """
125
125
  Input properties used for looking up and filtering AzureVpcPeeringConnection resources.
126
- :param pulumi.Input[str] azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
127
- :param pulumi.Input[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.
128
- :param pulumi.Input[str] peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
129
- :param pulumi.Input[str] peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
130
- :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
126
+ :param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
127
+ :param pulumi.Input[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.
128
+ :param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
129
+ :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
130
+ :param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
131
131
  :param pulumi.Input[str] state: State of the peering connection
132
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
133
- :param pulumi.Input[str] vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
134
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
132
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
133
+ :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
134
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
135
135
  """
136
136
  if azure_subscription_id is not None:
137
137
  pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
@@ -156,7 +156,7 @@ class _AzureVpcPeeringConnectionState:
156
156
  @pulumi.getter(name="azureSubscriptionId")
157
157
  def azure_subscription_id(self) -> Optional[pulumi.Input[str]]:
158
158
  """
159
- Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
159
+ The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
160
160
  """
161
161
  return pulumi.get(self, "azure_subscription_id")
162
162
 
@@ -168,7 +168,7 @@ class _AzureVpcPeeringConnectionState:
168
168
  @pulumi.getter(name="peerAzureAppId")
169
169
  def peer_azure_app_id(self) -> Optional[pulumi.Input[str]]:
170
170
  """
171
- 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.
171
+ 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.
172
172
  """
173
173
  return pulumi.get(self, "peer_azure_app_id")
174
174
 
@@ -180,7 +180,7 @@ class _AzureVpcPeeringConnectionState:
180
180
  @pulumi.getter(name="peerAzureTenantId")
181
181
  def peer_azure_tenant_id(self) -> Optional[pulumi.Input[str]]:
182
182
  """
183
- Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
183
+ The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
184
184
  """
185
185
  return pulumi.get(self, "peer_azure_tenant_id")
186
186
 
@@ -192,7 +192,7 @@ class _AzureVpcPeeringConnectionState:
192
192
  @pulumi.getter(name="peerResourceGroup")
193
193
  def peer_resource_group(self) -> Optional[pulumi.Input[str]]:
194
194
  """
195
- Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
195
+ The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
196
196
  """
197
197
  return pulumi.get(self, "peer_resource_group")
198
198
 
@@ -204,7 +204,7 @@ class _AzureVpcPeeringConnectionState:
204
204
  @pulumi.getter(name="peeringConnectionId")
205
205
  def peering_connection_id(self) -> Optional[pulumi.Input[str]]:
206
206
  """
207
- Cloud provider identifier for the peering connection if available
207
+ The ID of the cloud provider for the peering connection.
208
208
  """
209
209
  return pulumi.get(self, "peering_connection_id")
210
210
 
@@ -228,7 +228,7 @@ class _AzureVpcPeeringConnectionState:
228
228
  @pulumi.getter(name="stateInfo")
229
229
  def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
230
230
  """
231
- State-specific help or error information
231
+ State-specific help or error information.
232
232
  """
233
233
  return pulumi.get(self, "state_info")
234
234
 
@@ -240,7 +240,7 @@ class _AzureVpcPeeringConnectionState:
240
240
  @pulumi.getter(name="vnetName")
241
241
  def vnet_name(self) -> Optional[pulumi.Input[str]]:
242
242
  """
243
- Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
243
+ The name of the Azure VNet. Changing this property forces recreation of the resource.
244
244
  """
245
245
  return pulumi.get(self, "vnet_name")
246
246
 
@@ -252,7 +252,7 @@ class _AzureVpcPeeringConnectionState:
252
252
  @pulumi.getter(name="vpcId")
253
253
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
254
254
  """
255
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
255
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
256
256
  """
257
257
  return pulumi.get(self, "vpc_id")
258
258
 
@@ -274,39 +274,41 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
274
274
  vpc_id: Optional[pulumi.Input[str]] = None,
275
275
  __props__=None):
276
276
  """
277
- The Azure VPC Peering Connection resource allows the creation and management of Aiven VPC Peering Connections.
277
+ Creates and manages an Azure VPC peering connection with an Aiven VPC.
278
278
 
279
279
  ## Example Usage
280
280
 
281
- <!--Start PulumiCodeChooser -->
282
281
  ```python
283
282
  import pulumi
284
283
  import pulumi_aiven as aiven
285
284
 
286
- foo = aiven.AzureVpcPeeringConnection("foo",
287
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
288
- azure_subscription_id="xxxxxx",
289
- peer_resource_group="my-pr1",
290
- vnet_name="my-vnet1",
291
- peer_azure_app_id="xxxxxx",
292
- peer_azure_tenant_id="xxxxxx")
285
+ example_vpc = aiven.ProjectVpc("example_vpc",
286
+ project=example_project["project"],
287
+ cloud_name="google-europe-west1",
288
+ network_cidr="192.168.1.0/24")
289
+ azure_to_aiven_peering = aiven.AzureVpcPeeringConnection("azure_to_aiven_peering",
290
+ vpc_id=example_vpc.id,
291
+ azure_subscription_id="00000000-0000-0000-0000-000000000000",
292
+ peer_resource_group="example-resource-group",
293
+ vnet_name="example-vnet",
294
+ peer_azure_app_id="00000000-0000-0000-0000-000000000000",
295
+ peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
293
296
  ```
294
- <!--End PulumiCodeChooser -->
295
297
 
296
298
  ## Import
297
299
 
298
300
  ```sh
299
- $ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection foo project_name/vpc_id/azure_subscription_id/vnet_name
301
+ $ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection azure_to_aiven_peering PROJECT/VPC_ID/AZURE_SUBSCRIPTION_ID/VNET_NAME
300
302
  ```
301
303
 
302
304
  :param str resource_name: The name of the resource.
303
305
  :param pulumi.ResourceOptions opts: Options for the resource.
304
- :param pulumi.Input[str] azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
305
- :param pulumi.Input[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.
306
- :param pulumi.Input[str] peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
307
- :param pulumi.Input[str] peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
308
- :param pulumi.Input[str] vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
309
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
306
+ :param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
307
+ :param pulumi.Input[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.
308
+ :param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
309
+ :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
310
+ :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
311
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
310
312
  """
311
313
  ...
312
314
  @overload
@@ -315,29 +317,31 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
315
317
  args: AzureVpcPeeringConnectionArgs,
316
318
  opts: Optional[pulumi.ResourceOptions] = None):
317
319
  """
318
- The Azure VPC Peering Connection resource allows the creation and management of Aiven VPC Peering Connections.
320
+ Creates and manages an Azure VPC peering connection with an Aiven VPC.
319
321
 
320
322
  ## Example Usage
321
323
 
322
- <!--Start PulumiCodeChooser -->
323
324
  ```python
324
325
  import pulumi
325
326
  import pulumi_aiven as aiven
326
327
 
327
- foo = aiven.AzureVpcPeeringConnection("foo",
328
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
329
- azure_subscription_id="xxxxxx",
330
- peer_resource_group="my-pr1",
331
- vnet_name="my-vnet1",
332
- peer_azure_app_id="xxxxxx",
333
- peer_azure_tenant_id="xxxxxx")
328
+ example_vpc = aiven.ProjectVpc("example_vpc",
329
+ project=example_project["project"],
330
+ cloud_name="google-europe-west1",
331
+ network_cidr="192.168.1.0/24")
332
+ azure_to_aiven_peering = aiven.AzureVpcPeeringConnection("azure_to_aiven_peering",
333
+ vpc_id=example_vpc.id,
334
+ azure_subscription_id="00000000-0000-0000-0000-000000000000",
335
+ peer_resource_group="example-resource-group",
336
+ vnet_name="example-vnet",
337
+ peer_azure_app_id="00000000-0000-0000-0000-000000000000",
338
+ peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
334
339
  ```
335
- <!--End PulumiCodeChooser -->
336
340
 
337
341
  ## Import
338
342
 
339
343
  ```sh
340
- $ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection foo project_name/vpc_id/azure_subscription_id/vnet_name
344
+ $ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection azure_to_aiven_peering PROJECT/VPC_ID/AZURE_SUBSCRIPTION_ID/VNET_NAME
341
345
  ```
342
346
 
343
347
  :param str resource_name: The name of the resource.
@@ -417,15 +421,15 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
417
421
  :param str resource_name: The unique name of the resulting resource.
418
422
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
419
423
  :param pulumi.ResourceOptions opts: Options for the resource.
420
- :param pulumi.Input[str] azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
421
- :param pulumi.Input[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.
422
- :param pulumi.Input[str] peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
423
- :param pulumi.Input[str] peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
424
- :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
424
+ :param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
425
+ :param pulumi.Input[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.
426
+ :param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
427
+ :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
428
+ :param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
425
429
  :param pulumi.Input[str] state: State of the peering connection
426
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
427
- :param pulumi.Input[str] vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
428
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
430
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
431
+ :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
432
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
429
433
  """
430
434
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
431
435
 
@@ -446,7 +450,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
446
450
  @pulumi.getter(name="azureSubscriptionId")
447
451
  def azure_subscription_id(self) -> pulumi.Output[str]:
448
452
  """
449
- Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
453
+ The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
450
454
  """
451
455
  return pulumi.get(self, "azure_subscription_id")
452
456
 
@@ -454,7 +458,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
454
458
  @pulumi.getter(name="peerAzureAppId")
455
459
  def peer_azure_app_id(self) -> pulumi.Output[str]:
456
460
  """
457
- 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.
461
+ 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.
458
462
  """
459
463
  return pulumi.get(self, "peer_azure_app_id")
460
464
 
@@ -462,7 +466,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
462
466
  @pulumi.getter(name="peerAzureTenantId")
463
467
  def peer_azure_tenant_id(self) -> pulumi.Output[str]:
464
468
  """
465
- Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
469
+ The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
466
470
  """
467
471
  return pulumi.get(self, "peer_azure_tenant_id")
468
472
 
@@ -470,7 +474,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
470
474
  @pulumi.getter(name="peerResourceGroup")
471
475
  def peer_resource_group(self) -> pulumi.Output[str]:
472
476
  """
473
- Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
477
+ The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
474
478
  """
475
479
  return pulumi.get(self, "peer_resource_group")
476
480
 
@@ -478,7 +482,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
478
482
  @pulumi.getter(name="peeringConnectionId")
479
483
  def peering_connection_id(self) -> pulumi.Output[str]:
480
484
  """
481
- Cloud provider identifier for the peering connection if available
485
+ The ID of the cloud provider for the peering connection.
482
486
  """
483
487
  return pulumi.get(self, "peering_connection_id")
484
488
 
@@ -494,7 +498,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
494
498
  @pulumi.getter(name="stateInfo")
495
499
  def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
496
500
  """
497
- State-specific help or error information
501
+ State-specific help or error information.
498
502
  """
499
503
  return pulumi.get(self, "state_info")
500
504
 
@@ -502,7 +506,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
502
506
  @pulumi.getter(name="vnetName")
503
507
  def vnet_name(self) -> pulumi.Output[str]:
504
508
  """
505
- Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
509
+ The name of the Azure VNet. Changing this property forces recreation of the resource.
506
510
  """
507
511
  return pulumi.get(self, "vnet_name")
508
512
 
@@ -510,7 +514,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
510
514
  @pulumi.getter(name="vpcId")
511
515
  def vpc_id(self) -> pulumi.Output[str]:
512
516
  """
513
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
517
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
514
518
  """
515
519
  return pulumi.get(self, "vpc_id")
516
520
 
@@ -541,28 +541,28 @@ class BillingGroup(pulumi.CustomResource):
541
541
  zip_code: Optional[pulumi.Input[str]] = None,
542
542
  __props__=None):
543
543
  """
544
- Creates and manages billing groups and assigns them to projects.
544
+ Creates and manages [billing groups](https://aiven.io/docs/platform/concepts/billing-groups) and assigns them to projects.
545
545
 
546
546
  ## Example Usage
547
547
 
548
- <!--Start PulumiCodeChooser -->
549
548
  ```python
550
549
  import pulumi
551
550
  import pulumi_aiven as aiven
552
551
 
553
- bybg1 = aiven.BillingGroup("bybg1",
552
+ example_billing_group = aiven.BillingGroup("example_billing_group",
553
+ name="example-billing-group",
554
554
  billing_currency="USD",
555
- vat_id="123ABC")
556
- pr1 = aiven.Project("pr1",
557
- project="pr1",
558
- billing_group=bybg1.id)
555
+ vat_id="123ABC",
556
+ parent_id=main["id"])
557
+ example_project = aiven.Project("example_project",
558
+ project="example-project",
559
+ billing_group=example_billing_group.id)
559
560
  ```
560
- <!--End PulumiCodeChooser -->
561
561
 
562
562
  ## Import
563
563
 
564
564
  ```sh
565
- $ pulumi import aiven:index/billingGroup:BillingGroup bybg1 id
565
+ $ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
566
566
  ```
567
567
 
568
568
  :param str resource_name: The name of the resource.
@@ -590,28 +590,28 @@ class BillingGroup(pulumi.CustomResource):
590
590
  args: Optional[BillingGroupArgs] = None,
591
591
  opts: Optional[pulumi.ResourceOptions] = None):
592
592
  """
593
- Creates and manages billing groups and assigns them to projects.
593
+ Creates and manages [billing groups](https://aiven.io/docs/platform/concepts/billing-groups) and assigns them to projects.
594
594
 
595
595
  ## Example Usage
596
596
 
597
- <!--Start PulumiCodeChooser -->
598
597
  ```python
599
598
  import pulumi
600
599
  import pulumi_aiven as aiven
601
600
 
602
- bybg1 = aiven.BillingGroup("bybg1",
601
+ example_billing_group = aiven.BillingGroup("example_billing_group",
602
+ name="example-billing-group",
603
603
  billing_currency="USD",
604
- vat_id="123ABC")
605
- pr1 = aiven.Project("pr1",
606
- project="pr1",
607
- billing_group=bybg1.id)
604
+ vat_id="123ABC",
605
+ parent_id=main["id"])
606
+ example_project = aiven.Project("example_project",
607
+ project="example-project",
608
+ billing_group=example_billing_group.id)
608
609
  ```
609
- <!--End PulumiCodeChooser -->
610
610
 
611
611
  ## Import
612
612
 
613
613
  ```sh
614
- $ pulumi import aiven:index/billingGroup:BillingGroup bybg1 id
614
+ $ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
615
615
  ```
616
616
 
617
617
  :param str resource_name: The name of the resource.