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/sae/_inputs.py
CHANGED
|
@@ -787,6 +787,9 @@ class ApplicationPvtzDiscoverySvcPortProtocolArgs:
|
|
|
787
787
|
def __init__(__self__, *,
|
|
788
788
|
port: Optional[pulumi.Input[int]] = None,
|
|
789
789
|
protocol: Optional[pulumi.Input[str]] = None):
|
|
790
|
+
"""
|
|
791
|
+
:param pulumi.Input[str] protocol: The protocol. Valid values: `TCP` and `UDP`.
|
|
792
|
+
"""
|
|
790
793
|
if port is not None:
|
|
791
794
|
pulumi.set(__self__, "port", port)
|
|
792
795
|
if protocol is not None:
|
|
@@ -804,6 +807,9 @@ class ApplicationPvtzDiscoverySvcPortProtocolArgs:
|
|
|
804
807
|
@property
|
|
805
808
|
@pulumi.getter
|
|
806
809
|
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
810
|
+
"""
|
|
811
|
+
The protocol. Valid values: `TCP` and `UDP`.
|
|
812
|
+
"""
|
|
807
813
|
return pulumi.get(self, "protocol")
|
|
808
814
|
|
|
809
815
|
@protocol.setter
|
|
@@ -1115,6 +1121,24 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1115
1121
|
slb_log_store: Optional[pulumi.Input[str]] = None,
|
|
1116
1122
|
slb_project: Optional[pulumi.Input[str]] = None,
|
|
1117
1123
|
vport: Optional[pulumi.Input[str]] = None):
|
|
1124
|
+
"""
|
|
1125
|
+
:param pulumi.Input[int] metric_target_average_utilization: According to different `metric_type`, set the target value of the corresponding monitoring index.
|
|
1126
|
+
:param pulumi.Input[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:
|
|
1127
|
+
- CPU: CPU usage.
|
|
1128
|
+
- MEMORY: MEMORY usage.
|
|
1129
|
+
- tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
|
|
1130
|
+
- QPS: The average QPS of a single instance within 1 minute of JAVA application.
|
|
1131
|
+
- RT: The average response time of all service interfaces within 1 minute of JAVA application.
|
|
1132
|
+
- SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
|
|
1133
|
+
- SLB_RT: The average response time of public network SLB within 15 seconds.
|
|
1134
|
+
- INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
|
|
1135
|
+
- INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds.
|
|
1136
|
+
**NOTE:** From version 1.206.0, `metric_type` can be set to `QPS`, `RT`, `INTRANET_SLB_QPS`, `INTRANET_SLB_RT`.
|
|
1137
|
+
:param pulumi.Input[str] slb_id: SLB ID.
|
|
1138
|
+
:param pulumi.Input[str] slb_log_store: The log store of the Log Service.
|
|
1139
|
+
:param pulumi.Input[str] slb_project: The project of the Log Service.
|
|
1140
|
+
:param pulumi.Input[str] vport: SLB listening port.
|
|
1141
|
+
"""
|
|
1118
1142
|
if metric_target_average_utilization is not None:
|
|
1119
1143
|
pulumi.set(__self__, "metric_target_average_utilization", metric_target_average_utilization)
|
|
1120
1144
|
if metric_type is not None:
|
|
@@ -1131,6 +1155,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1131
1155
|
@property
|
|
1132
1156
|
@pulumi.getter(name="metricTargetAverageUtilization")
|
|
1133
1157
|
def metric_target_average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
1158
|
+
"""
|
|
1159
|
+
According to different `metric_type`, set the target value of the corresponding monitoring index.
|
|
1160
|
+
"""
|
|
1134
1161
|
return pulumi.get(self, "metric_target_average_utilization")
|
|
1135
1162
|
|
|
1136
1163
|
@metric_target_average_utilization.setter
|
|
@@ -1140,6 +1167,19 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1140
1167
|
@property
|
|
1141
1168
|
@pulumi.getter(name="metricType")
|
|
1142
1169
|
def metric_type(self) -> Optional[pulumi.Input[str]]:
|
|
1170
|
+
"""
|
|
1171
|
+
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:
|
|
1172
|
+
- CPU: CPU usage.
|
|
1173
|
+
- MEMORY: MEMORY usage.
|
|
1174
|
+
- tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
|
|
1175
|
+
- QPS: The average QPS of a single instance within 1 minute of JAVA application.
|
|
1176
|
+
- RT: The average response time of all service interfaces within 1 minute of JAVA application.
|
|
1177
|
+
- SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
|
|
1178
|
+
- SLB_RT: The average response time of public network SLB within 15 seconds.
|
|
1179
|
+
- INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
|
|
1180
|
+
- INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds.
|
|
1181
|
+
**NOTE:** From version 1.206.0, `metric_type` can be set to `QPS`, `RT`, `INTRANET_SLB_QPS`, `INTRANET_SLB_RT`.
|
|
1182
|
+
"""
|
|
1143
1183
|
return pulumi.get(self, "metric_type")
|
|
1144
1184
|
|
|
1145
1185
|
@metric_type.setter
|
|
@@ -1149,6 +1189,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1149
1189
|
@property
|
|
1150
1190
|
@pulumi.getter(name="slbId")
|
|
1151
1191
|
def slb_id(self) -> Optional[pulumi.Input[str]]:
|
|
1192
|
+
"""
|
|
1193
|
+
SLB ID.
|
|
1194
|
+
"""
|
|
1152
1195
|
return pulumi.get(self, "slb_id")
|
|
1153
1196
|
|
|
1154
1197
|
@slb_id.setter
|
|
@@ -1158,6 +1201,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1158
1201
|
@property
|
|
1159
1202
|
@pulumi.getter(name="slbLogStore")
|
|
1160
1203
|
def slb_log_store(self) -> Optional[pulumi.Input[str]]:
|
|
1204
|
+
"""
|
|
1205
|
+
The log store of the Log Service.
|
|
1206
|
+
"""
|
|
1161
1207
|
return pulumi.get(self, "slb_log_store")
|
|
1162
1208
|
|
|
1163
1209
|
@slb_log_store.setter
|
|
@@ -1167,6 +1213,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1167
1213
|
@property
|
|
1168
1214
|
@pulumi.getter(name="slbProject")
|
|
1169
1215
|
def slb_project(self) -> Optional[pulumi.Input[str]]:
|
|
1216
|
+
"""
|
|
1217
|
+
The project of the Log Service.
|
|
1218
|
+
"""
|
|
1170
1219
|
return pulumi.get(self, "slb_project")
|
|
1171
1220
|
|
|
1172
1221
|
@slb_project.setter
|
|
@@ -1176,6 +1225,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
|
|
|
1176
1225
|
@property
|
|
1177
1226
|
@pulumi.getter
|
|
1178
1227
|
def vport(self) -> Optional[pulumi.Input[str]]:
|
|
1228
|
+
"""
|
|
1229
|
+
SLB listening port.
|
|
1230
|
+
"""
|
|
1179
1231
|
return pulumi.get(self, "vport")
|
|
1180
1232
|
|
|
1181
1233
|
@vport.setter
|
|
@@ -1189,6 +1241,11 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
|
|
|
1189
1241
|
disabled: Optional[pulumi.Input[bool]] = None,
|
|
1190
1242
|
stabilization_window_seconds: Optional[pulumi.Input[int]] = None,
|
|
1191
1243
|
step: Optional[pulumi.Input[int]] = None):
|
|
1244
|
+
"""
|
|
1245
|
+
:param pulumi.Input[bool] disabled: Whether shrinkage is prohibited.
|
|
1246
|
+
:param pulumi.Input[int] stabilization_window_seconds: Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
|
|
1247
|
+
:param pulumi.Input[int] step: Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
|
|
1248
|
+
"""
|
|
1192
1249
|
if disabled is not None:
|
|
1193
1250
|
pulumi.set(__self__, "disabled", disabled)
|
|
1194
1251
|
if stabilization_window_seconds is not None:
|
|
@@ -1199,6 +1256,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
|
|
|
1199
1256
|
@property
|
|
1200
1257
|
@pulumi.getter
|
|
1201
1258
|
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1259
|
+
"""
|
|
1260
|
+
Whether shrinkage is prohibited.
|
|
1261
|
+
"""
|
|
1202
1262
|
return pulumi.get(self, "disabled")
|
|
1203
1263
|
|
|
1204
1264
|
@disabled.setter
|
|
@@ -1208,6 +1268,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
|
|
|
1208
1268
|
@property
|
|
1209
1269
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
1210
1270
|
def stabilization_window_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1271
|
+
"""
|
|
1272
|
+
Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
|
|
1273
|
+
"""
|
|
1211
1274
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
1212
1275
|
|
|
1213
1276
|
@stabilization_window_seconds.setter
|
|
@@ -1217,6 +1280,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
|
|
|
1217
1280
|
@property
|
|
1218
1281
|
@pulumi.getter
|
|
1219
1282
|
def step(self) -> Optional[pulumi.Input[int]]:
|
|
1283
|
+
"""
|
|
1284
|
+
Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
|
|
1285
|
+
"""
|
|
1220
1286
|
return pulumi.get(self, "step")
|
|
1221
1287
|
|
|
1222
1288
|
@step.setter
|
|
@@ -1230,6 +1296,11 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
|
|
|
1230
1296
|
disabled: Optional[pulumi.Input[bool]] = None,
|
|
1231
1297
|
stabilization_window_seconds: Optional[pulumi.Input[int]] = None,
|
|
1232
1298
|
step: Optional[pulumi.Input[int]] = None):
|
|
1299
|
+
"""
|
|
1300
|
+
:param pulumi.Input[bool] disabled: Whether shrinkage is prohibited.
|
|
1301
|
+
:param pulumi.Input[int] stabilization_window_seconds: Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
|
|
1302
|
+
:param pulumi.Input[int] step: Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
|
|
1303
|
+
"""
|
|
1233
1304
|
if disabled is not None:
|
|
1234
1305
|
pulumi.set(__self__, "disabled", disabled)
|
|
1235
1306
|
if stabilization_window_seconds is not None:
|
|
@@ -1240,6 +1311,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
|
|
|
1240
1311
|
@property
|
|
1241
1312
|
@pulumi.getter
|
|
1242
1313
|
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1314
|
+
"""
|
|
1315
|
+
Whether shrinkage is prohibited.
|
|
1316
|
+
"""
|
|
1243
1317
|
return pulumi.get(self, "disabled")
|
|
1244
1318
|
|
|
1245
1319
|
@disabled.setter
|
|
@@ -1249,6 +1323,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
|
|
|
1249
1323
|
@property
|
|
1250
1324
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
1251
1325
|
def stabilization_window_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1326
|
+
"""
|
|
1327
|
+
Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
|
|
1328
|
+
"""
|
|
1252
1329
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
1253
1330
|
|
|
1254
1331
|
@stabilization_window_seconds.setter
|
|
@@ -1258,6 +1335,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
|
|
|
1258
1335
|
@property
|
|
1259
1336
|
@pulumi.getter
|
|
1260
1337
|
def step(self) -> Optional[pulumi.Input[int]]:
|
|
1338
|
+
"""
|
|
1339
|
+
Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
|
|
1340
|
+
"""
|
|
1261
1341
|
return pulumi.get(self, "step")
|
|
1262
1342
|
|
|
1263
1343
|
@step.setter
|
|
@@ -1343,6 +1423,10 @@ class ApplicationScalingRuleScalingRuleTimerScheduleArgs:
|
|
|
1343
1423
|
max_replicas: Optional[pulumi.Input[int]] = None,
|
|
1344
1424
|
min_replicas: Optional[pulumi.Input[int]] = None,
|
|
1345
1425
|
target_replicas: Optional[pulumi.Input[int]] = None):
|
|
1426
|
+
"""
|
|
1427
|
+
:param pulumi.Input[str] at_time: Trigger point in time. When supporting format: minutes, for example: `08:00`.
|
|
1428
|
+
:param pulumi.Input[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`.
|
|
1429
|
+
"""
|
|
1346
1430
|
if at_time is not None:
|
|
1347
1431
|
pulumi.set(__self__, "at_time", at_time)
|
|
1348
1432
|
if max_replicas is not None:
|
|
@@ -1355,6 +1439,9 @@ class ApplicationScalingRuleScalingRuleTimerScheduleArgs:
|
|
|
1355
1439
|
@property
|
|
1356
1440
|
@pulumi.getter(name="atTime")
|
|
1357
1441
|
def at_time(self) -> Optional[pulumi.Input[str]]:
|
|
1442
|
+
"""
|
|
1443
|
+
Trigger point in time. When supporting format: minutes, for example: `08:00`.
|
|
1444
|
+
"""
|
|
1358
1445
|
return pulumi.get(self, "at_time")
|
|
1359
1446
|
|
|
1360
1447
|
@at_time.setter
|
|
@@ -1382,6 +1469,9 @@ class ApplicationScalingRuleScalingRuleTimerScheduleArgs:
|
|
|
1382
1469
|
@property
|
|
1383
1470
|
@pulumi.getter(name="targetReplicas")
|
|
1384
1471
|
def target_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1472
|
+
"""
|
|
1473
|
+
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`.
|
|
1474
|
+
"""
|
|
1385
1475
|
return pulumi.get(self, "target_replicas")
|
|
1386
1476
|
|
|
1387
1477
|
@target_replicas.setter
|
|
@@ -1522,7 +1612,9 @@ class ApplicationUpdateStrategyV2BatchUpdateArgs:
|
|
|
1522
1612
|
batch_wait_time: Optional[pulumi.Input[int]] = None,
|
|
1523
1613
|
release_type: Optional[pulumi.Input[str]] = None):
|
|
1524
1614
|
"""
|
|
1615
|
+
:param pulumi.Input[int] batch: The number of batches in which you want to release the instances.
|
|
1525
1616
|
:param pulumi.Input[int] batch_wait_time: The batch wait time.
|
|
1617
|
+
:param pulumi.Input[str] release_type: The processing method for the batches. Valid values: `auto` and `manual`.
|
|
1526
1618
|
"""
|
|
1527
1619
|
if batch is not None:
|
|
1528
1620
|
pulumi.set(__self__, "batch", batch)
|
|
@@ -1534,6 +1626,9 @@ class ApplicationUpdateStrategyV2BatchUpdateArgs:
|
|
|
1534
1626
|
@property
|
|
1535
1627
|
@pulumi.getter
|
|
1536
1628
|
def batch(self) -> Optional[pulumi.Input[int]]:
|
|
1629
|
+
"""
|
|
1630
|
+
The number of batches in which you want to release the instances.
|
|
1631
|
+
"""
|
|
1537
1632
|
return pulumi.get(self, "batch")
|
|
1538
1633
|
|
|
1539
1634
|
@batch.setter
|
|
@@ -1555,6 +1650,9 @@ class ApplicationUpdateStrategyV2BatchUpdateArgs:
|
|
|
1555
1650
|
@property
|
|
1556
1651
|
@pulumi.getter(name="releaseType")
|
|
1557
1652
|
def release_type(self) -> Optional[pulumi.Input[str]]:
|
|
1653
|
+
"""
|
|
1654
|
+
The processing method for the batches. Valid values: `auto` and `manual`.
|
|
1655
|
+
"""
|
|
1558
1656
|
return pulumi.get(self, "release_type")
|
|
1559
1657
|
|
|
1560
1658
|
@release_type.setter
|
|
@@ -1673,6 +1771,10 @@ class GreyTagRouteDubboRuleItemArgs:
|
|
|
1673
1771
|
index: Optional[pulumi.Input[int]] = None,
|
|
1674
1772
|
operator: Optional[pulumi.Input[str]] = None,
|
|
1675
1773
|
value: Optional[pulumi.Input[str]] = None):
|
|
1774
|
+
"""
|
|
1775
|
+
:param pulumi.Input[str] expr: The parameter value gets the expression.
|
|
1776
|
+
:param pulumi.Input[int] index: The parameter number.
|
|
1777
|
+
"""
|
|
1676
1778
|
if cond is not None:
|
|
1677
1779
|
pulumi.set(__self__, "cond", cond)
|
|
1678
1780
|
if expr is not None:
|
|
@@ -1696,6 +1798,9 @@ class GreyTagRouteDubboRuleItemArgs:
|
|
|
1696
1798
|
@property
|
|
1697
1799
|
@pulumi.getter
|
|
1698
1800
|
def expr(self) -> Optional[pulumi.Input[str]]:
|
|
1801
|
+
"""
|
|
1802
|
+
The parameter value gets the expression.
|
|
1803
|
+
"""
|
|
1699
1804
|
return pulumi.get(self, "expr")
|
|
1700
1805
|
|
|
1701
1806
|
@expr.setter
|
|
@@ -1705,6 +1810,9 @@ class GreyTagRouteDubboRuleItemArgs:
|
|
|
1705
1810
|
@property
|
|
1706
1811
|
@pulumi.getter
|
|
1707
1812
|
def index(self) -> Optional[pulumi.Input[int]]:
|
|
1813
|
+
"""
|
|
1814
|
+
The parameter number.
|
|
1815
|
+
"""
|
|
1708
1816
|
return pulumi.get(self, "index")
|
|
1709
1817
|
|
|
1710
1818
|
@index.setter
|
|
@@ -1793,6 +1901,10 @@ class GreyTagRouteScRuleItemArgs:
|
|
|
1793
1901
|
operator: Optional[pulumi.Input[str]] = None,
|
|
1794
1902
|
type: Optional[pulumi.Input[str]] = None,
|
|
1795
1903
|
value: Optional[pulumi.Input[str]] = None):
|
|
1904
|
+
"""
|
|
1905
|
+
:param pulumi.Input[str] name: The name of the parameter.
|
|
1906
|
+
:param pulumi.Input[str] type: The compare types. Valid values: `param`, `cookie`, `header`.
|
|
1907
|
+
"""
|
|
1796
1908
|
if cond is not None:
|
|
1797
1909
|
pulumi.set(__self__, "cond", cond)
|
|
1798
1910
|
if name is not None:
|
|
@@ -1816,6 +1928,9 @@ class GreyTagRouteScRuleItemArgs:
|
|
|
1816
1928
|
@property
|
|
1817
1929
|
@pulumi.getter
|
|
1818
1930
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1931
|
+
"""
|
|
1932
|
+
The name of the parameter.
|
|
1933
|
+
"""
|
|
1819
1934
|
return pulumi.get(self, "name")
|
|
1820
1935
|
|
|
1821
1936
|
@name.setter
|
|
@@ -1834,6 +1949,9 @@ class GreyTagRouteScRuleItemArgs:
|
|
|
1834
1949
|
@property
|
|
1835
1950
|
@pulumi.getter
|
|
1836
1951
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1952
|
+
"""
|
|
1953
|
+
The compare types. Valid values: `param`, `cookie`, `header`.
|
|
1954
|
+
"""
|
|
1837
1955
|
return pulumi.get(self, "type")
|
|
1838
1956
|
|
|
1839
1957
|
@type.setter
|
pulumi_alicloud/sae/outputs.py
CHANGED
|
@@ -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
|