pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721282795__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-alicloud might be problematic. Click here for more details.

Files changed (107) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
@@ -162,6 +162,10 @@ class ConnectionAuthParametersApiKeyAuthParameters(dict):
162
162
  def __init__(__self__, *,
163
163
  api_key_name: Optional[str] = None,
164
164
  api_key_value: Optional[str] = None):
165
+ """
166
+ :param str api_key_name: The name of the API key.
167
+ :param str api_key_value: The value of the API key.
168
+ """
165
169
  if api_key_name is not None:
166
170
  pulumi.set(__self__, "api_key_name", api_key_name)
167
171
  if api_key_value is not None:
@@ -170,11 +174,17 @@ class ConnectionAuthParametersApiKeyAuthParameters(dict):
170
174
  @property
171
175
  @pulumi.getter(name="apiKeyName")
172
176
  def api_key_name(self) -> Optional[str]:
177
+ """
178
+ The name of the API key.
179
+ """
173
180
  return pulumi.get(self, "api_key_name")
174
181
 
175
182
  @property
176
183
  @pulumi.getter(name="apiKeyValue")
177
184
  def api_key_value(self) -> Optional[str]:
185
+ """
186
+ The value of the API key.
187
+ """
178
188
  return pulumi.get(self, "api_key_value")
179
189
 
180
190
 
@@ -183,6 +193,10 @@ class ConnectionAuthParametersBasicAuthParameters(dict):
183
193
  def __init__(__self__, *,
184
194
  password: Optional[str] = None,
185
195
  username: Optional[str] = None):
196
+ """
197
+ :param str password: The password for basic authentication.
198
+ :param str username: The username for basic authentication.
199
+ """
186
200
  if password is not None:
187
201
  pulumi.set(__self__, "password", password)
188
202
  if username is not None:
@@ -191,11 +205,17 @@ class ConnectionAuthParametersBasicAuthParameters(dict):
191
205
  @property
192
206
  @pulumi.getter
193
207
  def password(self) -> Optional[str]:
208
+ """
209
+ The password for basic authentication.
210
+ """
194
211
  return pulumi.get(self, "password")
195
212
 
196
213
  @property
197
214
  @pulumi.getter
198
215
  def username(self) -> Optional[str]:
216
+ """
217
+ The username for basic authentication.
218
+ """
199
219
  return pulumi.get(self, "username")
200
220
 
201
221
 
@@ -229,6 +249,12 @@ class ConnectionAuthParametersOauthParameters(dict):
229
249
  client_parameters: Optional['outputs.ConnectionAuthParametersOauthParametersClientParameters'] = None,
230
250
  http_method: Optional[str] = None,
231
251
  oauth_http_parameters: Optional['outputs.ConnectionAuthParametersOauthParametersOauthHttpParameters'] = None):
252
+ """
253
+ :param str authorization_endpoint: The IP address of the authorized endpoint.
254
+ :param 'ConnectionAuthParametersOauthParametersClientParametersArgs' client_parameters: The parameters that are configured for the client. See `client_parameters` below.
255
+ :param str http_method: The HTTP request method. Valid values: `GET`, `POST`, `HEAD`, `DELETE`, `PUT`, `PATCH`.
256
+ :param 'ConnectionAuthParametersOauthParametersOauthHttpParametersArgs' oauth_http_parameters: The request parameters that are configured for OAuth authentication. See `oauth_http_parameters` below.
257
+ """
232
258
  if authorization_endpoint is not None:
233
259
  pulumi.set(__self__, "authorization_endpoint", authorization_endpoint)
234
260
  if client_parameters is not None:
@@ -241,21 +267,33 @@ class ConnectionAuthParametersOauthParameters(dict):
241
267
  @property
242
268
  @pulumi.getter(name="authorizationEndpoint")
243
269
  def authorization_endpoint(self) -> Optional[str]:
270
+ """
271
+ The IP address of the authorized endpoint.
272
+ """
244
273
  return pulumi.get(self, "authorization_endpoint")
245
274
 
246
275
  @property
247
276
  @pulumi.getter(name="clientParameters")
