pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721711921__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.0a1721711921.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/top_level.txt +0 -0
@@ -358,6 +358,7 @@ class ListenerAclConfigAclRelation(dict):
358
358
  acl_id: Optional[str] = None,
359
359
  status: Optional[str] = None):
360
360
  """
361
+ :param str acl_id: Snooping Binding of the Access Policy Group ID List.
361
362
  :param str status: The state of the listener. Valid Values: `Running` Or `Stopped`. Valid values: `Running`: The listener is running. `Stopped`: The listener is stopped.
362
363
  """
363
364
  if acl_id is not None:
@@ -368,6 +369,9 @@ class ListenerAclConfigAclRelation(dict):
368
369
  @property
369
370
  @pulumi.getter(name="aclId")
370
371
  def acl_id(self) -> Optional[str]:
372
+ """
373
+ Snooping Binding of the Access Policy Group ID List.
374
+ """
371
375
  return pulumi.get(self, "acl_id")
372
376
 
373
377
  @property
@@ -482,11 +486,17 @@ class ListenerDefaultActionForwardGroupConfig(dict):
482
486
 
483
487
  def __init__(__self__, *,
484
488
  server_group_tuples: Sequence['outputs.ListenerDefaultActionForwardGroupConfigServerGroupTuple']):
489
+ """
490
+ :param Sequence['ListenerDefaultActionForwardGroupConfigServerGroupTupleArgs'] server_group_tuples: The destination server group to which requests are forwarded. See `server_group_tuples` below for details.
491
+ """
485
492
  pulumi.set(__self__, "server_group_tuples", server_group_tuples)
486
493
 
487
494
  @property
488
495
  @pulumi.getter(name="serverGroupTuples")
489
496
  def server_group_tuples(self) -> Sequence['outputs.ListenerDefaultActionForwardGroupConfigServerGroupTuple']:
497
+ """
498
+ The destination server group to which requests are forwarded. See `server_group_tuples` below for details.
499
+ """
490
500
  return pulumi.get(self, "server_group_tuples")
491
501
 
492
502
 
@@ -511,11 +521,17 @@ class ListenerDefaultActionForwardGroupConfigServerGroupTuple(dict):
511
521
 
512
522
  def __init__(__self__, *,
513
523
  server_group_id: str):
524
+ """
525
+ :param str server_group_id: The ID of the destination server group to which requests are forwarded.
526
+ """
514
527
  pulumi.set(__self__, "server_group_id", server_group_id)
515
528
 
516
529
  @property
517
530
  @pulumi.getter(name="serverGroupId")
518
531
  def server_group_id(self) -> str:
532
+ """
533
+ The ID of the destination server group to which requests are forwarded.
534
+ """
519
535
  return pulumi.get(self, "server_group_id")
520
536
 
521
537
 
@@ -1269,6 +1285,14 @@ class RuleRuleActionCorsConfig(dict):
1269
1285
  allow_origins: Optional[Sequence[str]] = None,
1270
1286
  expose_headers: Optional[Sequence[str]] = None,
1271
1287
  max_age: Optional[int] = None):
1288
+ """
1289
+ :param str allow_credentials: Specifies whether credentials can be passed during CORS operations. Valid values: `on`, `off`.
1290
+ :param Sequence[str] allow_headers: The allowed headers for CORS requests.
1291
+ :param Sequence[str] allow_methods: The allowed HTTP methods for CORS requests. Valid values: `GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `PATCH`.
1292
+ :param Sequence[str] allow_origins: The allowed origins of CORS requests.
1293
+ :param Sequence[str] expose_headers: The headers that can be exposed.
1294
+ :param int max_age: The maximum cache time of preflight requests in the browser. Unit: seconds. Valid values: `-1` to `172800`.
1295
+ """
1272
1296
  if allow_credentials is not None:
1273
1297
  pulumi.set(__self__, "allow_credentials", allow_credentials)
1274
1298
  if allow_headers is not None:
@@ -1285,31 +1309,49 @@ class RuleRuleActionCorsConfig(dict):
1285
1309
  @property
1286
1310
  @pulumi.getter(name="allowCredentials")
1287
1311
  def allow_credentials(self) -> Optional[str]:
1312
+ """
1313
+ Specifies whether credentials can be passed during CORS operations. Valid values: `on`, `off`.
1314
+ """
1288
1315
  return pulumi.get(self, "allow_credentials")
1289
1316
 
1290
1317
  @property
1291
1318
  @pulumi.getter(name="allowHeaders")
1292
1319
  def allow_headers(self) -> Optional[Sequence[str]]:
1320
+ """
1321
+ The allowed headers for CORS requests.
1322
+ """
1293
1323
  return pulumi.get(self, "allow_headers")
1294
1324
 
1295
1325
  @property
1296
1326
  @pulumi.getter(name="allowMethods")
1297
1327
  def allow_methods(self) -> Optional[Sequence[str]]:
1328
+ """
1329
+ The allowed HTTP methods for CORS requests. Valid values: `GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `PATCH`.
1330
+ """
1298
1331
  return pulumi.get(self, "allow_methods")
