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
@@ -19,9 +19,9 @@ class AzurePrivatelinkConnectionApprovalArgs:
19
19
  endpoint_ip_address: Optional[pulumi.Input[str]] = None):
20
20
  """
21
21
  The set of arguments for constructing a AzurePrivatelinkConnectionApproval 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[str] endpoint_ip_address: IP address of Azure private endpoint
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[str] endpoint_ip_address: IP address of Azure private endpoint.
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
27
27
  pulumi.set(__self__, "service_name", service_name)
@@ -32,7 +32,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
32
32
  @pulumi.getter
33
33
  def project(self) -> pulumi.Input[str]:
34
34
  """
35
- 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.
35
+ 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.
36
36
  """
37
37
  return pulumi.get(self, "project")
38
38
 
@@ -44,7 +44,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
44
44
  @pulumi.getter(name="serviceName")
45
45
  def service_name(self) -> pulumi.Input[str]:
46
46
  """
47
- 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.
47
+ 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.
48
48
  """
49
49
  return pulumi.get(self, "service_name")
50
50
 
@@ -56,7 +56,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
56
56
  @pulumi.getter(name="endpointIpAddress")
57
57
  def endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
58
58
  """
59
- IP address of Azure private endpoint
59
+ IP address of Azure private endpoint.
60
60
  """
61
61
  return pulumi.get(self, "endpoint_ip_address")
62
62
 
@@ -75,11 +75,11 @@ class _AzurePrivatelinkConnectionApprovalState:
75
75
  state: Optional[pulumi.Input[str]] = None):
76
76
  """
77
77
  Input properties used for looking up and filtering AzurePrivatelinkConnectionApproval resources.
78
- :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
79
- :param pulumi.Input[str] privatelink_connection_id: Privatelink connection id
80
- :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.
81
- :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.
82
- :param pulumi.Input[str] state: Privatelink connection state
78
+ :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
79
+ :param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
80
+ :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.
81
+ :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.
82
+ :param pulumi.Input[str] state: The state of the Private Link connection.
83
83
  """
84
84
  if endpoint_ip_address is not None:
85
85
  pulumi.set(__self__, "endpoint_ip_address", endpoint_ip_address)
@@ -96,7 +96,7 @@ class _AzurePrivatelinkConnectionApprovalState:
96
96
  @pulumi.getter(name="endpointIpAddress")
97
97
  def endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
98
98
  """
99
- IP address of Azure private endpoint
99
+ IP address of Azure private endpoint.
100
100
  """
101
101
  return pulumi.get(self, "endpoint_ip_address")
102
102
 
@@ -108,7 +108,7 @@ class _AzurePrivatelinkConnectionApprovalState:
108
108
  @pulumi.getter(name="privatelinkConnectionId")
109
109
  def privatelink_connection_id(self) -> Optional[pulumi.Input[str]]:
110
110
  """
111
- Privatelink connection id
111
+ The ID of the Private Link connection.
112
112
  """
113
113
  return pulumi.get(self, "privatelink_connection_id")
114
114
 
@@ -120,7 +120,7 @@ class _AzurePrivatelinkConnectionApprovalState:
120
120
  @pulumi.getter
121
121
  def project(self) -> Optional[pulumi.Input[str]]:
122
122
  """
123
- 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.
123
+ 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.
124
124
  """
125
125
  return pulumi.get(self, "project")
126
126
 
@@ -132,7 +132,7 @@ class _AzurePrivatelinkConnectionApprovalState:
132
132
  @pulumi.getter(name="serviceName")
133
133
  def service_name(self) -> Optional[pulumi.Input[str]]:
134
134
  """
135
- 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.
135
+ 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.
136
136
  """
137
137
  return pulumi.get(self, "service_name")
138
138
 
@@ -144,7 +144,7 @@ class _AzurePrivatelinkConnectionApprovalState:
144
144
  @pulumi.getter
145
145
  def state(self) -> Optional[pulumi.Input[str]]:
146
146
  """