248
277
  def client_parameters(self) -> Optional['outputs.ConnectionAuthParametersOauthParametersClientParameters']:
278
+ """
279
+ The parameters that are configured for the client. See `client_parameters` below.
280
+ """
249
281
  return pulumi.get(self, "client_parameters")
250
282
 
251
283
  @property
252
284
  @pulumi.getter(name="httpMethod")
253
285
  def http_method(self) -> Optional[str]:
286
+ """
287
+ The HTTP request method. Valid values: `GET`, `POST`, `HEAD`, `DELETE`, `PUT`, `PATCH`.
288
+ """
254
289
  return pulumi.get(self, "http_method")
255
290
 
256
291
  @property
257
292
  @pulumi.getter(name="oauthHttpParameters")
258
293
  def oauth_http_parameters(self) -> Optional['outputs.ConnectionAuthParametersOauthParametersOauthHttpParameters']:
294
+ """
295
+ The request parameters that are configured for OAuth authentication. See `oauth_http_parameters` below.
296
+ """
259
297
  return pulumi.get(self, "oauth_http_parameters")
260
298
 
261
299
 
@@ -283,6 +321,10 @@ class ConnectionAuthParametersOauthParametersClientParameters(dict):
283
321
  def __init__(__self__, *,
284
322
  client_id: Optional[str] = None,
285
323
  client_secret: Optional[str] = None):
324
+ """
325
+ :param str client_id: The ID of the client.
326
+ :param str client_secret: The AccessKey secret of the client.
327
+ """
286
328
  if client_id is not None:
287
329
  pulumi.set(__self__, "client_id", client_id)
288
330
  if client_secret is not None:
@@ -291,11 +333,17 @@ class ConnectionAuthParametersOauthParametersClientParameters(dict):
291
333
  @property
292
334
  @pulumi.getter(name="clientId")
293
335
  def client_id(self) -> Optional[str]:
336
+ """
337
+ The ID of the client.
338
+ """
294
339
  return pulumi.get(self, "client_id")
295
340
 
296
341
  @property
297
342
  @pulumi.getter(name="clientSecret")
298
343
  def client_secret(self) -> Optional[str]:
344
+ """
345
+ The AccessKey secret of the client.
346
+ """
299
347
  return pulumi.get(self, "client_secret")
300
348
 
301
349
 
@@ -326,6 +374,11 @@ class ConnectionAuthParametersOauthParametersOauthHttpParameters(dict):
326
374
  body_parameters: Optional[Sequence['outputs.ConnectionAuthParametersOauthParametersOauthHttpParametersBodyParameter']] = None,
327
375
  header_parameters: Optional[Sequence['outputs.ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameter']] = None,
328
376
  query_string_parameters: Optional[Sequence['outputs.ConnectionAuthParametersOauthParametersOauthHttpParametersQueryStringParameter']] = None):
377
+ """
378
+ :param Sequence['ConnectionAuthParametersOauthParametersOauthHttpParametersBodyParameterArgs'] body_parameters: The parameters that are configured for the request body. See `body_parameters` below.
379
+ :param Sequence['ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameterArgs'] header_parameters: The parameters that are configured for the request header. See `header_parameters` below.
380
+ :param Sequence['ConnectionAuthParametersOauthParametersOauthHttpParametersQueryStringParameterArgs'] query_string_parameters: The parameters that are configured for the request path. See `query_string_parameters` below.
381
+ """
329
382
  if body_parameters is not None:
330
383
  pulumi.set(__self__, "body_parameters", body_parameters)
331
384
  if header_parameters is not None:
@@ -336,16 +389,25 @@ class ConnectionAuthParametersOauthParametersOauthHttpParameters(dict):
336
389
  @property
337
390
  @pulumi.getter(name="bodyParameters")
338
391
  def body_parameters(self) -> Optional[Sequence['outputs.ConnectionAuthParametersOauthParametersOauthHttpParametersBodyParameter']]:
392
+ """
393
+ The parameters that are configured for the request body. See `body_parameters` below.
394
+ """
339
395
  return pulumi.get(self, "body_parameters")
