pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__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 (237) hide show
  1. pulumi_alicloud/__init__.py +271 -4
  2. pulumi_alicloud/_inputs.py +20 -0
  3. pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
  4. pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
  5. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
  6. pulumi_alicloud/alb/server_group.py +2 -2
  7. pulumi_alicloud/alikafka/sasl_acl.py +7 -7
  8. pulumi_alicloud/apigateway/_inputs.py +134 -0
  9. pulumi_alicloud/apigateway/group.py +117 -5
  10. pulumi_alicloud/apigateway/instance.py +148 -7
  11. pulumi_alicloud/apigateway/outputs.py +107 -0
  12. pulumi_alicloud/arms/alert_contact.py +2 -2
  13. pulumi_alicloud/arms/alert_contact_group.py +2 -2
  14. pulumi_alicloud/arms/get_prometheus.py +2 -6
  15. pulumi_alicloud/arms/grafana_workspace.py +511 -69
  16. pulumi_alicloud/arms/outputs.py +18 -18
  17. pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
  18. pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
  19. pulumi_alicloud/cdn/domain_new.py +2 -2
  20. pulumi_alicloud/cen/_inputs.py +6 -3
  21. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
  22. pulumi_alicloud/cen/instance.py +101 -59
  23. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
  24. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
  25. pulumi_alicloud/cen/outputs.py +69 -26
  26. pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
  27. pulumi_alicloud/cen/transit_router.py +127 -53
  28. pulumi_alicloud/cen/transit_router_cidr.py +53 -35
  29. pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
  30. pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
  31. pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
  32. pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
  33. pulumi_alicloud/clickhouse/db_cluster.py +179 -6
  34. pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
  35. pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
  36. pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
  37. pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
  38. pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
  39. pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
  40. pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
  41. pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
  42. pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
  43. pulumi_alicloud/config/outputs.py +12 -0
  44. pulumi_alicloud/cs/__init__.py +1 -0
  45. pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
  46. pulumi_alicloud/cs/managed_kubernetes.py +127 -24
  47. pulumi_alicloud/cs/node_pool.py +42 -42
  48. pulumi_alicloud/cs/outputs.py +1782 -4
  49. pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
  50. pulumi_alicloud/dataworks/data_source.py +2 -2
  51. pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
  52. pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
  53. pulumi_alicloud/dataworks/di_job.py +2 -2
  54. pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
  55. pulumi_alicloud/dataworks/network.py +2 -2
  56. pulumi_alicloud/dataworks/project.py +2 -2
  57. pulumi_alicloud/dataworks/project_member.py +2 -2
  58. pulumi_alicloud/dbs/backup_plan.py +2 -2
  59. pulumi_alicloud/ddos/bgp_policy.py +2 -2
  60. pulumi_alicloud/eais/__init__.py +2 -0
  61. pulumi_alicloud/eais/_inputs.py +75 -0
  62. pulumi_alicloud/eais/client_instance_attachment.py +408 -0
  63. pulumi_alicloud/eais/instance.py +365 -118
  64. pulumi_alicloud/eais/outputs.py +32 -0
  65. pulumi_alicloud/ebs/disk_replica_group.py +512 -30
  66. pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
  67. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
  68. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
  69. pulumi_alicloud/ecp/instance.py +2 -2
  70. pulumi_alicloud/ecp/key_pair.py +4 -4
  71. pulumi_alicloud/ecs/_inputs.py +33 -0
  72. pulumi_alicloud/ecs/disk.py +1 -1
  73. pulumi_alicloud/ecs/ecs_disk.py +1 -1
  74. pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
  75. pulumi_alicloud/ecs/instance.py +1 -1
  76. pulumi_alicloud/ecs/outputs.py +26 -2
  77. pulumi_alicloud/eflo/__init__.py +5 -0
  78. pulumi_alicloud/eflo/_inputs.py +1717 -0
  79. pulumi_alicloud/eflo/cluster.py +935 -0
  80. pulumi_alicloud/eflo/invocation.py +1114 -0
  81. pulumi_alicloud/eflo/node.py +1013 -0
  82. pulumi_alicloud/eflo/node_group.py +1101 -0
  83. pulumi_alicloud/eflo/outputs.py +1366 -0
  84. pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
  85. pulumi_alicloud/ens/image.py +81 -34
  86. pulumi_alicloud/esa/__init__.py +4 -0
  87. pulumi_alicloud/esa/_inputs.py +640 -18
  88. pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
  89. pulumi_alicloud/esa/cache_rule.py +193 -179
  90. pulumi_alicloud/esa/certificate.py +99 -92
  91. pulumi_alicloud/esa/compression_rule.py +42 -28
  92. pulumi_alicloud/esa/edge_container_app.py +972 -0
  93. pulumi_alicloud/esa/edge_container_app_record.py +376 -0
  94. pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
  95. pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
  96. pulumi_alicloud/esa/https_application_configuration.py +42 -28
  97. pulumi_alicloud/esa/https_basic_configuration.py +56 -42
  98. pulumi_alicloud/esa/image_transform.py +42 -28
  99. pulumi_alicloud/esa/kv_namespace.py +11 -11
  100. pulumi_alicloud/esa/list.py +28 -28
  101. pulumi_alicloud/esa/network_optimization.py +56 -126
  102. pulumi_alicloud/esa/origin_pool.py +19 -19
  103. pulumi_alicloud/esa/origin_rule.py +67 -39
  104. pulumi_alicloud/esa/outputs.py +536 -12
  105. pulumi_alicloud/esa/page.py +28 -49
  106. pulumi_alicloud/esa/rate_plan_instance.py +86 -159
  107. pulumi_alicloud/esa/redirect_rule.py +42 -28
  108. pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
  109. pulumi_alicloud/esa/site.py +67 -123
  110. pulumi_alicloud/esa/site_delivery_task.py +841 -0
  111. pulumi_alicloud/esa/waiting_room.py +269 -319
  112. pulumi_alicloud/esa/waiting_room_event.py +291 -305
  113. pulumi_alicloud/esa/waiting_room_rule.py +46 -53
  114. pulumi_alicloud/ess/_inputs.py +155 -0
  115. pulumi_alicloud/ess/outputs.py +128 -0
  116. pulumi_alicloud/ess/scaling_group.py +237 -2
  117. pulumi_alicloud/ess/scaling_rule.py +143 -2
  118. pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
  119. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  120. pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
  121. pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
  122. pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
  123. pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
  124. pulumi_alicloud/gpdb/streaming_job.py +2 -2
  125. pulumi_alicloud/ims/oidc_provider.py +24 -13
  126. pulumi_alicloud/kvstore/account.py +9 -9
  127. pulumi_alicloud/kvstore/connection.py +2 -2
  128. pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
  129. pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
  130. pulumi_alicloud/kvstore/instance.py +7 -7
  131. pulumi_alicloud/kvstore/outputs.py +2 -2
  132. pulumi_alicloud/live/caster.py +2 -2
  133. pulumi_alicloud/maxcompute/__init__.py +1 -0
  134. pulumi_alicloud/maxcompute/_inputs.py +232 -3
  135. pulumi_alicloud/maxcompute/outputs.py +183 -2
  136. pulumi_alicloud/maxcompute/project.py +2 -2
  137. pulumi_alicloud/maxcompute/quota.py +438 -0
  138. pulumi_alicloud/nas/mount_target.py +149 -54
  139. pulumi_alicloud/nlb/__init__.py +1 -0
  140. pulumi_alicloud/nlb/_inputs.py +43 -6
  141. pulumi_alicloud/nlb/load_balancer.py +212 -24
  142. pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
  143. pulumi_alicloud/nlb/outputs.py +30 -4
  144. pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
  145. pulumi_alicloud/oss/__init__.py +1 -0
  146. pulumi_alicloud/oss/_inputs.py +20 -0
  147. pulumi_alicloud/oss/access_point.py +2 -2
  148. pulumi_alicloud/oss/bucket_cname.py +2 -2
  149. pulumi_alicloud/oss/bucket_cors.py +2 -2
  150. pulumi_alicloud/oss/bucket_style.py +402 -0
  151. pulumi_alicloud/oss/bucket_website.py +2 -2
  152. pulumi_alicloud/oss/outputs.py +14 -0
  153. pulumi_alicloud/pai/service.py +59 -67
  154. pulumi_alicloud/polardb/cluster.py +75 -28
  155. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
  156. pulumi_alicloud/pulumi-plugin.json +1 -1
  157. pulumi_alicloud/ram/__init__.py +3 -0
  158. pulumi_alicloud/ram/_inputs.py +9 -9
  159. pulumi_alicloud/ram/access_key.py +77 -31
  160. pulumi_alicloud/ram/account_alias.py +18 -45
  161. pulumi_alicloud/ram/get_system_policys.py +189 -0
  162. pulumi_alicloud/ram/group.py +156 -35
  163. pulumi_alicloud/ram/group_policy_attachment.py +51 -29
  164. pulumi_alicloud/ram/login_profile.py +92 -38
  165. pulumi_alicloud/ram/outputs.py +91 -6
  166. pulumi_alicloud/ram/password_policy.py +779 -0
  167. pulumi_alicloud/ram/policy.py +199 -88
  168. pulumi_alicloud/ram/role_policy_attachment.py +51 -29
  169. pulumi_alicloud/ram/saml_provider.py +44 -37
  170. pulumi_alicloud/ram/user_group_attachment.py +273 -0
  171. pulumi_alicloud/ram/user_policy_attachment.py +49 -27
  172. pulumi_alicloud/rds/__init__.py +1 -0
  173. pulumi_alicloud/rds/custom_disk.py +1053 -0
  174. pulumi_alicloud/rds/instance.py +110 -14
  175. pulumi_alicloud/redis/tair_instance.py +14 -14
  176. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  177. pulumi_alicloud/resourcemanager/_inputs.py +53 -0
  178. pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
  179. pulumi_alicloud/resourcemanager/outputs.py +50 -0
  180. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  181. pulumi_alicloud/rocketmq/__init__.py +1 -1
  182. pulumi_alicloud/rocketmq/_inputs.py +146 -4
  183. pulumi_alicloud/rocketmq/account.py +452 -0
  184. pulumi_alicloud/rocketmq/acl.py +473 -47
  185. pulumi_alicloud/rocketmq/client_user.py +8 -2
  186. pulumi_alicloud/rocketmq/consumer_group.py +121 -24
  187. pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
  188. pulumi_alicloud/rocketmq/outputs.py +113 -4
  189. pulumi_alicloud/rocketmq/qos.py +8 -2
  190. pulumi_alicloud/rocketmq/qos_car.py +10 -4
  191. pulumi_alicloud/rocketmq/qos_policy.py +6 -0
  192. pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
  193. pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
  194. pulumi_alicloud/rocketmq/snat_entry.py +8 -2
  195. pulumi_alicloud/sag/__init__.py +8 -0
  196. pulumi_alicloud/sag/acl.py +200 -0
  197. pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
  198. pulumi_alicloud/sag/client_user.py +560 -0
  199. pulumi_alicloud/sag/dnat_entry.py +512 -0
  200. pulumi_alicloud/sag/get_acls.py +2 -2
  201. pulumi_alicloud/sag/qos.py +202 -0
  202. pulumi_alicloud/sag/qos_car.py +654 -0
  203. pulumi_alicloud/sag/qos_policy.py +659 -0
  204. pulumi_alicloud/sag/snat_entry.py +313 -0
  205. pulumi_alicloud/securitycenter/group.py +2 -2
  206. pulumi_alicloud/selectdb/db_instance.py +60 -11
  207. pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
  208. pulumi_alicloud/sls/oss_export_sink.py +2 -2
  209. pulumi_alicloud/threatdetection/__init__.py +3 -0
  210. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
  211. pulumi_alicloud/threatdetection/asset_bind.py +209 -0
  212. pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
  213. pulumi_alicloud/threatdetection/instance.py +271 -54
  214. pulumi_alicloud/threatdetection/log_meta.py +351 -0
  215. pulumi_alicloud/vpc/__init__.py +1 -0
  216. pulumi_alicloud/vpc/_inputs.py +281 -0
  217. pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
  218. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
  219. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
  220. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
  221. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
  222. pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
  223. pulumi_alicloud/vpc/ipv6_address.py +85 -5
  224. pulumi_alicloud/vpc/outputs.py +232 -0
  225. pulumi_alicloud/vpc/peer_connection.py +84 -42
  226. pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
  227. pulumi_alicloud/vpc/route_table.py +100 -45
  228. pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
  229. pulumi_alicloud/vpn/_inputs.py +716 -71
  230. pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
  231. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
  232. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  233. pulumi_alicloud/vpn/outputs.py +1963 -998
  234. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
  235. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
  236. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
  237. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
