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.

Files changed (107) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
@@ -20,6 +20,12 @@ class DomainSourceArgs:
20
20
  source_port: pulumi.Input[str],
21
21
  source_type: pulumi.Input[str],
22
22
  source_priority: Optional[pulumi.Input[str]] = None):
23
+ """
24
+ :param pulumi.Input[str] source_content: The address of the origin server. You can specify an IP address or a domain name.
25
+ :param pulumi.Input[str] source_port: The port number. You can specify port 443 or 80. **Default value: 80**. If you specify port 443, Alibaba Cloud CDN communicates with the origin server over HTTPS. You can also customize a port.
26
+ :param pulumi.Input[str] source_type: The type of the origin server. Valid values:
27
+ :param pulumi.Input[str] source_priority: The priority of the origin server if multiple origin servers are specified. Valid values: `20` and `30`. **Default value: 20**. A value of 20 indicates that the origin server is the primary origin server. A value of 30 indicates that the origin server is a secondary origin server.
28
+ """
23
29
  pulumi.set(__self__, "source_content", source_content)
24
30
  pulumi.set(__self__, "source_port", source_port)
25
31
  pulumi.set(__self__, "source_type", source_type)
@@ -29,6 +35,9 @@ class DomainSourceArgs:
29
35
  @property
30
36
  @pulumi.getter(name="sourceContent")
31
37
  def source_content(self) -> pulumi.Input[str]:
38
+ """
39
+ The address of the origin server. You can specify an IP address or a domain name.
40
+ """
32
41
  return pulumi.get(self, "source_content")
33
42
 
34
43
  @source_content.setter
@@ -38,6 +47,9 @@ class DomainSourceArgs:
38
47
  @property
39
48
  @pulumi.getter(name="sourcePort")
40
49
  def source_port(self) -> pulumi.Input[str]:
50
+ """
51
+ The port number. You can specify port 443 or 80. **Default value: 80**. If you specify port 443, Alibaba Cloud CDN communicates with the origin server over HTTPS. You can also customize a port.
52
+ """
41
53
  return pulumi.get(self, "source_port")
42
54
 
43
55
  @source_port.setter
@@ -47,6 +59,9 @@ class DomainSourceArgs:
47
59
  @property
48
60
  @pulumi.getter(name="sourceType")
49
61
  def source_type(self) -> pulumi.Input[str]:
62
+ """
63
+ The type of the origin server. Valid values:
64
+ """
50
65
  return pulumi.get(self, "source_type")
51
66
 
52
67
  @source_type.setter
@@ -56,6 +71,9 @@ class DomainSourceArgs:
56
71
  @property
57
72
  @pulumi.getter(name="sourcePriority")
58
73
  def source_priority(self) -> Optional[pulumi.Input[str]]:
74
+ """
75
+ The priority of the origin server if multiple origin servers are specified. Valid values: `20` and `30`. **Default value: 20**. A value of 20 indicates that the origin server is the primary origin server. A value of 30 indicates that the origin server is a secondary origin server.
76
+ """
59
77
  return pulumi.get(self, "source_priority")
60
78
 
61
79
  @source_priority.setter
@@ -46,6 +46,12 @@ class DomainSource(dict):
46
46
  source_port: str,
47
47
  source_type: str,
48
48
  source_priority: Optional[str] = None):
49
+ """
50
+ :param str source_content: The address of the origin server. You can specify an IP address or a domain name.
51
+ :param str source_port: The port number. You can specify port 443 or 80. **Default value: 80**. If you specify port 443, Alibaba Cloud CDN communicates with the origin server over HTTPS. You can also customize a port.
52
+ :param str source_type: The type of the origin server. Valid values:
53
+ :param str source_priority: The priority of the origin server if multiple origin servers are specified. Valid values: `20` and `30`. **Default value: 20**. A value of 20 indicates that the origin server is the primary origin server. A value of 30 indicates that the origin server is a secondary origin server.
54
+ """
49
55
  pulumi.set(__self__, "source_content", source_content)
50
56
  pulumi.set(__self__, "source_port", source_port)
51
57
  pulumi.set(__self__, "source_type", source_type)