340
396
 
341
397
  @property
342
398
  @pulumi.getter(name="headerParameters")
343
399
  def header_parameters(self) -> Optional[Sequence['outputs.ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameter']]:
400
+ """
401
+ The parameters that are configured for the request header. See `header_parameters` below.
402
+ """
344
403
  return pulumi.get(self, "header_parameters")
345
404
 
346
405
  @property
347
406
  @pulumi.getter(name="queryStringParameters")
348
407
  def query_string_parameters(self) -> Optional[Sequence['outputs.ConnectionAuthParametersOauthParametersOauthHttpParametersQueryStringParameter']]:
408
+ """
409
+ The parameters that are configured for the request path. See `query_string_parameters` below.
410
+ """
349
411
  return pulumi.get(self, "query_string_parameters")
350
412
 
351
413
 
@@ -372,6 +434,11 @@ class ConnectionAuthParametersOauthParametersOauthHttpParametersBodyParameter(di
372
434
  is_value_secret: Optional[str] = None,
373
435
  key: Optional[str] = None,
374
436
  value: Optional[str] = None):
437
+ """
438
+ :param str is_value_secret: Specifies whether to enable authentication.
439
+ :param str key: The key of the request path.
440
+ :param str value: The key of the request path.
441
+ """
375
442
  if is_value_secret is not None:
376
443
  pulumi.set(__self__, "is_value_secret", is_value_secret)
377
444
  if key is not None:
@@ -382,16 +449,25 @@ class ConnectionAuthParametersOauthParametersOauthHttpParametersBodyParameter(di
382
449
  @property
383
450
  @pulumi.getter(name="isValueSecret")
384
451
  def is_value_secret(self) -> Optional[str]:
452
+ """
453
+ Specifies whether to enable authentication.
454
+ """
385
455
  return pulumi.get(self, "is_value_secret")
386
456
 
387
457
  @property
388
458
  @pulumi.getter
389
459
  def key(self) -> Optional[str]:
460
+ """
461
+ The key of the request path.
462
+ """
390
463
  return pulumi.get(self, "key")
391
464
 
392
465
  @property
393
466
  @pulumi.getter
394
467
  def value(self) -> Optional[str]:
468
+ """
469
+ The key of the request path.
470
+ """
395
471
  return pulumi.get(self, "value")
396
472
 
397
473
 
@@ -418,6 +494,11 @@ class ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameter(
418
494
  is_value_secret: Optional[str] = None,
419
495
  key: Optional[str] = None,
420
496
  value: Optional[str] = None):
497
+ """
498
+ :param str is_value_secret: Specifies whether to enable authentication.
499
+ :param str key: The key of the request path.
500
+ :param str value: The key of the request path.
501
+ """
421
502
  if is_value_secret is not None:
422
503
  pulumi.set(__self__, "is_value_secret", is_value_secret)
423
504
  if key is not None:
@@ -428,16 +509,25 @@ class ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameter(
428
509
  @property
429
510
  @pulumi.getter(name="isValueSecret")
430
511
  def is_value_secret(self) -> Optional[str]:
512
+ """
513
+ Specifies whether to enable authentication.
514
+ """
431
515
  return pulumi.get(self, "is_value_secret")
432
516
 
433
517
  @property
434
518
  @pulumi.getter
435
519
  def key(self) -> Optional[str]:
520
+ """
521
+ The key of the request path.
522
+ """
436
523
  return pulumi.get(self, "key")
437
524
 
438
525
  @property
439
526
  @pulumi.getter
440
527
  def value(self) -> Optional[str]:
528
+ """
529
+ The key of the request path.
530
+ """
441
531
  return pulumi.get(self, "value")
442
532
 
443
533
 
@@ -464,6 +554,11 @@ class ConnectionAuthParametersOauthParametersOauthHttpParametersQueryStringParam
464
554
  is_value_secret: Optional[str] = None,
465
555
  key: Optional[str] = None,
466
556
  value: Optional[str] = None):
557
+ """
558
+ :param str is_value_secret: Specifies whether to enable authentication.
559
+ :param str key: The key of the request path.
560
+ :param str value: The key of the request path.
561
+ """
467
562
  if is_value_secret is not None:
468
563
  pulumi.set(__self__, "is_value_secret", is_value_secret)
469
564
  if key is not None:
@@ -474,16 +569,25 @@ class ConnectionAuthParametersOauthParametersOauthHttpParametersQueryStringParam
474
569
  @property
475
570
  @pulumi.getter(name="isValueSecret")
476
571
  def is_value_secret(self) -> Optional[str]:
572
+ """
573
+ Specifies whether to enable authentication.
574
+ """
477
575
  return pulumi.get(self, "is_value_secret")
478
576
 
479
577
  @property
480
578
  @pulumi.getter
481
579
  def key(self) -> Optional[str]:
580
+ """
581
+ The key of the request path.
582
+ """
482
583
  return pulumi.get(self, "key")
483
584
 
484
585
  @property
485
586
  @pulumi.getter
486
587
  def value(self) -> Optional[str]:
588
+ """
589
+ The key of the request path.
590
+ """
487
591
  return pulumi.get(self, "value")
488
592
 
489
593
 
@@ -672,12 +776,18 @@ class RuleTarget(dict):
672
776
  class RuleTargetDeadLetterQueue(dict):
673
777
  def __init__(__self__, *,
674
778
  arn: Optional[str] = None):
779
+ """
780
+ :param str arn: The Alibaba Cloud Resource Name (ARN) of the dead letter queue. Events that are not processed or whose maximum retries are exceeded are written to the dead-letter queue. The ARN feature is supported by the following queue types: MNS and Message Queue for Apache RocketMQ.
781
+ """
675
782
  if arn is not None:
676
783
  pulumi.set(__self__, "arn", arn)
677
784
 
678
785
  @property
679
786
  @pulumi.getter
680
787
  def arn(self) -> Optional[str]:
788
+ """
789
+ The Alibaba Cloud Resource Name (ARN) of the dead letter queue. Events that are not processed or whose maximum retries are exceeded are written to the dead-letter queue. The ARN feature is supported by the following queue types: MNS and Message Queue for Apache RocketMQ.
790
+ """
681
791
  return pulumi.get(self, "arn")
682
792
 
683
793
 
@@ -705,6 +815,26 @@ class RuleTargetParamList(dict):
705
815
  resource_key: str,
706
816
  template: Optional[str] = None,
707
817
  value: Optional[str] = None):
