pulumi-alicloud 3.74.0a1737782319__py3-none-any.whl → 3.75.0__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 (197) hide show
  1. pulumi_alicloud/__init__.py +310 -0
  2. pulumi_alicloud/_inputs.py +33 -0
  3. pulumi_alicloud/_utilities.py +8 -4
  4. pulumi_alicloud/ackone/__init__.py +1 -0
  5. pulumi_alicloud/ackone/cluster.py +73 -8
  6. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  7. pulumi_alicloud/alb/__init__.py +1 -0
  8. pulumi_alicloud/alb/_inputs.py +1109 -246
  9. pulumi_alicloud/alb/get_server_groups.py +55 -25
  10. pulumi_alicloud/alb/listener.py +269 -174
  11. pulumi_alicloud/alb/load_balancer.py +211 -118
  12. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  13. pulumi_alicloud/alb/load_balancer_zone_shifted_attachment.py +303 -0
  14. pulumi_alicloud/alb/outputs.py +856 -220
  15. pulumi_alicloud/alb/server_group.py +661 -96
  16. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  17. pulumi_alicloud/aligreen/biz_type.py +2 -2
  18. pulumi_alicloud/aligreen/callback.py +2 -2
  19. pulumi_alicloud/aligreen/image_lib.py +2 -2
  20. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  21. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  22. pulumi_alicloud/apigateway/instance.py +51 -4
  23. pulumi_alicloud/cen/_inputs.py +34 -0
  24. pulumi_alicloud/cen/outputs.py +37 -0
  25. pulumi_alicloud/cen/transit_router_multicast_domain.py +123 -36
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  27. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  28. pulumi_alicloud/cfg/aggregator.py +6 -4
  29. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  30. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  31. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  32. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  33. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  34. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  35. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  36. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  37. pulumi_alicloud/cloudphone/__init__.py +12 -0
  38. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  39. pulumi_alicloud/cloudphone/image.py +323 -0
  40. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  41. pulumi_alicloud/cloudphone/outputs.py +138 -0
  42. pulumi_alicloud/cloudphone/policy.py +522 -0
  43. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  44. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  45. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  46. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  47. pulumi_alicloud/config/outputs.py +20 -0
  48. pulumi_alicloud/cs/_inputs.py +358 -10
  49. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  50. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  51. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  52. pulumi_alicloud/cs/kubernetes.py +15 -15
  53. pulumi_alicloud/cs/managed_kubernetes.py +47 -35
  54. pulumi_alicloud/cs/node_pool.py +126 -23
  55. pulumi_alicloud/cs/outputs.py +271 -7
  56. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  57. pulumi_alicloud/dfs/file_system.py +62 -23
  58. pulumi_alicloud/dfs/mount_point.py +48 -22
  59. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  60. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  61. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  62. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  63. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  64. pulumi_alicloud/ecs/eip.py +1 -1
  65. pulumi_alicloud/ecs/eip_address.py +1 -1
  66. pulumi_alicloud/ecs/instance.py +43 -30
  67. pulumi_alicloud/eds/command.py +10 -2
  68. pulumi_alicloud/emrv2/__init__.py +1 -0
  69. pulumi_alicloud/emrv2/_inputs.py +47 -7
  70. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  71. pulumi_alicloud/emrv2/outputs.py +195 -5
  72. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  73. pulumi_alicloud/ens/nat_gateway.py +6 -6
  74. pulumi_alicloud/ens/vswitch.py +36 -36
  75. pulumi_alicloud/esa/__init__.py +22 -0
  76. pulumi_alicloud/esa/_inputs.py +512 -0
  77. pulumi_alicloud/esa/cache_rule.py +1405 -0
  78. pulumi_alicloud/esa/certificate.py +724 -0
  79. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  80. pulumi_alicloud/esa/client_certificate.py +452 -0
  81. pulumi_alicloud/esa/compression_rule.py +582 -0
  82. pulumi_alicloud/esa/get_sites.py +421 -0
  83. pulumi_alicloud/esa/http_request_header_modification_rule.py +531 -0
  84. pulumi_alicloud/esa/http_response_header_modification_rule.py +560 -0
  85. pulumi_alicloud/esa/https_application_configuration.py +925 -0
  86. pulumi_alicloud/esa/https_basic_configuration.py +1027 -0
  87. pulumi_alicloud/esa/image_transform.py +484 -0
  88. pulumi_alicloud/esa/kv_namespace.py +276 -0
  89. pulumi_alicloud/esa/list.py +361 -0
  90. pulumi_alicloud/esa/network_optimization.py +750 -0
  91. pulumi_alicloud/esa/origin_pool.py +485 -0
  92. pulumi_alicloud/esa/origin_rule.py +768 -0
  93. pulumi_alicloud/esa/outputs.py +473 -0
  94. pulumi_alicloud/esa/page.py +376 -0
  95. pulumi_alicloud/esa/rate_plan_instance.py +63 -7
  96. pulumi_alicloud/esa/record.py +2 -2
  97. pulumi_alicloud/esa/redirect_rule.py +734 -0
  98. pulumi_alicloud/esa/rewrite_url_rule.py +702 -0
  99. pulumi_alicloud/esa/site.py +307 -2
  100. pulumi_alicloud/esa/waiting_room.py +1257 -0
  101. pulumi_alicloud/esa/waiting_room_event.py +1392 -0
  102. pulumi_alicloud/esa/waiting_room_rule.py +504 -0
  103. pulumi_alicloud/ess/get_scaling_groups.py +64 -10
  104. pulumi_alicloud/ess/get_scaling_rules.py +74 -10
  105. pulumi_alicloud/ess/outputs.py +357 -17
  106. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  107. pulumi_alicloud/eventbridge/get_service.py +2 -6
  108. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  109. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  110. pulumi_alicloud/fc/_inputs.py +75 -75
  111. pulumi_alicloud/fc/outputs.py +50 -50
  112. pulumi_alicloud/fc/v3_function.py +53 -6
  113. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  114. pulumi_alicloud/ga/outputs.py +10 -4
  115. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  116. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  117. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  118. pulumi_alicloud/hbr/policy.py +67 -6
  119. pulumi_alicloud/hbr/vault.py +210 -9
  120. pulumi_alicloud/kms/__init__.py +1 -0
  121. pulumi_alicloud/kms/get_instances.py +160 -0
  122. pulumi_alicloud/kms/get_keys.py +10 -0
  123. pulumi_alicloud/kms/instance.py +0 -60
  124. pulumi_alicloud/kms/outputs.py +19 -0
  125. pulumi_alicloud/maxcompute/__init__.py +5 -0
  126. pulumi_alicloud/maxcompute/_inputs.py +615 -42
  127. pulumi_alicloud/maxcompute/outputs.py +486 -28
  128. pulumi_alicloud/maxcompute/project.py +63 -31
  129. pulumi_alicloud/maxcompute/quota_plan.py +412 -0
  130. pulumi_alicloud/maxcompute/quota_schedule.py +260 -0
  131. pulumi_alicloud/maxcompute/role.py +423 -0
  132. pulumi_alicloud/maxcompute/role_user_attachment.py +368 -0
  133. pulumi_alicloud/maxcompute/tunnel_quota_timer.py +287 -0
  134. pulumi_alicloud/message/__init__.py +3 -0
  135. pulumi_alicloud/message/_inputs.py +149 -0
  136. pulumi_alicloud/message/outputs.py +112 -0
  137. pulumi_alicloud/message/service_endpoint.py +218 -0
  138. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  139. pulumi_alicloud/message/service_queue.py +49 -0
  140. pulumi_alicloud/message/service_subscription.py +91 -14
  141. pulumi_alicloud/mse/nacos_config.py +4 -0
  142. pulumi_alicloud/nlb/_inputs.py +114 -24
  143. pulumi_alicloud/nlb/listener.py +87 -20
  144. pulumi_alicloud/nlb/outputs.py +93 -16
  145. pulumi_alicloud/nlb/server_group.py +55 -20
  146. pulumi_alicloud/ots/_inputs.py +3 -3
  147. pulumi_alicloud/ots/outputs.py +2 -2
  148. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  149. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  150. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  151. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  152. pulumi_alicloud/pai/workspace_run.py +2 -2
  153. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  154. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  155. pulumi_alicloud/privatelink/outputs.py +11 -0
  156. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  157. pulumi_alicloud/pulumi-plugin.json +1 -1
  158. pulumi_alicloud/ram/access_key.py +20 -4
  159. pulumi_alicloud/ram/user.py +10 -2
  160. pulumi_alicloud/rds/instance.py +75 -0
  161. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  162. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  163. pulumi_alicloud/tag/__init__.py +1 -0
  164. pulumi_alicloud/tag/associated_rule.py +306 -0
  165. pulumi_alicloud/tag/policy.py +27 -36
  166. pulumi_alicloud/vpc/__init__.py +2 -0
  167. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  168. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  169. pulumi_alicloud/vpc/flow_log.py +184 -49
  170. pulumi_alicloud/vpc/forward_entry.py +8 -4
  171. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  172. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  173. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  174. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  175. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  176. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  177. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  178. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  179. pulumi_alicloud/vpc/ipam_ipam_pool.py +49 -30
  180. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  181. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  182. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  183. pulumi_alicloud/vpc/ipam_ipam_scope.py +49 -9
  184. pulumi_alicloud/vpc/ipam_service.py +144 -0
  185. pulumi_alicloud/vpc/ipv4_cidr_block.py +162 -51
  186. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  187. pulumi_alicloud/vpc/outputs.py +12 -2
  188. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  189. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  190. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  191. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +11 -2
  192. pulumi_alicloud/vpn/get_gateways.py +21 -1
  193. pulumi_alicloud/vpn/outputs.py +23 -12
  194. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/METADATA +1 -1
  195. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/RECORD +197 -149
  196. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/WHEEL +1 -1
  197. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/top_level.txt +0 -0
