pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.77.0a1744262757__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.77.0a1744262757.dist-info}/METADATA +1 -1
  235. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/RECORD +237 -197
  236. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/WHEEL +0 -0
  237. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/top_level.txt +0 -0
@@ -25,10 +25,14 @@ class LoginProfileArgs:
25
25
  password_reset_required: Optional[pulumi.Input[bool]] = None):
26
26
  """
27
27
  The set of arguments for constructing a LoginProfile resource.
28
- :param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
29
- :param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
30
- :param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
31
- :param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
28
+ :param pulumi.Input[str] password: The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
29
+ :param pulumi.Input[str] user_name: The user name.
30
+ :param pulumi.Input[bool] mfa_bind_required: Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
31
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
32
+ - false (default): does not forcefully enable MFA for the RAM user.
33
+ :param pulumi.Input[bool] password_reset_required: Whether the user must reset the password at the next logon. Value:
34
+ - true
35
+ - false (default)
32
36
  """
33
37
  pulumi.set(__self__, "password", password)
34
38
  pulumi.set(__self__, "user_name", user_name)
@@ -41,7 +45,7 @@ class LoginProfileArgs:
41
45
  @pulumi.getter
42
46
  def password(self) -> pulumi.Input[str]:
43
47
  """
44
- The logon password of the RAM user. The password must meet the password strength requirements.
48
+ The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
45
49
  """
46
50
  return pulumi.get(self, "password")
47
51
 
@@ -53,7 +57,7 @@ class LoginProfileArgs:
53
57
  @pulumi.getter(name="userName")
54
58
  def user_name(self) -> pulumi.Input[str]:
55
59
  """
56
- The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
60
+ The user name.
57
61
  """
58
62
  return pulumi.get(self, "user_name")
59
63
 
@@ -65,7 +69,9 @@ class LoginProfileArgs:
65
69
  @pulumi.getter(name="mfaBindRequired")
66
70
  def mfa_bind_required(self) -> Optional[pulumi.Input[bool]]:
67
71
  """
68
- Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
72
+ Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
73
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
74
+ - false (default): does not forcefully enable MFA for the RAM user.
69
75
  """
70
76
  return pulumi.get(self, "mfa_bind_required")
71
77
 
@@ -77,7 +83,9 @@ class LoginProfileArgs:
77
83
  @pulumi.getter(name="passwordResetRequired")
78
84
  def password_reset_required(self) -> Optional[pulumi.Input[bool]]:
79
85
  """
80
- Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
86
+ Whether the user must reset the password at the next logon. Value:
87
+ - true
88
+ - false (default)
81
89
  """
82
90
  return pulumi.get(self, "password_reset_required")
83
91
 
@@ -89,17 +97,25 @@ class LoginProfileArgs:
89
97
  @pulumi.input_type
90
98
  class _LoginProfileState:
91
99
  def __init__(__self__, *,
100
+ create_time: Optional[pulumi.Input[str]] = None,
92
101
  mfa_bind_required: Optional[pulumi.Input[bool]] = None,
93
102
  password: Optional[pulumi.Input[str]] = None,
94
103
  password_reset_required: Optional[pulumi.Input[bool]] = None,
95
104
  user_name: Optional[pulumi.Input[str]] = None):
96
105
  """
97
106
  Input properties used for looking up and filtering LoginProfile resources.
98
- :param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
99
- :param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
100
- :param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
101
- :param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
102
- """
107
+ :param pulumi.Input[str] create_time: Creation time.
108
+ :param pulumi.Input[bool] mfa_bind_required: Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
109
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
110
+ - false (default): does not forcefully enable MFA for the RAM user.
111
+ :param pulumi.Input[str] password: The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
112
+ :param pulumi.Input[bool] password_reset_required: Whether the user must reset the password at the next logon. Value:
113
+ - true
114
+ - false (default)
115
+ :param pulumi.Input[str] user_name: The user name.
116
+ """
117
+ if create_time is not None:
118
+ pulumi.set(__self__, "create_time", create_time)
103
119
  if mfa_bind_required is not None:
104
120
  pulumi.set(__self__, "mfa_bind_required", mfa_bind_required)
105
121
  if password is not None:
@@ -109,11 +125,25 @@ class _LoginProfileState:
109
125
  if user_name is not None:
110
126
  pulumi.set(__self__, "user_name", user_name)
111
127
 
128
+ @property
129
+ @pulumi.getter(name="createTime")
130
+ def create_time(self) -> Optional[pulumi.Input[str]]:
131
+ """
132
+ Creation time.
133
+ """
134
+ return pulumi.get(self, "create_time")
135
+
136
+ @create_time.setter
137
+ def create_time(self, value: Optional[pulumi.Input[str]]):
138
+ pulumi.set(self, "create_time", value)
139
+
112
140
  @property
113
141
  @pulumi.getter(name="mfaBindRequired")
114
142
  def mfa_bind_required(self) -> Optional[pulumi.Input[bool]]:
115
143
  """