@@ -25,13 +25,10 @@ class PageArgs:
25
25
  description: Optional[pulumi.Input[str]] = None):
26
26
  """
27
27
  The set of arguments for constructing a Page resource.
28
- :param pulumi.Input[str] content_type: The description of the custom error page.
29
- :param pulumi.Input[str] page_name: The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
30
- :param pulumi.Input[str] content: The Content-Type field in the HTTP header. Valid values:
31
-
32
- - text/html
33
- - application/json
34
- :param pulumi.Input[str] description: The name of the custom error page.
28
+ :param pulumi.Input[str] content_type: The Content-Type field in the HTTP header.
29
+ :param pulumi.Input[str] page_name: The name of the custom response page.
30
+ :param pulumi.Input[str] content: The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
31
+ :param pulumi.Input[str] description: The description of the custom error page.
35
32
  """
36
33
  pulumi.set(__self__, "content_type", content_type)
37
34
  pulumi.set(__self__, "page_name", page_name)
@@ -44,7 +41,7 @@ class PageArgs:
44
41
  @pulumi.getter(name="contentType")
45
42
  def content_type(self) -> pulumi.Input[str]:
46
43
  """
47
- The description of the custom error page.
44
+ The Content-Type field in the HTTP header.
48
45
  """
49
46
  return pulumi.get(self, "content_type")