1299
1332
 
1300
1333
  @property
1301
1334
  @pulumi.getter(name="allowOrigins")
1302
1335
  def allow_origins(self) -> Optional[Sequence[str]]:
1336
+ """
1337
+ The allowed origins of CORS requests.
1338
+ """
1303
1339
  return pulumi.get(self, "allow_origins")
1304
1340
 
1305
1341
  @property
1306
1342
  @pulumi.getter(name="exposeHeaders")
1307
1343
  def expose_headers(self) -> Optional[Sequence[str]]:
1344
+ """
1345
+ The headers that can be exposed.
1346
+ """
1308
1347
  return pulumi.get(self, "expose_headers")
1309
1348
 
1310
1349
  @property
1311
1350
  @pulumi.getter(name="maxAge")
1312
1351
  def max_age(self) -> Optional[int]:
1352
+ """
1353
+ The maximum cache time of preflight requests in the browser. Unit: seconds. Valid values: `-1` to `172800`.
1354
+ """
1313
1355
  return pulumi.get(self, "max_age")
1314
1356
 
1315
1357
 
@@ -1338,6 +1380,11 @@ class RuleRuleActionFixedResponseConfig(dict):
1338
1380
  content: str,
1339
1381
  content_type: Optional[str] = None,
1340
1382
  http_code: Optional[str] = None):
1383
+ """
1384
+ :param str content: The fixed response. The response cannot exceed 1 KB in size and can contain only ASCII characters.
1385
+ :param str content_type: The format of the fixed response. Valid values: `text/plain`, `text/css`, `text/html`, `application/javascript`, and `application/json`.
1386
+ :param str http_code: The redirect method. Valid values: `301`, `302`, `303`, `307`, and `308`.
1387
+ """
1341
1388
  pulumi.set(__self__, "content", content)
1342
1389
  if content_type is not None:
1343
1390
  pulumi.set(__self__, "content_type", content_type)
@@ -1347,16 +1394,25 @@ class RuleRuleActionFixedResponseConfig(dict):
1347
1394
  @property
1348
1395
  @pulumi.getter
1349
1396
  def content(self) -> str:
1397
+ """
1398
+ The fixed response. The response cannot exceed 1 KB in size and can contain only ASCII characters.
1399
+ """
1350
1400
  return pulumi.get(self, "content")
1351
1401
 
1352
1402
  @property
1353
1403
  @pulumi.getter(name="contentType")
1354
1404
  def content_type(self) -> Optional[str]:
1405
+ """
1406
+ The format of the fixed response. Valid values: `text/plain`, `text/css`, `text/html`, `application/javascript`, and `application/json`.
1407
+ """
1355
1408
  return pulumi.get(self, "content_type")
1356
1409
 
1357
1410
  @property
1358
1411
  @pulumi.getter(name="httpCode")
1359
1412
  def http_code(self) -> Optional[str]:
1413
+ """
1414
+ The redirect method. Valid values: `301`, `302`, `303`, `307`, and `308`.
1415
+ """
1360
1416
  return pulumi.get(self, "http_code")
1361
1417
 
1362
1418
 
@@ -1384,6 +1440,10 @@ class RuleRuleActionForwardGroupConfig(dict):
1384
1440
  def __init__(__self__, *,
1385
1441
  server_group_sticky_session: Optional['outputs.RuleRuleActionForwardGroupConfigServerGroupStickySession'] = None,
1386
1442
  server_group_tuples: Optional[Sequence['outputs.RuleRuleActionForwardGroupConfigServerGroupTuple']] = None):
1443
+ """
1444
+ :param 'RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs' server_group_sticky_session: The configuration of session persistence for server groups. See `server_group_sticky_session` below.
1445
+ :param Sequence['RuleRuleActionForwardGroupConfigServerGroupTupleArgs'] server_group_tuples: The destination server group to which requests are forwarded. See `server_group_tuples` below.
1446
+ """
1387
1447
  if server_group_sticky_session is not None:
1388
1448
  pulumi.set(__self__, "server_group_sticky_session", server_group_sticky_session)
1389
1449
  if server_group_tuples is not None:
@@ -1392,11 +1452,17 @@ class RuleRuleActionForwardGroupConfig(dict):
1392
1452
  @property
1393
1453
  @pulumi.getter(name="serverGroupStickySession")
1394
1454
  def server_group_sticky_session(self) -> Optional['outputs.RuleRuleActionForwardGroupConfigServerGroupStickySession']:
1455
+ """
1456
+ The configuration of session persistence for server groups. See `server_group_sticky_session` below.
1457
+ """
1395
1458
  return pulumi.get(self, "server_group_sticky_session")
1396
1459
 
1397
1460
  @property
1398
1461
  @pulumi.getter(name="serverGroupTuples")
1399
1462
  def server_group_tuples(self) -> Optional[Sequence['outputs.RuleRuleActionForwardGroupConfigServerGroupTuple']]:
1463
+ """
1464
+ The destination server group to which requests are forwarded. See `server_group_tuples` below.
1465
+ """
1400
1466
  return pulumi.get(self, "server_group_tuples")
