pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.1__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 (123) 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/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -873,6 +873,9 @@ class ApplicationPvtzDiscoverySvcPortProtocol(dict):
873
873
  def __init__(__self__, *,
874
874
  port: Optional[int] = None,
875
875
  protocol: Optional[str] = None):
876
+ """
877
+ :param str protocol: The protocol. Valid values: `TCP` and `UDP`.
878
+ """
876
879
  if port is not None:
877
880
  pulumi.set(__self__, "port", port)
878
881
  if protocol is not None:
@@ -886,6 +889,9 @@ class ApplicationPvtzDiscoverySvcPortProtocol(dict):
886
889
  @property
887
890
  @pulumi.getter
888
891
  def protocol(self) -> Optional[str]:
892
+ """
893
+ The protocol. Valid values: `TCP` and `UDP`.
894
+ """
889
895
  return pulumi.get(self, "protocol")
890
896
 
891
897
 
@@ -1215,6 +1221,24 @@ class ApplicationScalingRuleScalingRuleMetricMetric(dict):
1215
1221
  slb_log_store: Optional[str] = None,
1216
1222
  slb_project: Optional[str] = None,
1217
1223
  vport: Optional[str] = None):
1224
+ """
1225
+ :param int metric_target_average_utilization: According to different `metric_type`, set the target value of the corresponding monitoring index.
1226
+ :param str metric_type: Monitoring indicator trigger condition. Valid values: `CPU`, `MEMORY`, `tcpActiveConn`, `QPS`, `RT`, `SLB_QPS`, `SLB_RT`, `INTRANET_SLB_QPS` and `INTRANET_SLB_RT`. The values are described as follows:
1227
+ - CPU: CPU usage.
1228
+ - MEMORY: MEMORY usage.
1229
+ - tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
1230
+ - QPS: The average QPS of a single instance within 1 minute of JAVA application.
1231
+ - RT: The average response time of all service interfaces within 1 minute of JAVA application.
1232
+ - SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
1233
+ - SLB_RT: The average response time of public network SLB within 15 seconds.
1234
+ - INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
1235
+ - INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds.
1236
+ **NOTE:** From version 1.206.0, `metric_type` can be set to `QPS`, `RT`, `INTRANET_SLB_QPS`, `INTRANET_SLB_RT`.
1237
+ :param str slb_id: SLB ID.
1238
+ :param str slb_log_store: The log store of the Log Service.
1239
+ :param str slb_project: The project of the Log Service.
1240
+ :param str vport: SLB listening port.
1241
+ """
1218
1242
  if metric_target_average_utilization is not None:
1219
1243
  pulumi.set(__self__, "metric_target_average_utilization", metric_target_average_utilization)
1220
1244
  if metric_type is not None:
@@ -1231,31 +1255,59 @@ class ApplicationScalingRuleScalingRuleMetricMetric(dict):
1231
1255
  @property
1232
1256
  @pulumi.getter(name="metricTargetAverageUtilization")
1233
1257
  def metric_target_average_utilization(self) -> Optional[int]:
1258
+ """
1259
+ According to different `metric_type`, set the target value of the corresponding monitoring index.
1260
+ """
1234
1261
  return pulumi.get(self, "metric_target_average_utilization")
1235
1262
 
1236
1263
  @property
1237
1264
  @pulumi.getter(name="metricType")
1238
1265
  def metric_type(self) -> Optional[str]:
1266
+ """
1267
+ Monitoring indicator trigger condition. Valid values: `CPU`, `MEMORY`, `tcpActiveConn`, `QPS`, `RT`, `SLB_QPS`, `SLB_RT`, `INTRANET_SLB_QPS` and `INTRANET_SLB_RT`. The values are described as follows:
1268
+ - CPU: CPU usage.
1269
+ - MEMORY: MEMORY usage.
1270
+ - tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
1271
+ - QPS: The average QPS of a single instance within 1 minute of JAVA application.
1272
+ - RT: The average response time of all service interfaces within 1 minute of JAVA application.
1273
+ - SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
1274
+ - SLB_RT: The average response time of public network SLB within 15 seconds.
1275
+ - INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
1276
+ - INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds.
1277
+ **NOTE:** From version 1.206.0, `metric_type` can be set to `QPS`, `RT`, `INTRANET_SLB_QPS`, `INTRANET_SLB_RT`.
1278
+ """
1239
1279
  return pulumi.get(self, "metric_type")