147
- Privatelink connection state
147
+ The state of the Private Link connection.
148
148
  """
149
149
  return pulumi.get(self, "state")
150
150
 
@@ -163,19 +163,68 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
163
163
  service_name: Optional[pulumi.Input[str]] = None,
164
164
  __props__=None):
165
165
  """
166
- The Azure privatelink approve resource waits for an aiven privatelink connection on a service and approves it with associated endpoint IP
166
+ Approves an Azure Private Link connection to an Aiven service with an associated endpoint IP.
167
+
168
+ ## Example Usage
169
+
170
+ ```python
171
+ import pulumi
172
+ import pulumi_aiven as aiven
173
+ import pulumi_azurerm as azurerm
174
+
175
+ static_ips = []
176
+ for range in [{"value": i} for i in range(0, 2)]:
177
+ static_ips.append(aiven.StaticIp(f"static_ips-{range['value']}",
178
+ project=project_id,
179
+ cloud_name=region))
180
+ default = aiven.Pg("default",
181
+ service_name="postgres",
182
+ project=aiven_project_id,
183
+ project_vpc_id=aiven_project_vpc_id,
184
+ cloud_name=region,
185
+ plan=plan,
186
+ static_ips=[sip.static_ip_address_id for sip in static_ips],
187
+ pg_user_config=aiven.PgPgUserConfigArgs(
188
+ pg_version="13",
189
+ static_ips=True,
190
+ privatelink_access=aiven.PgPgUserConfigPrivatelinkAccessArgs(
191
+ pg=True,
192
+ pgbouncer=True,
193
+ ),
194
+ ))
195
+ privatelink = aiven.AzurePrivatelink("privatelink",
196
+ project=aiven_project_id,
197
+ service_name=default.name,
198
+ user_subscription_ids=[azure_subscription_id])
199
+ endpoint = azurerm.index.PrivateEndpoint("endpoint",
200
+ name=postgres-endpoint,
201
+ location=region,
202
+ resource_group_name=azure_resource_group.name,
203
+ subnet_id=azure_subnet_id,
204
+ private_service_connection=[{
205
+ name: default.name,
206
+ privateConnectionResourceId: privatelink.azure_service_id,
207
+ isManualConnection: True,
208
+ requestMessage: default.name,
209
+ }],
210
+ opts=pulumi.ResourceOptions(depends_on=[privatelink]))
211
+ approval = aiven.AzurePrivatelinkConnectionApproval("approval",
212
+ project=aiven_project_id,
213
+ service_name=default.service_name,
214
+ endpoint_ip_address=endpoint["privateServiceConnection"][0]["privateIpAddress"])
215
+ ```
167
216
 
168
217
  ## Import
169
218
 
170
219
  ```sh
171
- $ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval project/service_name
220
+ $ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval PROJECT/SERVICE_NAME
172
221
  ```
173
222
 
174
223
  :param str resource_name: The name of the resource.
175
224
  :param pulumi.ResourceOptions opts: Options for the resource.
176
- :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
177
- :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.
178
- :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.
225
+ :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
226
+ :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.
227
+ :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.
179
228
  """
180
229
  ...
181
230
  @overload
@@ -184,12 +233,61 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
184
233
  args: AzurePrivatelinkConnectionApprovalArgs,
185
234
  opts: Optional[pulumi.ResourceOptions] = None):
186
235
  """