1401
1467
 
1402
1468
 
@@ -1405,6 +1471,10 @@ class RuleRuleActionForwardGroupConfigServerGroupStickySession(dict):
1405
1471
  def __init__(__self__, *,
1406
1472
  enabled: Optional[bool] = None,
1407
1473
  timeout: Optional[int] = None):
1474
+ """
1475
+ :param bool enabled: Whether to enable session persistence.
1476
+ :param int timeout: The timeout period. Unit: seconds. Valid values: `1` to `86400`. Default value: `1000`.
1477
+ """
1408
1478
  if enabled is not None:
1409
1479
  pulumi.set(__self__, "enabled", enabled)
1410
1480
  if timeout is not None:
@@ -1413,11 +1483,17 @@ class RuleRuleActionForwardGroupConfigServerGroupStickySession(dict):
1413
1483
  @property
1414
1484
  @pulumi.getter
1415
1485
  def enabled(self) -> Optional[bool]:
1486
+ """
1487
+ Whether to enable session persistence.
1488
+ """
1416
1489
  return pulumi.get(self, "enabled")
1417
1490
 
1418
1491
  @property
1419
1492
  @pulumi.getter
1420
1493
  def timeout(self) -> Optional[int]:
1494
+ """
1495
+ The timeout period. Unit: seconds. Valid values: `1` to `86400`. Default value: `1000`.
1496
+ """
1421
1497
  return pulumi.get(self, "timeout")
1422
1498
 
1423
1499
 
@@ -1443,6 +1519,10 @@ class RuleRuleActionForwardGroupConfigServerGroupTuple(dict):
1443
1519
  def __init__(__self__, *,
1444
1520
  server_group_id: Optional[str] = None,
1445
1521
  weight: Optional[int] = None):
1522
+ """
1523
+ :param str server_group_id: The ID of the destination server group to which requests are forwarded.
1524
+ :param int weight: The Weight of server group. Default value: `100`. **NOTE:** This attribute is required when the number of `server_group_tuples` is greater than 2.
1525
+ """
1446
1526
  if server_group_id is not None:
1447
1527
  pulumi.set(__self__, "server_group_id", server_group_id)
1448
1528
  if weight is not None:
@@ -1451,11 +1531,17 @@ class RuleRuleActionForwardGroupConfigServerGroupTuple(dict):
1451
1531
  @property
1452
1532
  @pulumi.getter(name="serverGroupId")
1453
1533
  def server_group_id(self) -> Optional[str]:
1534
+ """
1535
+ The ID of the destination server group to which requests are forwarded.
1536
+ """
1454
1537
  return pulumi.get(self, "server_group_id")
1455
1538
 
1456
1539
  @property
1457
1540
  @pulumi.getter
1458
1541
  def weight(self) -> Optional[int]:
1542
+ """
1543
+ The Weight of server group. Default value: `100`. **NOTE:** This attribute is required when the number of `server_group_tuples` is greater than 2.
1544
+ """
1459
1545
  return pulumi.get(self, "weight")
1460
1546
 
1461
1547
 
@@ -1482,6 +1568,12 @@ class RuleRuleActionInsertHeaderConfig(dict):
1482
1568
  key: Optional[str] = None,
1483
1569
  value: Optional[str] = None,
1484
1570
  value_type: Optional[str] = None):
1571
+ """
1572
+ :param str value_type: The value type of the inserted header field. Valid values:
1573
+ - `UserDefined`: a custom value
1574
+ - `ReferenceHeader`: uses a field of the user request header.
1575
+ - `SystemDefined`: a system value.
1576
+ """
1485
1577
  if key is not None:
1486
1578
  pulumi.set(__self__, "key", key)
1487
1579
  if value is not None:
@@ -1502,6 +1594,12 @@ class RuleRuleActionInsertHeaderConfig(dict):
1502
1594
  @property
1503
1595
  @pulumi.getter(name="valueType")
1504
1596
  def value_type(self) -> Optional[str]:
1597
+ """
1598
+ The value type of the inserted header field. Valid values:
1599
+ - `UserDefined`: a custom value
1600
+ - `ReferenceHeader`: uses a field of the user request header.
1601
+ - `SystemDefined`: a system value.
1602
+ """
1505
1603
  return pulumi.get(self, "value_type")
1506
1604
 
1507
1605
 
@@ -1531,6 +1629,14 @@ class RuleRuleActionRedirectConfig(dict):
1531
1629
  port: Optional[str] = None,
1532
1630
  protocol: Optional[str] = None,
1533
1631
  query: Optional[str] = None):
