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
@@ -20,10 +20,10 @@ class AwsVpcPeeringConnectionArgs:
20
20
  vpc_id: pulumi.Input[str]):
21
21
  """
22
22
  The set of arguments for constructing a AwsVpcPeeringConnection resource.
23
- :param pulumi.Input[str] aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
24
- :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
25
- :param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
26
- :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.
23
+ :param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
25
+ :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
26
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
27
27
  """
28
28
  pulumi.set(__self__, "aws_account_id", aws_account_id)
29
29
  pulumi.set(__self__, "aws_vpc_id", aws_vpc_id)
@@ -34,7 +34,7 @@ class AwsVpcPeeringConnectionArgs:
34
34
  @pulumi.getter(name="awsAccountId")
35
35
  def aws_account_id(self) -> pulumi.Input[str]:
36
36
  """
37
- AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
37
+ AWS account ID. Changing this property forces recreation of the resource.
38
38
  """
39
39
  return pulumi.get(self, "aws_account_id")
40
40
 
@@ -46,7 +46,7 @@ class AwsVpcPeeringConnectionArgs:
46
46
  @pulumi.getter(name="awsVpcId")
47
47
  def aws_vpc_id(self) -> pulumi.Input[str]:
48
48
  """
49
- AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
49
+ AWS VPC ID. Changing this property forces recreation of the resource.
50
50
  """
51
51
  return pulumi.get(self, "aws_vpc_id")
52
52
 
@@ -58,7 +58,7 @@ class AwsVpcPeeringConnectionArgs:
58
58
  @pulumi.getter(name="awsVpcRegion")
59
59
  def aws_vpc_region(self) -> pulumi.Input[str]:
60
60
  """
61
- AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
61
+ The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
62
62
  """
63
63
  return pulumi.get(self, "aws_vpc_region")
64
64
 
@@ -70,7 +70,7 @@ class AwsVpcPeeringConnectionArgs:
70
70
  @pulumi.getter(name="vpcId")
71
71
  def vpc_id(self) -> pulumi.Input[str]:
72
72
  """
73
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
73
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
74
74
  """
75
75
  return pulumi.get(self, "vpc_id")
76
76
 
@@ -91,13 +91,13 @@ class _AwsVpcPeeringConnectionState:
91
91
  vpc_id: Optional[pulumi.Input[str]] = None):
92
92
  """
93
93
  Input properties used for looking up and filtering AwsVpcPeeringConnection resources.
94
- :param pulumi.Input[str] aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
95
- :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
96
- :param pulumi.Input[str] aws_vpc_peering_connection_id: AWS VPC peering connection ID
97
- :param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
98
- :param pulumi.Input[str] state: State of the peering connection
99
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
100
- :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.
94
+ :param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
95
+ :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
96
+ :param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
97
+ :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
98
+ :param pulumi.Input[str] state: The state of the peering connection.
99
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
100
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
101
101
  """
102
102
  if aws_account_id is not None:
103
103
  pulumi.set(__self__, "aws_account_id", aws_account_id)
@@ -118,7 +118,7 @@ class _AwsVpcPeeringConnectionState:
118
118
  @pulumi.getter(name="awsAccountId")
119
119
  def aws_account_id(self) -> Optional[pulumi.Input[str]]:
120
120
  """
121
- AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
121
+ AWS account ID. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "aws_account_id")
124
124
 
@@ -130,7 +130,7 @@ class _AwsVpcPeeringConnectionState:
130
130
  @pulumi.getter(name="awsVpcId")
131
131
  def aws_vpc_id(self) -> Optional[pulumi.Input[str]]:
132
132
  """
133
- AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
133
+ AWS VPC ID. Changing this property forces recreation of the resource.
134
134
  """
135
135
  return pulumi.get(self, "aws_vpc_id")
136
136
 
@@ -142,7 +142,7 @@ class _AwsVpcPeeringConnectionState:
142
142
  @pulumi.getter(name="awsVpcPeeringConnectionId")
143
143
  def aws_vpc_peering_connection_id(self) -> Optional[pulumi.Input[str]]:
144
144
  """