@@ -27,21 +27,27 @@ class EcsDeploymentSetArgs:
27
27
  strategy: Optional[pulumi.Input[str]] = None):
28
28
  """
29
29
  The set of arguments for constructing a EcsDeploymentSet resource.
30
- :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
31
- :param pulumi.Input[str] description: The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
32
- :param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
33
- :param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
34
- :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
35
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
36
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
37
- :param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
30
+ :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
31
+ :param pulumi.Input[str] description: The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
32
+ :param pulumi.Input[str] domain: Field `domain` has been deprecated from provider version 1.243.0.
33
+ :param pulumi.Input[str] granularity: Field `granularity` has been deprecated from provider version 1.243.0.
34
+ :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
35
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
36
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
37
+ :param pulumi.Input[str] strategy: The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
38
38
  """
39
39
  if deployment_set_name is not None:
40
40
  pulumi.set(__self__, "deployment_set_name", deployment_set_name)
41
41
  if description is not None:
42
42
  pulumi.set(__self__, "description", description)
43
+ if domain is not None:
44
+ warnings.warn("""Field `domain` has been deprecated from provider version 1.243.0.""", DeprecationWarning)
45
+ pulumi.log.warn("""domain is deprecated: Field `domain` has been deprecated from provider version 1.243.0.""")
43
46
  if domain is not None:
44
47
  pulumi.set(__self__, "domain", domain)
48
+ if granularity is not None:
49
+ warnings.warn("""Field `granularity` has been deprecated from provider version 1.243.0.""", DeprecationWarning)
50
+ pulumi.log.warn("""granularity is deprecated: Field `granularity` has been deprecated from provider version 1.243.0.""")
45
51
  if granularity is not None:
46
52
  pulumi.set(__self__, "granularity", granularity)
47
53
  if on_unable_to_redeploy_failed_instance is not None:
@@ -53,7 +59,7 @@ class EcsDeploymentSetArgs:
53
59
  @pulumi.getter(name="deploymentSetName")
54
60
  def deployment_set_name(self) -> Optional[pulumi.Input[str]]:
55
61
  """
56
- The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
62
+ The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
57
63
  """
58
64
  return pulumi.get(self, "deployment_set_name")
59
65
 
@@ -65,7 +71,7 @@ class EcsDeploymentSetArgs:
65
71
  @pulumi.getter
66
72
  def description(self) -> Optional[pulumi.Input[str]]:
67
73
  """
68
- The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
74
+ The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
69
75
  """
70
76
  return pulumi.get(self, "description")
71
77
 
@@ -75,9 +81,10 @@ class EcsDeploymentSetArgs:
75
81
 
76
82
  @property
77
83
  @pulumi.getter
84
+ @_utilities.deprecated("""Field `domain` has been deprecated from provider version 1.243.0.""")
78
85
  def domain(self) -> Optional[pulumi.Input[str]]:
79
86
  """
80
- The deployment domain. Valid values: `Default`.
87
+ Field `domain` has been deprecated from provider version 1.243.0.
81
88
  """
82
89
  return pulumi.get(self, "domain")
83
90
 
@@ -87,9 +94,10 @@ class EcsDeploymentSetArgs:
87
94
 
88
95
  @property
89
96
  @pulumi.getter
97
+ @_utilities.deprecated("""Field `granularity` has been deprecated from provider version 1.243.0.""")
90
98
  def granularity(self) -> Optional[pulumi.Input[str]]:
91
99
  """
92
- The deployment granularity. Valid values: `Host`.
100
+ Field `granularity` has been deprecated from provider version 1.243.0.
93
101
  """
94
102
  return pulumi.get(self, "granularity")
95
103
 
@@ -101,9 +109,9 @@ class EcsDeploymentSetArgs:
101
109
  @pulumi.getter(name="onUnableToRedeployFailedInstance")
102
110
  def on_unable_to_redeploy_failed_instance(self) -> Optional[pulumi.Input[str]]:
103
111
  """
104
- The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
105
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
106
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
112
+ The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
113
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
114
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
107
115
  """
108
116
  return pulumi.get(self, "on_unable_to_redeploy_failed_instance")
109
117
 
@@ -115,7 +123,7 @@ class EcsDeploymentSetArgs:
115
123
  @pulumi.getter
116
124
  def strategy(self) -> Optional[pulumi.Input[str]]:
117
125
  """
118
- The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
126
+ The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
119
127
  """
120
128
  return pulumi.get(self, "strategy")
121
129
 
@@ -135,21 +143,27 @@ class _EcsDeploymentSetState:
135
143
  strategy: Optional[pulumi.Input[str]] = None):
136
144
  """
137
145
  Input properties used for looking up and filtering EcsDeploymentSet resources.
138
- :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
139
- :param pulumi.Input[str] description: The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
140
- :param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
141
- :param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
142
- :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
143
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
144
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
145
- :param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
146
+ :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
147
+ :param pulumi.Input[str] description: The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
148
+ :param pulumi.Input[str] domain: Field `domain` has been deprecated from provider version 1.243.0.
149
+ :param pulumi.Input[str] granularity: Field `granularity` has been deprecated from provider version 1.243.0.
150
+ :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
151
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
152
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
153
+ :param pulumi.Input[str] strategy: The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
146
154
  """
147
155
  if deployment_set_name is not None:
148
156
  pulumi.set(__self__, "deployment_set_name", deployment_set_name)
149
157
  if description is not None:
150
158
  pulumi.set(__self__, "description", description)
159
+ if domain is not None:
160
+ warnings.warn("""Field `domain` has been deprecated from provider version 1.243.0.""", DeprecationWarning)
161
+ pulumi.log.warn("""domain is deprecated: Field `domain` has been deprecated from provider version 1.243.0.""")
151
162
  if domain is not None:
152
163
  pulumi.set(__self__, "domain", domain)
164
+ if granularity is not None:
165
+ warnings.warn("""Field `granularity` has been deprecated from provider version 1.243.0.""", DeprecationWarning)
166
+ pulumi.log.warn("""granularity is deprecated: Field `granularity` has been deprecated from provider version 1.243.0.""")
153
167
  if granularity is not None:
154
168
  pulumi.set(__self__, "granularity", granularity)
155
169
  if on_unable_to_redeploy_failed_instance is not None:
@@ -161,7 +175,7 @@ class _EcsDeploymentSetState:
161
175
  @pulumi.getter(name="deploymentSetName")
162
176
  def deployment_set_name(self) -> Optional[pulumi.Input[str]]:
163
177
  """
164
- The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
178
+ The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
165
179
  """
166
180
  return pulumi.get(self, "deployment_set_name")
167
181
 
@@ -173,7 +187,7 @@ class _EcsDeploymentSetState:
173
187
  @pulumi.getter
174
188
  def description(self) -> Optional[pulumi.Input[str]]:
175
189
  """
176
- The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
190
+ The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
177
191
  """
178
192
  return pulumi.get(self, "description")
179
193
 
@@ -183,9 +197,10 @@ class _EcsDeploymentSetState:
183
197
 
184
198
  @property
185
199
  @pulumi.getter
200
+ @_utilities.deprecated("""Field `domain` has been deprecated from provider version 1.243.0.""")
186
201
  def domain(self) -> Optional[pulumi.Input[str]]:
187
202
  """
188
- The deployment domain. Valid values: `Default`.
203
+ Field `domain` has been deprecated from provider version 1.243.0.
189
204
  """
190
205
  return pulumi.get(self, "domain")
191
206
 
@@ -195,9 +210,10 @@ class _EcsDeploymentSetState:
195
210
 
196
211
  @property
197
212
  @pulumi.getter
213
+ @_utilities.deprecated("""Field `granularity` has been deprecated from provider version 1.243.0.""")
198
214
  def granularity(self) -> Optional[pulumi.Input[str]]:
199
215
  """
200
- The deployment granularity. Valid values: `Host`.
216
+ Field `granularity` has been deprecated from provider version 1.243.0.
201
217
  """
202
218
  return pulumi.get(self, "granularity")
203
219
 
@@ -209,9 +225,9 @@ class _EcsDeploymentSetState:
209
225
  @pulumi.getter(name="onUnableToRedeployFailedInstance")
210
226
  def on_unable_to_redeploy_failed_instance(self) -> Optional[pulumi.Input[str]]:
211
227
  """
212
- The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
213
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
214
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
228
+ The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
229
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
230
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
215
231
  """
216
232
  return pulumi.get(self, "on_unable_to_redeploy_failed_instance")
217
233
 
@@ -223,7 +239,7 @@ class _EcsDeploymentSetState:
223
239
  @pulumi.getter
224
240
  def strategy(self) -> Optional[pulumi.Input[str]]:
225
241
  """
226
- The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
242
+ The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
227
243
  """
228
244
  return pulumi.get(self, "strategy")
229
245
 
@@ -259,12 +275,14 @@ class EcsDeploymentSet(pulumi.CustomResource):
259
275
  import pulumi
260
276
  import pulumi_alicloud as alicloud
261
277
 
278
+ config = pulumi.Config()
279
+ name = config.get("name")
280
+ if name is None:
281
+ name = "terraform-example"
262
282
  default = alicloud.ecs.EcsDeploymentSet("default",
263
283
  strategy="Availability",
264
- domain="Default",
265
- granularity="Host",
266
- deployment_set_name="example_value",
267
- description="example_value")
284
+ deployment_set_name=name,
285
+ description=name)
268
286
  ```
269
287
 
270
288
  ## Import
@@ -277,14 +295,14 @@ class EcsDeploymentSet(pulumi.CustomResource):
277
295
 
278
296
  :param str resource_name: The name of the resource.
279
297
  :param pulumi.ResourceOptions opts: Options for the resource.
280
- :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
281
- :param pulumi.Input[str] description: The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
282
- :param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
283
- :param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
284
- :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
285
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
286
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
287
- :param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
298
+ :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
299
+ :param pulumi.Input[str] description: The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
300
+ :param pulumi.Input[str] domain: Field `domain` has been deprecated from provider version 1.243.0.
301
+ :param pulumi.Input[str] granularity: Field `granularity` has been deprecated from provider version 1.243.0.
302
+ :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
303
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
304
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
305
+ :param pulumi.Input[str] strategy: The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
288
306
  """
289
307
  ...
290
308
  @overload
@@ -307,12 +325,14 @@ class EcsDeploymentSet(pulumi.CustomResource):
307
325
  import pulumi
308
326
  import pulumi_alicloud as alicloud
309
327
 
328
+ config = pulumi.Config()
329
+ name = config.get("name")
330
+ if name is None:
331
+ name = "terraform-example"
310
332
  default = alicloud.ecs.EcsDeploymentSet("default",
311
333
  strategy="Availability",
312
- domain="Default",
313
- granularity="Host",
314
- deployment_set_name="example_value",
315
- description="example_value")
334
+ deployment_set_name=name,
335
+ description=name)
316
336
  ```
317
337
 
318
338
  ## Import
@@ -382,14 +402,14 @@ class EcsDeploymentSet(pulumi.CustomResource):
382
402
  :param str resource_name: The unique name of the resulting resource.
383
403
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
384
404
  :param pulumi.ResourceOptions opts: Options for the resource.
385
- :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
386
- :param pulumi.Input[str] description: The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
387
- :param pulumi.Input[str] domain: The deployment domain. Valid values: `Default`.
388
- :param pulumi.Input[str] granularity: The deployment granularity. Valid values: `Host`.
389
- :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
390
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
391
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
392
- :param pulumi.Input[str] strategy: The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
405
+ :param pulumi.Input[str] deployment_set_name: The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
406
+ :param pulumi.Input[str] description: The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
407
+ :param pulumi.Input[str] domain: Field `domain` has been deprecated from provider version 1.243.0.
408
+ :param pulumi.Input[str] granularity: Field `granularity` has been deprecated from provider version 1.243.0.
409
+ :param pulumi.Input[str] on_unable_to_redeploy_failed_instance: The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
410
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
411
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
412
+ :param pulumi.Input[str] strategy: The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
393
413
  """
394
414
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
395
415
 
@@ -407,7 +427,7 @@ class EcsDeploymentSet(pulumi.CustomResource):
407
427
  @pulumi.getter(name="deploymentSetName")
408
428
  def deployment_set_name(self) -> pulumi.Output[Optional[str]]:
409
429
  """