1632
+ """
1633
+ :param str host: The host name of the destination to which requests are redirected within ALB. Valid values: The host name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), periods (.), asterisks (*), and question marks (?). The host name must contain at least one period (.), and cannot start or end with a period (.). The rightmost domain label can contain only letters, asterisks (*) and question marks (?) and cannot contain digits or hyphens (-). Other domain labels cannot start or end with a hyphen (-). You can include asterisks (*) and question marks (?) anywhere in a domain label. Default value: ${host}. You cannot use this value with other characters at the same time.
1634
+ :param str http_code: The redirect method. Valid values: `301`, `302`, `303`, `307`, and `308`.
1635
+ :param str path: The path to which requests are to be redirected within ALB. Valid values: The path must be 1 to 128 characters in length, and start with a forward slash (/). The path can contain letters, digits, asterisks (*), question marks (?)and the following special characters: $ - _ . + / & ~ @ :. It cannot contain the following special characters: " % # ; ! ( ) [ ] ^ , ”. The path is case-sensitive. Default value: ${path}. This value can be used only once. You can use it with a valid string.
1636
+ :param str port: The port of the destination to which requests are redirected. Valid values: 1 to 63335. Default value: ${port}. You cannot use this value together with other characters at the same time.
1637
+ :param str protocol: The protocol of the requests to be redirected. Valid values: `HTTP` and `HTTPS`. Default value: `${protocol}`. You cannot use this value together with other characters at the same time. Note HTTPS listeners can redirect only HTTPS requests.
1638
+ :param str query: The query string of the request to be redirected within ALB. The query string must be 1 to 128 characters in length, can contain letters and printable characters. It cannot contain the following special characters: # [ ] { } \\ | < > &. Default value: ${query}. This value can be used only once. You can use it with a valid string.
1639
+ """
1534
1640
  if host is not None:
1535
1641
  pulumi.set(__self__, "host", host)
1536
1642
  if http_code is not None:
@@ -1547,31 +1653,49 @@ class RuleRuleActionRedirectConfig(dict):
1547
1653
  @property
1548
1654
  @pulumi.getter
1549
1655
  def host(self) -> Optional[str]:
1656
+ """
1657
+ The host name of the destination to which requests are redirected within ALB. Valid values: The host name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), periods (.), asterisks (*), and question marks (?). The host name must contain at least one period (.), and cannot start or end with a period (.). The rightmost domain label can contain only letters, asterisks (*) and question marks (?) and cannot contain digits or hyphens (-). Other domain labels cannot start or end with a hyphen (-). You can include asterisks (*) and question marks (?) anywhere in a domain label. Default value: ${host}. You cannot use this value with other characters at the same time.
1658
+ """
1550
1659
  return pulumi.get(self, "host")
1551
1660
 
1552
1661
  @property
1553
1662
  @pulumi.getter(name="httpCode")
1554
1663
  def http_code(self) -> Optional[str]:
1664
+ """
1665
+ The redirect method. Valid values: `301`, `302`, `303`, `307`, and `308`.
1666
+ """
1555
1667
  return pulumi.get(self, "http_code")
1556
1668
 
1557
1669
  @property
1558
1670
  @pulumi.getter
1559
1671
  def path(self) -> Optional[str]:
1672
+ """
1673
+ The path to which requests are to be redirected within ALB. Valid values: The path must be 1 to 128 characters in length, and start with a forward slash (/). The path can contain letters, digits, asterisks (*), question marks (?)and the following special characters: $ - _ . + / & ~ @ :. It cannot contain the following special characters: " % # ; ! ( ) [ ] ^ , ”. The path is case-sensitive. Default value: ${path}. This value can be used only once. You can use it with a valid string.
1674
+ """
1560
1675
  return pulumi.get(self, "path")
1561
1676
 
1562
1677
  @property
1563
1678
  @pulumi.getter
1564
1679
  def port(self) -> Optional[str]:
1680
+ """
1681
+ The port of the destination to which requests are redirected. Valid values: 1 to 63335. Default value: ${port}. You cannot use this value together with other characters at the same time.
1682
+ """
1565
1683
  return pulumi.get(self, "port")
1566
1684
 
1567
1685
  @property
1568
1686
  @pulumi.getter
1569
1687
  def protocol(self) -> Optional[str]:
1688
+ """
1689
+ The protocol of the requests to be redirected. Valid values: `HTTP` and `HTTPS`. Default value: `${protocol}`. You cannot use this value together with other characters at the same time. Note HTTPS listeners can redirect only HTTPS requests.
1690
+ """
1570
1691
  return pulumi.get(self, "protocol")
1571
1692
 
1572
1693
  @property
1573
1694
  @pulumi.getter
1574
1695
  def query(self) -> Optional[str]:
1696
+ """
1697
+ The query string of the request to be redirected within ALB. The query string must be 1 to 128 characters in length, can contain letters and printable characters. It cannot contain the following special characters: # [ ] { } \\ | < > &. Default value: ${query}. This value can be used only once. You can use it with a valid string.
1698
+ """
1575
1699
  return pulumi.get(self, "query")
1576
1700
 
1577
1701
 
@@ -1594,6 +1718,11 @@ class RuleRuleActionRewriteConfig(dict):
1594
1718
  host: Optional[str] = None,
1595
1719
  path: Optional[str] = None,
1596
1720
  query: Optional[str] = None):