50
47
 
@@ -56,7 +53,7 @@ class PageArgs:
56
53
  @pulumi.getter(name="pageName")
57
54
  def page_name(self) -> pulumi.Input[str]:
58
55
  """
59
- The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
56
+ The name of the custom response page.
60
57
  """
61
58
  return pulumi.get(self, "page_name")
62
59
 
@@ -68,10 +65,7 @@ class PageArgs:
68
65
  @pulumi.getter
69
66
  def content(self) -> Optional[pulumi.Input[str]]:
70
67
  """
71
- The Content-Type field in the HTTP header. Valid values:
72
-
73
- - text/html
74
- - application/json
68
+ The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
75
69
  """
76
70
  return pulumi.get(self, "content")
77
71
 
@@ -83,7 +77,7 @@ class PageArgs:
83
77
  @pulumi.getter
84
78
  def description(self) -> Optional[pulumi.Input[str]]:
85
79
  """
86
- The name of the custom error page.
80
+ The description of the custom error page.
87
81
  """
88
82
  return pulumi.get(self, "description")
89
83
 
@@ -101,13 +95,10 @@ class _PageState:
101
95
  page_name: Optional[pulumi.Input[str]] = None):
102
96
  """
103
97
  Input properties used for looking up and filtering Page resources.
104
- :param pulumi.Input[str] content: The Content-Type field in the HTTP header. Valid values:
105
-
106
- - text/html
107
- - application/json
108
- :param pulumi.Input[str] content_type: The description of the custom error page.
109
- :param pulumi.Input[str] description: The name of the custom error page.
110
- :param pulumi.Input[str] page_name: The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
98
+ :param pulumi.Input[str] content: The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
99
+ :param pulumi.Input[str] content_type: The Content-Type field in the HTTP header.
100
+ :param pulumi.Input[str] description: The description of the custom error page.
101
+ :param pulumi.Input[str] page_name: The name of the custom response page.
111
102
  """