145
- AWS VPC peering connection ID
145
+ The ID of the AWS VPC peering connection.
146
146
  """
147
147
  return pulumi.get(self, "aws_vpc_peering_connection_id")
148
148
 
@@ -154,7 +154,7 @@ class _AwsVpcPeeringConnectionState:
154
154
  @pulumi.getter(name="awsVpcRegion")
155
155
  def aws_vpc_region(self) -> Optional[pulumi.Input[str]]:
156
156
  """
157
- AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
157
+ The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
158
158
  """
159
159
  return pulumi.get(self, "aws_vpc_region")
160
160
 
@@ -166,7 +166,7 @@ class _AwsVpcPeeringConnectionState:
166
166
  @pulumi.getter
167
167
  def state(self) -> Optional[pulumi.Input[str]]:
168
168
  """
169
- State of the peering connection
169
+ The state of the peering connection.
170
170
  """
171
171
  return pulumi.get(self, "state")
172
172
 
@@ -178,7 +178,7 @@ class _AwsVpcPeeringConnectionState:
178
178
  @pulumi.getter(name="stateInfo")
179
179
  def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
180
180
  """
181
- State-specific help or error information
181
+ State-specific help or error information.
182
182
  """
183
183
  return pulumi.get(self, "state_info")
184
184
 
@@ -190,7 +190,7 @@ class _AwsVpcPeeringConnectionState:
190
190
  @pulumi.getter(name="vpcId")
191
191
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
192
192
  """
193
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
193
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
194
194
  """
195
195
  return pulumi.get(self, "vpc_id")
196
196
 
@@ -210,34 +210,37 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
210
210
  vpc_id: Optional[pulumi.Input[str]] = None,
211
211
  __props__=None):
212
212
  """
213
- The AWS VPC Peering Connection resource allows the creation and management of Aiven AWS VPC Peering Connections.
213
+ Creates and manages an AWS VPC peering connection with an Aiven VPC.
214
214
 
215
215
  ## Example Usage
216
216
 
217
- <!--Start PulumiCodeChooser -->
218
217
  ```python
219
218
  import pulumi
220
219
  import pulumi_aiven as aiven
221
220
 
222
- foo = aiven.AwsVpcPeeringConnection("foo",
223
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
224
- aws_account_id="XXXXX",
225
- aws_vpc_id="XXXXX")
221
+ example_vpc = aiven.ProjectVpc("example_vpc",
222
+ project=example_project["project"],
223
+ cloud_name="aws-us-east-2",
224
+ network_cidr="192.168.1.0/24")
225
+ aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
226
+ vpc_id=example_vpc.id,
227
+ aws_account_id=aws_id,
228
+ aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
229
+ aws_vpc_region="aws-us-east-2")
226
230
  ```
227
- <!--End PulumiCodeChooser -->
228
231
 
229
232
  ## Import
230
233
 
231
234
  ```sh
232
- $ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection foo project_name/vpc_id/aws_account_id/aws_vpc_id/aws_vpc_region
235
+ $ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection aws_to_aiven_peering PROJECT/VPC_ID/AWS_ACCOUNT_ID/AWS_VPC_ID/AWS_VPC_REGION
233
236
  ```
234
237
 
235
238
  :param str resource_name: The name of the resource.
236
239
  :param pulumi.ResourceOptions opts: Options for the resource.
237
- :param pulumi.Input[str] aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
238
- :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
239
- :param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
240
- :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.
240
+ :param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
241
+ :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
242
+ :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
243
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
241
244
  """
242
245
  ...
243
246
  @overload
@@ -246,26 +249,29 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
246
249
  args: AwsVpcPeeringConnectionArgs,
247
250
  opts: Optional[pulumi.ResourceOptions] = None):
248
251
  """
249
- The AWS VPC Peering Connection resource allows the creation and management of Aiven AWS VPC Peering Connections.
252
+ Creates and manages an AWS VPC peering connection with an Aiven VPC.
250
253
 
251
254
  ## Example Usage
252
255
 