1721
+ """
1722
+ :param str host: The host name of the destination to which requests are redirected within ALB. Valid values: The host name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), periods (.), asterisks (*), and question marks (?). The host name must contain at least one period (.), and cannot start or end with a period (.). The rightmost domain label can contain only letters, asterisks (*) and question marks (?) and cannot contain digits or hyphens (-). Other domain labels cannot start or end with a hyphen (-). You can include asterisks (*) and question marks (?) anywhere in a domain label. Default value: ${host}. You cannot use this value with other characters at the same time.
1723
+ :param str path: The path to which requests are to be redirected within ALB. Valid values: The path must be 1 to 128 characters in length, and start with a forward slash (/). The path can contain letters, digits, asterisks (*), question marks (?)and the following special characters: $ - _ . + / & ~ @ :. It cannot contain the following special characters: " % # ; ! ( ) [ ] ^ , ”. The path is case-sensitive. Default value: ${path}. This value can be used only once. You can use it with a valid string.
1724
+ :param str query: The query string of the request to be redirected within ALB. The query string must be 1 to 128 characters in length, can contain letters and printable characters. It cannot contain the following special characters: # [ ] { } \\ | < > &. Default value: ${query}. This value can be used only once. You can use it with a valid string.
1725
+ """
1597
1726
  if host is not None:
1598
1727
  pulumi.set(__self__, "host", host)
1599
1728
  if path is not None:
@@ -1604,16 +1733,25 @@ class RuleRuleActionRewriteConfig(dict):
1604
1733
  @property
1605
1734
  @pulumi.getter
1606
1735
  def host(self) -> Optional[str]:
1736
+ """
1737
+ The host name of the destination to which requests are redirected within ALB. Valid values: The host name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), periods (.), asterisks (*), and question marks (?). The host name must contain at least one period (.), and cannot start or end with a period (.). The rightmost domain label can contain only letters, asterisks (*) and question marks (?) and cannot contain digits or hyphens (-). Other domain labels cannot start or end with a hyphen (-). You can include asterisks (*) and question marks (?) anywhere in a domain label. Default value: ${host}. You cannot use this value with other characters at the same time.
1738
+ """
1607
1739
  return pulumi.get(self, "host")
1608
1740
 
1609
1741
  @property
1610
1742
  @pulumi.getter
1611
1743
  def path(self) -> Optional[str]:
1744
+ """
1745
+ The path to which requests are to be redirected within ALB. Valid values: The path must be 1 to 128 characters in length, and start with a forward slash (/). The path can contain letters, digits, asterisks (*), question marks (?)and the following special characters: $ - _ . + / & ~ @ :. It cannot contain the following special characters: " % # ; ! ( ) [ ] ^ , ”. The path is case-sensitive. Default value: ${path}. This value can be used only once. You can use it with a valid string.
1746
+ """
1612
1747
  return pulumi.get(self, "path")
1613
1748
 
1614
1749
  @property
1615
1750
  @pulumi.getter
1616
1751
  def query(self) -> Optional[str]:
1752
+ """
1753
+ The query string of the request to be redirected within ALB. The query string must be 1 to 128 characters in length, can contain letters and printable characters. It cannot contain the following special characters: # [ ] { } \\ | < > &. Default value: ${query}. This value can be used only once. You can use it with a valid string.
1754
+ """
1617
1755
  return pulumi.get(self, "query")
1618
1756
 
1619
1757
 
@@ -1639,6 +1777,10 @@ class RuleRuleActionTrafficLimitConfig(dict):
1639
1777
  def __init__(__self__, *,
1640
1778
  per_ip_qps: Optional[int] = None,
1641
1779
  qps: Optional[int] = None):
1780
+ """
1781
+ :param int per_ip_qps: The number of requests per second for a single IP address. Value range: 1~1000000. Note: If the QPS parameter is also configured, the value of the PerIpQps parameter must be smaller than the value of the QPS parameter.
1782
+ :param int qps: The Number of requests per second. Valid values: `1` to `100000`.
1783
+ """
1642
1784
  if per_ip_qps is not None:
1643
1785
  pulumi.set(__self__, "per_ip_qps", per_ip_qps)
1644
1786
  if qps is not None:
@@ -1647,11 +1789,17 @@ class RuleRuleActionTrafficLimitConfig(dict):
1647
1789
  @property
1648
1790
  @pulumi.getter(name="perIpQps")
1649
1791
  def per_ip_qps(self) -> Optional[int]:
1792
+ """
1793
+ The number of requests per second for a single IP address. Value range: 1~1000000. Note: If the QPS parameter is also configured, the value of the PerIpQps parameter must be smaller than the value of the QPS parameter.
1794
+ """
1650
1795
  return pulumi.get(self, "per_ip_qps")
1651
1796
 
1652
1797
  @property
1653
1798
  @pulumi.getter
1654
1799
  def qps(self) -> Optional[int]:
1800
+ """
1801
+ The Number of requests per second. Valid values: `1` to `100000`.
1802
+ """
1655
1803
  return pulumi.get(self, "qps")
1656
1804
 
1657
1805
 
