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.
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +532 -0
- pulumi_alicloud/dcdn/outputs.py +532 -0
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +92 -0
- pulumi_alicloud/eci/outputs.py +92 -0
- pulumi_alicloud/ecs/_inputs.py +70 -0
- pulumi_alicloud/ecs/outputs.py +180 -0
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +224 -0
- pulumi_alicloud/emrv2/outputs.py +224 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +18 -0
- pulumi_alicloud/maxcompute/outputs.py +18 -0
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +32 -0
- pulumi_alicloud/vpc/outputs.py +32 -0
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cms/outputs.py
CHANGED
|
@@ -1171,6 +1171,12 @@ class GroupMetricRuleEscalationsCritical(dict):
|
|
|
1171
1171
|
statistics: Optional[str] = None,
|
|
1172
1172
|
threshold: Optional[str] = None,
|
|
1173
1173
|
times: Optional[int] = None):
|
|
1174
|
+
"""
|
|
1175
|
+
:param str comparison_operator: The comparison operator of the threshold for warn-level alerts.
|
|
1176
|
+
:param str statistics: The statistical aggregation method for warn-level alerts.
|
|
1177
|
+
:param str threshold: The threshold for warn-level alerts.
|
|
1178
|
+
:param int times: The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
|
|
1179
|
+
"""
|
|
1174
1180
|
if comparison_operator is not None:
|
|
1175
1181
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
1176
1182
|
if statistics is not None:
|
|
@@ -1183,21 +1189,33 @@ class GroupMetricRuleEscalationsCritical(dict):
|
|
|
1183
1189
|
@property
|
|
1184
1190
|
@pulumi.getter(name="comparisonOperator")
|
|
1185
1191
|
def comparison_operator(self) -> Optional[str]:
|
|
1192
|
+
"""
|
|
1193
|
+
The comparison operator of the threshold for warn-level alerts.
|
|
1194
|
+
"""
|
|
1186
1195
|
return pulumi.get(self, "comparison_operator")
|
|
1187
1196
|
|
|
1188
1197
|
@property
|
|
1189
1198
|
@pulumi.getter
|
|
1190
1199
|
def statistics(self) -> Optional[str]:
|
|
1200
|
+
"""
|
|
1201
|
+
The statistical aggregation method for warn-level alerts.
|
|
1202
|
+
"""
|
|
1191
1203
|
return pulumi.get(self, "statistics")
|
|
1192
1204
|
|
|
1193
1205
|
@property
|
|
1194
1206
|
@pulumi.getter
|
|
1195
1207
|
def threshold(self) -> Optional[str]:
|
|
1208
|
+
"""
|
|
1209
|
+
The threshold for warn-level alerts.
|
|
1210
|
+
"""
|
|
1196
1211
|
return pulumi.get(self, "threshold")
|
|
1197
1212
|
|
|
1198
1213
|
@property
|
|
1199
1214
|
@pulumi.getter
|
|
1200
1215
|
def times(self) -> Optional[int]:
|
|
1216
|
+
"""
|
|
1217
|
+
The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
|
|
1218
|
+
"""
|
|
1201
1219
|
return pulumi.get(self, "times")
|
|
1202
1220
|
|
|
1203
1221
|
|
|
@@ -1225,6 +1243,12 @@ class GroupMetricRuleEscalationsInfo(dict):
|
|
|
1225
1243
|
statistics: Optional[str] = None,
|
|
1226
1244
|
threshold: Optional[str] = None,
|
|
1227
1245
|
times: Optional[int] = None):
|
|
1246
|
+
"""
|
|
1247
|
+
:param str comparison_operator: The comparison operator of the threshold for warn-level alerts.
|
|
1248
|
+
:param str statistics: The statistical aggregation method for warn-level alerts.
|
|
1249
|
+
:param str threshold: The threshold for warn-level alerts.
|
|
1250
|
+
:param int times: The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
|
|
1251
|
+
"""
|
|
1228
1252
|
if comparison_operator is not None:
|
|
1229
1253
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
1230
1254
|
if statistics is not None:
|
|
@@ -1237,21 +1261,33 @@ class GroupMetricRuleEscalationsInfo(dict):
|
|
|
1237
1261
|
@property
|
|
1238
1262
|
@pulumi.getter(name="comparisonOperator")
|
|
1239
1263
|
def comparison_operator(self) -> Optional[str]:
|
|
1264
|
+
"""
|
|
1265
|
+
The comparison operator of the threshold for warn-level alerts.
|
|
1266
|
+
"""
|
|
1240
1267
|
return pulumi.get(self, "comparison_operator")
|
|
1241
1268
|
|
|
1242
1269
|
@property
|
|
1243
1270
|
@pulumi.getter
|
|
1244
1271
|
def statistics(self) -> Optional[str]:
|
|
1272
|
+
"""
|
|
1273
|
+
The statistical aggregation method for warn-level alerts.
|
|
1274
|
+
"""
|
|
1245
1275
|
return pulumi.get(self, "statistics")
|
|
1246
1276
|
|
|
1247
1277
|
@property
|
|
1248
1278
|
@pulumi.getter
|
|
1249
1279
|
def threshold(self) -> Optional[str]:
|
|
1280
|
+
"""
|
|
1281
|
+
The threshold for warn-level alerts.
|
|
1282
|
+
"""
|
|
1250
1283
|
return pulumi.get(self, "threshold")
|
|
1251
1284
|
|
|
1252
1285
|
@property
|
|
1253
1286
|
@pulumi.getter
|
|
1254
1287
|
def times(self) -> Optional[int]:
|
|
1288
|
+
"""
|
|
1289
|
+
The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
|
|
1290
|
+
"""
|
|
1255
1291
|
return pulumi.get(self, "times")
|
|
1256
1292
|
|
|
1257
1293
|
|
|
@@ -1279,6 +1315,12 @@ class GroupMetricRuleEscalationsWarn(dict):
|
|
|
1279
1315
|
statistics: Optional[str] = None,
|
|
1280
1316
|
threshold: Optional[str] = None,
|
|
1281
1317
|
times: Optional[int] = None):
|
|
1318
|
+
"""
|
|
1319
|
+
:param str comparison_operator: The comparison operator of the threshold for warn-level alerts.
|
|
1320
|
+
:param str statistics: The statistical aggregation method for warn-level alerts.
|
|
1321
|
+
:param str threshold: The threshold for warn-level alerts.
|
|
1322
|
+
:param int times: The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
|
|
1323
|
+
"""
|
|
1282
1324
|
if comparison_operator is not None:
|
|
1283
1325
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
1284
1326
|
if statistics is not None:
|
|
@@ -1291,21 +1333,33 @@ class GroupMetricRuleEscalationsWarn(dict):
|
|
|
1291
1333
|
@property
|
|
1292
1334
|
@pulumi.getter(name="comparisonOperator")
|
|
1293
1335
|
def comparison_operator(self) -> Optional[str]:
|
|
1336
|
+
"""
|
|
1337
|
+
The comparison operator of the threshold for warn-level alerts.
|
|
1338
|
+
"""
|
|
1294
1339
|
return pulumi.get(self, "comparison_operator")
|
|
1295
1340
|
|
|
1296
1341
|
@property
|
|
1297
1342
|
@pulumi.getter
|
|
1298
1343
|
def statistics(self) -> Optional[str]:
|
|
1344
|
+
"""
|
|
1345
|
+
The statistical aggregation method for warn-level alerts.
|
|
1346
|
+
"""
|
|
1299
1347
|
return pulumi.get(self, "statistics")
|
|
1300
1348
|
|
|
1301
1349
|
@property
|
|
1302
1350
|
@pulumi.getter
|
|
1303
1351
|
def threshold(self) -> Optional[str]:
|
|
1352
|
+
"""
|
|
1353
|
+
The threshold for warn-level alerts.
|
|
1354
|
+
"""
|
|
1304
1355
|
return pulumi.get(self, "threshold")
|
|
1305
1356
|
|
|
1306
1357
|
@property
|
|
1307
1358
|
@pulumi.getter
|
|
1308
1359
|
def times(self) -> Optional[int]:
|
|
1360
|
+
"""
|
|
1361
|
+
The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
|
|
1362
|
+
"""
|
|
1309
1363
|
return pulumi.get(self, "times")
|
|
1310
1364
|
|
|
1311
1365
|
|
|
@@ -1491,6 +1545,10 @@ class HybridMonitorSlsTaskSlsProcessConfigExpress(dict):
|
|
|
1491
1545
|
def __init__(__self__, *,
|
|
1492
1546
|
alias: Optional[str] = None,
|
|
1493
1547
|
express: Optional[str] = None):
|
|
1548
|
+
"""
|
|
1549
|
+
:param str alias: The alias of the extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1550
|
+
:param str express: The extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1551
|
+
"""
|
|
1494
1552
|
if alias is not None:
|
|
1495
1553
|
pulumi.set(__self__, "alias", alias)
|
|
1496
1554
|
if express is not None:
|
|
@@ -1499,11 +1557,17 @@ class HybridMonitorSlsTaskSlsProcessConfigExpress(dict):
|
|
|
1499
1557
|
@property
|
|
1500
1558
|
@pulumi.getter
|
|
1501
1559
|
def alias(self) -> Optional[str]:
|
|
1560
|
+
"""
|
|
1561
|
+
The alias of the extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1562
|
+
"""
|
|
1502
1563
|
return pulumi.get(self, "alias")
|
|
1503
1564
|
|
|
1504
1565
|
@property
|
|
1505
1566
|
@pulumi.getter
|
|
1506
1567
|
def express(self) -> Optional[str]:
|
|
1568
|
+
"""
|
|
1569
|
+
The extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1570
|
+
"""
|
|
1507
1571
|
return pulumi.get(self, "express")
|
|
1508
1572
|
|
|
1509
1573
|
|
|
@@ -1512,6 +1576,10 @@ class HybridMonitorSlsTaskSlsProcessConfigFilter(dict):
|
|
|
1512
1576
|
def __init__(__self__, *,
|
|
1513
1577
|
filters: Optional[Sequence['outputs.HybridMonitorSlsTaskSlsProcessConfigFilterFilter']] = None,
|
|
1514
1578
|
relation: Optional[str] = None):
|
|
1579
|
+
"""
|
|
1580
|
+
:param Sequence['HybridMonitorSlsTaskSlsProcessConfigFilterFilterArgs'] filters: The conditions that are used to filter logs imported from Log Service. See `filters` below.
|
|
1581
|
+
:param str relation: The relationship between multiple filter conditions. Valid values: `and`(default value), `or`.
|
|
1582
|
+
"""
|
|
1515
1583
|
if filters is not None:
|
|
1516
1584
|
pulumi.set(__self__, "filters", filters)
|
|
1517
1585
|
if relation is not None:
|
|
@@ -1520,11 +1588,17 @@ class HybridMonitorSlsTaskSlsProcessConfigFilter(dict):
|
|
|
1520
1588
|
@property
|
|
1521
1589
|
@pulumi.getter
|
|
1522
1590
|
def filters(self) -> Optional[Sequence['outputs.HybridMonitorSlsTaskSlsProcessConfigFilterFilter']]:
|
|
1591
|
+
"""
|
|
1592
|
+
The conditions that are used to filter logs imported from Log Service. See `filters` below.
|
|
1593
|
+
"""
|
|
1523
1594
|
return pulumi.get(self, "filters")
|
|
1524
1595
|
|
|
1525
1596
|
@property
|
|
1526
1597
|
@pulumi.getter
|
|
1527
1598
|
def relation(self) -> Optional[str]:
|
|
1599
|
+
"""
|
|
1600
|
+
The relationship between multiple filter conditions. Valid values: `and`(default value), `or`.
|
|
1601
|
+
"""
|
|
1528
1602
|
return pulumi.get(self, "relation")
|
|
1529
1603
|
|
|
1530
1604
|
|
|
@@ -1551,6 +1625,10 @@ class HybridMonitorSlsTaskSlsProcessConfigFilterFilter(dict):
|
|
|
1551
1625
|
operator: Optional[str] = None,
|
|
1552
1626
|
sls_key_name: Optional[str] = None,
|
|
1553
1627
|
value: Optional[str] = None):
|
|
1628
|
+
"""
|
|
1629
|
+
:param str operator: The method that is used to filter logs imported from Log Service. Valid values: `>`, `>=`, `=`, `<=`, `<`, `!=`, `contain`, `notContain`.
|
|
1630
|
+
:param str sls_key_name: The name of the key that is used to filter logs imported from Log Service.
|
|
1631
|
+
"""
|
|
1554
1632
|
if operator is not None:
|
|
1555
1633
|
pulumi.set(__self__, "operator", operator)
|
|
1556
1634
|
if sls_key_name is not None:
|
|
@@ -1561,11 +1639,17 @@ class HybridMonitorSlsTaskSlsProcessConfigFilterFilter(dict):
|
|
|
1561
1639
|
@property
|
|
1562
1640
|
@pulumi.getter
|
|
1563
1641
|
def operator(self) -> Optional[str]:
|
|
1642
|
+
"""
|
|
1643
|
+
The method that is used to filter logs imported from Log Service. Valid values: `>`, `>=`, `=`, `<=`, `<`, `!=`, `contain`, `notContain`.
|
|
1644
|
+
"""
|
|
1564
1645
|
return pulumi.get(self, "operator")
|
|
1565
1646
|
|
|
1566
1647
|
@property
|
|
1567
1648
|
@pulumi.getter(name="slsKeyName")
|
|
1568
1649
|
def sls_key_name(self) -> Optional[str]:
|
|
1650
|
+
"""
|
|
1651
|
+
The name of the key that is used to filter logs imported from Log Service.
|
|
1652
|
+
"""
|
|
1569
1653
|
return pulumi.get(self, "sls_key_name")
|
|
1570
1654
|
|
|
1571
1655
|
@property
|
|
@@ -1596,6 +1680,10 @@ class HybridMonitorSlsTaskSlsProcessConfigGroupBy(dict):
|
|
|
1596
1680
|
def __init__(__self__, *,
|
|
1597
1681
|
alias: Optional[str] = None,
|
|
1598
1682
|
sls_key_name: Optional[str] = None):
|
|
1683
|
+
"""
|
|
1684
|
+
:param str alias: The alias of the extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1685
|
+
:param str sls_key_name: The name of the key that is used to filter logs imported from Log Service.
|
|
1686
|
+
"""
|
|
1599
1687
|
if alias is not None:
|
|
1600
1688
|
pulumi.set(__self__, "alias", alias)
|
|
1601
1689
|
if sls_key_name is not None:
|
|
@@ -1604,11 +1692,17 @@ class HybridMonitorSlsTaskSlsProcessConfigGroupBy(dict):
|
|
|
1604
1692
|
@property
|
|
1605
1693
|
@pulumi.getter
|
|
1606
1694
|
def alias(self) -> Optional[str]:
|
|
1695
|
+
"""
|
|
1696
|
+
The alias of the extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1697
|
+
"""
|
|
1607
1698
|
return pulumi.get(self, "alias")
|
|
1608
1699
|
|
|
1609
1700
|
@property
|
|
1610
1701
|
@pulumi.getter(name="slsKeyName")
|
|
1611
1702
|
def sls_key_name(self) -> Optional[str]:
|
|
1703
|
+
"""
|
|
1704
|
+
The name of the key that is used to filter logs imported from Log Service.
|
|
1705
|
+
"""
|
|
1612
1706
|
return pulumi.get(self, "sls_key_name")
|
|
1613
1707
|
|
|
1614
1708
|
|
|
@@ -1641,6 +1735,15 @@ class HybridMonitorSlsTaskSlsProcessConfigStatistic(dict):
|
|
|
1641
1735
|
parameter_one: Optional[str] = None,
|
|
1642
1736
|
parameter_two: Optional[str] = None,
|
|
1643
1737
|
sls_key_name: Optional[str] = None):
|
|
1738
|
+
"""
|
|
1739
|
+
:param str alias: The alias of the extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1740
|
+
:param str function: The function that is used to aggregate log data within a statistical period. Valid values: `count`, `sum`, `avg`, `max`, `min`, `value`, `countps`, `sumps`, `distinct`, `distribution`, `percentile`.
|
|
1741
|
+
:param str parameter_one: The value of the function that is used to aggregate logs imported from Log Service.
|
|
1742
|
+
- If you set the `function` parameter to `distribution`, this parameter specifies the lower limit of the statistical interval. For example, if you want to calculate the number of HTTP requests whose status code is 2XX, set this parameter to 200.
|
|
1743
|
+
- If you set the `function` parameter to `percentile`, this parameter specifies the percentile at which the expected value is. For example, 0.5 specifies P50.
|
|
1744
|
+
:param str parameter_two: The value of the function that is used to aggregate logs imported from Log Service. **Note:** This parameter is required only if the `function` parameter is set to `distribution`. This parameter specifies the upper limit of the statistical interval.
|
|
1745
|
+
:param str sls_key_name: The name of the key that is used to filter logs imported from Log Service.
|
|
1746
|
+
"""
|
|
1644
1747
|
if alias is not None:
|
|
1645
1748
|
pulumi.set(__self__, "alias", alias)
|
|
1646
1749
|
if function is not None:
|
|
@@ -1655,26 +1758,43 @@ class HybridMonitorSlsTaskSlsProcessConfigStatistic(dict):
|
|
|
1655
1758
|
@property
|
|
1656
1759
|
@pulumi.getter
|
|
1657
1760
|
def alias(self) -> Optional[str]:
|
|
1761
|
+
"""
|
|
1762
|
+
The alias of the extended field that specifies the result of basic operations that are performed on aggregation results.
|
|
1763
|
+
"""
|
|
1658
1764
|
return pulumi.get(self, "alias")
|
|
1659
1765
|
|
|
1660
1766
|
@property
|
|
1661
1767
|
@pulumi.getter
|
|
1662
1768
|
def function(self) -> Optional[str]:
|
|
1769
|
+
"""
|
|
1770
|
+
The function that is used to aggregate log data within a statistical period. Valid values: `count`, `sum`, `avg`, `max`, `min`, `value`, `countps`, `sumps`, `distinct`, `distribution`, `percentile`.
|
|
1771
|
+
"""
|
|
1663
1772
|
return pulumi.get(self, "function")
|
|
1664
1773
|
|
|
1665
1774
|
@property
|
|
1666
1775
|
@pulumi.getter(name="parameterOne")
|
|
1667
1776
|
def parameter_one(self) -> Optional[str]:
|
|
1777
|
+
"""
|
|
1778
|
+
The value of the function that is used to aggregate logs imported from Log Service.
|
|
1779
|
+
- If you set the `function` parameter to `distribution`, this parameter specifies the lower limit of the statistical interval. For example, if you want to calculate the number of HTTP requests whose status code is 2XX, set this parameter to 200.
|
|
1780
|
+
- If you set the `function` parameter to `percentile`, this parameter specifies the percentile at which the expected value is. For example, 0.5 specifies P50.
|
|
1781
|
+
"""
|
|
1668
1782
|
return pulumi.get(self, "parameter_one")
|
|
1669
1783
|
|
|
1670
1784
|
@property
|
|
1671
1785
|
@pulumi.getter(name="parameterTwo")
|
|
1672
1786
|
def parameter_two(self) -> Optional[str]:
|
|
1787
|
+
"""
|
|
1788
|
+
The value of the function that is used to aggregate logs imported from Log Service. **Note:** This parameter is required only if the `function` parameter is set to `distribution`. This parameter specifies the upper limit of the statistical interval.
|
|
1789
|
+
"""
|
|
1673
1790
|
return pulumi.get(self, "parameter_two")
|
|
1674
1791
|
|
|
1675
1792
|
@property
|
|
1676
1793
|
@pulumi.getter(name="slsKeyName")
|
|
1677
1794
|
def sls_key_name(self) -> Optional[str]:
|
|
1795
|
+
"""
|
|
1796
|
+
The name of the key that is used to filter logs imported from Log Service.
|
|
1797
|
+
"""
|
|
1678
1798
|
return pulumi.get(self, "sls_key_name")
|
|
1679
1799
|
|
|
1680
1800
|
|
|
@@ -1833,6 +1953,11 @@ class MetricRuleTemplateAlertTemplateEscalations(dict):
|
|
|
1833
1953
|
critical: Optional['outputs.MetricRuleTemplateAlertTemplateEscalationsCritical'] = None,
|
|
1834
1954
|
info: Optional['outputs.MetricRuleTemplateAlertTemplateEscalationsInfo'] = None,
|
|
1835
1955
|
warn: Optional['outputs.MetricRuleTemplateAlertTemplateEscalationsWarn'] = None):
|
|
1956
|
+
"""
|
|
1957
|
+
:param 'MetricRuleTemplateAlertTemplateEscalationsCriticalArgs' critical: The condition for triggering critical-level alerts. See `critical` below.
|
|
1958
|
+
:param 'MetricRuleTemplateAlertTemplateEscalationsInfoArgs' info: The condition for triggering info-level alerts. See `info` below.
|
|
1959
|
+
:param 'MetricRuleTemplateAlertTemplateEscalationsWarnArgs' warn: The condition for triggering warn-level alerts. See `warn` below.
|
|
1960
|
+
"""
|
|
1836
1961
|
if critical is not None:
|
|
1837
1962
|
pulumi.set(__self__, "critical", critical)
|
|
1838
1963
|
if info is not None:
|
|
@@ -1843,16 +1968,25 @@ class MetricRuleTemplateAlertTemplateEscalations(dict):
|
|
|
1843
1968
|
@property
|
|
1844
1969
|
@pulumi.getter
|
|
1845
1970
|
def critical(self) -> Optional['outputs.MetricRuleTemplateAlertTemplateEscalationsCritical']:
|
|
1971
|
+
"""
|
|
1972
|
+
The condition for triggering critical-level alerts. See `critical` below.
|
|
1973
|
+
"""
|
|
1846
1974
|
return pulumi.get(self, "critical")
|
|
1847
1975
|
|
|
1848
1976
|
@property
|
|
1849
1977
|
@pulumi.getter
|
|
1850
1978
|
def info(self) -> Optional['outputs.MetricRuleTemplateAlertTemplateEscalationsInfo']:
|
|
1979
|
+
"""
|
|
1980
|
+
The condition for triggering info-level alerts. See `info` below.
|
|
1981
|
+
"""
|
|
1851
1982
|
return pulumi.get(self, "info")
|
|
1852
1983
|
|
|
1853
1984
|
@property
|
|
1854
1985
|
@pulumi.getter
|
|
1855
1986
|
def warn(self) -> Optional['outputs.MetricRuleTemplateAlertTemplateEscalationsWarn']:
|
|
1987
|
+
"""
|
|
1988
|
+
The condition for triggering warn-level alerts. See `warn` below.
|
|
1989
|
+
"""
|
|
1856
1990
|
return pulumi.get(self, "warn")
|
|
1857
1991
|
|
|
1858
1992
|
|
|
@@ -1880,6 +2014,12 @@ class MetricRuleTemplateAlertTemplateEscalationsCritical(dict):
|
|
|
1880
2014
|
statistics: Optional[str] = None,
|
|
1881
2015
|
threshold: Optional[str] = None,
|
|
1882
2016
|
times: Optional[str] = None):
|
|
2017
|
+
"""
|
|
2018
|
+
:param str comparison_operator: The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
2019
|
+
:param str statistics: The statistical aggregation method for critical-level alerts.
|
|
2020
|
+
:param str threshold: The threshold for critical-level alerts.
|
|
2021
|
+
:param str times: The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
2022
|
+
"""
|
|
1883
2023
|
if comparison_operator is not None:
|
|
1884
2024
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
1885
2025
|
if statistics is not None:
|
|
@@ -1892,21 +2032,33 @@ class MetricRuleTemplateAlertTemplateEscalationsCritical(dict):
|
|
|
1892
2032
|
@property
|
|
1893
2033
|
@pulumi.getter(name="comparisonOperator")
|
|
1894
2034
|
def comparison_operator(self) -> Optional[str]:
|
|
2035
|
+
"""
|
|
2036
|
+
The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
2037
|
+
"""
|
|
1895
2038
|
return pulumi.get(self, "comparison_operator")
|
|
1896
2039
|
|
|
1897
2040
|
@property
|
|
1898
2041
|
@pulumi.getter
|
|
1899
2042
|
def statistics(self) -> Optional[str]:
|
|
2043
|
+
"""
|
|
2044
|
+
The statistical aggregation method for critical-level alerts.
|
|
2045
|
+
"""
|
|
1900
2046
|
return pulumi.get(self, "statistics")
|
|
1901
2047
|
|
|
1902
2048
|
@property
|
|
1903
2049
|
@pulumi.getter
|
|
1904
2050
|
def threshold(self) -> Optional[str]:
|
|
2051
|
+
"""
|
|
2052
|
+
The threshold for critical-level alerts.
|
|
2053
|
+
"""
|
|
1905
2054
|
return pulumi.get(self, "threshold")
|
|
1906
2055
|
|
|
1907
2056
|
@property
|
|
1908
2057
|
@pulumi.getter
|
|
1909
2058
|
def times(self) -> Optional[str]:
|
|
2059
|
+
"""
|
|
2060
|
+
The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
2061
|
+
"""
|
|
1910
2062
|
return pulumi.get(self, "times")
|
|
1911
2063
|
|
|
1912
2064
|
|
|
@@ -1934,6 +2086,12 @@ class MetricRuleTemplateAlertTemplateEscalationsInfo(dict):
|
|
|
1934
2086
|
statistics: Optional[str] = None,
|
|
1935
2087
|
threshold: Optional[str] = None,
|
|
1936
2088
|
times: Optional[str] = None):
|
|
2089
|
+
"""
|
|
2090
|
+
:param str comparison_operator: The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
2091
|
+
:param str statistics: The statistical aggregation method for critical-level alerts.
|
|
2092
|
+
:param str threshold: The threshold for critical-level alerts.
|
|
2093
|
+
:param str times: The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
2094
|
+
"""
|
|
1937
2095
|
if comparison_operator is not None:
|
|
1938
2096
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
1939
2097
|
if statistics is not None:
|
|
@@ -1946,21 +2104,33 @@ class MetricRuleTemplateAlertTemplateEscalationsInfo(dict):
|
|
|
1946
2104
|
@property
|
|
1947
2105
|
@pulumi.getter(name="comparisonOperator")
|
|
1948
2106
|
def comparison_operator(self) -> Optional[str]:
|
|
2107
|
+
"""
|
|
2108
|
+
The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
2109
|
+
"""
|
|
1949
2110
|
return pulumi.get(self, "comparison_operator")
|
|
1950
2111
|
|
|
1951
2112
|
@property
|
|
1952
2113
|
@pulumi.getter
|
|
1953
2114
|
def statistics(self) -> Optional[str]:
|
|
2115
|
+
"""
|
|
2116
|
+
The statistical aggregation method for critical-level alerts.
|
|
2117
|
+
"""
|
|
1954
2118
|
return pulumi.get(self, "statistics")
|
|
1955
2119
|
|
|
1956
2120
|
@property
|
|
1957
2121
|
@pulumi.getter
|
|
1958
2122
|
def threshold(self) -> Optional[str]:
|
|
2123
|
+
"""
|
|
2124
|
+
The threshold for critical-level alerts.
|
|
2125
|
+
"""
|
|
1959
2126
|
return pulumi.get(self, "threshold")
|
|
1960
2127
|
|
|
1961
2128
|
@property
|
|
1962
2129
|
@pulumi.getter
|
|
1963
2130
|
def times(self) -> Optional[str]:
|
|
2131
|
+
"""
|
|
2132
|
+
The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
2133
|
+
"""
|
|
1964
2134
|
return pulumi.get(self, "times")
|
|
1965
2135
|
|
|
1966
2136
|
|
|
@@ -1988,6 +2158,12 @@ class MetricRuleTemplateAlertTemplateEscalationsWarn(dict):
|
|
|
1988
2158
|
statistics: Optional[str] = None,
|
|
1989
2159
|
threshold: Optional[str] = None,
|
|
1990
2160
|
times: Optional[str] = None):
|
|
2161
|
+
"""
|
|
2162
|
+
:param str comparison_operator: The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
2163
|
+
:param str statistics: The statistical aggregation method for critical-level alerts.
|
|
2164
|
+
:param str threshold: The threshold for critical-level alerts.
|
|
2165
|
+
:param str times: The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
2166
|
+
"""
|
|
1991
2167
|
if comparison_operator is not None:
|
|
1992
2168
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
1993
2169
|
if statistics is not None:
|
|
@@ -2000,21 +2176,33 @@ class MetricRuleTemplateAlertTemplateEscalationsWarn(dict):
|
|
|
2000
2176
|
@property
|
|
2001
2177
|
@pulumi.getter(name="comparisonOperator")
|
|
2002
2178
|
def comparison_operator(self) -> Optional[str]:
|
|
2179
|
+
"""
|
|
2180
|
+
The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
2181
|
+
"""
|
|
2003
2182
|
return pulumi.get(self, "comparison_operator")
|
|
2004
2183
|
|
|
2005
2184
|
@property
|
|
2006
2185
|
@pulumi.getter
|
|
2007
2186
|
def statistics(self) -> Optional[str]:
|
|
2187
|
+
"""
|
|
2188
|
+
The statistical aggregation method for critical-level alerts.
|
|
2189
|
+
"""
|
|
2008
2190
|
return pulumi.get(self, "statistics")
|
|
2009
2191
|
|
|
2010
2192
|
@property
|
|
2011
2193
|
@pulumi.getter
|
|
2012
2194
|
def threshold(self) -> Optional[str]:
|
|
2195
|
+
"""
|
|
2196
|
+
The threshold for critical-level alerts.
|
|
2197
|
+
"""
|
|
2013
2198
|
return pulumi.get(self, "threshold")
|
|
2014
2199
|
|
|
2015
2200
|
@property
|
|
2016
2201
|
@pulumi.getter
|
|
2017
2202
|
def times(self) -> Optional[str]:
|
|
2203
|
+
"""
|
|
2204
|
+
The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
2205
|
+
"""
|
|
2018
2206
|
return pulumi.get(self, "times")
|
|
2019
2207
|
|
|
2020
2208
|
|
|
@@ -3659,6 +3847,11 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigResult(dict):
|
|
|
3659
3847
|
filters: Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterResult'],
|
|
3660
3848
|
group_bies: Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigGroupByResult'],
|
|
3661
3849
|
statistics: Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigStatisticResult']):
|
|
3850
|
+
"""
|
|
3851
|
+
:param Sequence['GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterArgs'] filters: The conditions that are used to filter logs imported from Log Service.
|
|
3852
|
+
:param Sequence['GetHybridMonitorSlsTasksTaskSlsProcessConfigGroupByArgs'] group_bies: The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL.
|
|
3853
|
+
:param Sequence['GetHybridMonitorSlsTasksTaskSlsProcessConfigStatisticArgs'] statistics: The method that is used to aggregate logs imported from Log Service.
|
|
3854
|
+
"""
|
|
3662
3855
|
pulumi.set(__self__, "expresses", expresses)
|
|
3663
3856
|
pulumi.set(__self__, "filters", filters)
|
|
3664
3857
|
pulumi.set(__self__, "group_bies", group_bies)
|
|
@@ -3672,16 +3865,25 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigResult(dict):
|
|
|
3672
3865
|
@property
|
|
3673
3866
|
@pulumi.getter
|
|
3674
3867
|
def filters(self) -> Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterResult']:
|
|
3868
|
+
"""
|
|
3869
|
+
The conditions that are used to filter logs imported from Log Service.
|
|
3870
|
+
"""
|
|
3675
3871
|
return pulumi.get(self, "filters")
|
|
3676
3872
|
|
|
3677
3873
|
@property
|
|
3678
3874
|
@pulumi.getter(name="groupBies")
|
|
3679
3875
|
def group_bies(self) -> Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigGroupByResult']:
|
|
3876
|
+
"""
|
|
3877
|
+
The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL.
|
|
3878
|
+
"""
|
|
3680
3879
|
return pulumi.get(self, "group_bies")
|
|
3681
3880
|
|
|
3682
3881
|
@property
|
|
3683
3882
|
@pulumi.getter
|
|
3684
3883
|
def statistics(self) -> Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigStatisticResult']:
|
|
3884
|
+
"""
|
|
3885
|
+
The method that is used to aggregate logs imported from Log Service.
|
|
3886
|
+
"""
|
|
3685
3887
|
return pulumi.get(self, "statistics")
|
|
3686
3888
|
|
|
3687
3889
|
|
|
@@ -3709,17 +3911,27 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterResult(dict):
|
|
|
3709
3911
|
def __init__(__self__, *,
|
|
3710
3912
|
filters: Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterFilterResult'],
|
|
3711
3913
|
relation: str):
|
|
3914
|
+
"""
|
|
3915
|
+
:param Sequence['GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterFilterArgs'] filters: The conditions that are used to filter logs imported from Log Service.
|
|
3916
|
+
:param str relation: The relationship between multiple filter conditions.
|
|
3917
|
+
"""
|
|
3712
3918
|
pulumi.set(__self__, "filters", filters)
|
|
3713
3919
|
pulumi.set(__self__, "relation", relation)
|
|
3714
3920
|
|
|
3715
3921
|
@property
|
|
3716
3922
|
@pulumi.getter
|
|
3717
3923
|
def filters(self) -> Sequence['outputs.GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterFilterResult']:
|
|
3924
|
+
"""
|
|
3925
|
+
The conditions that are used to filter logs imported from Log Service.
|
|
3926
|
+
"""
|
|
3718
3927
|
return pulumi.get(self, "filters")
|
|
3719
3928
|
|
|
3720
3929
|
@property
|
|
3721
3930
|
@pulumi.getter
|
|
3722
3931
|
def relation(self) -> str:
|
|
3932
|
+
"""
|
|
3933
|
+
The relationship between multiple filter conditions.
|
|
3934
|
+
"""
|
|
3723
3935
|
return pulumi.get(self, "relation")
|
|
3724
3936
|
|
|
3725
3937
|
|
|
@@ -3729,6 +3941,9 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterFilterResult(dict):
|
|
|
3729
3941
|
operator: str,
|
|
3730
3942
|
sls_key_name: str,
|
|
3731
3943
|
value: str):
|
|
3944
|
+
"""
|
|
3945
|
+
:param str operator: The method that is used to filter logs imported from Log Service.
|
|
3946
|
+
"""
|
|
3732
3947
|
pulumi.set(__self__, "operator", operator)
|
|
3733
3948
|
pulumi.set(__self__, "sls_key_name", sls_key_name)
|
|
3734
3949
|
pulumi.set(__self__, "value", value)
|
|
@@ -3736,6 +3951,9 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigFilterFilterResult(dict):
|
|
|
3736
3951
|
@property
|
|
3737
3952
|
@pulumi.getter
|
|
3738
3953
|
def operator(self) -> str:
|
|
3954
|
+
"""
|
|
3955
|
+
The method that is used to filter logs imported from Log Service.
|
|
3956
|
+
"""
|
|
3739
3957
|
return pulumi.get(self, "operator")
|
|
3740
3958
|
|
|
3741
3959
|
@property
|
|
@@ -3776,6 +3994,10 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigStatisticResult(dict):
|
|
|
3776
3994
|
parameter_one: str,
|
|
3777
3995
|
parameter_two: str,
|
|
3778
3996
|
sls_key_name: str):
|
|
3997
|
+
"""
|
|
3998
|
+
:param str parameter_one: The value of the function that is used to aggregate logs imported from Log Service.
|
|
3999
|
+
:param str parameter_two: The value of the function that is used to aggregate logs imported from Log Service.
|
|
4000
|
+
"""
|
|
3779
4001
|
pulumi.set(__self__, "alias", alias)
|
|
3780
4002
|
pulumi.set(__self__, "function", function)
|
|
3781
4003
|
pulumi.set(__self__, "parameter_one", parameter_one)
|
|
@@ -3795,11 +4017,17 @@ class GetHybridMonitorSlsTasksTaskSlsProcessConfigStatisticResult(dict):
|
|
|
3795
4017
|
@property
|
|
3796
4018
|
@pulumi.getter(name="parameterOne")
|
|
3797
4019
|
def parameter_one(self) -> str:
|
|
4020
|
+
"""
|
|
4021
|
+
The value of the function that is used to aggregate logs imported from Log Service.
|
|
4022
|
+
"""
|
|
3798
4023
|
return pulumi.get(self, "parameter_one")
|
|
3799
4024
|
|
|
3800
4025
|
@property
|
|
3801
4026
|
@pulumi.getter(name="parameterTwo")
|
|
3802
4027
|
def parameter_two(self) -> str:
|
|
4028
|
+
"""
|
|
4029
|
+
The value of the function that is used to aggregate logs imported from Log Service.
|
|
4030
|
+
"""
|
|
3803
4031
|
return pulumi.get(self, "parameter_two")
|
|
3804
4032
|
|
|
3805
4033
|
@property
|
|
@@ -132,6 +132,7 @@ class GetNestServiceInstancesFilterArgs:
|
|
|
132
132
|
values: Optional[Sequence[str]] = None):
|
|
133
133
|
"""
|
|
134
134
|
:param str name: The name of the service.
|
|
135
|
+
:param Sequence[str] values: Set of values that are accepted for the given field.
|
|
135
136
|
"""
|
|
136
137
|
if name is not None:
|
|
137
138
|
pulumi.set(__self__, "name", name)
|
|
@@ -153,6 +154,9 @@ class GetNestServiceInstancesFilterArgs:
|
|
|
153
154
|
@property
|
|
154
155
|
@pulumi.getter
|
|
155
156
|
def values(self) -> Optional[Sequence[str]]:
|
|
157
|
+
"""
|
|
158
|
+
Set of values that are accepted for the given field.
|
|
159
|
+
"""
|
|
156
160
|
return pulumi.get(self, "values")
|
|
157
161
|
|
|
158
162
|
@values.setter
|
|
@@ -152,6 +152,7 @@ class GetNestServiceInstancesFilterResult(dict):
|
|
|
152
152
|
values: Optional[Sequence[str]] = None):
|
|
153
153
|
"""
|
|
154
154
|
:param str name: The name of the service.
|
|
155
|
+
:param Sequence[str] values: Set of values that are accepted for the given field.
|
|
155
156
|
"""
|
|
156
157
|
if name is not None:
|
|
157
158
|
pulumi.set(__self__, "name", name)
|
|
@@ -169,6 +170,9 @@ class GetNestServiceInstancesFilterResult(dict):
|
|
|
169
170
|
@property
|
|
170
171
|
@pulumi.getter
|
|
171
172
|
def values(self) -> Optional[Sequence[str]]:
|
|
173
|
+
"""
|
|
174
|
+
Set of values that are accepted for the given field.
|
|
175
|
+
"""
|
|
172
176
|
return pulumi.get(self, "values")
|
|
173
177
|
|
|
174
178
|
|