116
- Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
144
+ Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
145
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
146
+ - false (default): does not forcefully enable MFA for the RAM user.
117
147
  """
118
148
  return pulumi.get(self, "mfa_bind_required")
119
149
 
@@ -125,7 +155,7 @@ class _LoginProfileState:
125
155
  @pulumi.getter
126
156
  def password(self) -> Optional[pulumi.Input[str]]:
127
157
  """
128
- The logon password of the RAM user. The password must meet the password strength requirements.
158
+ The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
129
159
  """
130
160
  return pulumi.get(self, "password")
131
161
 
@@ -137,7 +167,9 @@ class _LoginProfileState:
137
167
  @pulumi.getter(name="passwordResetRequired")
138
168
  def password_reset_required(self) -> Optional[pulumi.Input[bool]]:
139
169
  """
140
- Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
170
+ Whether the user must reset the password at the next logon. Value:
171
+ - true
172
+ - false (default)
141
173
  """
142
174
  return pulumi.get(self, "password_reset_required")
143
175
 
@@ -149,7 +181,7 @@ class _LoginProfileState:
149
181
  @pulumi.getter(name="userName")
150
182
  def user_name(self) -> Optional[pulumi.Input[str]]:
151
183
  """
152
- The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
184
+ The user name.
153
185
  """
154
186
  return pulumi.get(self, "user_name")
155
187
 
@@ -169,9 +201,9 @@ class LoginProfile(pulumi.CustomResource):
169
201
  user_name: Optional[pulumi.Input[str]] = None,
170
202
  __props__=None):
171
203
  """
172
- Provides a RAM User Login Profile resource.
204
+ Provides a RAM Login Profile resource.
173
205
 
174
- For information about RAM User Login Profile and how to use it, see [What is Login Profile](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ram-2015-05-01-createloginprofile).
206
+ For information about RAM Login Profile and how to use it, see [What is Login Profile](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ram-2015-05-01-createloginprofile).
175
207
 
176
208
  > **NOTE:** Available since v1.0.0.
177
209
 
@@ -197,7 +229,7 @@ class LoginProfile(pulumi.CustomResource):
197
229
 
198
230
  ## Import
199
231
 
200
- RAM login profile can be imported using the id, e.g.
232
+ RAM Login Profile can be imported using the id, e.g.
201
233
 
202
234
  ```sh
203
235
  $ pulumi import alicloud:ram/loginProfile:LoginProfile example <id>
@@ -205,10 +237,14 @@ class LoginProfile(pulumi.CustomResource):
205
237
 
206
238
  :param str resource_name: The name of the resource.
207
239
  :param pulumi.ResourceOptions opts: Options for the resource.
208
- :param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
209
- :param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
210
- :param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
211
- :param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
240
+ :param pulumi.Input[bool] mfa_bind_required: Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
241
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
242
+ - false (default): does not forcefully enable MFA for the RAM user.
243
+ :param pulumi.Input[str] password: The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
244
+ :param pulumi.Input[bool] password_reset_required: Whether the user must reset the password at the next logon. Value:
245
+ - true
246
+ - false (default)
247
+ :param pulumi.Input[str] user_name: The user name.
212
248
  """
213
249
  ...
214
250
  @overload
@@ -217,9 +253,9 @@ class LoginProfile(pulumi.CustomResource):
217
253
  args: LoginProfileArgs,
218
254
  opts: Optional[pulumi.ResourceOptions] = None):
219
255
  """
220
- Provides a RAM User Login Profile resource.
256
+ Provides a RAM Login Profile resource.
221
257
 
222
- For information about RAM User Login Profile and how to use it, see [What is Login Profile](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ram-2015-05-01-createloginprofile).
258
+ For information about RAM Login Profile and how to use it, see [What is Login Profile](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ram-2015-05-01-createloginprofile).
223
259
 
224
260
  > **NOTE:** Available since v1.0.0.
225
261
 
@@ -245,7 +281,7 @@ class LoginProfile(pulumi.CustomResource):
245
281
 
246
282
  ## Import
247
283
 
248
- RAM login profile can be imported using the id, e.g.
284
+ RAM Login Profile can be imported using the id, e.g.
249
285
 
250
286
  ```sh