253
- <!--Start PulumiCodeChooser -->
254
256
  ```python
255
257
  import pulumi
256
258
  import pulumi_aiven as aiven
257
259
 
258
- foo = aiven.AwsVpcPeeringConnection("foo",
259
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
260
- aws_account_id="XXXXX",
261
- aws_vpc_id="XXXXX")
260
+ example_vpc = aiven.ProjectVpc("example_vpc",
261
+ project=example_project["project"],
262
+ cloud_name="aws-us-east-2",
263
+ network_cidr="192.168.1.0/24")
264
+ aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
265
+ vpc_id=example_vpc.id,
266
+ aws_account_id=aws_id,
267
+ aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
268
+ aws_vpc_region="aws-us-east-2")
262
269
  ```
263
- <!--End PulumiCodeChooser -->
264
270
 
265
271
  ## Import
266
272
 
267
273
  ```sh
268
- $ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection foo project_name/vpc_id/aws_account_id/aws_vpc_id/aws_vpc_region
274
+ $ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection aws_to_aiven_peering PROJECT/VPC_ID/AWS_ACCOUNT_ID/AWS_VPC_ID/AWS_VPC_REGION
269
275
  ```
270
276
 
271
277
  :param str resource_name: The name of the resource.
@@ -335,13 +341,13 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
335
341
  :param str resource_name: The unique name of the resulting resource.
336
342
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
337
343
  :param pulumi.ResourceOptions opts: Options for the resource.
338
- :param pulumi.Input[str] aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
339
- :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
340
- :param pulumi.Input[str] aws_vpc_peering_connection_id: AWS VPC peering connection ID
341
- :param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
342
- :param pulumi.Input[str] state: State of the peering connection
343
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
344
- :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.
344
+ :param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
345
+ :param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
346
+ :param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
347
+ :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
348
+ :param pulumi.Input[str] state: The state of the peering connection.
349
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
350
+ :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
345
351
  """
346
352
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
347
353
 
@@ -360,7 +366,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
360
366
  @pulumi.getter(name="awsAccountId")
361
367
  def aws_account_id(self) -> pulumi.Output[str]:
362
368
  """
363
- AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
369
+ AWS account ID. Changing this property forces recreation of the resource.
364
370
  """
365
371
  return pulumi.get(self, "aws_account_id")
366
372
 
@@ -368,7 +374,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
368
374
  @pulumi.getter(name="awsVpcId")
369
375
  def aws_vpc_id(self) -> pulumi.Output[str]:
370
376
  """
371
- AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
377
+ AWS VPC ID. Changing this property forces recreation of the resource.
372
378
  """
373
379
  return pulumi.get(self, "aws_vpc_id")
374
380
 
@@ -376,7 +382,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
376
382
  @pulumi.getter(name="awsVpcPeeringConnectionId")
377
383
  def aws_vpc_peering_connection_id(self) -> pulumi.Output[str]:
378
384
  """
379
- AWS VPC peering connection ID
385
+ The ID of the AWS VPC peering connection.
380
386
  """
381
387
  return pulumi.get(self, "aws_vpc_peering_connection_id")
382
388
 
@@ -384,7 +390,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
384
390
  @pulumi.getter(name="awsVpcRegion")
385
391
  def aws_vpc_region(self) -> pulumi.Output[str]:
386
392
  """
387
- AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
393
+ The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
388
394
  """
389
395
  return pulumi.get(self, "aws_vpc_region")
390
396
 
@@ -392,7 +398,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
392
398
  @pulumi.getter
393
399
  def state(self) -> pulumi.Output[str]:
394
400
  """
395
- State of the peering connection
401
+ The state of the peering connection.
396
402
  """
397
403
  return pulumi.get(self, "state")
398
404
 
@@ -400,7 +406,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
400
406
  @pulumi.getter(name="stateInfo")
401
407
  def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
402
408
  """
403
- State-specific help or error information
409
+ State-specific help or error information.
404
410
  """
405
411
  return pulumi.get(self, "state_info")
406
412
 
@@ -408,7 +414,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
408
414
  @pulumi.getter(name="vpcId")
409
415
  def vpc_id(self) -> pulumi.Output[str]:
410
416
  """