@@ -55,21 +61,33 @@ class DomainSource(dict):
55
61
  @property
56
62
  @pulumi.getter(name="sourceContent")
57
63
  def source_content(self) -> str:
64
+ """
65
+ The address of the origin server. You can specify an IP address or a domain name.
66
+ """
58
67
  return pulumi.get(self, "source_content")
59
68
 
60
69
  @property
61
70
  @pulumi.getter(name="sourcePort")
62
71
  def source_port(self) -> str:
72
+ """
73
+ The port number. You can specify port 443 or 80. **Default value: 80**. If you specify port 443, Alibaba Cloud CDN communicates with the origin server over HTTPS. You can also customize a port.
74
+ """
63
75
  return pulumi.get(self, "source_port")
64
76
 
65
77
  @property
66
78
  @pulumi.getter(name="sourceType")
67
79
  def source_type(self) -> str:
80
+ """
81
+ The type of the origin server. Valid values:
82
+ """
68
83
  return pulumi.get(self, "source_type")
69
84
 
70
85
  @property
71
86
  @pulumi.getter(name="sourcePriority")
72
87
  def source_priority(self) -> Optional[str]:
88
+ """
89
+ The priority of the origin server if multiple origin servers are specified. Valid values: `20` and `30`. **Default value: 20**. A value of 20 indicates that the origin server is the primary origin server. A value of 30 indicates that the origin server is a secondary origin server.
90
+ """
73
91
  return pulumi.get(self, "source_priority")
74
92
 
75
93
 
@@ -67,12 +67,19 @@ class NetworkAclAttachmentResourceArgs:
67
67
  def __init__(__self__, *,
68
68
  resource_id: pulumi.Input[str],
69
69
  resource_type: pulumi.Input[str]):
70
+ """
71
+ :param pulumi.Input[str] resource_id: The resource id that the network acl will associate with.
72
+ :param pulumi.Input[str] resource_type: The resource id that the network acl will associate with. Only support `VSwitch` now.
73
+ """
70
74
  pulumi.set(__self__, "resource_id", resource_id)
71
75
  pulumi.set(__self__, "resource_type", resource_type)
72
76
 
73
77
  @property
74
78
  @pulumi.getter(name="resourceId")
75
79
  def resource_id(self) -> pulumi.Input[str]:
80
+ """
81
+ The resource id that the network acl will associate with.
82
+ """
76
83
  return pulumi.get(self, "resource_id")
77
84
 
78
85
  @resource_id.setter
@@ -82,6 +89,9 @@ class NetworkAclAttachmentResourceArgs:
82
89
  @property
83
90
  @pulumi.getter(name="resourceType")
84
91
  def resource_type(self) -> pulumi.Input[str]:
92
+ """
93
+ The resource id that the network acl will associate with. Only support `VSwitch` now.
94
+ """
85
95
  return pulumi.get(self, "resource_type")
86
96
 
87
97
  @resource_type.setter
@@ -248,6 +258,9 @@ class NetworkAclEntriesEgressArgs:
248
258
  policy: Optional[pulumi.Input[str]] = None,
249
259
  port: Optional[pulumi.Input[str]] = None,
250
260
  protocol: Optional[pulumi.Input[str]] = None):
261
+ """
262
+ :param pulumi.Input[str] destination_cidr_ip: The destination ip of the egress entry.
263
+ """
251
264
  if description is not None:
252
265
  pulumi.set(__self__, "description", description)
253
266
  if destination_cidr_ip is not None:
@@ -275,6 +288,9 @@ class NetworkAclEntriesEgressArgs:
275
288
  @property
276
289
  @pulumi.getter(name="destinationCidrIp")
277
290
  def destination_cidr_ip(self) -> Optional[pulumi.Input[str]]:
291
+ """
292
+ The destination ip of the egress entry.
293
+ """
278
294
  return pulumi.get(self, "destination_cidr_ip")
279
295
 
280
296
  @destination_cidr_ip.setter
@@ -337,6 +353,9 @@ class NetworkAclEntriesIngressArgs:
337
353
  port: Optional[pulumi.Input[str]] = None,
