pulumi-alicloud 3.76.0a1743484854__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.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
  235. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
  236. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
  237. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
@@ -16,6 +16,7 @@ from .. import _utilities
16
16
  from . import outputs
17
17
 
18
18
  __all__ = [
19
+ 'AutoGroupingRuleRuleContent',
19
20
  'ResourceGroupRegionStatus',
20
21
  'GetAccountDeletionCheckTaskAbandonAbleCheckResult',
21
22
  'GetAccountDeletionCheckTaskNotAllowReasonResult',
@@ -37,6 +38,55 @@ __all__ = [
37
38
  'GetSharedTargetsTargetResult',
38
39
  ]
39
40
 
41
+ @pulumi.output_type
42
+ class AutoGroupingRuleRuleContent(dict):
43
+ @staticmethod
44
+ def __key_warning(key: str):
45
+ suggest = None
46
+ if key == "targetResourceGroupCondition":
47
+ suggest = "target_resource_group_condition"
48
+ elif key == "autoGroupingScopeCondition":
49
+ suggest = "auto_grouping_scope_condition"
50
+
51
+ if suggest:
52
+ pulumi.log.warn(f"Key '{key}' not found in AutoGroupingRuleRuleContent. Access the value via the '{suggest}' property getter instead.")
53
+
54
+ def __getitem__(self, key: str) -> Any:
55
+ AutoGroupingRuleRuleContent.__key_warning(key)
56
+ return super().__getitem__(key)
57
+
58
+ def get(self, key: str, default = None) -> Any:
59
+ AutoGroupingRuleRuleContent.__key_warning(key)
60
+ return super().get(key, default)
61
+
62
+ def __init__(__self__, *,
63
+ target_resource_group_condition: str,
64
+ auto_grouping_scope_condition: Optional[str] = None):
65
+ """
66
+ :param str target_resource_group_condition: The condition for the destination resource group.
67
+ :param str auto_grouping_scope_condition: The condition for the range of resources to be automatically transferred.
68
+ """
69
+ pulumi.set(__self__, "target_resource_group_condition", target_resource_group_condition)
70
+ if auto_grouping_scope_condition is not None:
71
+ pulumi.set(__self__, "auto_grouping_scope_condition", auto_grouping_scope_condition)
72
+
73
+ @property
74
+ @pulumi.getter(name="targetResourceGroupCondition")
75
+ def target_resource_group_condition(self) -> str:
76
+ """
77
+ The condition for the destination resource group.
78
+ """
79
+ return pulumi.get(self, "target_resource_group_condition")
80
+
81
+ @property
82
+ @pulumi.getter(name="autoGroupingScopeCondition")
83
+ def auto_grouping_scope_condition(self) -> Optional[str]:
84
+ """
85
+ The condition for the range of resources to be automatically transferred.
86
+ """
87
+ return pulumi.get(self, "auto_grouping_scope_condition")
88
+
89
+
40
90
  @pulumi.output_type
41
91
  class ResourceGroupRegionStatus(dict):
42
92
  @staticmethod
@@ -33,6 +33,7 @@ class SharedResourceArgs:
33
33
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
34
34
  - The following types are added after v1.208.0: `KMSInstance`.
35
35
  - The following types are added after v1.240.0: `Snapshot`.
36
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
36
37
  """
37
38
  pulumi.set(__self__, "resource_id", resource_id)
38
39
  pulumi.set(__self__, "resource_share_id", resource_share_id)
@@ -73,6 +74,7 @@ class SharedResourceArgs:
73
74
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
74
75
  - The following types are added after v1.208.0: `KMSInstance`.
75
76
  - The following types are added after v1.240.0: `Snapshot`.
77
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
76
78
  """
77
79
  return pulumi.get(self, "resource_type")
78
80
 
@@ -99,6 +101,7 @@ class _SharedResourceState:
99
101
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
100
102
  - The following types are added after v1.208.0: `KMSInstance`.
101
103
  - The following types are added after v1.240.0: `Snapshot`.
104
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
102
105
  :param pulumi.Input[str] status: The status of the Shared Resource.
103
106
  """
104
107
  if resource_id is not None:
@@ -145,6 +148,7 @@ class _SharedResourceState:
145
148
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
146
149
  - The following types are added after v1.208.0: `KMSInstance`.
147
150
  - The following types are added after v1.240.0: `Snapshot`.
151
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
148
152
  """
149
153
  return pulumi.get(self, "resource_type")
150
154
 
@@ -228,6 +232,7 @@ class SharedResource(pulumi.CustomResource):
228
232
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
229
233
  - The following types are added after v1.208.0: `KMSInstance`.
230
234
  - The following types are added after v1.240.0: `Snapshot`.
235
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
231
236
  """
232
237
  ...
233
238
  @overload
@@ -345,6 +350,7 @@ class SharedResource(pulumi.CustomResource):
345
350
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
346
351
  - The following types are added after v1.208.0: `KMSInstance`.
347
352
  - The following types are added after v1.240.0: `Snapshot`.
353
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
348
354
  :param pulumi.Input[str] status: The status of the Shared Resource.
349
355
  """
350
356
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -384,6 +390,7 @@ class SharedResource(pulumi.CustomResource):
384
390
  - The following types are added after v1.194.1: `PublicIpAddressPool`.
385
391
  - The following types are added after v1.208.0: `KMSInstance`.
386
392
  - The following types are added after v1.240.0: `Snapshot`.
393
+ - For more information about the types of resources that can be shared, see [Services that work with Resource Sharing](https://help.aliyun.com/zh/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing?spm=api-workbench.API%20Document.0.0.32fff3cdFveEud)
387
394
  """
388
395
  return pulumi.get(self, "resource_type")
389
396
 
@@ -5,8 +5,8 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
+ from .account import *
8
9
  from .acl import *
9
- from .acl_rule import *
10
10
  from .client_user import *
11
11
  from .consumer_group import *
12
12
  from .dnat_entry import *
@@ -17,6 +17,8 @@ from .. import _utilities
17
17
  __all__ = [
18
18
  'ConsumerGroupConsumeRetryPolicyArgs',
19
19
  'ConsumerGroupConsumeRetryPolicyArgsDict',
20
+ 'RocketMQInstanceAclInfoArgs',
21
+ 'RocketMQInstanceAclInfoArgsDict',
20
22
  'RocketMQInstanceNetworkInfoArgs',
21
23
  'RocketMQInstanceNetworkInfoArgsDict',
22
24
  'RocketMQInstanceNetworkInfoEndpointArgs',
@@ -37,6 +39,10 @@ MYPY = False
37
39
 
38
40
  if not MYPY:
39
41
  class ConsumerGroupConsumeRetryPolicyArgsDict(TypedDict):
42
+ dead_letter_target_topic: NotRequired[pulumi.Input[str]]
43
+ """
44
+ The dead-letter topic. If the consumer fails to consume a message in an abnormal situation and the message is still unsuccessful after retrying, the message will be delivered to the dead letter Topic for subsequent business recovery or backtracking.
45
+ """
40
46
  max_retry_times: NotRequired[pulumi.Input[int]]
41
47
  """
42
48
  Maximum number of retries.
@@ -51,17 +57,33 @@ elif False:
51
57
  @pulumi.input_type
52
58
  class ConsumerGroupConsumeRetryPolicyArgs:
53
59
  def __init__(__self__, *,
60
+ dead_letter_target_topic: Optional[pulumi.Input[str]] = None,
54
61
  max_retry_times: Optional[pulumi.Input[int]] = None,
55
62
  retry_policy: Optional[pulumi.Input[str]] = None):
56
63
  """
64
+ :param pulumi.Input[str] dead_letter_target_topic: The dead-letter topic. If the consumer fails to consume a message in an abnormal situation and the message is still unsuccessful after retrying, the message will be delivered to the dead letter Topic for subsequent business recovery or backtracking.
57
65
  :param pulumi.Input[int] max_retry_times: Maximum number of retries.
58
66
  :param pulumi.Input[str] retry_policy: Consume retry policy.
59
67
  """
68
+ if dead_letter_target_topic is not None:
69
+ pulumi.set(__self__, "dead_letter_target_topic", dead_letter_target_topic)
60
70
  if max_retry_times is not None:
61
71
  pulumi.set(__self__, "max_retry_times", max_retry_times)
62
72
  if retry_policy is not None:
63
73
  pulumi.set(__self__, "retry_policy", retry_policy)
64
74
 
75
+ @property
76
+ @pulumi.getter(name="deadLetterTargetTopic")
77
+ def dead_letter_target_topic(self) -> Optional[pulumi.Input[str]]:
78
+ """
79
+ The dead-letter topic. If the consumer fails to consume a message in an abnormal situation and the message is still unsuccessful after retrying, the message will be delivered to the dead letter Topic for subsequent business recovery or backtracking.
80
+ """
81
+ return pulumi.get(self, "dead_letter_target_topic")
82
+
83
+ @dead_letter_target_topic.setter
84
+ def dead_letter_target_topic(self, value: Optional[pulumi.Input[str]]):
85
+ pulumi.set(self, "dead_letter_target_topic", value)
86
+
65
87
  @property
66
88
  @pulumi.getter(name="maxRetryTimes")
67
89
  def max_retry_times(self) -> Optional[pulumi.Input[int]]:
@@ -87,6 +109,58 @@ class ConsumerGroupConsumeRetryPolicyArgs:
87
109
  pulumi.set(self, "retry_policy", value)
88
110
 
89
111
 
112
+ if not MYPY:
113
+ class RocketMQInstanceAclInfoArgsDict(TypedDict):
114
+ acl_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
115
+ """
116
+ The authentication type of the instance. Valid values:
117
+ """
118
+ default_vpc_auth_free: NotRequired[pulumi.Input[bool]]
119
+ """
120
+ Indicates whether the authentication-free in VPCs feature is enabled. Indicates whether the authentication-free in VPCs feature is enabled. Valid values:
121
+ """
122
+ elif False:
123
+ RocketMQInstanceAclInfoArgsDict: TypeAlias = Mapping[str, Any]
124
+
125
+ @pulumi.input_type
126
+ class RocketMQInstanceAclInfoArgs:
127
+ def __init__(__self__, *,
128
+ acl_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
129
+ default_vpc_auth_free: Optional[pulumi.Input[bool]] = None):
130
+ """
131
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] acl_types: The authentication type of the instance. Valid values:
132
+ :param pulumi.Input[bool] default_vpc_auth_free: Indicates whether the authentication-free in VPCs feature is enabled. Indicates whether the authentication-free in VPCs feature is enabled. Valid values:
133
+ """
134
+ if acl_types is not None:
135
+ pulumi.set(__self__, "acl_types", acl_types)
136
+ if default_vpc_auth_free is not None:
137
+ pulumi.set(__self__, "default_vpc_auth_free", default_vpc_auth_free)
138
+
139
+ @property
140
+ @pulumi.getter(name="aclTypes")
141
+ def acl_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
142
+ """
143
+ The authentication type of the instance. Valid values:
144
+ """
145
+ return pulumi.get(self, "acl_types")
146
+
147
+ @acl_types.setter
148
+ def acl_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
149
+ pulumi.set(self, "acl_types", value)
150
+
151
+ @property
152
+ @pulumi.getter(name="defaultVpcAuthFree")
153
+ def default_vpc_auth_free(self) -> Optional[pulumi.Input[bool]]:
154
+ """
155
+ Indicates whether the authentication-free in VPCs feature is enabled. Indicates whether the authentication-free in VPCs feature is enabled. Valid values:
156
+ """
157
+ return pulumi.get(self, "default_vpc_auth_free")
158
+
159
+ @default_vpc_auth_free.setter
160
+ def default_vpc_auth_free(self, value: Optional[pulumi.Input[bool]]):
161
+ pulumi.set(self, "default_vpc_auth_free", value)
162
+
163
+
90
164
  if not MYPY:
91
165
  class RocketMQInstanceNetworkInfoArgsDict(TypedDict):
92
166
  internet_info: pulumi.Input['RocketMQInstanceNetworkInfoInternetInfoArgsDict']
@@ -249,7 +323,7 @@ if not MYPY:
249
323
  """
250
324
  ip_whitelists: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
251
325
  """
252
- internet ip whitelist.
326
+ Field `ip_whitelist` has been deprecated from provider version 1.245.0. New field `ip_whitelists` instead.
253
327
  """
254
328
  elif False:
255
329
  RocketMQInstanceNetworkInfoInternetInfoArgsDict: TypeAlias = Mapping[str, Any]
@@ -269,12 +343,15 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
269
343
  - enable: Enable public network access
270
344
  - disable: Disable public network access Instances by default support VPC access. If public network access is enabled, Alibaba Cloud Message Queue RocketMQ version will incur charges for public network outbound bandwidth. For specific billing information, please refer to [Public Network Access Fees](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/internet-access-fee).
271
345
  :param pulumi.Input[int] flow_out_bandwidth: Public network bandwidth specification. Unit: Mb/s. This field should only be filled when the public network billing type is set to payByBandwidth. The value range is [1 - 1000].
272
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_whitelists: internet ip whitelist.
346
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_whitelists: Field `ip_whitelist` has been deprecated from provider version 1.245.0. New field `ip_whitelists` instead.
273
347
  """
274
348
  pulumi.set(__self__, "flow_out_type", flow_out_type)
275
349
  pulumi.set(__self__, "internet_spec", internet_spec)
276
350
  if flow_out_bandwidth is not None:
277
351
  pulumi.set(__self__, "flow_out_bandwidth", flow_out_bandwidth)
352
+ if ip_whitelists is not None:
353
+ warnings.warn("""Field 'ip_whitelist' has been deprecated from provider version 1.245.0. New field 'ip_whitelists' instead.""", DeprecationWarning)
354
+ pulumi.log.warn("""ip_whitelists is deprecated: Field 'ip_whitelist' has been deprecated from provider version 1.245.0. New field 'ip_whitelists' instead.""")
278
355
  if ip_whitelists is not None:
279
356
  pulumi.set(__self__, "ip_whitelists", ip_whitelists)
280
357
 
@@ -320,9 +397,10 @@ class RocketMQInstanceNetworkInfoInternetInfoArgs:
320
397
 
321
398
  @property
322
399
  @pulumi.getter(name="ipWhitelists")
400
+ @_utilities.deprecated("""Field 'ip_whitelist' has been deprecated from provider version 1.245.0. New field 'ip_whitelists' instead.""")
323
401
  def ip_whitelists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
324
402
  """
325
- internet ip whitelist.
403
+ Field `ip_whitelist` has been deprecated from provider version 1.245.0. New field `ip_whitelists` instead.
326
404
  """
327
405
  return pulumi.get(self, "ip_whitelists")
328
406
 
@@ -368,6 +446,9 @@ class RocketMQInstanceNetworkInfoVpcInfoArgs:
368
446
  pulumi.set(__self__, "vpc_id", vpc_id)
369
447
  if security_group_ids is not None:
370
448
  pulumi.set(__self__, "security_group_ids", security_group_ids)
449
+ if vswitch_id is not None:
450
+ warnings.warn("""Field 'vswitch_id' has been deprecated from provider version 1.231.0. New field 'vswitches' instead.""", DeprecationWarning)
451
+ pulumi.log.warn("""vswitch_id is deprecated: Field 'vswitch_id' has been deprecated from provider version 1.231.0. New field 'vswitches' instead.""")
371
452
  if vswitch_id is not None:
372
453
  pulumi.set(__self__, "vswitch_id", vswitch_id)
373
454
  if vswitches is not None:
@@ -399,6 +480,7 @@ class RocketMQInstanceNetworkInfoVpcInfoArgs:
399
480
 
400
481
  @property
401
482
  @pulumi.getter(name="vswitchId")
483
+ @_utilities.deprecated("""Field 'vswitch_id' has been deprecated from provider version 1.231.0. New field 'vswitches' instead.""")
402
484
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
403
485
  """
404
486
  VPC switch id.
@@ -472,10 +554,22 @@ if not MYPY:
472
554
  """
473
555
  message send receive ratio. Value range: [0.2, 0.5].
474
556
  """
557
+ storage_encryption: NotRequired[pulumi.Input[bool]]
558
+ """
559
+ Specifies whether to enable the encryption at rest feature. Valid values: `true`, `false`.
560
+ """
561
+ storage_secret_key: NotRequired[pulumi.Input[str]]
562
+ """
563
+ The key for encryption at rest.
564
+ """
475
565
  support_auto_scaling: NotRequired[pulumi.Input[bool]]
476
566
  """
477
567
  is support auto scaling.
478
568
  """
569
+ trace_on: NotRequired[pulumi.Input[bool]]
570
+ """
571
+ Whether to enable the message trace function. Valid values: `true`, `false`.
572
+ """
479
573
  elif False:
480
574
  RocketMQInstanceProductInfoArgsDict: TypeAlias = Mapping[str, Any]
481
575
 
@@ -486,13 +580,19 @@ class RocketMQInstanceProductInfoArgs:
486
580
  auto_scaling: Optional[pulumi.Input[bool]] = None,
487
581
  message_retention_time: Optional[pulumi.Input[int]] = None,
488
582
  send_receive_ratio: Optional[pulumi.Input[float]] = None,
489
- support_auto_scaling: Optional[pulumi.Input[bool]] = None):
583
+ storage_encryption: Optional[pulumi.Input[bool]] = None,
584
+ storage_secret_key: Optional[pulumi.Input[str]] = None,
585
+ support_auto_scaling: Optional[pulumi.Input[bool]] = None,
586
+ trace_on: Optional[pulumi.Input[bool]] = None):
490
587
  """
491
588
  :param pulumi.Input[str] msg_process_spec: Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see [Instance Specifications](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/instance-specifications).
492
589
  :param pulumi.Input[bool] auto_scaling: is open auto scaling.
493
590
  :param pulumi.Input[int] message_retention_time: Duration of message retention. Unit: hours. For the range of values, please refer to [Usage Limits](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/usage-limits)>Resource Quotas>Limitations on Message Retention. The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see [Storage Fees](https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/product-overview/storage-fees).
494
591
  :param pulumi.Input[float] send_receive_ratio: message send receive ratio. Value range: [0.2, 0.5].
592
+ :param pulumi.Input[bool] storage_encryption: Specifies whether to enable the encryption at rest feature. Valid values: `true`, `false`.
593
+ :param pulumi.Input[str] storage_secret_key: The key for encryption at rest.
495
594
  :param pulumi.Input[bool] support_auto_scaling: is support auto scaling.
595
+ :param pulumi.Input[bool] trace_on: Whether to enable the message trace function. Valid values: `true`, `false`.
496
596
  """
497
597
  pulumi.set(__self__, "msg_process_spec", msg_process_spec)
498
598
  if auto_scaling is not None:
@@ -501,8 +601,14 @@ class RocketMQInstanceProductInfoArgs:
501
601
  pulumi.set(__self__, "message_retention_time", message_retention_time)
502
602
  if send_receive_ratio is not None:
503
603
  pulumi.set(__self__, "send_receive_ratio", send_receive_ratio)
604
+ if storage_encryption is not None:
605
+ pulumi.set(__self__, "storage_encryption", storage_encryption)
606
+ if storage_secret_key is not None:
607
+ pulumi.set(__self__, "storage_secret_key", storage_secret_key)
504
608
  if support_auto_scaling is not None:
505
609
  pulumi.set(__self__, "support_auto_scaling", support_auto_scaling)
610
+ if trace_on is not None:
611
+ pulumi.set(__self__, "trace_on", trace_on)
506
612
 
507
613
  @property
508
614
  @pulumi.getter(name="msgProcessSpec")
@@ -552,6 +658,30 @@ class RocketMQInstanceProductInfoArgs:
552
658
  def send_receive_ratio(self, value: Optional[pulumi.Input[float]]):
553
659
  pulumi.set(self, "send_receive_ratio", value)
554
660
 
661
+ @property
662
+ @pulumi.getter(name="storageEncryption")
663
+ def storage_encryption(self) -> Optional[pulumi.Input[bool]]:
664
+ """
665
+ Specifies whether to enable the encryption at rest feature. Valid values: `true`, `false`.
666
+ """
667
+ return pulumi.get(self, "storage_encryption")
668
+
669
+ @storage_encryption.setter
670
+ def storage_encryption(self, value: Optional[pulumi.Input[bool]]):
671
+ pulumi.set(self, "storage_encryption", value)
672
+
673
+ @property
674
+ @pulumi.getter(name="storageSecretKey")
675
+ def storage_secret_key(self) -> Optional[pulumi.Input[str]]:
676
+ """
677
+ The key for encryption at rest.
678
+ """
679
+ return pulumi.get(self, "storage_secret_key")
680
+
681
+ @storage_secret_key.setter
682
+ def storage_secret_key(self, value: Optional[pulumi.Input[str]]):
683
+ pulumi.set(self, "storage_secret_key", value)
684
+
555
685
  @property
556
686
  @pulumi.getter(name="supportAutoScaling")
557
687
  def support_auto_scaling(self) -> Optional[pulumi.Input[bool]]:
@@ -564,6 +694,18 @@ class RocketMQInstanceProductInfoArgs:
564
694
  def support_auto_scaling(self, value: Optional[pulumi.Input[bool]]):
565
695
  pulumi.set(self, "support_auto_scaling", value)
566
696
 
697
+ @property
698
+ @pulumi.getter(name="traceOn")
699
+ def trace_on(self) -> Optional[pulumi.Input[bool]]:
700
+ """
701
+ Whether to enable the message trace function. Valid values: `true`, `false`.
702
+ """
703
+ return pulumi.get(self, "trace_on")
704
+
705
+ @trace_on.setter
706
+ def trace_on(self, value: Optional[pulumi.Input[bool]]):
707
+ pulumi.set(self, "trace_on", value)
708
+
567
709
 
568
710
  if not MYPY:
569
711
  class RocketMQInstanceSoftwareArgsDict(TypedDict):