818
+ """
819
+ :param str form: The format of the event target parameter. Valid values: `ORIGINAL`, `TEMPLATE`, `JSONPATH`, `CONSTANT`.
820
+ :param str resource_key: The resource parameter of the event target. For more information, see [How to use it](https://www.alibabacloud.com/help/en/eventbridge/latest/event-target-parameters)
821
+ :param str template: The template of the event target parameter.
822
+ :param str value: The value of the event target parameter.
823
+
824
+ > **NOTE:** There exists a potential diff error that the backend service will return a default param as following:
825
+
826
+ ```
827
+ param_list {
828
+ resource_key = "IsBase64Encode"
829
+ form = "CONSTANT"
830
+ value = "false"
831
+ template = ""
832
+ }
833
+ ```
834
+
835
+ In order to fix the diff, from version 1.160.0, this resource has removed the param which `resource_key = "IsBase64Encode"` and `value = "false"`.
836
+ If you want to set `resource_key = "IsBase64Encode"`, please avoid to set `value = "false"`.
837
+ """
708
838
  pulumi.set(__self__, "form", form)
709
839
  pulumi.set(__self__, "resource_key", resource_key)
710
840
  if template is not None:
@@ -715,21 +845,47 @@ class RuleTargetParamList(dict):
715
845
  @property
716
846
  @pulumi.getter
717
847
  def form(self) -> str:
848
+ """
849
+ The format of the event target parameter. Valid values: `ORIGINAL`, `TEMPLATE`, `JSONPATH`, `CONSTANT`.
850
+ """
718
851
  return pulumi.get(self, "form")