1240
1280
 
1241
1281
  @property
1242
1282
  @pulumi.getter(name="slbId")
1243
1283
  def slb_id(self) -> Optional[str]:
1284
+ """
1285
+ SLB ID.
1286
+ """
1244
1287
  return pulumi.get(self, "slb_id")
1245
1288
 
1246
1289
  @property
1247
1290
  @pulumi.getter(name="slbLogStore")
1248
1291
  def slb_log_store(self) -> Optional[str]:
1292
+ """
1293
+ The log store of the Log Service.
1294
+ """
1249
1295
  return pulumi.get(self, "slb_log_store")
1250
1296
 
1251
1297
  @property
1252
1298
  @pulumi.getter(name="slbProject")
1253
1299
  def slb_project(self) -> Optional[str]:
1300
+ """
1301
+ The project of the Log Service.
1302
+ """
1254
1303
  return pulumi.get(self, "slb_project")
1255
1304
 
1256
1305
  @property
1257
1306
  @pulumi.getter
1258
1307
  def vport(self) -> Optional[str]:
1308
+ """
1309
+ SLB listening port.
1310
+ """
1259
1311
  return pulumi.get(self, "vport")
1260
1312
 
1261
1313
 
@@ -1282,6 +1334,11 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRules(dict):
1282
1334
  disabled: Optional[bool] = None,
1283
1335
  stabilization_window_seconds: Optional[int] = None,
1284
1336
  step: Optional[int] = None):
1337
+ """
1338
+ :param bool disabled: Whether shrinkage is prohibited.
1339
+ :param int stabilization_window_seconds: Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1340
+ :param int step: Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1341
+ """
1285
1342
  if disabled is not None:
1286
1343
  pulumi.set(__self__, "disabled", disabled)
1287
1344
  if stabilization_window_seconds is not None:
@@ -1292,16 +1349,25 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRules(dict):
1292
1349
  @property
1293
1350
  @pulumi.getter
1294
1351
  def disabled(self) -> Optional[bool]:
1352
+ """
1353
+ Whether shrinkage is prohibited.
1354
+ """
1295
1355
  return pulumi.get(self, "disabled")
1296
1356
 
1297
1357
  @property
1298
1358
  @pulumi.getter(name="stabilizationWindowSeconds")
1299
1359
  def stabilization_window_seconds(self) -> Optional[int]:
1360
+ """
1361
+ Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1362
+ """
1300
1363
  return pulumi.get(self, "stabilization_window_seconds")
1301
1364
 
1302
1365
  @property
1303
1366
  @pulumi.getter
1304
1367
  def step(self) -> Optional[int]:
1368
+ """
1369
+ Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1370
+ """
1305
1371
  return pulumi.get(self, "step")
1306
1372
 
1307
1373
 
@@ -1328,6 +1394,11 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRules(dict):
1328
1394
  disabled: Optional[bool] = None,
1329
1395
  stabilization_window_seconds: Optional[int] = None,
1330
1396
  step: Optional[int] = None):
1397
+ """
1398
+ :param bool disabled: Whether shrinkage is prohibited.
1399
+ :param int stabilization_window_seconds: Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1400
+ :param int step: Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1401
+ """
1331
1402
  if disabled is not None:
1332
1403
  pulumi.set(__self__, "disabled", disabled)
1333
1404
  if stabilization_window_seconds is not None:
@@ -1338,16 +1409,25 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRules(dict):
1338
1409
  @property
1339
1410
  @pulumi.getter
1340
1411
  def disabled(self) -> Optional[bool]:
1412
+ """
1413
+ Whether shrinkage is prohibited.
1414
+ """
1341
1415
  return pulumi.get(self, "disabled")
1342
1416
 
1343
1417
  @property
1344
1418
  @pulumi.getter(name="stabilizationWindowSeconds")