338
354
  protocol: Optional[pulumi.Input[str]] = None,
339
355
  source_cidr_ip: Optional[pulumi.Input[str]] = None):
356
+ """
357
+ :param pulumi.Input[str] source_cidr_ip: The source ip of the ingress entry.
358
+ """
340
359
  if description is not None:
341
360
  pulumi.set(__self__, "description", description)
342
361
  if entry_type is not None:
@@ -409,6 +428,9 @@ class NetworkAclEntriesIngressArgs:
409
428
  @property
410
429
  @pulumi.getter(name="sourceCidrIp")
411
430
  def source_cidr_ip(self) -> Optional[pulumi.Input[str]]:
431
+ """
432
+ The source ip of the ingress entry.
433
+ """
412
434
  return pulumi.get(self, "source_cidr_ip")
413
435
 
414
436
  @source_cidr_ip.setter
@@ -672,6 +694,10 @@ class PrefixListEntryArgs:
672
694
  def __init__(__self__, *,
673
695
  cidr: Optional[pulumi.Input[str]] = None,
674
696
  description: Optional[pulumi.Input[str]] = None):
697
+ """
698
+ :param pulumi.Input[str] cidr: The CIDR address block of the prefix list.
699
+ :param pulumi.Input[str] description: The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
700
+ """
675
701
  if cidr is not None:
676
702
  pulumi.set(__self__, "cidr", cidr)
677
703
  if description is not None:
@@ -680,6 +706,9 @@ class PrefixListEntryArgs:
680
706
  @property
681
707
  @pulumi.getter
682
708
  def cidr(self) -> Optional[pulumi.Input[str]]:
709
+ """
710
+ The CIDR address block of the prefix list.
711
+ """
683
712
  return pulumi.get(self, "cidr")
684
713
 
685
714
  @cidr.setter
@@ -689,6 +718,9 @@ class PrefixListEntryArgs:
689
718
  @property
690
719
  @pulumi.getter
691
720
  def description(self) -> Optional[pulumi.Input[str]]:
721
+ """
722
+ The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
723
+ """
692
724
  return pulumi.get(self, "description")
693
725
 
694
726
  @description.setter
@@ -141,17 +141,27 @@ class NetworkAclAttachmentResource(dict):
141
141
  def __init__(__self__, *,
142
142
  resource_id: str,
143
143
  resource_type: str):
144
+ """
145
+ :param str resource_id: The resource id that the network acl will associate with.
146
+ :param str resource_type: The resource id that the network acl will associate with. Only support `VSwitch` now.
147
+ """
144
148
  pulumi.set(__self__, "resource_id", resource_id)
145
149
  pulumi.set(__self__, "resource_type", resource_type)
146
150
 
147
151
  @property
148
152
  @pulumi.getter(name="resourceId")
149
153
  def resource_id(self) -> str:
154
+ """
155
+ The resource id that the network acl will associate with.
156
+ """
150
157
  return pulumi.get(self, "resource_id")
151
158
 
152
159
  @property
153
160
  @pulumi.getter(name="resourceType")
154
161
  def resource_type(self) -> str:
162
+ """
163
+ The resource id that the network acl will associate with. Only support `VSwitch` now.
164
+ """
155
165
  return pulumi.get(self, "resource_type")
156
166
 
157
167
 
@@ -324,6 +334,9 @@ class NetworkAclEntriesEgress(dict):
324
334
  policy: Optional[str] = None,
325
335
  port: Optional[str] = None,
326
336
  protocol: Optional[str] = None):
337
+ """
338
+ :param str destination_cidr_ip: The destination ip of the egress entry.
339
+ """
327
340
  if description is not None:
328
341
  pulumi.set(__self__, "description", description)
329
342
  if destination_cidr_ip is not None:
@@ -347,6 +360,9 @@ class NetworkAclEntriesEgress(dict):
347
360
  @property
348
361
  @pulumi.getter(name="destinationCidrIp")
349
362
  def destination_cidr_ip(self) -> Optional[str]:
363
+ """
364
+ The destination ip of the egress entry.
365
+ """
350
366
  return pulumi.get(self, "destination_cidr_ip")
