pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716959723__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.
Files changed (247) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +116 -0
  49. pulumi_alicloud/cs/node_pool.py +105 -0
  50. pulumi_alicloud/cs/outputs.py +116 -0
  51. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  52. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  53. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  54. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  55. pulumi_alicloud/dcdn/outputs.py +10 -0
  56. pulumi_alicloud/ddos/domain_resource.py +21 -0
  57. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  58. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  59. pulumi_alicloud/dfs/outputs.py +10 -0
  60. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  61. pulumi_alicloud/directmail/get_receivers.py +2 -2
  62. pulumi_alicloud/dns/_inputs.py +16 -0
  63. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  64. pulumi_alicloud/dns/outputs.py +68 -2
  65. pulumi_alicloud/dns/record.py +4 -0
  66. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  67. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  68. pulumi_alicloud/dts/instance.py +21 -0
  69. pulumi_alicloud/eais/get_instances.py +2 -2
  70. pulumi_alicloud/ebs/outputs.py +6 -0
  71. pulumi_alicloud/eci/get_container_groups.py +6 -8
  72. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  73. pulumi_alicloud/eci/outputs.py +26 -26
  74. pulumi_alicloud/ecs/_inputs.py +14 -0
  75. pulumi_alicloud/ecs/disk.py +28 -7
  76. pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
  77. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  78. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  79. pulumi_alicloud/ecs/eip_address.py +84 -7
  80. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  81. pulumi_alicloud/ecs/get_commands.py +4 -4
  82. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  83. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  84. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  85. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  86. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  88. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  89. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  90. pulumi_alicloud/ecs/get_images.py +20 -4
  91. pulumi_alicloud/ecs/instance.py +56 -0
  92. pulumi_alicloud/ecs/outputs.py +174 -92
  93. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  94. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  95. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  96. pulumi_alicloud/eds/get_desktops.py +2 -4
  97. pulumi_alicloud/eds/get_images.py +2 -2
  98. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  99. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  100. pulumi_alicloud/eds/get_users.py +2 -2
  101. pulumi_alicloud/eds/outputs.py +58 -4
  102. pulumi_alicloud/ehpc/cluster.py +70 -0
  103. pulumi_alicloud/ehpc/outputs.py +112 -2
  104. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  105. pulumi_alicloud/emr/get_clusters.py +8 -8
  106. pulumi_alicloud/emr/outputs.py +18 -32
  107. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  108. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  109. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  110. pulumi_alicloud/eventbridge/outputs.py +4 -0
  111. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  112. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  113. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  114. pulumi_alicloud/fnf/get_executions.py +2 -2
  115. pulumi_alicloud/ga/_inputs.py +12 -0
  116. pulumi_alicloud/ga/accelerator.py +49 -0
  117. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  118. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  119. pulumi_alicloud/ga/endpoint_group.py +28 -0
  120. pulumi_alicloud/ga/get_accelerators.py +4 -0
  121. pulumi_alicloud/ga/get_acls.py +2 -2
  122. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  123. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  124. pulumi_alicloud/ga/get_listeners.py +2 -2
  125. pulumi_alicloud/ga/listener.py +28 -0
  126. pulumi_alicloud/ga/outputs.py +14 -2
  127. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  128. pulumi_alicloud/gpdb/get_instances.py +2 -4
  129. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  130. pulumi_alicloud/hbr/_inputs.py +2 -0
  131. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  132. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  133. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  134. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  135. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  136. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  137. pulumi_alicloud/hbr/get_vaults.py +4 -0
  138. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  139. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  140. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  141. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  142. pulumi_alicloud/hbr/outputs.py +68 -0
  143. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  144. pulumi_alicloud/hbr/vault.py +14 -0
  145. pulumi_alicloud/imp/get_app_templates.py +2 -2
  146. pulumi_alicloud/kms/key.py +133 -21
  147. pulumi_alicloud/kms/secret.py +28 -0
  148. pulumi_alicloud/kvstore/account.py +21 -7
  149. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  150. pulumi_alicloud/kvstore/instance.py +14 -0
  151. pulumi_alicloud/lindorm/get_instances.py +2 -2
  152. pulumi_alicloud/log/_inputs.py +28 -6
  153. pulumi_alicloud/log/get_projects.py +2 -2
  154. pulumi_alicloud/log/outputs.py +28 -6
  155. pulumi_alicloud/message/service_subscription.py +14 -0
  156. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  157. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  158. pulumi_alicloud/mongodb/instance.py +56 -0
  159. pulumi_alicloud/mongodb/outputs.py +14 -0
  160. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  161. pulumi_alicloud/mse/cluster.py +28 -0
  162. pulumi_alicloud/mse/outputs.py +34 -0
  163. pulumi_alicloud/nas/data_flow.py +14 -0
  164. pulumi_alicloud/nas/file_system.py +14 -0
  165. pulumi_alicloud/nas/get_data_flows.py +2 -2
  166. pulumi_alicloud/nas/get_file_systems.py +4 -0
  167. pulumi_alicloud/nas/get_filesets.py +2 -2
  168. pulumi_alicloud/nas/get_snapshots.py +2 -2
  169. pulumi_alicloud/nas/outputs.py +4 -0
  170. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  171. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  172. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  173. pulumi_alicloud/nlb/load_balancer.py +14 -0
  174. pulumi_alicloud/nlb/server_group.py +56 -7
  175. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  176. pulumi_alicloud/oos/get_parameters.py +6 -6
  177. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  178. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  179. pulumi_alicloud/oos/parameter.py +28 -0
  180. pulumi_alicloud/oos/secret_parameter.py +28 -0
  181. pulumi_alicloud/ots/instance.py +91 -0
  182. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  183. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  184. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  185. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  186. pulumi_alicloud/pulumi-plugin.json +1 -1
  187. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  188. pulumi_alicloud/quotas/_inputs.py +0 -10
  189. pulumi_alicloud/quotas/outputs.py +10 -10
  190. pulumi_alicloud/rds/get_accounts.py +2 -2
  191. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  192. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  193. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  194. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  195. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  196. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  197. pulumi_alicloud/ros/get_change_sets.py +2 -2
  198. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  199. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  200. pulumi_alicloud/ros/get_stacks.py +4 -4
  201. pulumi_alicloud/ros/get_templates.py +4 -4
  202. pulumi_alicloud/ros/outputs.py +68 -2
  203. pulumi_alicloud/ros/stack_instance.py +52 -4
  204. pulumi_alicloud/sae/get_config_maps.py +2 -2
  205. pulumi_alicloud/sae/get_ingresses.py +2 -2
  206. pulumi_alicloud/sae/outputs.py +274 -0
  207. pulumi_alicloud/scdn/get_domains.py +2 -2
  208. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  209. pulumi_alicloud/sddp/get_rules.py +10 -10
  210. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  211. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  212. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  213. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  214. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  215. pulumi_alicloud/tsdb/get_instances.py +2 -2
  216. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  217. pulumi_alicloud/vod/domain.py +14 -0
  218. pulumi_alicloud/vod/get_domains.py +4 -0
  219. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  220. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  221. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  222. pulumi_alicloud/vpc/get_havips.py +2 -2
  223. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  224. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  225. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  226. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  227. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  228. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  229. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  230. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  231. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  232. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  233. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  234. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  235. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  236. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  237. pulumi_alicloud/vpc/ha_vip.py +8 -0
  238. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  239. pulumi_alicloud/vpc/outputs.py +14 -14
  240. pulumi_alicloud/vpc/route_entry.py +70 -0
  241. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  242. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  243. pulumi_alicloud/vpn/outputs.py +4 -4
  244. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/METADATA +1 -1
  245. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
  246. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
  247. {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
@@ -153,12 +153,12 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
153
153
  ```
154
154
 
155
155
 
156
- :param bool auto_accept_connection: Whether to automatically accept terminal node connections..
156
+ :param bool auto_accept_connection: Whether to automatically accept terminal node connections.
157
157
  :param Sequence[str] ids: A list of Vpc Endpoint Service IDs.
158
158
  :param str name_regex: A regex string to filter results by Vpc Endpoint Service name.
159
159
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
160
- :param str service_business_status: The business status of the terminal node service..
161
- :param str status: The Status of Vpc Endpoint Service.
160
+ :param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
161
+ :param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
162
162
  :param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
163
163
  """
164
164
  __args__ = dict()
@@ -213,12 +213,12 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
213
213
  ```
214
214
 
215
215
 
216
- :param bool auto_accept_connection: Whether to automatically accept terminal node connections..
216
+ :param bool auto_accept_connection: Whether to automatically accept terminal node connections.
217
217
  :param Sequence[str] ids: A list of Vpc Endpoint Service IDs.
218
218
  :param str name_regex: A regex string to filter results by Vpc Endpoint Service name.
219
219
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
220
- :param str service_business_status: The business status of the terminal node service..
221
- :param str status: The Status of Vpc Endpoint Service.
220
+ :param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
221
+ :param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
222
222
  :param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
223
223
  """
224
224
  ...
@@ -114,7 +114,7 @@ def get_vpc_endpoint_zones(endpoint_id: Optional[str] = None,
114
114
 
115
115
  :param str endpoint_id: The ID of the Vpc Endpoint.
116
116
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
117
- :param str status: The Status of Vpc Endpoint Zone..
117
+ :param str status: The Status of Vpc Endpoint Zone. Valid Values: `Connected`, `Connecting`, `Creating`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting` and `Wait`.
118
118
  """
119
119
  __args__ = dict()
120
120
  __args__['endpointId'] = endpoint_id
@@ -157,6 +157,6 @@ def get_vpc_endpoint_zones_output(endpoint_id: Optional[pulumi.Input[str]] = Non
157
157
 
158
158
  :param str endpoint_id: The ID of the Vpc Endpoint.
159
159
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
160
- :param str status: The Status of Vpc Endpoint Zone..
160
+ :param str status: The Status of Vpc Endpoint Zone. Valid Values: `Connected`, `Connecting`, `Creating`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting` and `Wait`.
161
161
  """
162
162
  ...
@@ -181,7 +181,7 @@ def get_vpc_endpoints(connection_status: Optional[str] = None,
181
181
  :param str service_name: The name of the terminal node service associated with the terminal node.
182
182
  :param str status: The status of Vpc Endpoint.
183
183
  :param str vpc_endpoint_name: The name of Vpc Endpoint.
184
- :param str vpc_id: The private network to which the terminal node belongs.
184
+ :param str vpc_id: The private network to which the terminal node belongs..
185
185
  """
186
186
  __args__ = dict()
187
187
  __args__['connectionStatus'] = connection_status
@@ -249,6 +249,6 @@ def get_vpc_endpoints_output(connection_status: Optional[pulumi.Input[Optional[s
249
249
  :param str service_name: The name of the terminal node service associated with the terminal node.
250
250
  :param str status: The status of Vpc Endpoint.
251
251
  :param str vpc_endpoint_name: The name of Vpc Endpoint.
252
- :param str vpc_id: The private network to which the terminal node belongs.
252
+ :param str vpc_id: The private network to which the terminal node belongs..
253
253
  """
254
254
  ...
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.56.0-alpha.1716440817"
4
+ "version": "3.56.0-alpha.1716959723"
5
5
  }
@@ -94,7 +94,7 @@ def get_resolver_zones(output_file: Optional[str] = None,
94
94
 
95
95
 
96
96
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
97
- :param str status: The status of the Zone.
97
+ :param str status: The status of the Zone. Valid values: `NORMAL`, `SOLD_OUT`.
98
98
  """
99
99
  __args__ = dict()
100
100
  __args__['outputFile'] = output_file
@@ -132,6 +132,6 @@ def get_resolver_zones_output(output_file: Optional[pulumi.Input[Optional[str]]]
132
132
 
133
133
 
134
134
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
135
- :param str status: The status of the Zone.
135
+ :param str status: The status of the Zone. Valid values: `NORMAL`, `SOLD_OUT`.
136
136
  """
137
137
  ...
@@ -530,10 +530,6 @@ class GetQuotaAlarmsQuotaDimensionArgs:
530
530
  def __init__(__self__, *,
531
531
  key: Optional[str] = None,
532
532
  value: Optional[str] = None):
533
- """
534
- :param str key: The key of quota_dimensions.
535
- :param str value: The value of quota_dimensions.
536
- """
537
533
  if key is not None:
538
534
  pulumi.set(__self__, "key", key)
539
535
  if value is not None:
@@ -542,9 +538,6 @@ class GetQuotaAlarmsQuotaDimensionArgs:
542
538
  @property
543
539
  @pulumi.getter
544
540
  def key(self) -> Optional[str]:
545
- """
546
- The key of quota_dimensions.
547
- """
548
541
  return pulumi.get(self, "key")
549
542
 
550
543
  @key.setter
@@ -554,9 +547,6 @@ class GetQuotaAlarmsQuotaDimensionArgs:
554
547
  @property
555
548
  @pulumi.getter
556
549
  def value(self) -> Optional[str]:
557
- """
558
- The value of quota_dimensions.
559
- """
560
550
  return pulumi.get(self, "value")
561
551
 
562
552
  @value.setter
@@ -754,10 +754,6 @@ class GetQuotaAlarmsQuotaDimensionResult(dict):
754
754
  def __init__(__self__, *,
755
755
  key: Optional[str] = None,
756
756
  value: Optional[str] = None):
757
- """
758
- :param str key: The key of quota_dimensions.
759
- :param str value: The value of quota_dimensions.
760
- """
761
757
  if key is not None:
762
758
  pulumi.set(__self__, "key", key)
763
759
  if value is not None:
@@ -766,17 +762,11 @@ class GetQuotaAlarmsQuotaDimensionResult(dict):
766
762
  @property
767
763
  @pulumi.getter
768
764
  def key(self) -> Optional[str]:
769
- """
770
- The key of quota_dimensions.
771
- """
772
765
  return pulumi.get(self, "key")
773
766
 
774
767
  @property
775
768
  @pulumi.getter
776
769
  def value(self) -> Optional[str]:
777
- """
778
- The value of quota_dimensions.
779
- """
780
770
  return pulumi.get(self, "value")
781
771
 
782
772
 
@@ -968,17 +958,27 @@ class GetQuotaApplicationsApplicationDimensionResult(dict):
968
958
  def __init__(__self__, *,
969
959
  key: str,
970
960
  value: str):
961
+ """
962
+ :param str key: The key of dimensions.
963
+ :param str value: The value of dimensions.
964
+ """
971
965
  pulumi.set(__self__, "key", key)
972
966
  pulumi.set(__self__, "value", value)
973
967
 
974
968
  @property
975
969
  @pulumi.getter
976
970
  def key(self) -> str:
971
+ """
972
+ The key of dimensions.
973
+ """
977
974
  return pulumi.get(self, "key")
978
975
 
979
976
  @property
980
977
  @pulumi.getter
981
978
  def value(self) -> str:
979
+ """
980
+ The value of dimensions.
981
+ """
982
982
  return pulumi.get(self, "value")
983
983
 
984
984
 
@@ -137,7 +137,7 @@ def get_accounts(db_instance_id: Optional[str] = None,
137
137
  :param Sequence[str] ids: A list of Account IDs.
138
138
  :param str name_regex: A regex string to filter results by Account name.
139
139
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
140
- :param str status: The status of the resource.
140
+ :param str status: The status of the resource. Valid values: `Available`, `Unavailable`.
141
141
  """
142
142
  __args__ = dict()
143
143
  __args__['dbInstanceId'] = db_instance_id
@@ -189,6 +189,6 @@ def get_accounts_output(db_instance_id: Optional[pulumi.Input[str]] = None,
189
189
  :param Sequence[str] ids: A list of Account IDs.
190
190
  :param str name_regex: A regex string to filter results by Account name.
191
191
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
192
- :param str status: The status of the resource.
192
+ :param str status: The status of the resource. Valid values: `Available`, `Unavailable`.
193
193
  """
194
194
  ...
@@ -167,7 +167,9 @@ def get_cross_region_backups(backup_id: Optional[str] = None,
167
167
 
168
168
  :param str backup_id: The ID of the cross-region data backup file.
169
169
  :param str cross_backup_id: The ID of the cross-region data backup file.
170
- :param str cross_backup_region: The ID of the destination region where the cross-region data backup file of the instance is stored.
170
+ :param str cross_backup_region: The ID of the destination region where the cross-region data backup file is stored.
171
+
172
+ > **NOTE:** Note You must specify the `cross_backup_id` parameter. Alternatively, you must specify the `start_time` and `end_time` parameters.
171
173
  :param str db_instance_id: The db instance id.
172
174
  :param str end_time: The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
173
175
  :param Sequence[str] ids: A list of Cross Region Backup IDs.
@@ -235,7 +237,9 @@ def get_cross_region_backups_output(backup_id: Optional[pulumi.Input[Optional[st
235
237
 
236
238
  :param str backup_id: The ID of the cross-region data backup file.
237
239
  :param str cross_backup_id: The ID of the cross-region data backup file.
238
- :param str cross_backup_region: The ID of the destination region where the cross-region data backup file of the instance is stored.
240
+ :param str cross_backup_region: The ID of the destination region where the cross-region data backup file is stored.
241
+
242
+ > **NOTE:** Note You must specify the `cross_backup_id` parameter. Alternatively, you must specify the `start_time` and `end_time` parameters.
239
243
  :param str db_instance_id: The db instance id.
240
244
  :param str end_time: The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
241
245
  :param Sequence[str] ids: A list of Cross Region Backup IDs.
@@ -148,7 +148,7 @@ def get_control_policies(enable_details: Optional[bool] = None,
148
148
  :param str language: The language. Valid value `zh-CN`, `en`, and `ja`. Default value `zh-CN`.
149
149
  :param str name_regex: A regex string to filter results by Control Policy name.
150
150
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
151
- :param str policy_type: The type of policy.
151
+ :param str policy_type: The policy type of control policy. Valid values `System` and `Custom`.
152
152
  """
153
153
  __args__ = dict()
154
154
  __args__['enableDetails'] = enable_details
@@ -204,6 +204,6 @@ def get_control_policies_output(enable_details: Optional[pulumi.Input[Optional[b
204
204
  :param str language: The language. Valid value `zh-CN`, `en`, and `ja`. Default value `zh-CN`.
205
205
  :param str name_regex: A regex string to filter results by Control Policy name.
206
206
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
207
- :param str policy_type: The type of policy.
207
+ :param str policy_type: The policy type of control policy. Valid values `System` and `Custom`.
208
208
  """
209
209
  ...
@@ -124,7 +124,7 @@ def get_control_policy_attachments(language: Optional[str] = None,
124
124
 
125
125
  :param str language: The language. Valid value `zh-CN`, `en`, and `ja`. Default value `zh-CN`
126
126
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
127
- :param str policy_type: The type of policy.
127
+ :param str policy_type: The policy type of control policy. Valid values: `Custom` and `System`.
128
128
  :param str target_id: The Id of target.
129
129
  """
130
130
  __args__ = dict()
@@ -171,7 +171,7 @@ def get_control_policy_attachments_output(language: Optional[pulumi.Input[Option
171
171
 
172
172
  :param str language: The language. Valid value `zh-CN`, `en`, and `ja`. Default value `zh-CN`
173
173
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
174
- :param str policy_type: The type of policy.
174
+ :param str policy_type: The policy type of control policy. Valid values: `Custom` and `System`.
175
175
  :param str target_id: The Id of target.
176
176
  """
177
177
  ...
@@ -125,7 +125,7 @@ def get_delegated_administrators(ids: Optional[Sequence[str]] = None,
125
125
 
126
126
  :param Sequence[str] ids: A list of Delegated Administrator IDs.
127
127
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
128
- :param str service_principal: The identity of the trusted service.
128
+ :param str service_principal: The identification of the trusted service.
129
129
  """
130
130
  __args__ = dict()
131
131
  __args__['ids'] = ids
@@ -173,6 +173,6 @@ def get_delegated_administrators_output(ids: Optional[pulumi.Input[Optional[Sequ
173
173
 
174
174
  :param Sequence[str] ids: A list of Delegated Administrator IDs.
175
175
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
176
- :param str service_principal: The identity of the trusted service.
176
+ :param str service_principal: The identification of the trusted service.
177
177
  """
178
178
  ...
@@ -148,8 +148,8 @@ def get_resource_shares(ids: Optional[Sequence[str]] = None,
148
148
  :param str name_regex: A regex string to filter results by Resource Share name.
149
149
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
150
150
  :param str resource_share_name: The name of resource share.
151
- :param str resource_share_owner: The owner of resource share.
152
- :param str status: The status of resource share.
151
+ :param str resource_share_owner: The owner of resource share, Valid values: `Self` and `OtherAccounts`.
152
+ :param str status: The status of resource share. Valid values: `Active`,`Deleted` and `Deleting`.
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['ids'] = ids
@@ -205,7 +205,7 @@ def get_resource_shares_output(ids: Optional[pulumi.Input[Optional[Sequence[str]
205
205
  :param str name_regex: A regex string to filter results by Resource Share name.
206
206
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
207
207
  :param str resource_share_name: The name of resource share.
208
- :param str resource_share_owner: The owner of resource share.
209
- :param str status: The status of resource share.
208
+ :param str resource_share_owner: The owner of resource share, Valid values: `Self` and `OtherAccounts`.
209
+ :param str status: The status of resource share. Valid values: `Active`,`Deleted` and `Deleting`.
210
210
  """
211
211
  ...
@@ -22,6 +22,11 @@ class SharedResourceArgs:
22
22
  :param pulumi.Input[str] resource_id: The resource ID need shared.
23
23
  :param pulumi.Input[str] resource_share_id: The resource share ID of resource manager.
24
24
  :param pulumi.Input[str] resource_type: The resource type of should shared. Valid values:
25
+ - `VSwitch`.
26
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
27
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
28
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
29
+ - The following types are added after v1.208.0: `KMSInstance`.
25
30
  """
26
31
  pulumi.set(__self__, "resource_id", resource_id)
27
32
  pulumi.set(__self__, "resource_share_id", resource_share_id)
@@ -56,6 +61,11 @@ class SharedResourceArgs:
56
61
  def resource_type(self) -> pulumi.Input[str]:
57
62
  """
58
63
  The resource type of should shared. Valid values:
64
+ - `VSwitch`.
65
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
66
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
67
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
68
+ - The following types are added after v1.208.0: `KMSInstance`.
59
69
  """
60
70
  return pulumi.get(self, "resource_type")
61
71
 
@@ -76,6 +86,11 @@ class _SharedResourceState:
76
86
  :param pulumi.Input[str] resource_id: The resource ID need shared.
77
87
  :param pulumi.Input[str] resource_share_id: The resource share ID of resource manager.
78
88
  :param pulumi.Input[str] resource_type: The resource type of should shared. Valid values:
89
+ - `VSwitch`.
90
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
91
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
92
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
93
+ - The following types are added after v1.208.0: `KMSInstance`.
79
94
  :param pulumi.Input[str] status: The status of the Shared Resource.
80
95
  """
81
96
  if resource_id is not None:
@@ -116,6 +131,11 @@ class _SharedResourceState:
116
131
  def resource_type(self) -> Optional[pulumi.Input[str]]:
117
132
  """
118
133
  The resource type of should shared. Valid values:
134
+ - `VSwitch`.
135
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
136
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
137
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
138
+ - The following types are added after v1.208.0: `KMSInstance`.
119
139
  """
120
140
  return pulumi.get(self, "resource_type")
121
141
 
@@ -193,6 +213,11 @@ class SharedResource(pulumi.CustomResource):
193
213
  :param pulumi.Input[str] resource_id: The resource ID need shared.
194
214
  :param pulumi.Input[str] resource_share_id: The resource share ID of resource manager.
195
215
  :param pulumi.Input[str] resource_type: The resource type of should shared. Valid values:
216
+ - `VSwitch`.
217
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
218
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
219
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
220
+ - The following types are added after v1.208.0: `KMSInstance`.
196
221
  """
197
222
  ...
198
223
  @overload
@@ -304,6 +329,11 @@ class SharedResource(pulumi.CustomResource):
304
329
  :param pulumi.Input[str] resource_id: The resource ID need shared.
305
330
  :param pulumi.Input[str] resource_share_id: The resource share ID of resource manager.
306
331
  :param pulumi.Input[str] resource_type: The resource type of should shared. Valid values:
332
+ - `VSwitch`.
333
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
334
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
335
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
336
+ - The following types are added after v1.208.0: `KMSInstance`.
307
337
  :param pulumi.Input[str] status: The status of the Shared Resource.
308
338
  """
309
339
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -337,6 +367,11 @@ class SharedResource(pulumi.CustomResource):
337
367
  def resource_type(self) -> pulumi.Output[str]:
338
368
  """
339
369
  The resource type of should shared. Valid values:
370
+ - `VSwitch`.
371
+ - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
372
+ - The following types are added after v1.192.0: `PrefixList` and `Image`.
373
+ - The following types are added after v1.194.1: `PublicIpAddressPool`.
374
+ - The following types are added after v1.208.0: `KMSInstance`.
340
375
  """
341
376
  return pulumi.get(self, "resource_type")
342
377
 
@@ -160,7 +160,7 @@ def get_change_sets(change_set_name: Optional[str] = None,
160
160
  :param str name_regex: A regex string to filter results by Change Set name.
161
161
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
162
162
  :param str stack_id: The ID of the stack for which you want to create the change set. ROS generates the change set by comparing the stack information with the information that you submit, such as a modified template or different inputs.
163
- :param str status: The status of the change set.
163
+ :param str status: The status of the change set. Valid Value: `CREATE_COMPLETE`, `CREATE_FAILED`, `CREATE_IN_PROGRESS`, `CREATE_PENDING`, `DELETE_COMPLETE` and `DELETE_FAILED`.
164
164
  """
165
165
  __args__ = dict()
166
166
  __args__['changeSetName'] = change_set_name
@@ -221,6 +221,6 @@ def get_change_sets_output(change_set_name: Optional[pulumi.Input[Optional[str]]
221
221
  :param str name_regex: A regex string to filter results by Change Set name.
222
222
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
223
223
  :param str stack_id: The ID of the stack for which you want to create the change set. ROS generates the change set by comparing the stack information with the information that you submit, such as a modified template or different inputs.
224
- :param str status: The status of the change set.
224
+ :param str status: The status of the change set. Valid Value: `CREATE_COMPLETE`, `CREATE_FAILED`, `CREATE_IN_PROGRESS`, `CREATE_PENDING`, `DELETE_COMPLETE` and `DELETE_FAILED`.
225
225
  """
226
226
  ...
@@ -137,7 +137,7 @@ def get_stack_groups(enable_details: Optional[bool] = None,
137
137
  :param Sequence[str] ids: A list of Stack Group IDs.
138
138
  :param str name_regex: A regex string to filter results by Stack Group name.
139
139
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
140
- :param str status: The status of Stack Group.
140
+ :param str status: The status of Stack Group. Valid Values: `ACTIVE`, `DELETED`.
141
141
  """
142
142
  __args__ = dict()
143
143
  __args__['enableDetails'] = enable_details
@@ -189,6 +189,6 @@ def get_stack_groups_output(enable_details: Optional[pulumi.Input[Optional[bool]
189
189
  :param Sequence[str] ids: A list of Stack Group IDs.
190
190
  :param str name_regex: A regex string to filter results by Stack Group name.
191
191
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
192
- :param str status: The status of Stack Group.
192
+ :param str status: The status of Stack Group. Valid Values: `ACTIVE`, `DELETED`.
193
193
  """
194
194
  ...
@@ -166,7 +166,12 @@ def get_stack_instances(enable_details: Optional[bool] = None,
166
166
  :param str stack_group_name: The name of the stack group.
167
167
  :param str stack_instance_account_id: The account to which the stack instance belongs.
168
168
  :param str stack_instance_region_id: The region of the stack instance.
169
- :param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
169
+ :param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
170
+ * `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
171
+ * `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
172
+ * When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
173
+ * When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
174
+ * The create or update operation is not complete.
170
175
  """
171
176
  __args__ = dict()
172
177
  __args__['enableDetails'] = enable_details
@@ -241,6 +246,11 @@ def get_stack_instances_output(enable_details: Optional[pulumi.Input[Optional[bo
241
246
  :param str stack_group_name: The name of the stack group.
242
247
  :param str stack_instance_account_id: The account to which the stack instance belongs.
243
248
  :param str stack_instance_region_id: The region of the stack instance.
244
- :param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
249
+ :param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
250
+ * `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
251
+ * `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
252
+ * When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
253
+ * When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
254
+ * The create or update operation is not complete.
245
255
  """
246
256
  ...
@@ -177,9 +177,9 @@ def get_stacks(enable_details: Optional[bool] = None,
177
177
  :param Sequence[str] ids: A list of Stack IDs.
178
178
  :param str name_regex: A regex string to filter results by Stack name.
179
179
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
180
- :param str parent_stack_id: Parent Stack Id.
180
+ :param str parent_stack_id: ParentStackId.
181
181
  :param bool show_nested_stack: The show nested stack.
182
- :param str stack_name: Stack Name.
182
+ :param str stack_name: StackName.
183
183
  :param str status: The status of Stack. Valid Values: `CREATE_COMPLETE`, `CREATE_FAILED`, `CREATE_IN_PROGRESS`, `DELETE_COMPLETE`, `DELETE_FAILED`, `DELETE_IN_PROGRESS`, `ROLLBACK_COMPLETE`, `ROLLBACK_FAILED`, `ROLLBACK_IN_PROGRESS`.
184
184
  :param Mapping[str, Any] tags: Query the instance bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
185
185
  """
@@ -245,9 +245,9 @@ def get_stacks_output(enable_details: Optional[pulumi.Input[Optional[bool]]] = N
245
245
  :param Sequence[str] ids: A list of Stack IDs.
246
246
  :param str name_regex: A regex string to filter results by Stack name.
247
247
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
248
- :param str parent_stack_id: Parent Stack Id.
248
+ :param str parent_stack_id: ParentStackId.
249
249
  :param bool show_nested_stack: The show nested stack.
250
- :param str stack_name: Stack Name.
250
+ :param str stack_name: StackName.
251
251
  :param str status: The status of Stack. Valid Values: `CREATE_COMPLETE`, `CREATE_FAILED`, `CREATE_IN_PROGRESS`, `DELETE_COMPLETE`, `DELETE_FAILED`, `DELETE_IN_PROGRESS`, `ROLLBACK_COMPLETE`, `ROLLBACK_FAILED`, `ROLLBACK_IN_PROGRESS`.
252
252
  :param Mapping[str, Any] tags: Query the instance bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
253
253
  """
@@ -157,8 +157,8 @@ def get_templates(enable_details: Optional[bool] = None,
157
157
  :param Sequence[str] ids: A list of Template IDs.
158
158
  :param str name_regex: A regex string to filter results by Template name.
159
159
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
160
- :param str share_type: Share Type.
161
- :param Mapping[str, Any] tags: Tags.
160
+ :param str share_type: Share Type. Valid Values: `Private`, `Shared`
161
+ :param Mapping[str, Any] tags: Query the resource bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
162
162
  :param str template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
163
163
  """
164
164
  __args__ = dict()
@@ -217,8 +217,8 @@ def get_templates_output(enable_details: Optional[pulumi.Input[Optional[bool]]]
217
217
  :param Sequence[str] ids: A list of Template IDs.
218
218
  :param str name_regex: A regex string to filter results by Template name.
219
219
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
220
- :param str share_type: Share Type.
221
- :param Mapping[str, Any] tags: Tags.
220
+ :param str share_type: Share Type. Valid Values: `Private`, `Shared`
221
+ :param Mapping[str, Any] tags: Query the resource bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
222
222
  :param str template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
223
223
  """
224
224
  ...