1345
1419
  def stabilization_window_seconds(self) -> Optional[int]:
1420
+ """
1421
+ Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1422
+ """
1346
1423
  return pulumi.get(self, "stabilization_window_seconds")
1347
1424
 
1348
1425
  @property
1349
1426
  @pulumi.getter
1350
1427
  def step(self) -> Optional[int]:
1428
+ """
1429
+ Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1430
+ """
1351
1431
  return pulumi.get(self, "step")
1352
1432
 
1353
1433
 
@@ -1455,6 +1535,10 @@ class ApplicationScalingRuleScalingRuleTimerSchedule(dict):
1455
1535
  max_replicas: Optional[int] = None,
1456
1536
  min_replicas: Optional[int] = None,
1457
1537
  target_replicas: Optional[int] = None):
1538
+ """
1539
+ :param str at_time: Trigger point in time. When supporting format: minutes, for example: `08:00`.
1540
+ :param int target_replicas: This parameter can specify the number of instances to be applied or the minimum number of surviving instances per deployment. value range [1,50]. > **NOTE:** The attribute is valid when the attribute `scaling_rule_type` is `timing`.
1541
+ """
1458
1542
  if at_time is not None:
1459
1543
  pulumi.set(__self__, "at_time", at_time)
1460
1544
  if max_replicas is not None:
@@ -1467,6 +1551,9 @@ class ApplicationScalingRuleScalingRuleTimerSchedule(dict):
1467
1551
  @property
1468
1552
  @pulumi.getter(name="atTime")
1469
1553
  def at_time(self) -> Optional[str]:
1554
+ """
1555
+ Trigger point in time. When supporting format: minutes, for example: `08:00`.
1556
+ """
1470
1557
  return pulumi.get(self, "at_time")
1471
1558
 
1472
1559
  @property
@@ -1482,6 +1569,9 @@ class ApplicationScalingRuleScalingRuleTimerSchedule(dict):
1482
1569
  @property
1483
1570
  @pulumi.getter(name="targetReplicas")
1484
1571
  def target_replicas(self) -> Optional[int]:
1572
+ """
1573
+ This parameter can specify the number of instances to be applied or the minimum number of surviving instances per deployment. value range [1,50]. > **NOTE:** The attribute is valid when the attribute `scaling_rule_type` is `timing`.
1574
+ """
1485
1575
  return pulumi.get(self, "target_replicas")
1486
1576
 
1487
1577
 
@@ -1649,7 +1739,9 @@ class ApplicationUpdateStrategyV2BatchUpdate(dict):
1649
1739
  batch_wait_time: Optional[int] = None,
1650
1740
  release_type: Optional[str] = None):
1651
1741
  """
1742
+ :param int batch: The number of batches in which you want to release the instances.
1652
1743
  :param int batch_wait_time: The batch wait time.
1744
+ :param str release_type: The processing method for the batches. Valid values: `auto` and `manual`.
1653
1745
  """
1654
1746
  if batch is not None:
1655
1747
  pulumi.set(__self__, "batch", batch)
@@ -1661,6 +1753,9 @@ class ApplicationUpdateStrategyV2BatchUpdate(dict):
1661
1753
  @property
1662
1754
  @pulumi.getter
1663
1755
  def batch(self) -> Optional[int]:
1756
+ """
1757
+ The number of batches in which you want to release the instances.
1758
+ """
1664
1759
  return pulumi.get(self, "batch")
1665
1760
 
1666
1761
  @property
@@ -1674,6 +1769,9 @@ class ApplicationUpdateStrategyV2BatchUpdate(dict):
1674
1769
  @property
1675
1770
  @pulumi.getter(name="releaseType")
1676
1771
  def release_type(self) -> Optional[str]:
1772
+ """
1773
+ The processing method for the batches. Valid values: `auto` and `manual`.
1774
+ """
1677
1775
  return pulumi.get(self, "release_type")
1678
1776
 
1679
1777
 
@@ -1783,6 +1881,10 @@ class GreyTagRouteDubboRuleItem(dict):
1783
1881
  index: Optional[int] = None,