112
103
  if content is not None:
113
104
  pulumi.set(__self__, "content", content)
@@ -122,10 +113,7 @@ class _PageState:
122
113
  @pulumi.getter
123
114
  def content(self) -> Optional[pulumi.Input[str]]:
124
115
  """
125
- The Content-Type field in the HTTP header. Valid values:
126
-
127
- - text/html
128
- - application/json
116
+ The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
129
117
  """
130
118
  return pulumi.get(self, "content")
131
119
 
@@ -137,7 +125,7 @@ class _PageState:
137
125
  @pulumi.getter(name="contentType")
138
126
  def content_type(self) -> Optional[pulumi.Input[str]]:
139
127
  """
140
- The description of the custom error page.
128
+ The Content-Type field in the HTTP header.
141
129
  """
142
130
  return pulumi.get(self, "content_type")
143
131
 
@@ -149,7 +137,7 @@ class _PageState:
149
137
  @pulumi.getter
150
138
  def description(self) -> Optional[pulumi.Input[str]]:
151
139
  """
152
- The name of the custom error page.
140
+ The description of the custom error page.
153
141
  """
154
142
  return pulumi.get(self, "description")
155
143
 
@@ -161,7 +149,7 @@ class _PageState:
161
149
  @pulumi.getter(name="pageName")
162
150
  def page_name(self) -> Optional[pulumi.Input[str]]:
163
151
  """
164
- The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
152
+ The name of the custom response page.
165
153
  """
166
154
  return pulumi.get(self, "page_name")
167
155
 
@@ -216,13 +204,10 @@ class Page(pulumi.CustomResource):
216
204
 
217
205
  :param str resource_name: The name of the resource.
218
206
  :param pulumi.ResourceOptions opts: Options for the resource.
219
- :param pulumi.Input[str] content: The Content-Type field in the HTTP header. Valid values:
220
-
221
- - text/html
222
- - application/json
223
- :param pulumi.Input[str] content_type: The description of the custom error page.
224
- :param pulumi.Input[str] description: The name of the custom error page.
225
- :param pulumi.Input[str] page_name: The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
207
+ :param pulumi.Input[str] content: The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
208
+ :param pulumi.Input[str] content_type: The Content-Type field in the HTTP header.
209
+ :param pulumi.Input[str] description: The description of the custom error page.
210
+ :param pulumi.Input[str] page_name: The name of the custom response page.
226
211
  """
227
212
  ...
228
213
  @overload
@@ -321,13 +306,10 @@ class Page(pulumi.CustomResource):
321
306
  :param str resource_name: The unique name of the resulting resource.
322
307
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
323
308
  :param pulumi.ResourceOptions opts: Options for the resource.
324
- :param pulumi.Input[str] content: The Content-Type field in the HTTP header. Valid values:
325
-
326
- - text/html
327
- - application/json
328
- :param pulumi.Input[str] content_type: The description of the custom error page.
329
- :param pulumi.Input[str] description: The name of the custom error page.
330
- :param pulumi.Input[str] page_name: The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
309
+ :param pulumi.Input[str] content: The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
310
+ :param pulumi.Input[str] content_type: The Content-Type field in the HTTP header.
311
+ :param pulumi.Input[str] description: The description of the custom error page.
312
+ :param pulumi.Input[str] page_name: The name of the custom response page.
331
313
  """
332
314
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
333
315
 
@@ -343,10 +325,7 @@ class Page(pulumi.CustomResource):
343
325
  @pulumi.getter
344
326
  def content(self) -> pulumi.Output[Optional[str]]:
345
327
  """
346
- The Content-Type field in the HTTP header. Valid values:
347
-
348
- - text/html
349
- - application/json
328
+ The Base64-encoded content of the error page. The content type is specified by the Content-Type field.
350
329
  """
351
330
  return pulumi.get(self, "content")
352
331
 
@@ -354,7 +333,7 @@ class Page(pulumi.CustomResource):
354
333
  @pulumi.getter(name="contentType")
355
334
  def content_type(self) -> pulumi.Output[str]:
356
335
  """
357
- The description of the custom error page.
336
+ The Content-Type field in the HTTP header.
358
337
  """
359
338
  return pulumi.get(self, "content_type")
360
339
 
@@ -362,7 +341,7 @@ class Page(pulumi.CustomResource):
362
341
  @pulumi.getter
363
342
  def description(self) -> pulumi.Output[Optional[str]]:
364
343
  """
365
- The name of the custom error page.
344
+ The description of the custom error page.
366
345
  """