719
852
 
720
853
  @property
721
854
  @pulumi.getter(name="resourceKey")
722
855
  def resource_key(self) -> str:
856
+ """
857
+ The resource parameter of the event target. For more information, see [How to use it](https://www.alibabacloud.com/help/en/eventbridge/latest/event-target-parameters)
858
+ """
723
859
  return pulumi.get(self, "resource_key")
724
860
 
725
861
  @property
726
862
  @pulumi.getter
727
863
  def template(self) -> Optional[str]:
864
+ """
865
+ The template of the event target parameter.
866
+ """
728
867
  return pulumi.get(self, "template")
729
868
 
730
869
  @property
731
870
  @pulumi.getter
732
871
  def value(self) -> Optional[str]:
872
+ """
873
+ The value of the event target parameter.
874
+
875
+ > **NOTE:** There exists a potential diff error that the backend service will return a default param as following:
876
+
877
+ ```
878
+ param_list {
879
+ resource_key = "IsBase64Encode"
880
+ form = "CONSTANT"
881
+ value = "false"
882
+ template = ""
883
+ }
884
+ ```
885
+
886
+ In order to fix the diff, from version 1.160.0, this resource has removed the param which `resource_key = "IsBase64Encode"` and `value = "false"`.
887
+ If you want to set `resource_key = "IsBase64Encode"`, please avoid to set `value = "false"`.
888
+ """
733
889
  return pulumi.get(self, "value")
734
890
 
735
891
 
@@ -88,6 +88,11 @@ class GetVirtualBorderRoutersFilterArgs:
88
88
  def __init__(__self__, *,
89
89
  key: Optional[str] = None,
90
90
  values: Optional[Sequence[str]] = None):
91
+ """
92
+ :param str key: The key of the field to filter by, as defined by
93
+ [Alibaba Cloud API](https://www.alibabacloud.com/help/en/doc-detail/124791.htm).
94
+ :param Sequence[str] values: Set of values that are accepted for the given field.
95
+ """
91
96
  if key is not None:
92
97
  pulumi.set(__self__, "key", key)
93
98
  if values is not None:
@@ -96,6 +101,10 @@ class GetVirtualBorderRoutersFilterArgs:
96
101
  @property
97
102
  @pulumi.getter
98
103
  def key(self) -> Optional[str]:
104
+ """
105
+ The key of the field to filter by, as defined by
106
+ [Alibaba Cloud API](https://www.alibabacloud.com/help/en/doc-detail/124791.htm).
107
+ """
99
108
  return pulumi.get(self, "key")
100
109
 
101
110
  @key.setter
@@ -105,6 +114,9 @@ class GetVirtualBorderRoutersFilterArgs:
105
114
  @property
106
115
  @pulumi.getter
107
116
  def values(self) -> Optional[Sequence[str]]:
117
+ """
118
+ Set of values that are accepted for the given field.
119
+ """
108
120
  return pulumi.get(self, "values")
109
121
 
110
122
  @values.setter
@@ -1161,6 +1161,11 @@ class GetVirtualBorderRoutersFilterResult(dict):
1161
1161
  def __init__(__self__, *,
1162
1162
  key: Optional[str] = None,
1163
1163
  values: Optional[Sequence[str]] = None):
1164
+ """
1165
+ :param str key: The key of the field to filter by, as defined by
1166
+ [Alibaba Cloud API](https://www.alibabacloud.com/help/en/doc-detail/124791.htm).
1167
+ :param Sequence[str] values: Set of values that are accepted for the given field.
1168
+ """
1164
1169
  if key is not None:
1165
1170
  pulumi.set(__self__, "key", key)
1166
1171
  if values is not None:
@@ -1169,11 +1174,18 @@ class GetVirtualBorderRoutersFilterResult(dict):
1169
1174
  @property
1170
1175
  @pulumi.getter
1171
1176
  def key(self) -> Optional[str]:
1177
+ """
1178
+ The key of the field to filter by, as defined by
1179
+ [Alibaba Cloud API](https://www.alibabacloud.com/help/en/doc-detail/124791.htm).
1180
+ """
1172
1181
  return pulumi.get(self, "key")