411
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
417
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
412
418
  """
413
419
  return pulumi.get(self, "vpc_id")
414
420
 
@@ -19,9 +19,9 @@ class AzurePrivatelinkArgs:
19
19
  user_subscription_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
20
20
  """
21
21
  The set of arguments for constructing a AzurePrivatelink resource.
22
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
23
- :param pulumi.Input[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.
24
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A List of allowed Subscription IDs. Maximum length: `16`.
22
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[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.
24
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
27
27
  pulumi.set(__self__, "service_name", service_name)
@@ -31,7 +31,7 @@ class AzurePrivatelinkArgs:
31
31
  @pulumi.getter
32
32
  def project(self) -> pulumi.Input[str]:
33
33
  """
34
- 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.
34
+ 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.
35
35
  """
36
36
  return pulumi.get(self, "project")
37
37
 
@@ -43,7 +43,7 @@ class AzurePrivatelinkArgs:
43
43
  @pulumi.getter(name="serviceName")
44
44
  def service_name(self) -> pulumi.Input[str]:
45
45
  """
46
- 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.
46
+ 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.
47
47
  """
48
48
  return pulumi.get(self, "service_name")
49
49
 
@@ -55,7 +55,7 @@ class AzurePrivatelinkArgs:
55
55
  @pulumi.getter(name="userSubscriptionIds")
56
56
  def user_subscription_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
57
57
  """
58
- A List of allowed Subscription IDs. Maximum length: `16`.
58
+ A list of allowed subscription IDs. Maximum length: `16`.
59
59
  """
60
60
  return pulumi.get(self, "user_subscription_ids")
61
61
 
@@ -76,13 +76,13 @@ class _AzurePrivatelinkState:
76
76
  user_subscription_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
77
77
  """
78
78
  Input properties used for looking up and filtering AzurePrivatelink resources.
79
- :param pulumi.Input[str] azure_service_alias: Azure Privatelink service alias
80
- :param pulumi.Input[str] azure_service_id: Azure Privatelink service ID
81
- :param pulumi.Input[str] message: Printable result of the Azure Privatelink request
82
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
83
- :param pulumi.Input[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.
84
- :param pulumi.Input[str] state: Privatelink resource state
85
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A List of allowed Subscription IDs. Maximum length: `16`.
79
+ :param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
80
+ :param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
81
+ :param pulumi.Input[str] message: Printable result of the Azure Private Link request.
82
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
83
+ :param pulumi.Input[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.
84
+ :param pulumi.Input[str] state: The state of the Private Link resource.
85
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
86
86
  """
87
87
  if azure_service_alias is not None:
88
88
  pulumi.set(__self__, "azure_service_alias", azure_service_alias)
@@ -103,7 +103,7 @@ class _AzurePrivatelinkState:
103
103
  @pulumi.getter(name="azureServiceAlias")
104
104
  def azure_service_alias(self) -> Optional[pulumi.Input[str]]:
105
105
  """
106
- Azure Privatelink service alias
106
+ The Azure Private Link service alias.
107
107
  """
108
108
  return pulumi.get(self, "azure_service_alias")
109
109
 
@@ -115,7 +115,7 @@ class _AzurePrivatelinkState:
115
115
  @pulumi.getter(name="azureServiceId")
116
116
  def azure_service_id(self) -> Optional[pulumi.Input[str]]:
117
117
  """
118
- Azure Privatelink service ID
118
+ The Azure Private Link service ID.
119
119
  """
120
120
  return pulumi.get(self, "azure_service_id")
121
121
 
@@ -127,7 +127,7 @@ class _AzurePrivatelinkState:
127
127
  @pulumi.getter
128
128
  def message(self) -> Optional[pulumi.Input[str]]:
129
129
  """
130
- Printable result of the Azure Privatelink request
130
+ Printable result of the Azure Private Link request.
131
131
  """
132
132
  return pulumi.get(self, "message")
133
133
 
@@ -139,7 +139,7 @@ class _AzurePrivatelinkState:
139
139
  @pulumi.getter
140
140
  def project(self) -> Optional[pulumi.Input[str]]:
141
141
  """
142
- 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.
142
+ 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.
143
143
  """
144
144
  return pulumi.get(self, "project")
145
145
 
@@ -151,7 +151,7 @@ class _AzurePrivatelinkState:
151
151
  @pulumi.getter(name="serviceName")
152
152
  def service_name(self) -> Optional[pulumi.Input[str]]:
153
153
  """
154
- 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
+ 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.
155
155
  """
156
156
  return pulumi.get(self, "service_name")
157
157
 
@@ -163,7 +163,7 @@ class _AzurePrivatelinkState:
163
163
  @pulumi.getter
164
164
  def state(self) -> Optional[pulumi.Input[str]]:
165
165
  """
166
- Privatelink resource state
166
+ The state of the Private Link resource.
167
167
  """
168
168
  return pulumi.get(self, "state")
169
169
 
@@ -175,7 +175,7 @@ class _AzurePrivatelinkState:
175
175
  @pulumi.getter(name="userSubscriptionIds")
176
176
  def user_subscription_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
177
177
  """
178
- A List of allowed Subscription IDs. Maximum length: `16`.
178
+ A list of allowed subscription IDs. Maximum length: `16`.
179
179
  """
180
180
  return pulumi.get(self, "user_subscription_ids")
181
181
 
@@ -194,33 +194,31 @@ class AzurePrivatelink(pulumi.CustomResource):
194
194
  user_subscription_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
195
195
  __props__=None):
196
196
  """
197
- The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
197
+ Creates and manages an Azure Private Link for [selected Aiven services](https://aiven.io/docs/platform/howto/use-azure-privatelink) in a VPC.
198
198
 
199
199
  ## Example Usage
200
200
 
201
- <!--Start PulumiCodeChooser -->
202
201
  ```python
203
202
  import pulumi
204
203
  import pulumi_aiven as aiven
205
204
 
206
- foo = aiven.AzurePrivatelink("foo",
207
- project=data["aiven_project"]["foo"]["project"],
208
- service_name=aiven_kafka["bar"]["service_name"],
209
- user_subscription_ids=["xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"])
205
+ main = aiven.AzurePrivatelink("main",
206
+ project=example_project["project"],
207
+ service_name=example_kafka["serviceName"],
208
+ user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
210
209
  ```
211
- <!--End PulumiCodeChooser -->
212
210
 
213
211
  ## Import
214
212
 
215
213
  ```sh
216
- $ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink foo project/service_name
214
+ $ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
217
215
  ```
218
216
 
219
217
  :param str resource_name: The name of the resource.
220
218
  :param pulumi.ResourceOptions opts: Options for the resource.
221
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
222
- :param pulumi.Input[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.
223
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A List of allowed Subscription IDs. Maximum length: `16`.
219
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
220
+ :param pulumi.Input[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.
221
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
224
222
  """
225
223
  ...
226
224
  @overload
@@ -229,26 +227,24 @@ class AzurePrivatelink(pulumi.CustomResource):
229
227
  args: AzurePrivatelinkArgs,
230
228
  opts: Optional[pulumi.ResourceOptions] = None):
