pulumi-alicloud 3.60.0a1720848019__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.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
pulumi_alicloud/bp/_inputs.py
CHANGED
|
@@ -19,6 +19,11 @@ class StudioApplicationInstanceArgs:
|
|
|
19
19
|
id: Optional[pulumi.Input[str]] = None,
|
|
20
20
|
node_name: Optional[pulumi.Input[str]] = None,
|
|
21
21
|
node_type: Optional[pulumi.Input[str]] = None):
|
|
22
|
+
"""
|
|
23
|
+
:param pulumi.Input[str] id: The id of the instance.
|
|
24
|
+
:param pulumi.Input[str] node_name: The name of the instance.
|
|
25
|
+
:param pulumi.Input[str] node_type: The type of the instance.
|
|
26
|
+
"""
|
|
22
27
|
if id is not None:
|
|
23
28
|
pulumi.set(__self__, "id", id)
|
|
24
29
|
if node_name is not None:
|
|
@@ -29,6 +34,9 @@ class StudioApplicationInstanceArgs:
|
|
|
29
34
|
@property
|
|
30
35
|
@pulumi.getter
|
|
31
36
|
def id(self) -> Optional[pulumi.Input[str]]:
|
|
37
|
+
"""
|
|
38
|
+
The id of the instance.
|
|
39
|
+
"""
|
|
32
40
|
return pulumi.get(self, "id")
|
|
33
41
|
|
|
34
42
|
@id.setter
|
|
@@ -38,6 +46,9 @@ class StudioApplicationInstanceArgs:
|
|
|
38
46
|
@property
|
|
39
47
|
@pulumi.getter(name="nodeName")
|
|
40
48
|
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
49
|
+
"""
|
|
50
|
+
The name of the instance.
|
|
51
|
+
"""
|
|
41
52
|
return pulumi.get(self, "node_name")
|
|
42
53
|
|
|
43
54
|
@node_name.setter
|
|
@@ -47,6 +58,9 @@ class StudioApplicationInstanceArgs:
|
|
|
47
58
|
@property
|
|
48
59
|
@pulumi.getter(name="nodeType")
|
|
49
60
|
def node_type(self) -> Optional[pulumi.Input[str]]:
|
|
61
|
+
"""
|
|
62
|
+
The type of the instance.
|
|
63
|
+
"""
|
|
50
64
|
return pulumi.get(self, "node_type")
|
|
51
65
|
|
|
52
66
|
@node_type.setter
|
pulumi_alicloud/bp/outputs.py
CHANGED
|
@@ -39,6 +39,11 @@ class StudioApplicationInstance(dict):
|
|
|
39
39
|
id: Optional[str] = None,
|
|
40
40
|
node_name: Optional[str] = None,
|
|
41
41
|
node_type: Optional[str] = None):
|
|
42
|
+
"""
|
|
43
|
+
:param str id: The id of the instance.
|
|
44
|
+
:param str node_name: The name of the instance.
|
|
45
|
+
:param str node_type: The type of the instance.
|
|
46
|
+
"""
|
|
42
47
|
if id is not None:
|
|
43
48
|
pulumi.set(__self__, "id", id)
|
|
44
49
|
if node_name is not None:
|
|
@@ -49,16 +54,25 @@ class StudioApplicationInstance(dict):
|
|
|
49
54
|
@property
|
|
50
55
|
@pulumi.getter
|
|
51
56
|
def id(self) -> Optional[str]:
|
|
57
|
+
"""
|
|
58
|
+
The id of the instance.
|
|
59
|
+
"""
|
|
52
60
|
return pulumi.get(self, "id")
|
|
53
61
|
|
|
54
62
|
@property
|
|
55
63
|
@pulumi.getter(name="nodeName")
|
|
56
64
|
def node_name(self) -> Optional[str]:
|
|
65
|
+
"""
|
|
66
|
+
The name of the instance.
|
|
67
|
+
"""
|
|
57
68
|
return pulumi.get(self, "node_name")
|
|
58
69
|
|
|
59
70
|
@property
|
|
60
71
|
@pulumi.getter(name="nodeType")
|
|
61
72
|
def node_type(self) -> Optional[str]:
|
|
73
|
+
"""
|
|
74
|
+
The type of the instance.
|
|
75
|
+
"""
|
|
62
76
|
return pulumi.get(self, "node_type")
|
|
63
77
|
|
|
64
78
|
|
pulumi_alicloud/cas/outputs.py
CHANGED
|
@@ -234,6 +234,7 @@ class GetServiceCertificatesCertificateResult(dict):
|
|
|
234
234
|
:param str fingerprint: The cert's finger.
|
|
235
235
|
:param str id: The cert's id.
|
|
236
236
|
:param str issuer: The cert's Issuer.
|
|
237
|
+
:param str key: The cert's Keye.
|
|
237
238
|
:param str org_name: The cert's organization.
|
|
238
239
|
:param str province: The cert's province.
|
|
239
240
|
:param str sans: The cert's subject alternative name.
|
|
@@ -357,6 +358,9 @@ class GetServiceCertificatesCertificateResult(dict):
|
|
|
357
358
|
@property
|
|
358
359
|
@pulumi.getter
|
|
359
360
|
def key(self) -> str:
|
|
361
|
+
"""
|
|
362
|
+
The cert's Keye.
|
|
363
|
+
"""
|
|
360
364
|
return pulumi.get(self, "key")
|
|
361
365
|
|
|
362
366
|
@property
|
pulumi_alicloud/cddc/outputs.py
CHANGED
|
@@ -539,11 +539,17 @@ class GetDedicatedHostGroupsGroupDedicatedHostCountGroupByHostTypeResult(dict):
|
|
|
539
539
|
class GetDedicatedHostGroupsGroupZoneIdListResult(dict):
|
|
540
540
|
def __init__(__self__, *,
|
|
541
541
|
zone_id_lists: Sequence[str]):
|
|
542
|
+
"""
|
|
543
|
+
:param Sequence[str] zone_id_lists: The ZoneIDList of the Dedicated Host Group.
|
|
544
|
+
"""
|
|
542
545
|
pulumi.set(__self__, "zone_id_lists", zone_id_lists)
|
|
543
546
|
|
|
544
547
|
@property
|
|
545
548
|
@pulumi.getter(name="zoneIdLists")
|
|
546
549
|
def zone_id_lists(self) -> Sequence[str]:
|
|
550
|
+
"""
|
|
551
|
+
The ZoneIDList of the Dedicated Host Group.
|
|
552
|
+
"""
|
|
547
553
|
return pulumi.get(self, "zone_id_lists")
|
|
548
554
|
|
|
549
555
|
|
pulumi_alicloud/cfg/_inputs.py
CHANGED
|
@@ -63,6 +63,10 @@ class AggregateCompliancePackConfigRuleConfigRuleParameterArgs:
|
|
|
63
63
|
def __init__(__self__, *,
|
|
64
64
|
parameter_name: Optional[pulumi.Input[str]] = None,
|
|
65
65
|
parameter_value: Optional[pulumi.Input[str]] = None):
|
|
66
|
+
"""
|
|
67
|
+
:param pulumi.Input[str] parameter_name: The Parameter Name.
|
|
68
|
+
:param pulumi.Input[str] parameter_value: The Parameter Value.
|
|
69
|
+
"""
|
|
66
70
|
if parameter_name is not None:
|
|
67
71
|
pulumi.set(__self__, "parameter_name", parameter_name)
|
|
68
72
|
if parameter_value is not None:
|
|
@@ -71,6 +75,9 @@ class AggregateCompliancePackConfigRuleConfigRuleParameterArgs:
|
|
|
71
75
|
@property
|
|
72
76
|
@pulumi.getter(name="parameterName")
|
|
73
77
|
def parameter_name(self) -> Optional[pulumi.Input[str]]:
|
|
78
|
+
"""
|
|
79
|
+
The Parameter Name.
|
|
80
|
+
"""
|
|
74
81
|
return pulumi.get(self, "parameter_name")
|
|
75
82
|
|
|
76
83
|
@parameter_name.setter
|
|
@@ -80,6 +87,9 @@ class AggregateCompliancePackConfigRuleConfigRuleParameterArgs:
|
|
|
80
87
|
@property
|
|
81
88
|
@pulumi.getter(name="parameterValue")
|
|
82
89
|
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
|
90
|
+
"""
|
|
91
|
+
The Parameter Value.
|
|
92
|
+
"""
|
|
83
93
|
return pulumi.get(self, "parameter_value")
|
|
84
94
|
|
|
85
95
|
@parameter_value.setter
|
|
@@ -205,6 +215,10 @@ class CompliancePackConfigRuleConfigRuleParameterArgs:
|
|
|
205
215
|
def __init__(__self__, *,
|
|
206
216
|
parameter_name: Optional[pulumi.Input[str]] = None,
|
|
207
217
|
parameter_value: Optional[pulumi.Input[str]] = None):
|
|
218
|
+
"""
|
|
219
|
+
:param pulumi.Input[str] parameter_name: The parameter name.
|
|
220
|
+
:param pulumi.Input[str] parameter_value: The parameter value.
|
|
221
|
+
"""
|
|
208
222
|
if parameter_name is not None:
|
|
209
223
|
pulumi.set(__self__, "parameter_name", parameter_name)
|
|
210
224
|
if parameter_value is not None:
|
|
@@ -213,6 +227,9 @@ class CompliancePackConfigRuleConfigRuleParameterArgs:
|
|
|
213
227
|
@property
|
|
214
228
|
@pulumi.getter(name="parameterName")
|
|
215
229
|
def parameter_name(self) -> Optional[pulumi.Input[str]]:
|
|
230
|
+
"""
|
|
231
|
+
The parameter name.
|
|
232
|
+
"""
|
|
216
233
|
return pulumi.get(self, "parameter_name")
|
|
217
234
|
|
|
218
235
|
@parameter_name.setter
|
|
@@ -222,6 +239,9 @@ class CompliancePackConfigRuleConfigRuleParameterArgs:
|
|
|
222
239
|
@property
|
|
223
240
|
@pulumi.getter(name="parameterValue")
|
|
224
241
|
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
|
242
|
+
"""
|
|
243
|
+
The parameter value.
|
|
244
|
+
"""
|
|
225
245
|
return pulumi.get(self, "parameter_value")
|
|
226
246
|
|
|
227
247
|
@parameter_value.setter
|
pulumi_alicloud/cfg/outputs.py
CHANGED
|
@@ -110,6 +110,10 @@ class AggregateCompliancePackConfigRuleConfigRuleParameter(dict):
|
|
|
110
110
|
def __init__(__self__, *,
|
|
111
111
|
parameter_name: Optional[str] = None,
|
|
112
112
|
parameter_value: Optional[str] = None):
|
|
113
|
+
"""
|
|
114
|
+
:param str parameter_name: The Parameter Name.
|
|
115
|
+
:param str parameter_value: The Parameter Value.
|
|
116
|
+
"""
|
|
113
117
|
if parameter_name is not None:
|
|
114
118
|
pulumi.set(__self__, "parameter_name", parameter_name)
|
|
115
119
|
if parameter_value is not None:
|
|
@@ -118,11 +122,17 @@ class AggregateCompliancePackConfigRuleConfigRuleParameter(dict):
|
|
|
118
122
|
@property
|
|
119
123
|
@pulumi.getter(name="parameterName")
|
|
120
124
|
def parameter_name(self) -> Optional[str]:
|
|
125
|
+
"""
|
|
126
|
+
The Parameter Name.
|
|
127
|
+
"""
|
|
121
128
|
return pulumi.get(self, "parameter_name")
|
|
122
129
|
|
|
123
130
|
@property
|
|
124
131
|
@pulumi.getter(name="parameterValue")
|
|
125
132
|
def parameter_value(self) -> Optional[str]:
|
|
133
|
+
"""
|
|
134
|
+
The Parameter Value.
|
|
135
|
+
"""
|
|
126
136
|
return pulumi.get(self, "parameter_value")
|
|
127
137
|
|
|
128
138
|
|
|
@@ -296,6 +306,10 @@ class CompliancePackConfigRuleConfigRuleParameter(dict):
|
|
|
296
306
|
def __init__(__self__, *,
|
|
297
307
|
parameter_name: Optional[str] = None,
|
|
298
308
|
parameter_value: Optional[str] = None):
|
|
309
|
+
"""
|
|
310
|
+
:param str parameter_name: The parameter name.
|
|
311
|
+
:param str parameter_value: The parameter value.
|
|
312
|
+
"""
|
|
299
313
|
if parameter_name is not None:
|
|
300
314
|
pulumi.set(__self__, "parameter_name", parameter_name)
|
|
301
315
|
if parameter_value is not None:
|
|
@@ -304,11 +318,17 @@ class CompliancePackConfigRuleConfigRuleParameter(dict):
|
|
|
304
318
|
@property
|
|
305
319
|
@pulumi.getter(name="parameterName")
|
|
306
320
|
def parameter_name(self) -> Optional[str]:
|
|
321
|
+
"""
|
|
322
|
+
The parameter name.
|
|
323
|
+
"""
|
|
307
324
|
return pulumi.get(self, "parameter_name")
|
|
308
325
|
|
|
309
326
|
@property
|
|
310
327
|
@pulumi.getter(name="parameterValue")
|
|
311
328
|
def parameter_value(self) -> Optional[str]:
|
|
329
|
+
"""
|
|
330
|
+
The parameter value.
|
|
331
|
+
"""
|
|
312
332
|
return pulumi.get(self, "parameter_value")
|
|
313
333
|
|
|
314
334
|
|
|
@@ -277,6 +277,7 @@ class GetDbClustersClusterResult(dict):
|
|
|
277
277
|
:param str ali_uid: Alibaba Cloud account Id.
|
|
278
278
|
:param str bid: The ID of the business process flow.
|
|
279
279
|
:param str category: Instance family values include: Basic: Basic edition; HighAvailability: high availability edition.
|
|
280
|
+
:param str commodity_code: The Commodity Code of the DBCluster.
|
|
280
281
|
:param str connection_string: Connection string.
|
|
281
282
|
:param str control_version: The control version of the DBCluster.
|
|
282
283
|
:param str create_time: The creation time of the resource.
|
|
@@ -379,6 +380,9 @@ class GetDbClustersClusterResult(dict):
|
|
|
379
380
|
@property
|
|
380
381
|
@pulumi.getter(name="commodityCode")
|
|
381
382
|
def commodity_code(self) -> str:
|
|
383
|
+
"""
|
|
384
|
+
The Commodity Code of the DBCluster.
|
|
385
|
+
"""
|
|
382
386
|
return pulumi.get(self, "commodity_code")
|
|
383
387
|
|
|
384
388
|
@property
|
|
@@ -579,12 +579,19 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs:
|
|
|
579
579
|
def __init__(__self__, *,
|
|
580
580
|
local_route_entry_lists: pulumi.Input[Sequence[pulumi.Input['FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs']]],
|
|
581
581
|
local_route_table_id: pulumi.Input[str]):
|
|
582
|
+
"""
|
|
583
|
+
:param pulumi.Input[Sequence[pulumi.Input['FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs']]] local_route_entry_lists: The list of route entries of the local VPC. See `local_route_entry_list` below.
|
|
584
|
+
:param pulumi.Input[str] local_route_table_id: The ID of the route table of the local VPC.
|
|
585
|
+
"""
|
|
582
586
|
pulumi.set(__self__, "local_route_entry_lists", local_route_entry_lists)
|
|
583
587
|
pulumi.set(__self__, "local_route_table_id", local_route_table_id)
|
|
584
588
|
|
|
585
589
|
@property
|
|
586
590
|
@pulumi.getter(name="localRouteEntryLists")
|
|
587
591
|
def local_route_entry_lists(self) -> pulumi.Input[Sequence[pulumi.Input['FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs']]]:
|
|
592
|
+
"""
|
|
593
|
+
The list of route entries of the local VPC. See `local_route_entry_list` below.
|
|
594
|
+
"""
|
|
588
595
|
return pulumi.get(self, "local_route_entry_lists")
|
|
589
596
|
|
|
590
597
|
@local_route_entry_lists.setter
|
|
@@ -594,6 +601,9 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs:
|
|
|
594
601
|
@property
|
|
595
602
|
@pulumi.getter(name="localRouteTableId")
|
|
596
603
|
def local_route_table_id(self) -> pulumi.Input[str]:
|
|
604
|
+
"""
|
|
605
|
+
The ID of the route table of the local VPC.
|
|
606
|
+
"""
|
|
597
607
|
return pulumi.get(self, "local_route_table_id")
|
|
598
608
|
|
|
599
609
|
@local_route_table_id.setter
|
|
@@ -606,12 +616,19 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs:
|
|
|
606
616
|
def __init__(__self__, *,
|
|
607
617
|
local_destination_cidr: pulumi.Input[str],
|
|
608
618
|
local_next_hop_instance_id: pulumi.Input[str]):
|
|
619
|
+
"""
|
|
620
|
+
:param pulumi.Input[str] local_destination_cidr: The target network segment of the local VPC.
|
|
621
|
+
:param pulumi.Input[str] local_next_hop_instance_id: The ID of the next-hop instance in the local VPC.
|
|
622
|
+
"""
|
|
609
623
|
pulumi.set(__self__, "local_destination_cidr", local_destination_cidr)
|
|
610
624
|
pulumi.set(__self__, "local_next_hop_instance_id", local_next_hop_instance_id)
|
|
611
625
|
|
|
612
626
|
@property
|
|
613
627
|
@pulumi.getter(name="localDestinationCidr")
|
|
614
628
|
def local_destination_cidr(self) -> pulumi.Input[str]:
|
|
629
|
+
"""
|
|
630
|
+
The target network segment of the local VPC.
|
|
631
|
+
"""
|
|
615
632
|
return pulumi.get(self, "local_destination_cidr")
|
|
616
633
|
|
|
617
634
|
@local_destination_cidr.setter
|
|
@@ -621,6 +638,9 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs:
|
|
|
621
638
|
@property
|
|
622
639
|
@pulumi.getter(name="localNextHopInstanceId")
|
|
623
640
|
def local_next_hop_instance_id(self) -> pulumi.Input[str]:
|
|
641
|
+
"""
|
|
642
|
+
The ID of the next-hop instance in the local VPC.
|
|
643
|
+
"""
|
|
624
644
|
return pulumi.get(self, "local_next_hop_instance_id")
|
|
625
645
|
|
|
626
646
|
@local_next_hop_instance_id.setter
|
|
@@ -749,12 +769,19 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableListArgs:
|
|
|
749
769
|
def __init__(__self__, *,
|
|
750
770
|
peer_route_entry_lists: pulumi.Input[Sequence[pulumi.Input['FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs']]],
|
|
751
771
|
peer_route_table_id: pulumi.Input[str]):
|
|
772
|
+
"""
|
|
773
|
+
:param pulumi.Input[Sequence[pulumi.Input['FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs']]] peer_route_entry_lists: Peer VPC route entry list information. See `peer_route_entry_list` below.
|
|
774
|
+
:param pulumi.Input[str] peer_route_table_id: The ID of the route table of the peer VPC.
|
|
775
|
+
"""
|
|
752
776
|
pulumi.set(__self__, "peer_route_entry_lists", peer_route_entry_lists)
|
|
753
777
|
pulumi.set(__self__, "peer_route_table_id", peer_route_table_id)
|
|
754
778
|
|
|
755
779
|
@property
|
|
756
780
|
@pulumi.getter(name="peerRouteEntryLists")
|
|
757
781
|
def peer_route_entry_lists(self) -> pulumi.Input[Sequence[pulumi.Input['FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs']]]:
|
|
782
|
+
"""
|
|
783
|
+
Peer VPC route entry list information. See `peer_route_entry_list` below.
|
|
784
|
+
"""
|
|
758
785
|
return pulumi.get(self, "peer_route_entry_lists")
|
|
759
786
|
|
|
760
787
|
@peer_route_entry_lists.setter
|
|
@@ -764,6 +791,9 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableListArgs:
|
|
|
764
791
|
@property
|
|
765
792
|
@pulumi.getter(name="peerRouteTableId")
|
|
766
793
|
def peer_route_table_id(self) -> pulumi.Input[str]:
|
|
794
|
+
"""
|
|
795
|
+
The ID of the route table of the peer VPC.
|
|
796
|
+
"""
|
|
767
797
|
return pulumi.get(self, "peer_route_table_id")
|
|
768
798
|
|
|
769
799
|
@peer_route_table_id.setter
|
|
@@ -776,12 +806,19 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs:
|
|
|
776
806
|
def __init__(__self__, *,
|
|
777
807
|
peer_destination_cidr: pulumi.Input[str],
|
|
778
808
|
peer_next_hop_instance_id: pulumi.Input[str]):
|
|
809
|
+
"""
|
|
810
|
+
:param pulumi.Input[str] peer_destination_cidr: The target network segment of the peer VPC.
|
|
811
|
+
:param pulumi.Input[str] peer_next_hop_instance_id: The ID of the next-hop instance in the peer VPC.
|
|
812
|
+
"""
|
|
779
813
|
pulumi.set(__self__, "peer_destination_cidr", peer_destination_cidr)
|
|
780
814
|
pulumi.set(__self__, "peer_next_hop_instance_id", peer_next_hop_instance_id)
|
|
781
815
|
|
|
782
816
|
@property
|
|
783
817
|
@pulumi.getter(name="peerDestinationCidr")
|
|
784
818
|
def peer_destination_cidr(self) -> pulumi.Input[str]:
|
|
819
|
+
"""
|
|
820
|
+
The target network segment of the peer VPC.
|
|
821
|
+
"""
|
|
785
822
|
return pulumi.get(self, "peer_destination_cidr")
|
|
786
823
|
|
|
787
824
|
@peer_destination_cidr.setter
|
|
@@ -791,6 +828,9 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs:
|
|
|
791
828
|
@property
|
|
792
829
|
@pulumi.getter(name="peerNextHopInstanceId")
|
|
793
830
|
def peer_next_hop_instance_id(self) -> pulumi.Input[str]:
|
|
831
|
+
"""
|
|
832
|
+
The ID of the next-hop instance in the peer VPC.
|
|
833
|
+
"""
|
|
794
834
|
return pulumi.get(self, "peer_next_hop_instance_id")
|
|
795
835
|
|
|
796
836
|
@peer_next_hop_instance_id.setter
|
|
@@ -643,17 +643,27 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableList(dict):
|
|
|
643
643
|
def __init__(__self__, *,
|
|
644
644
|
local_route_entry_lists: Sequence['outputs.FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList'],
|
|
645
645
|
local_route_table_id: str):
|
|
646
|
+
"""
|
|
647
|
+
:param Sequence['FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs'] local_route_entry_lists: The list of route entries of the local VPC. See `local_route_entry_list` below.
|
|
648
|
+
:param str local_route_table_id: The ID of the route table of the local VPC.
|
|
649
|
+
"""
|
|
646
650
|
pulumi.set(__self__, "local_route_entry_lists", local_route_entry_lists)
|
|
647
651
|
pulumi.set(__self__, "local_route_table_id", local_route_table_id)
|
|
648
652
|
|
|
649
653
|
@property
|
|
650
654
|
@pulumi.getter(name="localRouteEntryLists")
|
|
651
655
|
def local_route_entry_lists(self) -> Sequence['outputs.FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList']:
|
|
656
|
+
"""
|
|
657
|
+
The list of route entries of the local VPC. See `local_route_entry_list` below.
|
|
658
|
+
"""
|
|
652
659
|
return pulumi.get(self, "local_route_entry_lists")
|
|
653
660
|
|
|
654
661
|
@property
|
|
655
662
|
@pulumi.getter(name="localRouteTableId")
|
|
656
663
|
def local_route_table_id(self) -> str:
|
|
664
|
+
"""
|
|
665
|
+
The ID of the route table of the local VPC.
|
|
666
|
+
"""
|
|
657
667
|
return pulumi.get(self, "local_route_table_id")
|
|
658
668
|
|
|
659
669
|
|
|
@@ -681,17 +691,27 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList(dict):
|
|
|
681
691
|
def __init__(__self__, *,
|
|
682
692
|
local_destination_cidr: str,
|
|
683
693
|
local_next_hop_instance_id: str):
|
|
694
|
+
"""
|
|
695
|
+
:param str local_destination_cidr: The target network segment of the local VPC.
|
|
696
|
+
:param str local_next_hop_instance_id: The ID of the next-hop instance in the local VPC.
|
|
697
|
+
"""
|
|
684
698
|
pulumi.set(__self__, "local_destination_cidr", local_destination_cidr)
|
|
685
699
|
pulumi.set(__self__, "local_next_hop_instance_id", local_next_hop_instance_id)
|
|
686
700
|
|
|
687
701
|
@property
|
|
688
702
|
@pulumi.getter(name="localDestinationCidr")
|
|
689
703
|
def local_destination_cidr(self) -> str:
|
|
704
|
+
"""
|
|
705
|
+
The target network segment of the local VPC.
|
|
706
|
+
"""
|
|
690
707
|
return pulumi.get(self, "local_destination_cidr")
|
|
691
708
|
|
|
692
709
|
@property
|
|
693
710
|
@pulumi.getter(name="localNextHopInstanceId")
|
|
694
711
|
def local_next_hop_instance_id(self) -> str:
|
|
712
|
+
"""
|
|
713
|
+
The ID of the next-hop instance in the local VPC.
|
|
714
|
+
"""
|
|
695
715
|
return pulumi.get(self, "local_next_hop_instance_id")
|
|
696
716
|
|
|
697
717
|
|
|
@@ -836,17 +856,27 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableList(dict):
|
|
|
836
856
|
def __init__(__self__, *,
|
|
837
857
|
peer_route_entry_lists: Sequence['outputs.FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList'],
|
|
838
858
|
peer_route_table_id: str):
|
|
859
|
+
"""
|
|
860
|
+
:param Sequence['FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs'] peer_route_entry_lists: Peer VPC route entry list information. See `peer_route_entry_list` below.
|
|
861
|
+
:param str peer_route_table_id: The ID of the route table of the peer VPC.
|
|
862
|
+
"""
|
|
839
863
|
pulumi.set(__self__, "peer_route_entry_lists", peer_route_entry_lists)
|
|
840
864
|
pulumi.set(__self__, "peer_route_table_id", peer_route_table_id)
|
|
841
865
|
|
|
842
866
|
@property
|
|
843
867
|
@pulumi.getter(name="peerRouteEntryLists")
|
|
844
868
|
def peer_route_entry_lists(self) -> Sequence['outputs.FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList']:
|
|
869
|
+
"""
|
|
870
|
+
Peer VPC route entry list information. See `peer_route_entry_list` below.
|
|
871
|
+
"""
|
|
845
872
|
return pulumi.get(self, "peer_route_entry_lists")
|
|
846
873
|
|
|
847
874
|
@property
|
|
848
875
|
@pulumi.getter(name="peerRouteTableId")
|
|
849
876
|
def peer_route_table_id(self) -> str:
|
|
877
|
+
"""
|
|
878
|
+
The ID of the route table of the peer VPC.
|
|
879
|
+
"""
|
|
850
880
|
return pulumi.get(self, "peer_route_table_id")
|
|
851
881
|
|
|
852
882
|
|
|
@@ -874,17 +904,27 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList(dict):
|
|
|
874
904
|
def __init__(__self__, *,
|
|
875
905
|
peer_destination_cidr: str,
|
|
876
906
|
peer_next_hop_instance_id: str):
|
|
907
|
+
"""
|
|
908
|
+
:param str peer_destination_cidr: The target network segment of the peer VPC.
|
|
909
|
+
:param str peer_next_hop_instance_id: The ID of the next-hop instance in the peer VPC.
|
|
910
|
+
"""
|
|
877
911
|
pulumi.set(__self__, "peer_destination_cidr", peer_destination_cidr)
|
|
878
912
|
pulumi.set(__self__, "peer_next_hop_instance_id", peer_next_hop_instance_id)
|
|
879
913
|
|
|
880
914
|
@property
|
|
881
915
|
@pulumi.getter(name="peerDestinationCidr")
|
|
882
916
|
def peer_destination_cidr(self) -> str:
|
|
917
|
+
"""
|
|
918
|
+
The target network segment of the peer VPC.
|
|
919
|
+
"""
|
|
883
920
|
return pulumi.get(self, "peer_destination_cidr")
|
|
884
921
|
|
|
885
922
|
@property
|
|
886
923
|
@pulumi.getter(name="peerNextHopInstanceId")
|
|
887
924
|
def peer_next_hop_instance_id(self) -> str:
|
|
925
|
+
"""
|
|
926
|
+
The ID of the next-hop instance in the peer VPC.
|
|
927
|
+
"""
|
|
888
928
|
return pulumi.get(self, "peer_next_hop_instance_id")
|
|
889
929
|
|
|
890
930
|
|
|
@@ -168,6 +168,12 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
|
|
|
168
168
|
json_params: Optional[pulumi.Input[str]] = None,
|
|
169
169
|
level: Optional[pulumi.Input[str]] = None,
|
|
170
170
|
target_list_id: Optional[pulumi.Input[str]] = None):
|
|
171
|
+
"""
|
|
172
|
+
:param pulumi.Input[str] arn: The Alibaba Cloud Resource Name (ARN) of the resource.
|
|
173
|
+
:param pulumi.Input[str] json_params: The parameters of the alert callback. Specify the parameters in the JSON format.
|
|
174
|
+
:param pulumi.Input[str] level: The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
|
|
175
|
+
:param pulumi.Input[str] target_list_id: The ID of the resource for which alerts are triggered.
|
|
176
|
+
"""
|
|
171
177
|
if arn is not None:
|
|
172
178
|
pulumi.set(__self__, "arn", arn)
|
|
173
179
|
if json_params is not None:
|
|
@@ -180,6 +186,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
|
|
|
180
186
|
@property
|
|
181
187
|
@pulumi.getter
|
|
182
188
|
def arn(self) -> Optional[pulumi.Input[str]]:
|
|
189
|
+
"""
|
|
190
|
+
The Alibaba Cloud Resource Name (ARN) of the resource.
|
|
191
|
+
"""
|
|
183
192
|
return pulumi.get(self, "arn")
|
|
184
193
|
|
|
185
194
|
@arn.setter
|
|
@@ -189,6 +198,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
|
|
|
189
198
|
@property
|
|
190
199
|
@pulumi.getter(name="jsonParams")
|
|
191
200
|
def json_params(self) -> Optional[pulumi.Input[str]]:
|
|
201
|
+
"""
|
|
202
|
+
The parameters of the alert callback. Specify the parameters in the JSON format.
|
|
203
|
+
"""
|
|
192
204
|
return pulumi.get(self, "json_params")
|
|
193
205
|
|
|
194
206
|
@json_params.setter
|
|
@@ -198,6 +210,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
|
|
|
198
210
|
@property
|
|
199
211
|
@pulumi.getter
|
|
200
212
|
def level(self) -> Optional[pulumi.Input[str]]:
|
|
213
|
+
"""
|
|
214
|
+
The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
|
|
215
|
+
"""
|
|
201
216
|
return pulumi.get(self, "level")
|
|
202
217
|
|
|
203
218
|
@level.setter
|
|
@@ -207,6 +222,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
|
|
|
207
222
|
@property
|
|
208
223
|
@pulumi.getter(name="targetListId")
|
|
209
224
|
def target_list_id(self) -> Optional[pulumi.Input[str]]:
|
|
225
|
+
"""
|
|
226
|
+
The ID of the resource for which alerts are triggered.
|
|
227
|
+
"""
|
|
210
228
|
return pulumi.get(self, "target_list_id")
|
|
211
229
|
|
|
212
230
|
@target_list_id.setter
|
|
@@ -178,6 +178,12 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetList(dict):
|
|
|
178
178
|
json_params: Optional[str] = None,
|
|
179
179
|
level: Optional[str] = None,
|
|
180
180
|
target_list_id: Optional[str] = None):
|
|
181
|
+
"""
|
|
182
|
+
:param str arn: The Alibaba Cloud Resource Name (ARN) of the resource.
|
|
183
|
+
:param str json_params: The parameters of the alert callback. Specify the parameters in the JSON format.
|
|
184
|
+
:param str level: The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
|
|
185
|
+
:param str target_list_id: The ID of the resource for which alerts are triggered.
|
|
186
|
+
"""
|
|
181
187
|
if arn is not None:
|
|
182
188
|
pulumi.set(__self__, "arn", arn)
|
|
183
189
|
if json_params is not None:
|
|
@@ -190,21 +196,33 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetList(dict):
|
|
|
190
196
|
@property
|
|
191
197
|
@pulumi.getter
|
|
192
198
|
def arn(self) -> Optional[str]:
|
|
199
|
+
"""
|
|
200
|
+
The Alibaba Cloud Resource Name (ARN) of the resource.
|
|
201
|
+
"""
|
|
193
202
|
return pulumi.get(self, "arn")
|
|
194
203
|
|
|
195
204
|
@property
|
|
196
205
|
@pulumi.getter(name="jsonParams")
|
|
197
206
|
def json_params(self) -> Optional[str]:
|
|
207
|
+
"""
|
|
208
|
+
The parameters of the alert callback. Specify the parameters in the JSON format.
|
|
209
|
+
"""
|
|
198
210
|
return pulumi.get(self, "json_params")
|
|
199
211
|
|
|
200
212
|
@property
|
|
201
213
|
@pulumi.getter
|
|
202
214
|
def level(self) -> Optional[str]:
|
|
215
|
+
"""
|
|
216
|
+
The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
|
|
217
|
+
"""
|
|
203
218
|
return pulumi.get(self, "level")
|
|
204
219
|
|
|
205
220
|
@property
|
|
206
221
|
@pulumi.getter(name="targetListId")
|
|
207
222
|
def target_list_id(self) -> Optional[str]:
|
|
223
|
+
"""
|
|
224
|
+
The ID of the resource for which alerts are triggered.
|
|
225
|
+
"""
|
|
208
226
|
return pulumi.get(self, "target_list_id")
|
|
209
227
|
|
|
210
228
|
|