351
367
 
352
368
  @property
@@ -404,6 +420,9 @@ class NetworkAclEntriesIngress(dict):
404
420
  port: Optional[str] = None,
405
421
  protocol: Optional[str] = None,
406
422
  source_cidr_ip: Optional[str] = None):
423
+ """
424
+ :param str source_cidr_ip: The source ip of the ingress entry.
425
+ """
407
426
  if description is not None:
408
427
  pulumi.set(__self__, "description", description)
409
428
  if entry_type is not None:
@@ -452,6 +471,9 @@ class NetworkAclEntriesIngress(dict):
452
471
  @property
453
472
  @pulumi.getter(name="sourceCidrIp")
454
473
  def source_cidr_ip(self) -> Optional[str]:
474
+ """
475
+ The source ip of the ingress entry.
476
+ """
455
477
  return pulumi.get(self, "source_cidr_ip")
456
478
 
457
479
 
@@ -720,6 +742,10 @@ class PrefixListEntry(dict):
720
742
  def __init__(__self__, *,
721
743
  cidr: Optional[str] = None,
722
744
  description: Optional[str] = None):
745
+ """
746
+ :param str cidr: The CIDR address block of the prefix list.
747
+ :param str description: The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
748
+ """
723
749
  if cidr is not None:
724
750
  pulumi.set(__self__, "cidr", cidr)
725
751
  if description is not None:
@@ -728,11 +754,17 @@ class PrefixListEntry(dict):
728
754
  @property
729
755
  @pulumi.getter
730
756
  def cidr(self) -> Optional[str]:
757
+ """
758
+ The CIDR address block of the prefix list.
759
+ """
731
760
  return pulumi.get(self, "cidr")
732
761
 
733
762
  @property
734
763
  @pulumi.getter
735
764
  def description(self) -> Optional[str]:
765
+ """
766
+ The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
767
+ """
736
768
  return pulumi.get(self, "description")
737
769
 
738
770
 
@@ -724,6 +724,10 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs:
724
724
  local_id: Optional[pulumi.Input[str]] = None,
725
725
  psk: Optional[pulumi.Input[str]] = None,
726
726
  remote_id: Optional[pulumi.Input[str]] = None):
727
+ """
728
+ :param pulumi.Input[str] local_id: The local Id.
729
+ :param pulumi.Input[str] remote_id: Remote ID.
730
+ """
727
731
  if ike_auth_alg is not None:
728
732
  pulumi.set(__self__, "ike_auth_alg", ike_auth_alg)
729
733
  if ike_enc_alg is not None:
@@ -800,6 +804,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs:
800
804
  @property
801
805
  @pulumi.getter(name="localId")
802
806
  def local_id(self) -> Optional[pulumi.Input[str]]:
807
+ """
808
+ The local Id.
809
+ """
803
810
  return pulumi.get(self, "local_id")
804
811
 
805
812
  @local_id.setter
@@ -818,6 +825,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs:
818
825
  @property
819
826
  @pulumi.getter(name="remoteId")
820
827
  def remote_id(self) -> Optional[pulumi.Input[str]]:
828
+ """
829
+ Remote ID.
830
+ """
821
831
  return pulumi.get(self, "remote_id")
822
832
 
823
833
  @remote_id.setter
@@ -745,6 +745,10 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(dict):
745
745
  local_id: Optional[str] = None,
746
746
  psk: Optional[str] = None,
747
747
  remote_id: Optional[str] = None):
748
+ """
749
+ :param str local_id: The local Id.
750
+ :param str remote_id: Remote ID.
751
+ """
748
752
  if ike_auth_alg is not None:
749
753
  pulumi.set(__self__, "ike_auth_alg", ike_auth_alg)
750
754
  if ike_enc_alg is not None:
@@ -797,6 +801,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(dict):
797
801
  @property
798
802
  @pulumi.getter(name="localId")
799
803
  def local_id(self) -> Optional[str]:
804
+ """
805
+ The local Id.
806
+ """
800
807
  return pulumi.get(self, "local_id")
801
808
 
802
809
  @property