231
229
  """
232
- The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
230
+ Creates and manages an Azure Private Link for [selected Aiven services](https://aiven.io/docs/platform/howto/use-azure-privatelink) in a VPC.
233
231
 
234
232
  ## Example Usage
235
233
 
236
- <!--Start PulumiCodeChooser -->
237
234
  ```python
238
235
  import pulumi
239
236
  import pulumi_aiven as aiven
240
237
 
241
- foo = aiven.AzurePrivatelink("foo",
242
- project=data["aiven_project"]["foo"]["project"],
243
- service_name=aiven_kafka["bar"]["service_name"],
244
- user_subscription_ids=["xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"])
238
+ main = aiven.AzurePrivatelink("main",
239
+ project=example_project["project"],
240
+ service_name=example_kafka["serviceName"],
241
+ user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
245
242
  ```
246
- <!--End PulumiCodeChooser -->
247
243
 
248
244
  ## Import
249
245
 
250
246
  ```sh
251
- $ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink foo project/service_name
247
+ $ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
252
248
  ```
253
249
 
254
250
  :param str resource_name: The name of the resource.
@@ -315,13 +311,13 @@ class AzurePrivatelink(pulumi.CustomResource):
315
311
  :param str resource_name: The unique name of the resulting resource.
316
312
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
317
313
  :param pulumi.ResourceOptions opts: Options for the resource.
318
- :param pulumi.Input[str] azure_service_alias: Azure Privatelink service alias
319
- :param pulumi.Input[str] azure_service_id: Azure Privatelink service ID
320
- :param pulumi.Input[str] message: Printable result of the Azure Privatelink request
321
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
322
- :param pulumi.Input[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.
323
- :param pulumi.Input[str] state: Privatelink resource state
324
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A List of allowed Subscription IDs. Maximum length: `16`.
314
+ :param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
315
+ :param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
316
+ :param pulumi.Input[str] message: Printable result of the Azure Private Link request.
317
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
318
+ :param pulumi.Input[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.
319
+ :param pulumi.Input[str] state: The state of the Private Link resource.
320
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
325
321
  """