1784
1882
  operator: Optional[str] = None,
1785
1883
  value: Optional[str] = None):
1884
+ """
1885
+ :param str expr: The parameter value gets the expression.
1886
+ :param int index: The parameter number.
1887
+ """
1786
1888
  if cond is not None:
1787
1889
  pulumi.set(__self__, "cond", cond)
1788
1890
  if expr is not None:
@@ -1802,11 +1904,17 @@ class GreyTagRouteDubboRuleItem(dict):
1802
1904
  @property
1803
1905
  @pulumi.getter
1804
1906
  def expr(self) -> Optional[str]:
1907
+ """
1908
+ The parameter value gets the expression.
1909
+ """
1805
1910
  return pulumi.get(self, "expr")
1806
1911
 
1807
1912
  @property
1808
1913
  @pulumi.getter
1809
1914
  def index(self) -> Optional[int]:
1915
+ """
1916
+ The parameter number.
1917
+ """
1810
1918
  return pulumi.get(self, "index")
1811
1919
 
1812
1920
  @property
@@ -1871,6 +1979,10 @@ class GreyTagRouteScRuleItem(dict):
1871
1979
  operator: Optional[str] = None,
1872
1980
  type: Optional[str] = None,
1873
1981
  value: Optional[str] = None):
1982
+ """
1983
+ :param str name: The name of the parameter.
1984
+ :param str type: The compare types. Valid values: `param`, `cookie`, `header`.
1985
+ """
1874
1986
  if cond is not None:
1875
1987
  pulumi.set(__self__, "cond", cond)
1876
1988
  if name is not None:
@@ -1890,6 +2002,9 @@ class GreyTagRouteScRuleItem(dict):
1890
2002
  @property
1891
2003
  @pulumi.getter
1892
2004
  def name(self) -> Optional[str]:
2005
+ """
2006
+ The name of the parameter.
2007
+ """
1893
2008
  return pulumi.get(self, "name")
1894
2009
 
1895
2010
  @property
@@ -1900,6 +2015,9 @@ class GreyTagRouteScRuleItem(dict):
1900
2015
  @property
1901
2016
  @pulumi.getter
1902
2017
  def type(self) -> Optional[str]:
2018
+ """
2019
+ The compare types. Valid values: `param`, `cookie`, `header`.
2020
+ """
1903
2021
  return pulumi.get(self, "type")
1904
2022
 
1905
2023
  @property
@@ -23,6 +23,16 @@ class DomainCertInfoArgs:
23
23
  ssl_pri: Optional[pulumi.Input[str]] = None,
24
24
  ssl_protocol: Optional[pulumi.Input[str]] = None,
25
25
  ssl_pub: Optional[pulumi.Input[str]] = None):
26
+ """
27
+ :param pulumi.Input[str] cert_name: If You Enable HTTPS Here Certificate Name.
28
+ :param pulumi.Input[str] cert_type: Certificate Type. Value Range:
29
+ * upload: Certificate
30
+ * cas: Certificate Authority Certificate.
31
+ * free: Free Certificate.
32
+ :param pulumi.Input[str] ssl_pri: Private Key. Do Not Enable Certificate without Entering a User Name and Configure Certificates Enter Private Key.
33
+ :param pulumi.Input[str] ssl_protocol: Whether to Enable SSL Certificate. Valid Values: on, off. Valid values: `on`, `off`.
34
+ :param pulumi.Input[str] ssl_pub: If You Enable HTTPS Here Key.
35
+ """
26
36
  if cert_name is not None:
27
37
  pulumi.set(__self__, "cert_name", cert_name)
28
38
  if cert_type is not None:
@@ -37,6 +47,9 @@ class DomainCertInfoArgs:
37
47
  @property
38
48
  @pulumi.getter(name="certName")
39
49
  def cert_name(self) -> Optional[pulumi.Input[str]]:
50
+ """
51
+ If You Enable HTTPS Here Certificate Name.
52
+ """
40
53
  return pulumi.get(self, "cert_name")
41
54
 
42
55
  @cert_name.setter
@@ -46,6 +59,12 @@ class DomainCertInfoArgs:
46
59
  @property