@@ -1679,6 +1827,10 @@ class RuleRuleActionTrafficMirrorConfig(dict):
1679
1827
  def __init__(__self__, *,
1680
1828
  mirror_group_config: Optional['outputs.RuleRuleActionTrafficMirrorConfigMirrorGroupConfig'] = None,
1681
1829
  target_type: Optional[str] = None):
1830
+ """
1831
+ :param 'RuleRuleActionTrafficMirrorConfigMirrorGroupConfigArgs' mirror_group_config: The Traffic is mirrored to the server group. See `mirror_group_config` below.
1832
+ :param str target_type: The Mirror target type.
1833
+ """
1682
1834
  if mirror_group_config is not None:
1683
1835
  pulumi.set(__self__, "mirror_group_config", mirror_group_config)
1684
1836
  if target_type is not None:
@@ -1687,11 +1839,17 @@ class RuleRuleActionTrafficMirrorConfig(dict):
1687
1839
  @property
1688
1840
  @pulumi.getter(name="mirrorGroupConfig")
1689
1841
  def mirror_group_config(self) -> Optional['outputs.RuleRuleActionTrafficMirrorConfigMirrorGroupConfig']:
1842
+ """
1843
+ The Traffic is mirrored to the server group. See `mirror_group_config` below.
1844
+ """
1690
1845
  return pulumi.get(self, "mirror_group_config")
1691
1846
 
1692
1847
  @property
1693
1848
  @pulumi.getter(name="targetType")
1694
1849
  def target_type(self) -> Optional[str]:
1850
+ """
1851
+ The Mirror target type.
1852
+ """
1695
1853
  return pulumi.get(self, "target_type")
1696
1854
 
1697
1855
 
@@ -1716,12 +1874,18 @@ class RuleRuleActionTrafficMirrorConfigMirrorGroupConfig(dict):
1716
1874
 
1717
1875
  def __init__(__self__, *,
1718
1876
  server_group_tuples: Optional[Sequence['outputs.RuleRuleActionTrafficMirrorConfigMirrorGroupConfigServerGroupTuple']] = None):
1877
+ """
1878
+ :param Sequence['RuleRuleActionTrafficMirrorConfigMirrorGroupConfigServerGroupTupleArgs'] server_group_tuples: The destination server group to which requests are forwarded. See `server_group_tuples` below.
1879
+ """
1719
1880
  if server_group_tuples is not None:
1720
1881
  pulumi.set(__self__, "server_group_tuples", server_group_tuples)
1721
1882
 
1722
1883
  @property
1723
1884
  @pulumi.getter(name="serverGroupTuples")
1724
1885
  def server_group_tuples(self) -> Optional[Sequence['outputs.RuleRuleActionTrafficMirrorConfigMirrorGroupConfigServerGroupTuple']]:
1886
+ """
1887
+ The destination server group to which requests are forwarded. See `server_group_tuples` below.
1888
+ """
1725
1889
  return pulumi.get(self, "server_group_tuples")
1726
1890
 
1727
1891
 
@@ -1746,12 +1910,18 @@ class RuleRuleActionTrafficMirrorConfigMirrorGroupConfigServerGroupTuple(dict):
1746
1910
 
1747
1911
  def __init__(__self__, *,
1748
1912
  server_group_id: Optional[str] = None):
1913
+ """
1914
+ :param str server_group_id: The ID of the destination server group to which requests are forwarded.
1915
+ """
1749
1916
  if server_group_id is not None:
1750
1917
  pulumi.set(__self__, "server_group_id", server_group_id)
1751
1918
 
1752
1919
  @property
1753
1920
  @pulumi.getter(name="serverGroupId")
1754
1921
  def server_group_id(self) -> Optional[str]:
1922
+ """
1923
+ The ID of the destination server group to which requests are forwarded.
1924
+ """
1755
1925
  return pulumi.get(self, "server_group_id")
1756
1926
 
1757
1927
 
@@ -1936,12 +2106,18 @@ class RuleRuleCondition(dict):
1936
2106
  class RuleRuleConditionCookieConfig(dict):
1937
2107
  def __init__(__self__, *,
1938
2108
  values: Optional[Sequence['outputs.RuleRuleConditionCookieConfigValue']] = None):
2109
+ """
2110
+ :param Sequence['RuleRuleConditionCookieConfigValueArgs'] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2111
+ """
1939
2112
  if values is not None:
1940
2113
  pulumi.set(__self__, "values", values)
1941
2114
 
1942
2115
  @property
1943
2116
  @pulumi.getter
1944
2117
  def values(self) -> Optional[Sequence['outputs.RuleRuleConditionCookieConfigValue']]:
2118
+ """
2119
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2120
+ """
1945
2121
  return pulumi.get(self, "values")
1946
2122
 
1947
2123
 
@@ -1971,6 +2147,9 @@ class RuleRuleConditionHeaderConfig(dict):
1971
2147
  def __init__(__self__, *,
1972
2148
  key: Optional[str] = None,
1973
2149
  values: Optional[Sequence[str]] = None):
2150
+ """
2151
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2152
+ """
1974
2153
  if key is not None:
1975
2154
  pulumi.set(__self__, "key", key)
1976
2155
  if values is not None:
@@ -1984,6 +2163,9 @@ class RuleRuleConditionHeaderConfig(dict):
1984
2163
  @property
1985
2164
  @pulumi.getter
1986
2165
  def values(self) -> Optional[Sequence[str]]:
2166
+ """
2167
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2168
+ """
1987
2169
  return pulumi.get(self, "values")
1988
2170
 
1989
2171
 
@@ -1991,12 +2173,18 @@ class RuleRuleConditionHeaderConfig(dict):
1991
2173
  class RuleRuleConditionHostConfig(dict):
1992
2174
  def __init__(__self__, *,
1993
2175
  values: Optional[Sequence[str]] = None):
2176
+ """
2177
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2178
+ """
1994
2179
  if values is not None:
1995
2180
  pulumi.set(__self__, "values", values)
1996
2181
 
1997
2182
  @property
1998
2183
  @pulumi.getter
1999
2184
  def values(self) -> Optional[Sequence[str]]:
2185
+ """
2186
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2187
+ """
2000
2188
  return pulumi.get(self, "values")
2001
2189
 
2002
2190
 
@@ -2004,12 +2192,18 @@ class RuleRuleConditionHostConfig(dict):
2004
2192
  class RuleRuleConditionMethodConfig(dict):
2005
2193
  def __init__(__self__, *,
2006
2194
  values: Optional[Sequence[str]] = None):
2195
+ """
2196
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2197
+ """
2007
2198
  if values is not None:
2008
2199
  pulumi.set(__self__, "values", values)
2009
2200
 
2010
2201
  @property
2011
2202
  @pulumi.getter
2012
2203
  def values(self) -> Optional[Sequence[str]]:
2204
+ """
2205
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2206
+ """
2013
2207
  return pulumi.get(self, "values")
2014
2208
 
2015
2209
 
@@ -2017,12 +2211,18 @@ class RuleRuleConditionMethodConfig(dict):
2017
2211
  class RuleRuleConditionPathConfig(dict):
2018
2212
  def __init__(__self__, *,
2019
2213
  values: Optional[Sequence[str]] = None):
2214
+ """
2215
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2216
+ """
2020
2217
  if values is not None:
2021
2218
  pulumi.set(__self__, "values", values)
2022
2219
 
2023
2220
  @property
2024
2221
  @pulumi.getter
2025
2222
  def values(self) -> Optional[Sequence[str]]:
2223
+ """
2224
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2225
+ """
2026
2226
  return pulumi.get(self, "values")
2027
2227
 
2028
2228
 
@@ -2030,12 +2230,18 @@ class RuleRuleConditionPathConfig(dict):
2030
2230
  class RuleRuleConditionQueryStringConfig(dict):
2031
2231
  def __init__(__self__, *,
2032
2232
  values: Optional[Sequence['outputs.RuleRuleConditionQueryStringConfigValue']] = None):
2233
+ """
2234
+ :param Sequence['RuleRuleConditionQueryStringConfigValueArgs'] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2235
+ """
2033
2236
  if values is not None:
2034
2237
  pulumi.set(__self__, "values", values)
2035
2238
 
2036
2239
  @property
2037
2240
  @pulumi.getter
2038
2241
  def values(self) -> Optional[Sequence['outputs.RuleRuleConditionQueryStringConfigValue']]:
2242
+ """
2243
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2244
+ """
2039
2245
  return pulumi.get(self, "values")
2040
2246
 
2041
2247
 
@@ -2065,6 +2271,9 @@ class RuleRuleConditionResponseHeaderConfig(dict):
2065
2271
  def __init__(__self__, *,
2066
2272
  key: Optional[str] = None,
2067
2273
  values: Optional[Sequence[str]] = None):
2274
+ """
2275
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2276
+ """
2068
2277
  if key is not None:
2069
2278
  pulumi.set(__self__, "key", key)
2070
2279
  if values is not None:
@@ -2078,6 +2287,9 @@ class RuleRuleConditionResponseHeaderConfig(dict):
2078
2287
  @property
2079
2288
  @pulumi.getter
2080
2289
  def values(self) -> Optional[Sequence[str]]:
2290
+ """
2291
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2292
+ """
2081
2293
  return pulumi.get(self, "values")
2082
2294
 
2083
2295
 
@@ -2085,12 +2297,18 @@ class RuleRuleConditionResponseHeaderConfig(dict):
2085
2297
  class RuleRuleConditionResponseStatusCodeConfig(dict):
2086
2298
  def __init__(__self__, *,
2087
2299
  values: Optional[Sequence[str]] = None):
2300
+ """
2301
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2302
+ """
2088
2303
  if values is not None:
2089
2304
  pulumi.set(__self__, "values", values)
2090
2305
 
2091
2306
  @property
2092
2307
  @pulumi.getter
2093
2308
  def values(self) -> Optional[Sequence[str]]:
2309
+ """
2310
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2311
+ """
2094
2312
  return pulumi.get(self, "values")
2095
2313
 
2096
2314
 