367
346
  return pulumi.get(self, "description")
368
347
 
@@ -370,7 +349,7 @@ class Page(pulumi.CustomResource):
370
349
  @pulumi.getter(name="pageName")
371
350
  def page_name(self) -> pulumi.Output[str]:
372
351
  """
373
- The ID of the custom error page, which can be obtained by calling the [ListPages](https://www.alibabacloud.com/help/en/doc-detail/2850223.html) operation.
352
+ The name of the custom response page.
374
353
  """
375
354
  return pulumi.get(self, "page_name")
376
355
 
@@ -28,27 +28,16 @@ class RatePlanInstanceArgs:
28
28
  type: Optional[pulumi.Input[str]] = None):
29
29
  """
30
30
  The set of arguments for constructing a RatePlanInstance resource.
31
- :param pulumi.Input[bool] auto_pay: Whether to pay automatically.
32
- :param pulumi.Input[bool] auto_renew: Auto Renew:
33
-
34
- true: Automatic renewal.
35
-
36
- false: Do not renew automatically.
37
- :param pulumi.Input[str] coverage: Acceleration area:
38
-
39
- domestic: Mainland China only.
40
-
41
- global: global.
42
-
43
- overseas: Global (excluding Mainland China).
44
- :param pulumi.Input[str] payment_type: The payment type of the resource
45
- :param pulumi.Input[int] period: Purchase cycle (in months).
46
- :param pulumi.Input[str] plan_name: The plan name, which is obtained from the DescribeRatePlanPrice interface.
47
- :param pulumi.Input[str] type: Site access type:
48
-
49
- NS:NS access.
50
-
51
- CNAME:CNAME access.
31
+ :param pulumi.Input[bool] auto_pay: Specifies whether to enable auto payment.
32
+ :param pulumi.Input[bool] auto_renew: Auto-renewal:
33
+ :param pulumi.Input[str] coverage: The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
34
+ :param pulumi.Input[str] payment_type: The payment type of the resource. Valid values:
35
+ - `Subscription`: subscription.
36
+ :param pulumi.Input[int] period: Subscription period (in months).
37
+ :param pulumi.Input[str] plan_name: Package name.Value range:
38
+ :param pulumi.Input[str] type: The DNS setup option for the website. Valid values:
39
+ - `NS`
40
+ - `CNAME`
52
41
  """
53
42
  if auto_pay is not None:
54
43
  pulumi.set(__self__, "auto_pay", auto_pay)
@@ -69,7 +58,7 @@ class RatePlanInstanceArgs:
69
58
  @pulumi.getter(name="autoPay")
70
59
  def auto_pay(self) -> Optional[pulumi.Input[bool]]:
71
60
  """
72
- Whether to pay automatically.
61
+ Specifies whether to enable auto payment.
73
62
  """
74
63
  return pulumi.get(self, "auto_pay")
75
64
 
@@ -81,11 +70,7 @@ class RatePlanInstanceArgs:
81
70
  @pulumi.getter(name="autoRenew")
82
71
  def auto_renew(self) -> Optional[pulumi.Input[bool]]:
83
72
  """
84
- Auto Renew:
85
-
86
- true: Automatic renewal.
87
-
88
- false: Do not renew automatically.
73
+ Auto-renewal:
89
74
  """
90
75
  return pulumi.get(self, "auto_renew")
91
76
 
@@ -97,13 +82,7 @@ class RatePlanInstanceArgs:
97
82
  @pulumi.getter
98
83
  def coverage(self) -> Optional[pulumi.Input[str]]:
99
84
  """
100
- Acceleration area:
101
-
102
- domestic: Mainland China only.
103
-
104
- global: global.
105
-
106
- overseas: Global (excluding Mainland China).
85
+ The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
107
86
  """
108
87
  return pulumi.get(self, "coverage")
109
88
 
@@ -115,7 +94,8 @@ class RatePlanInstanceArgs:
115
94
  @pulumi.getter(name="paymentType")
116
95
  def payment_type(self) -> Optional[pulumi.Input[str]]:
117
96
  """
118
- The payment type of the resource
97
+ The payment type of the resource. Valid values:
98
+ - `Subscription`: subscription.
119
99
  """
120
100
  return pulumi.get(self, "payment_type")
121
101
 
@@ -127,7 +107,7 @@ class RatePlanInstanceArgs:
127
107
  @pulumi.getter
128
108
  def period(self) -> Optional[pulumi.Input[int]]:
129
109
  """
130
- Purchase cycle (in months).
110
+ Subscription period (in months).
131
111
  """
132
112
  return pulumi.get(self, "period")
133
113
 
@@ -139,7 +119,7 @@ class RatePlanInstanceArgs:
139
119
  @pulumi.getter(name="planName")
140
120
  def plan_name(self) -> Optional[pulumi.Input[str]]:
141
121
  """
142
- The plan name, which is obtained from the DescribeRatePlanPrice interface.
122
+ Package name.Value range:
143
123
  """
144
124
  return pulumi.get(self, "plan_name")
145
125
 
@@ -151,11 +131,9 @@ class RatePlanInstanceArgs:
151
131
  @pulumi.getter