1173
1182
 
1174
1183
  @property
1175
1184
  @pulumi.getter
1176
1185
  def values(self) -> Optional[Sequence[str]]:
1186
+ """
1187
+ Set of values that are accepted for the given field.
1188
+ """
1177
1189
  return pulumi.get(self, "values")
1178
1190
 
1179
1191
 
@@ -235,11 +235,17 @@ class FunctionAsyncInvokeConfigDestinationConfigArgs:
235
235
  class FunctionAsyncInvokeConfigDestinationConfigOnFailureArgs:
236
236
  def __init__(__self__, *,
237
237
  destination: pulumi.Input[str]):
238
+ """
239
+ :param pulumi.Input[str] destination: Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
240
+ """
238
241
  pulumi.set(__self__, "destination", destination)
239
242
 
240
243
  @property
241
244
  @pulumi.getter
242
245
  def destination(self) -> pulumi.Input[str]:
246
+ """
247
+ Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
248
+ """
243
249
  return pulumi.get(self, "destination")
244
250
 
245
251
  @destination.setter
@@ -251,11 +257,17 @@ class FunctionAsyncInvokeConfigDestinationConfigOnFailureArgs:
251
257
  class FunctionAsyncInvokeConfigDestinationConfigOnSuccessArgs:
252
258
  def __init__(__self__, *,
253
259
  destination: pulumi.Input[str]):
260
+ """
261
+ :param pulumi.Input[str] destination: Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
262
+ """
254
263
  pulumi.set(__self__, "destination", destination)
255
264
 
256
265
  @property
257
266
  @pulumi.getter
258
267
  def destination(self) -> pulumi.Input[str]:
268
+ """
269
+ Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
270
+ """
259
271
  return pulumi.get(self, "destination")
260
272
 
261
273
  @destination.setter
@@ -443,12 +455,19 @@ class ServiceNasConfigMountPointArgs:
443
455
  def __init__(__self__, *,
444
456
  mount_dir: pulumi.Input[str],
445
457
  server_addr: pulumi.Input[str]):
458
+ """
459
+ :param pulumi.Input[str] mount_dir: The local address where to mount your remote NAS directory.
460
+ :param pulumi.Input[str] server_addr: The address of the remote NAS directory.
461
+ """
446
462
  pulumi.set(__self__, "mount_dir", mount_dir)
447
463
  pulumi.set(__self__, "server_addr", server_addr)
448
464
 
449
465
  @property
450
466
  @pulumi.getter(name="mountDir")
451
467
  def mount_dir(self) -> pulumi.Input[str]:
468
+ """
469
+ The local address where to mount your remote NAS directory.
470
+ """
452
471
  return pulumi.get(self, "mount_dir")
453
472
 
454
473
  @mount_dir.setter
@@ -458,6 +477,9 @@ class ServiceNasConfigMountPointArgs:
458
477
  @property
459
478
  @pulumi.getter(name="serverAddr")
460
479
  def server_addr(self) -> pulumi.Input[str]:
480
+ """
481
+ The address of the remote NAS directory.
482
+ """
461
483
  return pulumi.get(self, "server_addr")
462
484
 
463
485
  @server_addr.setter
@@ -757,6 +779,10 @@ class V2FunctionCustomDnsDnsOptionArgs:
757
779
  def __init__(__self__, *,
758
780
  name: Optional[pulumi.Input[str]] = None,
759
781
  value: Optional[pulumi.Input[str]] = None):
782
+ """
783
+ :param pulumi.Input[str] name: DNS option name.
784
+ :param pulumi.Input[str] value: DNS option value.
785
+ """
760
786
  if name is not None:
761
787
  pulumi.set(__self__, "name", name)
762
788
  if value is not None:
@@ -765,6 +791,9 @@ class V2FunctionCustomDnsDnsOptionArgs:
765
791
  @property
766
792
  @pulumi.getter
767
793
  def name(self) -> Optional[pulumi.Input[str]]:
794
+ """
795
+ DNS option name.
796
+ """
768
797
  return pulumi.get(self, "name")
769
798
 
770
799
  @name.setter
@@ -774,6 +803,9 @@ class V2FunctionCustomDnsDnsOptionArgs:
774
803
  @property
775
804
  @pulumi.getter
776
805
  def value(self) -> Optional[pulumi.Input[str]]:
806
+ """
807
+ DNS option value.
808
+ """
777
809
  return pulumi.get(self, "value")
778
810
 
779
811
  @value.setter
@@ -278,11 +278,17 @@ class FunctionAsyncInvokeConfigDestinationConfig(dict):
278
278
  class FunctionAsyncInvokeConfigDestinationConfigOnFailure(dict):
279
279
  def __init__(__self__, *,
280
280
  destination: str):
281
+ """
282
+ :param str destination: Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
283
+ """
281
284
  pulumi.set(__self__, "destination", destination)
282
285
 
283
286
  @property
284
287
  @pulumi.getter
285
288
  def destination(self) -> str:
289
+ """
290
+ Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
291
+ """
286
292
  return pulumi.get(self, "destination")
287
293
 
288
294
 
@@ -290,11 +296,17 @@ class FunctionAsyncInvokeConfigDestinationConfigOnFailure(dict):
290
296
  class FunctionAsyncInvokeConfigDestinationConfigOnSuccess(dict):
291
297
  def __init__(__self__, *,
292
298
  destination: str):
299
+ """
300
+ :param str destination: Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
301
+ """
293
302
  pulumi.set(__self__, "destination", destination)
294
303
 
295
304
  @property
296
305
  @pulumi.getter
297
306
  def destination(self) -> str:
307
+ """
308
+ Alicloud Resource Name (ARN) of the destination resource. See the [Developer Guide](https://www.alibabacloud.com/help/doc-detail/181866.htm) for acceptable resource types and associated RAM permissions.
309
+ """
298
310
  return pulumi.get(self, "destination")
299
311
 
300
312
 
@@ -497,17 +509,27 @@ class ServiceNasConfigMountPoint(dict):
497
509
  def __init__(__self__, *,
498
510
  mount_dir: str,
499
511
  server_addr: str):
512
+ """
513
+ :param str mount_dir: The local address where to mount your remote NAS directory.
514
+ :param str server_addr: The address of the remote NAS directory.
515
+ """
500
516
  pulumi.set(__self__, "mount_dir", mount_dir)
501
517
  pulumi.set(__self__, "server_addr", server_addr)
502
518
 
503
519
  @property
504
520
  @pulumi.getter(name="mountDir")
505
521
  def mount_dir(self) -> str:
522
+ """
523
+ The local address where to mount your remote NAS directory.
524
+ """
506
525
  return pulumi.get(self, "mount_dir")
507
526
 
508
527
  @property
509
528
  @pulumi.getter(name="serverAddr")
510
529
  def server_addr(self) -> str:
530
+ """
531
+ The address of the remote NAS directory.
532
+ """
511
533
  return pulumi.get(self, "server_addr")
512
534
 
513
535
 
@@ -819,6 +841,10 @@ class V2FunctionCustomDnsDnsOption(dict):
819
841
  def __init__(__self__, *,
820
842
  name: Optional[str] = None,
821
843
  value: Optional[str] = None):
844
+ """
845
+ :param str name: DNS option name.
846
+ :param str value: DNS option value.
847
+ """
822
848
  if name is not None:
823
849
  pulumi.set(__self__, "name", name)
824
850
  if value is not None:
@@ -827,11 +853,17 @@ class V2FunctionCustomDnsDnsOption(dict):
827
853
  @property
828
854
  @pulumi.getter
829
855
  def name(self) -> Optional[str]:
856
+ """
857
+ DNS option name.
858
+ """
830
859
  return pulumi.get(self, "name")
831
860
 
832
861
  @property
833
862
  @pulumi.getter
834
863
  def value(self) -> Optional[str]:
864
+ """
865
+ DNS option value.
866
+ """
835
867
  return pulumi.get(self, "value")
836
868
 
837
869