pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (123) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -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
@@ -624,13 +646,16 @@ class NetworkIpv6CidrBlockArgs:
624
646
  ipv6_cidr_block: Optional[pulumi.Input[str]] = None,
625
647
  ipv6_isp: Optional[pulumi.Input[str]] = None):
626
648
  """
627
- :param pulumi.Input[str] ipv6_cidr_block: The IPv6 CIDR block of the VPC.
649
+ :param pulumi.Input[str] ipv6_cidr_block: The IPv6 CIDR block of the default VPC.
650
+
651
+ > **NOTE:** When `EnableIpv6` is set to `true`, this parameter is required.
628
652
  :param pulumi.Input[str] ipv6_isp: The IPv6 address segment type of the VPC. Value:
629
- - **BGP** (default): Alibaba Cloud BGP IPv6.
630
- - **ChinaMobile**: China Mobile (single line).
631
- - **ChinaUnicom**: China Unicom (single line).
632
- - **ChinaTelecom**: China Telecom (single line).
633
- > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to **ChinaTelecom** (China Telecom), **ChinaUnicom** (China Unicom), or **ChinaMobile** (China Mobile).
653
+ - `BGP` (default): Alibaba Cloud BGP IPv6.
654
+ - `ChinaMobile`: China Mobile (single line).
655
+ - `ChinaUnicom`: China Unicom (single line).
656
+ - `ChinaTelecom`: China Telecom (single line).
657
+
658
+ > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to `ChinaTelecom` (China Telecom), `ChinaUnicom` (China Unicom), or `ChinaMobile` (China Mobile).
634
659
  """
635
660
  if ipv6_cidr_block is not None:
636
661
  pulumi.set(__self__, "ipv6_cidr_block", ipv6_cidr_block)
@@ -641,7 +666,9 @@ class NetworkIpv6CidrBlockArgs:
641
666
  @pulumi.getter(name="ipv6CidrBlock")
642
667
  def ipv6_cidr_block(self) -> Optional[pulumi.Input[str]]:
643
668
  """
644
- The IPv6 CIDR block of the VPC.
669
+ The IPv6 CIDR block of the default VPC.
670
+
671
+ > **NOTE:** When `EnableIpv6` is set to `true`, this parameter is required.
645
672
  """
646
673
  return pulumi.get(self, "ipv6_cidr_block")
647
674
 
@@ -654,11 +681,12 @@ class NetworkIpv6CidrBlockArgs:
654
681
  def ipv6_isp(self) -> Optional[pulumi.Input[str]]:
655
682
  """
656
683
  The IPv6 address segment type of the VPC. Value:
657
- - **BGP** (default): Alibaba Cloud BGP IPv6.
658
- - **ChinaMobile**: China Mobile (single line).
659
- - **ChinaUnicom**: China Unicom (single line).
660
- - **ChinaTelecom**: China Telecom (single line).
661
- > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to **ChinaTelecom** (China Telecom), **ChinaUnicom** (China Unicom), or **ChinaMobile** (China Mobile).
684
+ - `BGP` (default): Alibaba Cloud BGP IPv6.
685
+ - `ChinaMobile`: China Mobile (single line).
686
+ - `ChinaUnicom`: China Unicom (single line).
687
+ - `ChinaTelecom`: China Telecom (single line).
688
+
689
+ > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to `ChinaTelecom` (China Telecom), `ChinaUnicom` (China Unicom), or `ChinaMobile` (China Mobile).
662
690
  """
663
691
  return pulumi.get(self, "ipv6_isp")
664
692
 
@@ -672,6 +700,10 @@ class PrefixListEntryArgs:
672
700
  def __init__(__self__, *,
673
701
  cidr: Optional[pulumi.Input[str]] = None,
674
702
  description: Optional[pulumi.Input[str]] = None):
703
+ """
704
+ :param pulumi.Input[str] cidr: The CIDR address block of the prefix list.
705
+ :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://`.
706
+ """
675
707
  if cidr is not None:
676
708
  pulumi.set(__self__, "cidr", cidr)
677
709
  if description is not None:
@@ -680,6 +712,9 @@ class PrefixListEntryArgs:
680
712
  @property
681
713
  @pulumi.getter
682
714
  def cidr(self) -> Optional[pulumi.Input[str]]:
715
+ """
716
+ The CIDR address block of the prefix list.
717
+ """
683
718
  return pulumi.get(self, "cidr")
684
719
 
685
720
  @cidr.setter
@@ -689,6 +724,9 @@ class PrefixListEntryArgs:
689
724
  @property
690
725
  @pulumi.getter
691
726
  def description(self) -> Optional[pulumi.Input[str]]:
727
+ """
728
+ 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://`.
729
+ """
692
730
  return pulumi.get(self, "description")
693
731
 
694
732
  @description.setter