47
60
  @pulumi.getter(name="certType")
48
61
  def cert_type(self) -> Optional[pulumi.Input[str]]:
62
+ """
63
+ Certificate Type. Value Range:
64
+ * upload: Certificate
65
+ * cas: Certificate Authority Certificate.
66
+ * free: Free Certificate.
67
+ """
49
68
  return pulumi.get(self, "cert_type")
50
69
 
51
70
  @cert_type.setter
@@ -55,6 +74,9 @@ class DomainCertInfoArgs:
55
74
  @property
56
75
  @pulumi.getter(name="sslPri")
57
76
  def ssl_pri(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ Private Key. Do Not Enable Certificate without Entering a User Name and Configure Certificates Enter Private Key.
79
+ """
58
80
  return pulumi.get(self, "ssl_pri")
59
81
 
60
82
  @ssl_pri.setter
@@ -64,6 +86,9 @@ class DomainCertInfoArgs:
64
86
  @property
65
87
  @pulumi.getter(name="sslProtocol")
66
88
  def ssl_protocol(self) -> Optional[pulumi.Input[str]]:
89
+ """
90
+ Whether to Enable SSL Certificate. Valid Values: on, off. Valid values: `on`, `off`.
91
+ """
67
92
  return pulumi.get(self, "ssl_protocol")
68
93
 
69
94
  @ssl_protocol.setter
@@ -73,6 +98,9 @@ class DomainCertInfoArgs:
73
98
  @property
74
99
  @pulumi.getter(name="sslPub")
75
100
  def ssl_pub(self) -> Optional[pulumi.Input[str]]:
101
+ """
102
+ If You Enable HTTPS Here Key.
103
+ """
76
104
  return pulumi.get(self, "ssl_pub")
77
105
 
78
106
  @ssl_pub.setter
@@ -125,6 +153,16 @@ class DomainSourceArgs:
125
153
  priority: pulumi.Input[str],
126
154
  type: pulumi.Input[str],
127
155
  enabled: Optional[pulumi.Input[str]] = None):
156
+ """
157
+ :param pulumi.Input[str] content: The Back-to-Source Address.
158
+ :param pulumi.Input[int] port: Port.
159
+ :param pulumi.Input[str] priority: Priority.
160
+ :param pulumi.Input[str] type: The Origin Server Type. Valid Values:
161
+ * ipaddr: IP Source Station
162
+ * domain: the Domain Name
163
+ * oss: OSS Bucket as a Source Station.
164
+ :param pulumi.Input[str] enabled: The source status. Valid values: online, offline.
165
+ """
128
166
  pulumi.set(__self__, "content", content)
129
167
  pulumi.set(__self__, "port", port)
130
168
  pulumi.set(__self__, "priority", priority)
@@ -135,6 +173,9 @@ class DomainSourceArgs:
135
173
  @property
136
174
  @pulumi.getter
137
175
  def content(self) -> pulumi.Input[str]:
176
+ """
177
+ The Back-to-Source Address.
178
+ """
138
179
  return pulumi.get(self, "content")
139
180
 
140
181
  @content.setter
@@ -144,6 +185,9 @@ class DomainSourceArgs:
144
185
  @property
145
186
  @pulumi.getter
146
187
  def port(self) -> pulumi.Input[int]:
188
+ """
189
+ Port.
190
+ """
147
191
  return pulumi.get(self, "port")
148
192
 
149
193
  @port.setter
@@ -153,6 +197,9 @@ class DomainSourceArgs:
153
197
  @property
154
198
  @pulumi.getter
155
199
  def priority(self) -> pulumi.Input[str]:
200
+ """
201
+ Priority.
202
+ """
156
203
  return pulumi.get(self, "priority")
157
204
 
158
205
  @priority.setter
@@ -162,6 +209,12 @@ class DomainSourceArgs:
162
209
  @property
163
210
  @pulumi.getter
164
211
  def type(self) -> pulumi.Input[str]:
212
+ """
213
+ The Origin Server Type. Valid Values:
214
+ * ipaddr: IP Source Station
215
+ * domain: the Domain Name
216
+ * oss: OSS Bucket as a Source Station.
217
+ """
165
218
  return pulumi.get(self, "type")
166
219
 
167
220
  @type.setter
@@ -171,6 +224,9 @@ class DomainSourceArgs:
171
224
  @property
172
225
  @pulumi.getter
173
226
  def enabled(self) -> Optional[pulumi.Input[str]]:
227
+ """
228
+ The source status. Valid values: online, offline.
229
+ """
174
230
  return pulumi.get(self, "enabled")
175
231
 
176
232
  @enabled.setter
@@ -52,6 +52,16 @@ class DomainCertInfo(dict):
52
52
  ssl_pri: Optional[str] = None,
53
53
  ssl_protocol: Optional[str] = None,
54
54
  ssl_pub: Optional[str] = None):
55
+ """
56
+ :param str cert_name: If You Enable HTTPS Here Certificate Name.
57
+ :param str cert_type: Certificate Type. Value Range:
58
+ * upload: Certificate
59
+ * cas: Certificate Authority Certificate.
60
+ * free: Free Certificate.
61
+ :param str ssl_pri: Private Key. Do Not Enable Certificate without Entering a User Name and Configure Certificates Enter Private Key.
62
+ :param str ssl_protocol: Whether to Enable SSL Certificate. Valid Values: on, off. Valid values: `on`, `off`.
63
+ :param str ssl_pub: If You Enable HTTPS Here Key.
64
+ """
55
65
  if cert_name is not None:
56
66
  pulumi.set(__self__, "cert_name", cert_name)
57
67
  if cert_type is not None:
@@ -66,26 +76,44 @@ class DomainCertInfo(dict):
66
76
  @property
67
77
  @pulumi.getter(name="certName")
68
78
  def cert_name(self) -> Optional[str]:
79
+ """
80
+ If You Enable HTTPS Here Certificate Name.
81
+ """
69
82
  return pulumi.get(self, "cert_name")
70
83
 
71
84
  @property
72
85
  @pulumi.getter(name="certType")
73
86
  def cert_type(self) -> Optional[str]:
87
+ """
88
+ Certificate Type. Value Range:
89
+ * upload: Certificate
90
+ * cas: Certificate Authority Certificate.
91
+ * free: Free Certificate.
92
+ """
74
93
  return pulumi.get(self, "cert_type")
75
94
 
76
95
  @property
77
96
  @pulumi.getter(name="sslPri")
78
97
  def ssl_pri(self) -> Optional[str]:
98
+ """
99
+ Private Key. Do Not Enable Certificate without Entering a User Name and Configure Certificates Enter Private Key.
100
+ """
79
101
  return pulumi.get(self, "ssl_pri")
80
102
 
81
103
  @property
82
104
  @pulumi.getter(name="sslProtocol")
83
105
  def ssl_protocol(self) -> Optional[str]:
106
+ """
107
+ Whether to Enable SSL Certificate. Valid Values: on, off. Valid values: `on`, `off`.
108
+ """
84
109
  return pulumi.get(self, "ssl_protocol")
85
110
 
86
111
  @property
87
112
  @pulumi.getter(name="sslPub")
88
113
  def ssl_pub(self) -> Optional[str]:
114
+ """
115
+ If You Enable HTTPS Here Key.
116
+ """
89
117
  return pulumi.get(self, "ssl_pub")
90
118
 
91
119
 
@@ -145,6 +173,16 @@ class DomainSource(dict):
145
173
  priority: str,
146
174
  type: str,
147
175
  enabled: Optional[str] = None):
176
+ """
177
+ :param str content: The Back-to-Source Address.
178
+ :param int port: Port.
179
+ :param str priority: Priority.
180
+ :param str type: The Origin Server Type. Valid Values:
181
+ * ipaddr: IP Source Station
182
+ * domain: the Domain Name
183
+ * oss: OSS Bucket as a Source Station.
184
+ :param str enabled: The source status. Valid values: online, offline.
185
+ """
148
186
  pulumi.set(__self__, "content", content)
149
187
  pulumi.set(__self__, "port", port)
150
188
  pulumi.set(__self__, "priority", priority)
@@ -155,26 +193,44 @@ class DomainSource(dict):
155
193
  @property
156
194
  @pulumi.getter
157
195
  def content(self) -> str:
196
+ """
197
+ The Back-to-Source Address.
198
+ """
158
199
  return pulumi.get(self, "content")
159
200
 
160
201
  @property
161
202
  @pulumi.getter
162
203
  def port(self) -> int:
204
+ """
205
+ Port.
206
+ """
163
207
  return pulumi.get(self, "port")
164
208
 
165
209
  @property
166
210
  @pulumi.getter
167
211
  def priority(self) -> str:
212
+ """
213
+ Priority.
214
+ """
168
215
  return pulumi.get(self, "priority")
169
216
 
170
217
  @property
171
218
  @pulumi.getter
172
219
  def type(self) -> str:
220
+ """
221
+ The Origin Server Type. Valid Values:
222
+ * ipaddr: IP Source Station
223
+ * domain: the Domain Name
224
+ * oss: OSS Bucket as a Source Station.
225
+ """
173
226
  return pulumi.get(self, "type")
174
227
 
175
228
  @property
176
229
  @pulumi.getter
177
230
  def enabled(self) -> Optional[str]:
231
+ """
232
+ The source status. Valid values: online, offline.
233
+ """
178
234
  return pulumi.get(self, "enabled")
179
235
 
180
236
 
@@ -74,6 +74,10 @@ class ProvisionedProductParameterArgs:
74
74
  def __init__(__self__, *,
75
75
  parameter_key: Optional[pulumi.Input[str]] = None,
76
76
  parameter_value: Optional[pulumi.Input[str]] = None):
77
+ """
78
+ :param pulumi.Input[str] parameter_key: The name of the parameter defined in the template.
79
+ :param pulumi.Input[str] parameter_value: The Template parameter value entered by the user.
80
+ """
77
81
  if parameter_key is not None:
78
82
  pulumi.set(__self__, "parameter_key", parameter_key)
79
83
  if parameter_value is not None:
@@ -82,6 +86,9 @@ class ProvisionedProductParameterArgs:
82
86
  @property
83
87
  @pulumi.getter(name="parameterKey")
84
88
  def parameter_key(self) -> Optional[pulumi.Input[str]]:
89
+ """
90
+ The name of the parameter defined in the template.
91
+ """
85
92
  return pulumi.get(self, "parameter_key")
86
93
 
87
94
  @parameter_key.setter
@@ -91,6 +98,9 @@ class ProvisionedProductParameterArgs:
91
98
  @property
92
99
  @pulumi.getter(name="parameterValue")
93
100
  def parameter_value(self) -> Optional[pulumi.Input[str]]:
101
+ """
102
+ The Template parameter value entered by the user.
103
+ """
94
104
  return pulumi.get(self, "parameter_value")
95
105
 
96
106
  @parameter_value.setter
@@ -116,6 +116,10 @@ class ProvisionedProductParameter(dict):
116
116
  def __init__(__self__, *,
117
117
  parameter_key: Optional[str] = None,
118
118
  parameter_value: Optional[str] = None):
119
+ """
120
+ :param str parameter_key: The name of the parameter defined in the template.
121
+ :param str parameter_value: The Template parameter value entered by the user.
122
+ """
119
123
  if parameter_key is not None:
120
124
  pulumi.set(__self__, "parameter_key", parameter_key)
121
125
  if parameter_value is not None:
@@ -124,11 +128,17 @@ class ProvisionedProductParameter(dict):
124
128
  @property
125
129
  @pulumi.getter(name="parameterKey")
126
130
  def parameter_key(self) -> Optional[str]:
131
+ """
132
+ The name of the parameter defined in the template.
133
+ """
127
134
  return pulumi.get(self, "parameter_key")
128
135
 
129
136
  @property
130
137
  @pulumi.getter(name="parameterValue")
131
138
  def parameter_value(self) -> Optional[str]:
139
+ """
140
+ The Template parameter value entered by the user.
141
+ """
132
142
  return pulumi.get(self, "parameter_value")
133
143
 
134
144