152
132
  def type(self) -> Optional[pulumi.Input[str]]:
153
133
  """
154
- Site access type:
155
-
156
- NS:NS access.
157
-
158
- CNAME:CNAME access.
134
+ The DNS setup option for the website. Valid values:
135
+ - `NS`
136
+ - `CNAME`
159
137
  """
160
138
  return pulumi.get(self, "type")
161
139
 
@@ -179,30 +157,20 @@ class _RatePlanInstanceState:
179
157
  type: Optional[pulumi.Input[str]] = None):
180
158
  """
181
159
  Input properties used for looking up and filtering RatePlanInstance resources.
182
- :param pulumi.Input[bool] auto_pay: Whether to pay automatically.
183
- :param pulumi.Input[bool] auto_renew: Auto Renew:
184
-
185
- true: Automatic renewal.
186
-
187
- false: Do not renew automatically.
188
- :param pulumi.Input[str] coverage: Acceleration area:
189
-
190
- domestic: Mainland China only.
191
-
192
- global: global.
193
-
194
- overseas: Global (excluding Mainland China).
195
- :param pulumi.Input[str] create_time: The new purchase time of the package instance.
196
- :param pulumi.Input[str] instance_status: Renewing: renewing
197
- :param pulumi.Input[str] payment_type: The payment type of the resource
198
- :param pulumi.Input[int] period: Purchase cycle (in months).
199
- :param pulumi.Input[str] plan_name: The plan name, which is obtained from the DescribeRatePlanPrice interface.
200
- :param pulumi.Input[str] status: The status of the resource
201
- :param pulumi.Input[str] type: Site access type:
202
-
203
- NS:NS access.
204
-
205
- CNAME:CNAME access.
160
+ :param pulumi.Input[bool] auto_pay: Specifies whether to enable auto payment.
161
+ :param pulumi.Input[bool] auto_renew: Auto-renewal:
162
+ :param pulumi.Input[str] coverage: The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
163
+ :param pulumi.Input[str] create_time: The time when the plan was purchased.
164
+ :param pulumi.Input[str] instance_status: The plan instance status.
165
+ - `Renewing`: renewing
166
+ :param pulumi.Input[str] payment_type: The payment type of the resource. Valid values:
167
+ - `Subscription`: subscription.
168
+ :param pulumi.Input[int] period: Subscription period (in months).
169
+ :param pulumi.Input[str] plan_name: Package name.Value range:
170
+ :param pulumi.Input[str] status: The status of the resource.
171
+ :param pulumi.Input[str] type: The DNS setup option for the website. Valid values:
172
+ - `NS`
173
+ - `CNAME`
206
174
  """
207
175
  if auto_pay is not None:
208
176
  pulumi.set(__self__, "auto_pay", auto_pay)
@@ -229,7 +197,7 @@ class _RatePlanInstanceState:
229
197
  @pulumi.getter(name="autoPay")
230
198
  def auto_pay(self) -> Optional[pulumi.Input[bool]]:
231
199
  """
232
- Whether to pay automatically.
200
+ Specifies whether to enable auto payment.
233
201
  """
234
202
  return pulumi.get(self, "auto_pay")
235
203
 
@@ -241,11 +209,7 @@ class _RatePlanInstanceState:
241
209
  @pulumi.getter(name="autoRenew")
242
210
  def auto_renew(self) -> Optional[pulumi.Input[bool]]:
243
211
  """
244
- Auto Renew:
245
-
246
- true: Automatic renewal.
247
-
248
- false: Do not renew automatically.
212
+ Auto-renewal:
249
213
  """
250
214
  return pulumi.get(self, "auto_renew")
251
215
 
@@ -257,13 +221,7 @@ class _RatePlanInstanceState:
257
221
  @pulumi.getter
258
222
  def coverage(self) -> Optional[pulumi.Input[str]]:
259
223
  """
260
- Acceleration area:
261
-
262
- domestic: Mainland China only.
263
-
264
- global: global.
265
-
266
- overseas: Global (excluding Mainland China).
224
+ The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
267
225
  """
268
226
  return pulumi.get(self, "coverage")
269
227
 
@@ -275,7 +233,7 @@ class _RatePlanInstanceState:
275
233
  @pulumi.getter(name="createTime")
276
234
  def create_time(self) -> Optional[pulumi.Input[str]]:
277
235
  """
278
- The new purchase time of the package instance.
236
+ The time when the plan was purchased.
279
237
  """
280
238
  return pulumi.get(self, "create_time")
281
239
 
@@ -287,7 +245,8 @@ class _RatePlanInstanceState:
287
245
  @pulumi.getter(name="instanceStatus")
288
246
  def instance_status(self) -> Optional[pulumi.Input[str]]:
289
247
  """
290
- Renewing: renewing
248
+ The plan instance status.
249
+ - `Renewing`: renewing
291
250
  """
292
251
  return pulumi.get(self, "instance_status")
293
252
 
@@ -299,7 +258,8 @@ class _RatePlanInstanceState:
299
258
  @pulumi.getter(name="paymentType")
300
259
  def payment_type(self) -> Optional[pulumi.Input[str]]:
301
260
  """
302
- The payment type of the resource
261
+ The payment type of the resource. Valid values:
262
+ - `Subscription`: subscription.
303
263
  """
304
264
  return pulumi.get(self, "payment_type")
305
265
 
@@ -311,7 +271,7 @@ class _RatePlanInstanceState:
311
271
  @pulumi.getter
312
272
  def period(self) -> Optional[pulumi.Input[int]]:
313
273
  """
314
- Purchase cycle (in months).
274
+ Subscription period (in months).
315
275
  """
316
276
  return pulumi.get(self, "period")
317
277
 
@@ -323,7 +283,7 @@ class _RatePlanInstanceState:
323
283
  @pulumi.getter(name="planName")
324
284
  def plan_name(self) -> Optional[pulumi.Input[str]]:
325
285
  """
326
- The plan name, which is obtained from the DescribeRatePlanPrice interface.
286
+ Package name.Value range:
327
287
  """
328
288
  return pulumi.get(self, "plan_name")
329
289
 
@@ -335,7 +295,7 @@ class _RatePlanInstanceState:
335
295
  @pulumi.getter
336
296
  def status(self) -> Optional[pulumi.Input[str]]:
337
297
  """
338
- The status of the resource
298
+ The status of the resource.
339
299
  """
340
300
  return pulumi.get(self, "status")
341
301
 
@@ -347,11 +307,9 @@ class _RatePlanInstanceState:
347
307
  @pulumi.getter
348
308
  def type(self) -> Optional[pulumi.Input[str]]:
349
309
  """
350
- Site access type:
351
-
352
- NS:NS access.
353
-
354
- CNAME:CNAME access.
310
+ The DNS setup option for the website. Valid values:
311
+ - `NS`
312
+ - `CNAME`
355
313
  """
356
314
  return pulumi.get(self, "type")
357
315
 
@@ -412,27 +370,16 @@ class RatePlanInstance(pulumi.CustomResource):
412
370
 
413
371
  :param str resource_name: The name of the resource.
414
372
  :param pulumi.ResourceOptions opts: Options for the resource.
415
- :param pulumi.Input[bool] auto_pay: Whether to pay automatically.
416
- :param pulumi.Input[bool] auto_renew: Auto Renew:
417
-
418
- true: Automatic renewal.
419
-
420
- false: Do not renew automatically.
421
- :param pulumi.Input[str] coverage: Acceleration area:
422
-
423
- domestic: Mainland China only.
424
-
425
- global: global.
426
-
427
- overseas: Global (excluding Mainland China).
428
- :param pulumi.Input[str] payment_type: The payment type of the resource
429
- :param pulumi.Input[int] period: Purchase cycle (in months).
430
- :param pulumi.Input[str] plan_name: The plan name, which is obtained from the DescribeRatePlanPrice interface.
431
- :param pulumi.Input[str] type: Site access type:
432
-
433
- NS:NS access.
434
-
435
- CNAME:CNAME access.
373
+ :param pulumi.Input[bool] auto_pay: Specifies whether to enable auto payment.
374
+ :param pulumi.Input[bool] auto_renew: Auto-renewal:
375
+ :param pulumi.Input[str] coverage: The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
376
+ :param pulumi.Input[str] payment_type: The payment type of the resource. Valid values:
377
+ - `Subscription`: subscription.
378
+ :param pulumi.Input[int] period: Subscription period (in months).
379
+ :param pulumi.Input[str] plan_name: Package name.Value range:
380
+ :param pulumi.Input[str] type: The DNS setup option for the website. Valid values:
381
+ - `NS`
382
+ - `CNAME`
436
383
  """
437
384
  ...
438
385
  @overload
@@ -545,30 +492,20 @@ class RatePlanInstance(pulumi.CustomResource):
545
492
  :param str resource_name: The unique name of the resulting resource.
546
493
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
547
494
  :param pulumi.ResourceOptions opts: Options for the resource.
548
- :param pulumi.Input[bool] auto_pay: Whether to pay automatically.
549
- :param pulumi.Input[bool] auto_renew: Auto Renew:
550
-
551
- true: Automatic renewal.
552
-
553
- false: Do not renew automatically.
554
- :param pulumi.Input[str] coverage: Acceleration area:
555
-
556
- domestic: Mainland China only.
557
-
558
- global: global.
559
-
560
- overseas: Global (excluding Mainland China).
561
- :param pulumi.Input[str] create_time: The new purchase time of the package instance.
562
- :param pulumi.Input[str] instance_status: Renewing: renewing
563
- :param pulumi.Input[str] payment_type: The payment type of the resource
564
- :param pulumi.Input[int] period: Purchase cycle (in months).
565
- :param pulumi.Input[str] plan_name: The plan name, which is obtained from the DescribeRatePlanPrice interface.
566
- :param pulumi.Input[str] status: The status of the resource
567
- :param pulumi.Input[str] type: Site access type:
568
-
569
- NS:NS access.
570
-
571
- CNAME:CNAME access.
495
+ :param pulumi.Input[bool] auto_pay: Specifies whether to enable auto payment.
496
+ :param pulumi.Input[bool] auto_renew: Auto-renewal:
497
+ :param pulumi.Input[str] coverage: The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
498
+ :param pulumi.Input[str] create_time: The time when the plan was purchased.
499
+ :param pulumi.Input[str] instance_status: The plan instance status.
500
+ - `Renewing`: renewing
501
+ :param pulumi.Input[str] payment_type: The payment type of the resource. Valid values:
502
+ - `Subscription`: subscription.
503
+ :param pulumi.Input[int] period: Subscription period (in months).
504
+ :param pulumi.Input[str] plan_name: Package name.Value range:
505
+ :param pulumi.Input[str] status: The status of the resource.
506
+ :param pulumi.Input[str] type: The DNS setup option for the website. Valid values:
507
+ - `NS`
508
+ - `CNAME`
572
509
  """
