pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__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 (260) 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 +244 -16
  49. pulumi_alicloud/cs/edge_kubernetes.py +29 -15
  50. pulumi_alicloud/cs/kubernetes.py +54 -7
  51. pulumi_alicloud/cs/managed_kubernetes.py +34 -0
  52. pulumi_alicloud/cs/node_pool.py +105 -0
  53. pulumi_alicloud/cs/outputs.py +266 -16
  54. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  55. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  56. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  57. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  58. pulumi_alicloud/dcdn/outputs.py +10 -0
  59. pulumi_alicloud/ddos/domain_resource.py +21 -0
  60. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  61. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  62. pulumi_alicloud/dfs/outputs.py +10 -0
  63. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  64. pulumi_alicloud/directmail/get_receivers.py +2 -2
  65. pulumi_alicloud/dns/_inputs.py +16 -0
  66. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  67. pulumi_alicloud/dns/outputs.py +68 -2
  68. pulumi_alicloud/dns/record.py +4 -0
  69. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  70. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  71. pulumi_alicloud/dts/instance.py +21 -0
  72. pulumi_alicloud/eais/get_instances.py +2 -2
  73. pulumi_alicloud/ebs/outputs.py +6 -0
  74. pulumi_alicloud/eci/get_container_groups.py +6 -8
  75. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  76. pulumi_alicloud/eci/outputs.py +26 -26
  77. pulumi_alicloud/ecs/_inputs.py +63 -1
  78. pulumi_alicloud/ecs/disk.py +28 -7
  79. pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
  80. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  81. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  82. pulumi_alicloud/ecs/eip.py +68 -0
  83. pulumi_alicloud/ecs/eip_address.py +199 -7
  84. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  85. pulumi_alicloud/ecs/get_commands.py +4 -4
  86. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  88. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  89. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  90. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  91. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  92. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  93. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  94. pulumi_alicloud/ecs/get_images.py +20 -4
  95. pulumi_alicloud/ecs/instance.py +222 -126
  96. pulumi_alicloud/ecs/outputs.py +217 -93
  97. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  98. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  99. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  100. pulumi_alicloud/eds/get_desktops.py +2 -4
  101. pulumi_alicloud/eds/get_images.py +2 -2
  102. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  103. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  104. pulumi_alicloud/eds/get_users.py +2 -2
  105. pulumi_alicloud/eds/outputs.py +58 -4
  106. pulumi_alicloud/ehpc/cluster.py +70 -0
  107. pulumi_alicloud/ehpc/outputs.py +112 -2
  108. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  109. pulumi_alicloud/emr/get_clusters.py +8 -8
  110. pulumi_alicloud/emr/outputs.py +18 -32
  111. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  112. pulumi_alicloud/ess/_inputs.py +2 -2
  113. pulumi_alicloud/ess/outputs.py +2 -2
  114. pulumi_alicloud/ess/scaling_group.py +7 -7
  115. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  116. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  117. pulumi_alicloud/eventbridge/outputs.py +4 -0
  118. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  119. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  120. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  121. pulumi_alicloud/fnf/get_executions.py +2 -2
  122. pulumi_alicloud/ga/_inputs.py +12 -0
  123. pulumi_alicloud/ga/accelerator.py +49 -0
  124. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  125. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  126. pulumi_alicloud/ga/endpoint_group.py +28 -0
  127. pulumi_alicloud/ga/get_accelerators.py +4 -0
  128. pulumi_alicloud/ga/get_acls.py +2 -2
  129. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  130. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  131. pulumi_alicloud/ga/get_listeners.py +2 -2
  132. pulumi_alicloud/ga/listener.py +28 -0
  133. pulumi_alicloud/ga/outputs.py +14 -2
  134. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  135. pulumi_alicloud/gpdb/get_instances.py +2 -4
  136. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  137. pulumi_alicloud/hbr/_inputs.py +2 -0
  138. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  139. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  140. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  141. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  142. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  143. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  144. pulumi_alicloud/hbr/get_vaults.py +4 -0
  145. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  146. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  147. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  148. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  149. pulumi_alicloud/hbr/outputs.py +68 -0
  150. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  151. pulumi_alicloud/hbr/vault.py +14 -0
  152. pulumi_alicloud/imp/get_app_templates.py +2 -2
  153. pulumi_alicloud/kms/instance.py +218 -128
  154. pulumi_alicloud/kms/key.py +133 -21
  155. pulumi_alicloud/kms/secret.py +28 -0
  156. pulumi_alicloud/kvstore/account.py +21 -7
  157. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  158. pulumi_alicloud/kvstore/instance.py +14 -0
  159. pulumi_alicloud/lindorm/get_instances.py +2 -2
  160. pulumi_alicloud/log/_inputs.py +28 -6
  161. pulumi_alicloud/log/get_projects.py +2 -2
  162. pulumi_alicloud/log/outputs.py +28 -6
  163. pulumi_alicloud/message/service_queue.py +100 -82
  164. pulumi_alicloud/message/service_subscription.py +14 -0
  165. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  166. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  167. pulumi_alicloud/mongodb/instance.py +56 -0
  168. pulumi_alicloud/mongodb/outputs.py +14 -0
  169. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  170. pulumi_alicloud/mse/cluster.py +28 -0
  171. pulumi_alicloud/mse/outputs.py +34 -0
  172. pulumi_alicloud/nas/access_rule.py +38 -18
  173. pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
  174. pulumi_alicloud/nas/data_flow.py +14 -0
  175. pulumi_alicloud/nas/file_system.py +14 -0
  176. pulumi_alicloud/nas/get_data_flows.py +2 -2
  177. pulumi_alicloud/nas/get_file_systems.py +4 -0
  178. pulumi_alicloud/nas/get_filesets.py +2 -2
  179. pulumi_alicloud/nas/get_snapshots.py +2 -2
  180. pulumi_alicloud/nas/outputs.py +4 -0
  181. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  182. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  183. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  184. pulumi_alicloud/nlb/load_balancer.py +14 -0
  185. pulumi_alicloud/nlb/server_group.py +56 -7
  186. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  187. pulumi_alicloud/oos/get_parameters.py +6 -6
  188. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  189. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  190. pulumi_alicloud/oos/parameter.py +28 -0
  191. pulumi_alicloud/oos/secret_parameter.py +28 -0
  192. pulumi_alicloud/ots/instance.py +91 -0
  193. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  194. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  195. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  196. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  197. pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
  198. pulumi_alicloud/pulumi-plugin.json +1 -1
  199. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  200. pulumi_alicloud/quotas/_inputs.py +0 -10
  201. pulumi_alicloud/quotas/outputs.py +10 -10
  202. pulumi_alicloud/rds/get_accounts.py +2 -2
  203. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  204. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  205. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  206. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  207. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  208. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  209. pulumi_alicloud/ros/get_change_sets.py +2 -2
  210. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  211. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  212. pulumi_alicloud/ros/get_stacks.py +4 -4
  213. pulumi_alicloud/ros/get_templates.py +4 -4
  214. pulumi_alicloud/ros/outputs.py +68 -2
  215. pulumi_alicloud/ros/stack_instance.py +52 -4
  216. pulumi_alicloud/sae/get_config_maps.py +2 -2
  217. pulumi_alicloud/sae/get_ingresses.py +2 -2
  218. pulumi_alicloud/sae/outputs.py +274 -0
  219. pulumi_alicloud/scdn/get_domains.py +2 -2
  220. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  221. pulumi_alicloud/sddp/get_rules.py +10 -10
  222. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  223. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  224. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  225. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  226. pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
  227. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  228. pulumi_alicloud/tsdb/get_instances.py +2 -2
  229. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  230. pulumi_alicloud/vod/domain.py +14 -0
  231. pulumi_alicloud/vod/get_domains.py +4 -0
  232. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  233. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  234. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  235. pulumi_alicloud/vpc/get_havips.py +2 -2
  236. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  237. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  238. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  239. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  240. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  241. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  242. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  243. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  244. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  245. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  246. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  247. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  248. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  249. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  250. pulumi_alicloud/vpc/ha_vip.py +8 -0
  251. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  252. pulumi_alicloud/vpc/outputs.py +14 -14
  253. pulumi_alicloud/vpc/route_entry.py +70 -0
  254. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  255. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  256. pulumi_alicloud/vpn/outputs.py +4 -4
  257. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
  258. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
  259. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
  260. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