410
- The name of the deployment set. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
430
+ The name of the deployment set. The name must be `2` to `128` characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
411
431
  """
412
432
  return pulumi.get(self, "deployment_set_name")
413
433
 
@@ -415,23 +435,25 @@ class EcsDeploymentSet(pulumi.CustomResource):
415
435
  @pulumi.getter
416
436
  def description(self) -> pulumi.Output[Optional[str]]:
417
437
  """
418
- The description of the deployment set. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
438
+ The description of the deployment set. The description must be `2` to `256` characters in length and cannot start with `http://` or `https://`.
419
439
  """
420
440
  return pulumi.get(self, "description")
421
441
 
422
442
  @property
423
443
  @pulumi.getter
424
- def domain(self) -> pulumi.Output[Optional[str]]:
444
+ @_utilities.deprecated("""Field `domain` has been deprecated from provider version 1.243.0.""")
445
+ def domain(self) -> pulumi.Output[str]:
425
446
  """
426
- The deployment domain. Valid values: `Default`.
447
+ Field `domain` has been deprecated from provider version 1.243.0.
427
448
  """
428
449
  return pulumi.get(self, "domain")
429
450
 
430
451
  @property
431
452
  @pulumi.getter
432
- def granularity(self) -> pulumi.Output[Optional[str]]:
453
+ @_utilities.deprecated("""Field `granularity` has been deprecated from provider version 1.243.0.""")
454
+ def granularity(self) -> pulumi.Output[str]:
433
455
  """
434
- The deployment granularity. Valid values: `Host`.
456
+ Field `granularity` has been deprecated from provider version 1.243.0.
435
457
  """
436
458
  return pulumi.get(self, "granularity")
437
459
 
@@ -439,17 +461,17 @@ class EcsDeploymentSet(pulumi.CustomResource):
439
461
  @pulumi.getter(name="onUnableToRedeployFailedInstance")
440
462
  def on_unable_to_redeploy_failed_instance(self) -> pulumi.Output[Optional[str]]:
441
463
  """
442
- The on unable to redeploy failed instance. Valid values: `CancelMembershipAndStart`, `KeepStopped`.
443
- * `CancelMembershipAndStart` - Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.
444
- * `KeepStopped`- Keeps the instances in the abnormal state and restarts them after ECS resources are replenished.
464
+ The emergency solution to use in the situation where instances in the deployment set cannot be evenly distributed to different zones due to resource insufficiency after the instances failover. Valid values:
465
+ - `CancelMembershipAndStart` - Removes the instances from the deployment set and starts the instances immediately after they are failed over.
466
+ - `KeepStopped`- Leaves the instances in the Stopped state and starts them after resources are replenished.
445
467
  """
446
468
  return pulumi.get(self, "on_unable_to_redeploy_failed_instance")
447
469
 
448
470
  @property
449
471
  @pulumi.getter
450
- def strategy(self) -> pulumi.Output[Optional[str]]:
472
+ def strategy(self) -> pulumi.Output[str]:
451
473
  """
452
- The deployment strategy. Valid values: `Availability`(Default), `AvailabilityGroup`, `LowLatency`.
474
+ The deployment strategy. Default value: `Availability`. Valid values: `Availability`, `AvailabilityGroup`, `LowLatency`.
453
475
  """
454
476
  return pulumi.get(self, "strategy")
455
477
 
@@ -1143,7 +1143,7 @@ class Eip(pulumi.CustomResource):
1143
1143
 
1144
1144
  @property
1145
1145
  @pulumi.getter
1146
- def description(self) -> pulumi.Output[Optional[str]]:
1146
+ def description(self) -> pulumi.Output[str]:
1147
1147
  """
1148
1148
  Description of the EIP instance, This description can have a string of 2 to 256 characters, It cannot begin with http:// or https://. Default value is null.
1149
1149
  """
@@ -1523,7 +1523,7 @@ class EipAddress(pulumi.CustomResource):
1523
1523
 
1524
1524
  @property
1525
1525
  @pulumi.getter
1526
- def description(self) -> pulumi.Output[Optional[str]]:
1526
+ def description(self) -> pulumi.Output[str]:
1527
1527
  """
1528
1528
  The description of the EIP.
1529
1529