@@ -2098,12 +2316,18 @@ class RuleRuleConditionResponseStatusCodeConfig(dict):
2098
2316
  class RuleRuleConditionSourceIpConfig(dict):
2099
2317
  def __init__(__self__, *,
2100
2318
  values: Optional[Sequence[str]] = None):
2319
+ """
2320
+ :param Sequence[str] values: Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2321
+ """
2101
2322
  if values is not None:
2102
2323
  pulumi.set(__self__, "values", values)
2103
2324
 
2104
2325
  @property
2105
2326
  @pulumi.getter
2106
2327
  def values(self) -> Optional[Sequence[str]]:
2328
+ """
2329
+ Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.
2330
+ """
2107
2331
  return pulumi.get(self, "values")
2108
2332
 
2109
2333
 
@@ -3202,6 +3426,17 @@ class GetListenersListenerAccessLogTracingConfigResult(dict):
3202
3426
  tracing_enabled: bool,
3203
3427
  tracing_sample: int,
3204
3428
  tracing_type: str):
3429
+ """
3430
+ :param bool tracing_enabled: Xtrace Function. Value: True Or False. Default Value: False.
3431
+
3432
+ > **NOTE:** Only Instances outside the Security Group to Access the Log Switch **accesslogenabled** Open, in Order to Set This Parameter to the **True**.
3433
+ :param int tracing_sample: Xtrace Sampling Rate. Value: **1~10000**.
3434
+
3435
+ > **NOTE:** This attribute is valid when **tracingenabled** is **true**.
3436
+ :param str tracing_type: Xtrace Type Value Is **Zipkin**.
3437
+
3438
+ > **NOTE:** This attribute is valid when **tracingenabled** is **true**.
3439
+ """
3205
3440
  pulumi.set(__self__, "tracing_enabled", tracing_enabled)
3206
3441
  pulumi.set(__self__, "tracing_sample", tracing_sample)
3207
3442
  pulumi.set(__self__, "tracing_type", tracing_type)
@@ -3209,16 +3444,31 @@ class GetListenersListenerAccessLogTracingConfigResult(dict):
3209
3444
  @property
3210
3445
  @pulumi.getter(name="tracingEnabled")
3211
3446
  def tracing_enabled(self) -> bool:
3447
+ """
3448
+ Xtrace Function. Value: True Or False. Default Value: False.
3449
+
3450
+ > **NOTE:** Only Instances outside the Security Group to Access the Log Switch **accesslogenabled** Open, in Order to Set This Parameter to the **True**.
3451
+ """
3212
3452
  return pulumi.get(self, "tracing_enabled")
3213
3453
 
3214
3454
  @property
3215
3455
  @pulumi.getter(name="tracingSample")
3216
3456
  def tracing_sample(self) -> int:
3457
+ """
3458
+ Xtrace Sampling Rate. Value: **1~10000**.
3459
+
3460
+ > **NOTE:** This attribute is valid when **tracingenabled** is **true**.
3461
+ """
3217
3462
  return pulumi.get(self, "tracing_sample")
3218
3463
 
3219
3464
  @property
3220
3465
  @pulumi.getter(name="tracingType")
3221
3466
  def tracing_type(self) -> str:
3467
+ """
3468
+ Xtrace Type Value Is **Zipkin**.
3469
+
3470
+ > **NOTE:** This attribute is valid when **tracingenabled** is **true**.
3471
+ """
3222
3472
  return pulumi.get(self, "tracing_type")
3223
3473
 
3224
3474
 
@@ -3368,17 +3618,27 @@ class GetListenersListenerQuicConfigResult(dict):
3368
3618
  def __init__(__self__, *,
3369
3619
  quic_listener_id: str,
3370
3620
  quic_upgrade_enabled: bool):
3621
+ """
3622
+ :param str quic_listener_id: The ID of the QUIC listener to be associated. If QuicUpgradeEnabled is set to true, this parameter is required. Only HTTPS listeners support this parameter.
3623
+ :param bool quic_upgrade_enabled: Indicates whether quic upgrade is enabled. Valid values: true and false. Default value: false.
3624
+ """
3371
3625
  pulumi.set(__self__, "quic_listener_id", quic_listener_id)
3372
3626
  pulumi.set(__self__, "quic_upgrade_enabled", quic_upgrade_enabled)
3373
3627
 
3374
3628
  @property
3375
3629
  @pulumi.getter(name="quicListenerId")
3376
3630
  def quic_listener_id(self) -> str:
3631
+ """
3632
+ The ID of the QUIC listener to be associated. If QuicUpgradeEnabled is set to true, this parameter is required. Only HTTPS listeners support this parameter.
3633
+ """
3377
3634
  return pulumi.get(self, "quic_listener_id")
3378
3635
 
3379
3636
  @property
3380
3637
  @pulumi.getter(name="quicUpgradeEnabled")
3381
3638
  def quic_upgrade_enabled(self) -> bool:
3639
+ """
3640
+ Indicates whether quic upgrade is enabled. Valid values: true and false. Default value: false.
3641
+ """
3382
3642
  return pulumi.get(self, "quic_upgrade_enabled")
3383
3643
 
3384
3644