@@ -807,6 +814,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(dict):
807
814
  @property
808
815
  @pulumi.getter(name="remoteId")
809
816
  def remote_id(self) -> Optional[str]:
817
+ """
818
+ Remote ID.
819
+ """
810
820
  return pulumi.get(self, "remote_id")
811
821
 
812
822
 
@@ -2543,6 +2553,7 @@ class GetGatewayVpnAttachmentsAttachmentResult(dict):
2543
2553
  :param Sequence['GetGatewayVpnAttachmentsAttachmentHealthCheckConfigArgs'] health_check_configs: The health check configurations.
2544
2554
  :param str id: The ID of the Vpn Attachment.
2545
2555
  :param Sequence['GetGatewayVpnAttachmentsAttachmentIkeConfigArgs'] ike_configs: Configuration negotiated in the second stage.
2556
+ :param str internet_ip: The internet ip of the resource. The cen.TransitRouterVpnAttachment resource will not have a value until after it is created.
2546
2557
  :param Sequence['GetGatewayVpnAttachmentsAttachmentIpsecConfigArgs'] ipsec_configs: The configuration of Phase 2 negotiations.
2547
2558
  :param str local_subnet: The CIDR block of the virtual private cloud (VPC).
2548
2559
  :param str network_type: The network type.
@@ -2635,6 +2646,9 @@ class GetGatewayVpnAttachmentsAttachmentResult(dict):
2635
2646
  @property
2636
2647
  @pulumi.getter(name="internetIp")
2637
2648
  def internet_ip(self) -> str:
2649
+ """
2650
+ The internet ip of the resource. The cen.TransitRouterVpnAttachment resource will not have a value until after it is created.
2651
+ """
2638
2652
  return pulumi.get(self, "internet_ip")
2639
2653
 
2640
2654
  @property
@@ -529,6 +529,10 @@ class DomainRedirectRequestHeaderArgs:
529
529
  def __init__(__self__, *,
530
530
  key: Optional[pulumi.Input[str]] = None,
531
531
  value: Optional[pulumi.Input[str]] = None):
532
+ """
533
+ :param pulumi.Input[str] key: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
534
+ :param pulumi.Input[str] value: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
535
+ """
532
536
  if key is not None:
533
537
  pulumi.set(__self__, "key", key)
534
538
  if value is not None:
@@ -537,6 +541,9 @@ class DomainRedirectRequestHeaderArgs:
537
541
  @property
538
542
  @pulumi.getter
539
543
  def key(self) -> Optional[pulumi.Input[str]]:
544
+ """
545
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
546
+ """
540
547
  return pulumi.get(self, "key")
541
548
 
542
549
  @key.setter
@@ -546,6 +553,9 @@ class DomainRedirectRequestHeaderArgs:
546
553
  @property
547
554
  @pulumi.getter
548
555
  def value(self) -> Optional[pulumi.Input[str]]:
556
+ """
557
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
558
+ """
549
559
  return pulumi.get(self, "value")
550
560
 
551
561
  @value.setter
@@ -503,6 +503,10 @@ class DomainRedirectRequestHeader(dict):
503
503
  def __init__(__self__, *,
504
504
  key: Optional[str] = None,
505
505
  value: Optional[str] = None):
506
+ """
507
+ :param str key: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
508
+ :param str value: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
509
+ """
506
510
  if key is not None:
507
511
  pulumi.set(__self__, "key", key)
508
512
  if value is not None:
@@ -511,11 +515,17 @@ class DomainRedirectRequestHeader(dict):
511
515
  @property
512
516
  @pulumi.getter
513
517
  def key(self) -> Optional[str]:
518
+ """
519
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
520
+ """
514
521
  return pulumi.get(self, "key")
515
522
 
516
523
  @property
517
524
  @pulumi.getter
518
525
  def value(self) -> Optional[str]:
526
+ """
527
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
528
+ """
519
529
  return pulumi.get(self, "value")
520
530
 
521
531
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_alicloud
3
- Version: 3.60.0a1721193564
3
+ Version: 3.60.0a1721282795
4
4
  Summary: A Pulumi package for creating and managing AliCloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io