@@ -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
  ...
@@ -722,7 +722,12 @@ class GetStackInstancesInstanceResult(dict):
722
722
  :param str stack_id: The ID of the stack corresponding to the stack instance.
723
723
  :param str stack_instance_account_id: The account to which the stack instance belongs.
724
724
  :param str stack_instance_region_id: The region of the stack instance.
725
- :param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
725
+ :param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
726
+ * `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
727
+ * `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:
728
+ * When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
729
+ * 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.
730
+ * The create or update operation is not complete.
726
731
  :param str status_reason: The reason why the stack is in its current state.
727
732
  """
728
733
  pulumi.set(__self__, "id", id)
@@ -795,7 +800,12 @@ class GetStackInstancesInstanceResult(dict):
795
800
  @pulumi.getter
796
801
  def status(self) -> str:
797
802
  """
798
- The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
803
+ The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
804
+ * `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
805
+ * `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:
806
+ * When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
807
+ * 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.
808
+ * The create or update operation is not complete.
799
809
  """
800
810
  return pulumi.get(self, "status")
801
811
 
@@ -813,17 +823,27 @@ class GetStackInstancesInstanceParameterOverrideResult(dict):
813
823
  def __init__(__self__, *,
814
824
  parameter_key: str,
815
825
  parameter_value: str):
826
+ """
827
+ :param str parameter_key: The key of override parameter.
828
+ :param str parameter_value: The value of override parameter.
829
+ """
816
830
  pulumi.set(__self__, "parameter_key", parameter_key)
817
831
  pulumi.set(__self__, "parameter_value", parameter_value)
818
832
 
819
833
  @property
820
834
  @pulumi.getter(name="parameterKey")
821
835
  def parameter_key(self) -> str:
836
+ """
837
+ The key of override parameter.
838
+ """
822
839
  return pulumi.get(self, "parameter_key")
823
840
 
824
841
  @property
825
842
  @pulumi.getter(name="parameterValue")
826
843
  def parameter_value(self) -> str:
844
+ """
845
+ The value of override parameter.
846
+ """
827
847
  return pulumi.get(self, "parameter_value")
828
848
 
829
849
 
@@ -1205,17 +1225,27 @@ class GetTemplateScratchesScratchPreferenceParameterResult(dict):
1205
1225
  def __init__(__self__, *,
1206
1226
  parameter_key: str,
1207
1227
  parameter_value: str):
1228
+ """
1229
+ :param str parameter_key: Priority parameter key.
1230
+ :param str parameter_value: Priority parameter value.
1231
+ """
1208
1232
  pulumi.set(__self__, "parameter_key", parameter_key)
1209
1233
  pulumi.set(__self__, "parameter_value", parameter_value)
1210
1234
 
1211
1235
  @property
1212
1236
  @pulumi.getter(name="parameterKey")
1213
1237
  def parameter_key(self) -> str:
1238
+ """
1239
+ Priority parameter key.
1240
+ """
1214
1241
  return pulumi.get(self, "parameter_key")
1215
1242
 
1216
1243
  @property
1217
1244
  @pulumi.getter(name="parameterValue")
1218
1245
  def parameter_value(self) -> str:
1246
+ """
1247
+ Priority parameter value.
1248
+ """
1219
1249
  return pulumi.get(self, "parameter_value")
1220
1250
 
1221
1251
 
@@ -1224,17 +1254,27 @@ class GetTemplateScratchesScratchSourceResourceResult(dict):
1224
1254
  def __init__(__self__, *,
1225
1255
  resource_id: str,
1226
1256
  resource_type: str):
1257
+ """
1258
+ :param str resource_id: The ID of the Source Resource.
1259
+ :param str resource_type: The type of the Source resource.
1260
+ """
1227
1261
  pulumi.set(__self__, "resource_id", resource_id)
1228
1262
  pulumi.set(__self__, "resource_type", resource_type)
1229
1263
 
1230
1264
  @property
1231
1265
  @pulumi.getter(name="resourceId")
1232
1266
  def resource_id(self) -> str:
1267
+ """
1268
+ The ID of the Source Resource.
1269
+ """
1233
1270
  return pulumi.get(self, "resource_id")
1234
1271
 
1235
1272
  @property
1236
1273
  @pulumi.getter(name="resourceType")
1237
1274
  def resource_type(self) -> str:
1275
+ """
1276
+ The type of the Source resource.
1277
+ """
1238
1278
  return pulumi.get(self, "resource_type")
1239
1279
 
1240
1280
 
@@ -1243,17 +1283,27 @@ class GetTemplateScratchesScratchSourceResourceGroupResult(dict):
1243
1283
  def __init__(__self__, *,
1244
1284
  resource_group_id: str,
1245
1285
  resource_type_filters: Sequence[str]):
1286
+ """
1287
+ :param str resource_group_id: The ID of the Source Resource Group.
1288
+ :param Sequence[str] resource_type_filters: Source resource type filter list.
1289
+ """
1246
1290
  pulumi.set(__self__, "resource_group_id", resource_group_id)
1247
1291
  pulumi.set(__self__, "resource_type_filters", resource_type_filters)
1248
1292
 
1249
1293
  @property
1250
1294
  @pulumi.getter(name="resourceGroupId")
1251
1295
  def resource_group_id(self) -> str:
1296
+ """
1297
+ The ID of the Source Resource Group.
1298
+ """
1252
1299
  return pulumi.get(self, "resource_group_id")
1253
1300
 
1254
1301
  @property
1255
1302
  @pulumi.getter(name="resourceTypeFilters")
1256
1303
  def resource_type_filters(self) -> Sequence[str]:
1304
+ """
1305
+ Source resource type filter list.
1306
+ """
1257
1307
  return pulumi.get(self, "resource_type_filters")
1258
1308
 
1259
1309
 
@@ -1262,17 +1312,27 @@ class GetTemplateScratchesScratchSourceTagResult(dict):
1262
1312
  def __init__(__self__, *,
1263
1313
  resource_tags: Mapping[str, Any],
1264
1314
  resource_type_filters: Sequence[str]):
1315
+ """
1316
+ :param Mapping[str, Any] resource_tags: Source label.
1317
+ :param Sequence[str] resource_type_filters: Source resource type filter list.
1318
+ """
1265
1319
  pulumi.set(__self__, "resource_tags", resource_tags)
1266
1320
  pulumi.set(__self__, "resource_type_filters", resource_type_filters)
1267
1321
 
1268
1322
  @property
1269
1323
  @pulumi.getter(name="resourceTags")
1270
1324
  def resource_tags(self) -> Mapping[str, Any]:
1325
+ """
1326
+ Source label.
1327
+ """
1271
1328
  return pulumi.get(self, "resource_tags")
1272
1329
 
1273
1330
  @property
1274
1331
  @pulumi.getter(name="resourceTypeFilters")
1275
1332
  def resource_type_filters(self) -> Sequence[str]:
1333
+ """
1334
+ Source resource type filter list.
1335
+ """
1276
1336
  return pulumi.get(self, "resource_type_filters")
1277
1337
 
1278
1338
 
@@ -1280,11 +1340,17 @@ class GetTemplateScratchesScratchSourceTagResult(dict):
1280
1340
  class GetTemplateScratchesScratchStackResult(dict):
1281
1341
  def __init__(__self__, *,
1282
1342
  stack_id: str):
1343
+ """
1344
+ :param str stack_id: The ID of the Resource stack.
1345
+ """
1283
1346
  pulumi.set(__self__, "stack_id", stack_id)
1284
1347
 
1285
1348
  @property
1286
1349
  @pulumi.getter(name="stackId")
1287
1350
  def stack_id(self) -> str:
1351
+ """
1352
+ The ID of the Resource stack.
1353
+ """
1288
1354
  return pulumi.get(self, "stack_id")
1289
1355
 
1290
1356