251
287
  $ pulumi import alicloud:ram/loginProfile:LoginProfile example <id>
@@ -282,13 +318,12 @@ class LoginProfile(pulumi.CustomResource):
282
318
  __props__.__dict__["mfa_bind_required"] = mfa_bind_required
283
319
  if password is None and not opts.urn:
284
320
  raise TypeError("Missing required property 'password'")
285
- __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
321
+ __props__.__dict__["password"] = password
286
322
  __props__.__dict__["password_reset_required"] = password_reset_required
287
323
  if user_name is None and not opts.urn:
288
324
  raise TypeError("Missing required property 'user_name'")
289
325
  __props__.__dict__["user_name"] = user_name
290
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
291
- opts = pulumi.ResourceOptions.merge(opts, secret_opts)
326
+ __props__.__dict__["create_time"] = None
292
327
  super(LoginProfile, __self__).__init__(
293
328
  'alicloud:ram/loginProfile:LoginProfile',
294
329
  resource_name,
@@ -299,6 +334,7 @@ class LoginProfile(pulumi.CustomResource):
299
334
  def get(resource_name: str,
300
335
  id: pulumi.Input[str],
301
336
  opts: Optional[pulumi.ResourceOptions] = None,
337
+ create_time: Optional[pulumi.Input[str]] = None,
302
338
  mfa_bind_required: Optional[pulumi.Input[bool]] = None,
303
339
  password: Optional[pulumi.Input[str]] = None,
304
340
  password_reset_required: Optional[pulumi.Input[bool]] = None,
@@ -310,26 +346,42 @@ class LoginProfile(pulumi.CustomResource):
310
346
  :param str resource_name: The unique name of the resulting resource.
311
347
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
312
348
  :param pulumi.ResourceOptions opts: Options for the resource.
313
- :param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
314
- :param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
315
- :param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
316
- :param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
349
+ :param pulumi.Input[str] create_time: Creation time.
350
+ :param pulumi.Input[bool] mfa_bind_required: Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
351
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
352
+ - false (default): does not forcefully enable MFA for the RAM user.
353
+ :param pulumi.Input[str] password: The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
354
+ :param pulumi.Input[bool] password_reset_required: Whether the user must reset the password at the next logon. Value:
355
+ - true
356
+ - false (default)
357
+ :param pulumi.Input[str] user_name: The user name.
317
358
  """
318
359
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
319
360
 
320
361
  __props__ = _LoginProfileState.__new__(_LoginProfileState)
321
362
 
363
+ __props__.__dict__["create_time"] = create_time
322
364
  __props__.__dict__["mfa_bind_required"] = mfa_bind_required
323
365
  __props__.__dict__["password"] = password
324
366
  __props__.__dict__["password_reset_required"] = password_reset_required
325
367
  __props__.__dict__["user_name"] = user_name
326
368
  return LoginProfile(resource_name, opts=opts, __props__=__props__)
327
369
 
370
+ @property
371
+ @pulumi.getter(name="createTime")
372
+ def create_time(self) -> pulumi.Output[str]:
373
+ """
374
+ Creation time.
375
+ """
376
+ return pulumi.get(self, "create_time")
377
+
328
378
  @property
329
379
  @pulumi.getter(name="mfaBindRequired")
330
380
  def mfa_bind_required(self) -> pulumi.Output[bool]:
331
381
  """
332
- Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
382
+ Specifies whether to forcefully enable multi-factor authentication (MFA) for the RAM user. Valid values:
383
+ - true: forcefully enables MFA for the RAM user. The RAM user must bind an MFA device upon the next logon.
384
+ - false (default): does not forcefully enable MFA for the RAM user.
333
385
  """
334
386
  return pulumi.get(self, "mfa_bind_required")
335
387
 
@@ -337,7 +389,7 @@ class LoginProfile(pulumi.CustomResource):
337
389
  @pulumi.getter
338
390
  def password(self) -> pulumi.Output[str]:
339
391
  """
340
- The logon password of the RAM user. The password must meet the password strength requirements.
392
+ The password must meet the Password strength requirements. For more information about password strength setting requirements, see [GetPasswordPolicy](https://help.aliyun.com/document_detail/2337691.html).
341
393
  """
342
394
  return pulumi.get(self, "password")
343
395
 
@@ -345,7 +397,9 @@ class LoginProfile(pulumi.CustomResource):
345
397
  @pulumi.getter(name="passwordResetRequired")
346
398
  def password_reset_required(self) -> pulumi.Output[Optional[bool]]:
347
399
  """
348
- Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
400
+ Whether the user must reset the password at the next logon. Value:
401
+ - true
402
+ - false (default)
349
403
  """
350
404
  return pulumi.get(self, "password_reset_required")
351
405
 
@@ -353,7 +407,7 @@ class LoginProfile(pulumi.CustomResource):
353
407
  @pulumi.getter(name="userName")
354
408
  def user_name(self) -> pulumi.Output[str]:
355
409
  """
356
- The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
410
+ The user name.
357
411
  """
358
412
  return pulumi.get(self, "user_name")
359
413
 
@@ -24,6 +24,7 @@ __all__ = [
24
24
  'GetPolicyDocumentStatementPrincipalResult',
25
25
  'GetRolesRoleResult',
26
26
  'GetSamlProvidersProviderResult',
27
+ 'GetSystemPolicysPolicyResult',
27
28
  'GetUsersUserResult',
28
29
  ]
29
30
 
@@ -34,9 +35,9 @@ class PolicyStatement(dict):
34
35
  effect: str,
35
36
  resources: Sequence[str]):
36
37
  """
37
- :param Sequence[str] actions: (It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of operations for the `resource`. The format of each item in this list is `${service}:${action_name}`, such as `oss:ListBuckets` and `ecs:Describe*`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${action_name}` refers to the name of an api interface which related to the `${service}`.
38
- :param str effect: (It has been deprecated since version 1.49.0, and use field 'document' to replace.) This parameter indicates whether or not the `action` is allowed. Valid values are `Allow` and `Deny`.
39
- :param Sequence[str] resources: (It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of specific objects which will be authorized. The format of each item in this list is `acs:${service}:${region}:${account_id}:${relative_id}`, such as `acs:ecs:*:*:instance/inst-002` and `acs:oss:*:1234567890000:mybucket`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${region}` is the region info which can use `*` replace when it is not supplied, the `${account_id}` refers to someone's Alicloud account id or you can use `*` to replace, the `${relative_id}` is the resource description section which related to the `${service}`.
38
+ :param Sequence[str] actions: (It has been deprecated since version 1.49.0, and use field `document` to replace.) List of operations for the `resource`. The format of each item in this list is `${service}:${action_name}`, such as `oss:ListBuckets` and `ecs:Describe*`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${action_name}` refers to the name of an api interface which related to the `${service}`.
39
+ :param str effect: (It has been deprecated since version 1.49.0, and use field `document` to replace.) This parameter indicates whether or not the `action` is allowed. Valid values are `Allow` and `Deny`.
40
+ :param Sequence[str] resources: (It has been deprecated since version 1.49.0, and use field `document` to replace.) List of specific objects which will be authorized. The format of each item in this list is `acs:${service}:${region}:${account_id}:${relative_id}`, such as `acs:ecs:*:*:instance/inst-002` and `acs:oss:*:1234567890000:mybucket`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${region}` is the region info which can use `*` replace when it is not supplied, the `${account_id}` refers to someone`s Alicloud account id or you can use `*` to replace, the `${relative_id}` is the resource description section which related to the `${service}`.
40
41
  """
41
42
  pulumi.set(__self__, "actions", actions)
42
43
  pulumi.set(__self__, "effect", effect)
@@ -46,7 +47,7 @@ class PolicyStatement(dict):
46
47
  @pulumi.getter
47
48
  def actions(self) -> Sequence[str]:
48
49
  """
49
- (It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of operations for the `resource`. The format of each item in this list is `${service}:${action_name}`, such as `oss:ListBuckets` and `ecs:Describe*`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${action_name}` refers to the name of an api interface which related to the `${service}`.
50
+ (It has been deprecated since version 1.49.0, and use field `document` to replace.) List of operations for the `resource`. The format of each item in this list is `${service}:${action_name}`, such as `oss:ListBuckets` and `ecs:Describe*`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${action_name}` refers to the name of an api interface which related to the `${service}`.
50
51
  """
51
52
  return pulumi.get(self, "actions")
52
53
 
@@ -54,7 +55,7 @@ class PolicyStatement(dict):
54
55
  @pulumi.getter
55
56
  def effect(self) -> str:
56
57
  """
57
- (It has been deprecated since version 1.49.0, and use field 'document' to replace.) This parameter indicates whether or not the `action` is allowed. Valid values are `Allow` and `Deny`.
58
+ (It has been deprecated since version 1.49.0, and use field `document` to replace.) This parameter indicates whether or not the `action` is allowed. Valid values are `Allow` and `Deny`.
58
59
  """
59
60
  return pulumi.get(self, "effect")
60
61
 
@@ -62,7 +63,7 @@ class PolicyStatement(dict):
62
63
  @pulumi.getter
63
64
  def resources(self) -> Sequence[str]:
64
65
  """
65
- (It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of specific objects which will be authorized. The format of each item in this list is `acs:${service}:${region}:${account_id}:${relative_id}`, such as `acs:ecs:*:*:instance/inst-002` and `acs:oss:*:1234567890000:mybucket`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${region}` is the region info which can use `*` replace when it is not supplied, the `${account_id}` refers to someone's Alicloud account id or you can use `*` to replace, the `${relative_id}` is the resource description section which related to the `${service}`.
66
+ (It has been deprecated since version 1.49.0, and use field `document` to replace.) List of specific objects which will be authorized. The format of each item in this list is `acs:${service}:${region}:${account_id}:${relative_id}`, such as `acs:ecs:*:*:instance/inst-002` and `acs:oss:*:1234567890000:mybucket`. The `${service}` can be `ecs`, `oss`, `ots` and so on, the `${region}` is the region info which can use `*` replace when it is not supplied, the `${account_id}` refers to someone`s Alicloud account id or you can use `*` to replace, the `${relative_id}` is the resource description section which related to the `${service}`.
66
67
  """
67
68
  return pulumi.get(self, "resources")
68
69
 
@@ -549,6 +550,90 @@ class GetSamlProvidersProviderResult(dict):
549
550
  return pulumi.get(self, "update_date")
550
551
 
551
552
 
553
+ @pulumi.output_type
554
+ class GetSystemPolicysPolicyResult(dict):
555
+ def __init__(__self__, *,
556
+ attachment_count: int,
557
+ create_time: str,
558
+ description: str,
559
+ id: str,
560
+ policy_name: str,
561
+ policy_type: str,
562
+ update_date: str):
563
+ """
564
+ :param int attachment_count: Number of references.
565
+ :param str create_time: Creation time.
566
+ :param str description: The permission policy description.
567
+ :param str id: The ID of the resource supplied above.
568
+ :param str policy_name: The permission policy name.
569
+ :param str policy_type: Permission policy type.
570
+ :param str update_date: Modification time.
571
+ """
572
+ pulumi.set(__self__, "attachment_count", attachment_count)
573
+ pulumi.set(__self__, "create_time", create_time)
574
+ pulumi.set(__self__, "description", description)
575
+ pulumi.set(__self__, "id", id)
576
+ pulumi.set(__self__, "policy_name", policy_name)
577
+ pulumi.set(__self__, "policy_type", policy_type)
578
+ pulumi.set(__self__, "update_date", update_date)
579
+
580
+ @property
581
+ @pulumi.getter(name="attachmentCount")
582
+ def attachment_count(self) -> int:
583
+ """
584
+ Number of references.
585
+ """
586
+ return pulumi.get(self, "attachment_count")
587
+
588
+ @property
589
+ @pulumi.getter(name="createTime")
590
+ def create_time(self) -> str:
591
+ """
592
+ Creation time.
593
+ """
594
+ return pulumi.get(self, "create_time")
595
+
596
+ @property
597
+ @pulumi.getter
598
+ def description(self) -> str:
599
+ """
600
+ The permission policy description.
601
+ """
602
+ return pulumi.get(self, "description")
603
+
604
+ @property
605
+ @pulumi.getter
606
+ def id(self) -> str:
607
+ """
608
+ The ID of the resource supplied above.
609
+ """
610
+ return pulumi.get(self, "id")
611
+
612
+ @property
613
+ @pulumi.getter(name="policyName")
614
+ def policy_name(self) -> str:
615
+ """
616
+ The permission policy name.
617
+ """
618
+ return pulumi.get(self, "policy_name")
619
+
620
+ @property
621
+ @pulumi.getter(name="policyType")
622
+ def policy_type(self) -> str:
623
+ """
624
+ Permission policy type.
625
+ """
626
+ return pulumi.get(self, "policy_type")
627
+
628
+ @property
629
+ @pulumi.getter(name="updateDate")
630
+ def update_date(self) -> str:
631
+ """
632
+ Modification time.
633
+ """
634
+ return pulumi.get(self, "update_date")
635
+
636
+
552
637
  @pulumi.output_type
553
638
  class GetUsersUserResult(dict):
554
639
  def __init__(__self__, *,