573
510
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
574
511
 
@@ -590,7 +527,7 @@ class RatePlanInstance(pulumi.CustomResource):
590
527
  @pulumi.getter(name="autoPay")
591
528
  def auto_pay(self) -> pulumi.Output[Optional[bool]]:
592
529
  """
593
- Whether to pay automatically.
530
+ Specifies whether to enable auto payment.
594
531
  """
595
532
  return pulumi.get(self, "auto_pay")
596
533
 
@@ -598,11 +535,7 @@ class RatePlanInstance(pulumi.CustomResource):
598
535
  @pulumi.getter(name="autoRenew")
599
536
  def auto_renew(self) -> pulumi.Output[Optional[bool]]:
600
537
  """
601
- Auto Renew:
602
-
603
- true: Automatic renewal.
604
-
605
- false: Do not renew automatically.
538
+ Auto-renewal:
606
539
  """
607
540
  return pulumi.get(self, "auto_renew")
608
541
 
@@ -610,13 +543,7 @@ class RatePlanInstance(pulumi.CustomResource):
610
543
  @pulumi.getter
611
544
  def coverage(self) -> pulumi.Output[Optional[str]]:
612
545
  """
613
- Acceleration area:
614
-
615
- domestic: Mainland China only.
616
-
617
- global: global.
618
-
619
- overseas: Global (excluding Mainland China).
546
+ The service locations for the websites that can be associated with the plan. Multiple values are separated by commas (,). Valid values:
620
547
  """
621
548
  return pulumi.get(self, "coverage")
622
549
 
@@ -624,7 +551,7 @@ class RatePlanInstance(pulumi.CustomResource):
624
551
  @pulumi.getter(name="createTime")
625
552
  def create_time(self) -> pulumi.Output[str]:
626
553
  """
627
- The new purchase time of the package instance.
554
+ The time when the plan was purchased.
628
555
  """
629
556
  return pulumi.get(self, "create_time")
630
557
 
@@ -632,7 +559,8 @@ class RatePlanInstance(pulumi.CustomResource):
632
559
  @pulumi.getter(name="instanceStatus")
633
560
  def instance_status(self) -> pulumi.Output[str]:
634
561
  """
635
- Renewing: renewing
562
+ The plan instance status.
563
+ - `Renewing`: renewing
636
564
  """
637
565
  return pulumi.get(self, "instance_status")
638
566
 
@@ -640,7 +568,8 @@ class RatePlanInstance(pulumi.CustomResource):
640
568
  @pulumi.getter(name="paymentType")
641
569
  def payment_type(self) -> pulumi.Output[str]:
642
570
  """
643
- The payment type of the resource
571
+ The payment type of the resource. Valid values:
572
+ - `Subscription`: subscription.
644
573
  """
645
574
  return pulumi.get(self, "payment_type")
646
575
 
@@ -648,7 +577,7 @@ class RatePlanInstance(pulumi.CustomResource):
648
577
  @pulumi.getter
649
578
  def period(self) -> pulumi.Output[Optional[int]]:
650
579
  """
651
- Purchase cycle (in months).
580
+ Subscription period (in months).
652
581
  """
653
582
  return pulumi.get(self, "period")
654
583
 
@@ -656,7 +585,7 @@ class RatePlanInstance(pulumi.CustomResource):
656
585
  @pulumi.getter(name="planName")
657
586
  def plan_name(self) -> pulumi.Output[Optional[str]]:
658
587
  """
659
- The plan name, which is obtained from the DescribeRatePlanPrice interface.
588
+ Package name.Value range:
660
589
  """
661
590
  return pulumi.get(self, "plan_name")
662
591
 
@@ -664,7 +593,7 @@ class RatePlanInstance(pulumi.CustomResource):
664
593
  @pulumi.getter
665
594
  def status(self) -> pulumi.Output[str]:
666
595
  """
667
- The status of the resource
596
+ The status of the resource.
668
597
  """
669
598
  return pulumi.get(self, "status")
670
599
 
@@ -672,11 +601,9 @@ class RatePlanInstance(pulumi.CustomResource):
672
601
  @pulumi.getter
673
602
  def type(self) -> pulumi.Output[Optional[str]]:
674
603
  """
675
- Site access type:
676
-
677
- NS:NS access.
678
-
679
- CNAME:CNAME access.
604
+ The DNS setup option for the website. Valid values:
605
+ - `NS`
606
+ - `CNAME`
680
607
  """
681
608
  return pulumi.get(self, "type")
682
609