187
- The Azure privatelink approve resource waits for an aiven privatelink connection on a service and approves it with associated endpoint IP
236
+ Approves an Azure Private Link connection to an Aiven service with an associated endpoint IP.
237
+
238
+ ## Example Usage
239
+
240
+ ```python
241
+ import pulumi
242
+ import pulumi_aiven as aiven
243
+ import pulumi_azurerm as azurerm
244
+
245
+ static_ips = []
246
+ for range in [{"value": i} for i in range(0, 2)]:
247
+ static_ips.append(aiven.StaticIp(f"static_ips-{range['value']}",
248
+ project=project_id,
249
+ cloud_name=region))
250
+ default = aiven.Pg("default",
251
+ service_name="postgres",
252
+ project=aiven_project_id,
253
+ project_vpc_id=aiven_project_vpc_id,
254
+ cloud_name=region,
255
+ plan=plan,
256
+ static_ips=[sip.static_ip_address_id for sip in static_ips],
257
+ pg_user_config=aiven.PgPgUserConfigArgs(
258
+ pg_version="13",
259
+ static_ips=True,
260
+ privatelink_access=aiven.PgPgUserConfigPrivatelinkAccessArgs(
261
+ pg=True,
262
+ pgbouncer=True,
263
+ ),
264
+ ))
265
+ privatelink = aiven.AzurePrivatelink("privatelink",
266
+ project=aiven_project_id,
267
+ service_name=default.name,
268
+ user_subscription_ids=[azure_subscription_id])
269
+ endpoint = azurerm.index.PrivateEndpoint("endpoint",
270
+ name=postgres-endpoint,
271
+ location=region,
272
+ resource_group_name=azure_resource_group.name,
273
+ subnet_id=azure_subnet_id,
274
+ private_service_connection=[{
275
+ name: default.name,
276
+ privateConnectionResourceId: privatelink.azure_service_id,
277
+ isManualConnection: True,
278
+ requestMessage: default.name,
279
+ }],
280
+ opts=pulumi.ResourceOptions(depends_on=[privatelink]))
281
+ approval = aiven.AzurePrivatelinkConnectionApproval("approval",
282
+ project=aiven_project_id,
283
+ service_name=default.service_name,
284
+ endpoint_ip_address=endpoint["privateServiceConnection"][0]["privateIpAddress"])
285
+ ```
188
286
 
189
287
  ## Import
190
288
 
191
289
  ```sh
192
- $ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval project/service_name
290
+ $ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval PROJECT/SERVICE_NAME
193
291
  ```
194
292
 
195
293
  :param str resource_name: The name of the resource.
@@ -250,11 +348,11 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
250
348
  :param str resource_name: The unique name of the resulting resource.
251
349
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
252
350
  :param pulumi.ResourceOptions opts: Options for the resource.
253
- :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
254
- :param pulumi.Input[str] privatelink_connection_id: Privatelink connection id
255
- :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.
256
- :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.
257
- :param pulumi.Input[str] state: Privatelink connection state
351
+ :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
352
+ :param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
353
+ :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.
354
+ :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.
355
+ :param pulumi.Input[str] state: The state of the Private Link connection.
258
356
  """
259
357
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
260
358
 
@@ -271,7 +369,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
271
369
  @pulumi.getter(name="endpointIpAddress")
272
370
  def endpoint_ip_address(self) -> pulumi.Output[Optional[str]]:
273
371
  """
274
- IP address of Azure private endpoint
372
+ IP address of Azure private endpoint.
275
373
  """
276
374
  return pulumi.get(self, "endpoint_ip_address")
277
375
 
@@ -279,7 +377,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
279
377
  @pulumi.getter(name="privatelinkConnectionId")
280
378
  def privatelink_connection_id(self) -> pulumi.Output[str]:
281
379
  """
282
- Privatelink connection id
380
+ The ID of the Private Link connection.
283
381
  """
284
382
  return pulumi.get(self, "privatelink_connection_id")
285
383
 
@@ -287,7 +385,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
287
385
  @pulumi.getter
288
386
  def project(self) -> pulumi.Output[str]:
289
387
  """
290
- 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.
388
+ 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.
291
389
  """
292
390
  return pulumi.get(self, "project")
293
391
 
@@ -295,7 +393,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
295
393
  @pulumi.getter(name="serviceName")
296
394
  def service_name(self) -> pulumi.Output[str]:
297
395
  """
298
- 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.
396
+ 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.
299
397
  """
300
398
  return pulumi.get(self, "service_name")
301
399
 
@@ -303,7 +401,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
303
401
  @pulumi.getter
304
402
  def state(self) -> pulumi.Output[str]:
305
403
  """
306
- Privatelink connection state
404
+ The state of the Private Link connection.
307
405
  """
308
406
  return pulumi.get(self, "state")
309
407