326
322
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
327
323
 
@@ -340,7 +336,7 @@ class AzurePrivatelink(pulumi.CustomResource):
340
336
  @pulumi.getter(name="azureServiceAlias")
341
337
  def azure_service_alias(self) -> pulumi.Output[str]:
342
338
  """
343
- Azure Privatelink service alias
339
+ The Azure Private Link service alias.
344
340
  """
345
341
  return pulumi.get(self, "azure_service_alias")
346
342
 
@@ -348,7 +344,7 @@ class AzurePrivatelink(pulumi.CustomResource):
348
344
  @pulumi.getter(name="azureServiceId")
349
345
  def azure_service_id(self) -> pulumi.Output[str]:
350
346
  """
351
- Azure Privatelink service ID
347
+ The Azure Private Link service ID.
352
348
  """
353
349
  return pulumi.get(self, "azure_service_id")
354
350
 
@@ -356,7 +352,7 @@ class AzurePrivatelink(pulumi.CustomResource):
356
352
  @pulumi.getter
357
353
  def message(self) -> pulumi.Output[str]:
358
354
  """
359
- Printable result of the Azure Privatelink request
355
+ Printable result of the Azure Private Link request.
360
356
  """
361
357
  return pulumi.get(self, "message")
362
358
 
@@ -364,7 +360,7 @@ class AzurePrivatelink(pulumi.CustomResource):
364
360
  @pulumi.getter
365
361
  def project(self) -> pulumi.Output[str]:
366
362
  """
367
- 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.
363
+ 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.
368
364
  """
369
365
  return pulumi.get(self, "project")
370
366
 
@@ -372,7 +368,7 @@ class AzurePrivatelink(pulumi.CustomResource):
372
368
  @pulumi.getter(name="serviceName")
373
369
  def service_name(self) -> pulumi.Output[str]:
374
370
  """
375
- 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.
371
+ 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.
376
372
  """
377
373
  return pulumi.get(self, "service_name")
378
374
 
@@ -380,7 +376,7 @@ class AzurePrivatelink(pulumi.CustomResource):
380
376
  @pulumi.getter
381
377
  def state(self) -> pulumi.Output[str]:
382
378
  """
383
- Privatelink resource state
379
+ The state of the Private Link resource.
384
380
  """
385
381
  return pulumi.get(self, "state")
386
382
 
@@ -388,7 +384,7 @@ class AzurePrivatelink(pulumi.CustomResource):
388
384
  @pulumi.getter(name="userSubscriptionIds")
389
385
  def user_subscription_ids(self) -> pulumi.Output[Sequence[str]]:
390
386
  """
391
- A List of allowed Subscription IDs. Maximum length: `16`.
387
+ A list of allowed subscription IDs. Maximum length: `16`.
392
388
  """
393
389
  return pulumi.get(self, "user_subscription_ids")
394
390