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
@@ -594,7 +594,15 @@ class EventRuleEventPattern(dict):
594
594
  """
595
595
  :param str product: The type of the cloud service.
596
596
  :param Sequence[str] event_type_lists: The type of the event-triggered alert rule. Valid values:
597
+ - `StatusNotification`: fault notifications.
598
+ - `Exception`: exceptions.
599
+ - `Maintenance`: O&M.
600
+ - `*`: all types.
597
601
  :param Sequence[str] level_lists: The level of the event-triggered alert rule. Valid values:
602
+ - `CRITICAL`: critical.
603
+ - `WARN`: warning.
604
+ - `INFO`: information.
605
+ - `*`: all types.
598
606
  :param Sequence[str] name_lists: The name of the event-triggered alert rule.
599
607
  :param str sql_filter: The SQL condition that is used to filter events. If the content of an event meets the specified SQL condition, an alert is automatically triggered.
600
608
  """
@@ -621,6 +629,10 @@ class EventRuleEventPattern(dict):
621
629
  def event_type_lists(self) -> Optional[Sequence[str]]:
622
630
  """
623
631
  The type of the event-triggered alert rule. Valid values:
632
+ - `StatusNotification`: fault notifications.
633
+ - `Exception`: exceptions.
634
+ - `Maintenance`: O&M.
635
+ - `*`: all types.
624
636
  """
625
637
  return pulumi.get(self, "event_type_lists")
626
638
 
@@ -629,6 +641,10 @@ class EventRuleEventPattern(dict):
629
641
  def level_lists(self) -> Optional[Sequence[str]]:
630
642
  """
631
643
  The level of the event-triggered alert rule. Valid values:
644
+ - `CRITICAL`: critical.
645
+ - `WARN`: warning.
646
+ - `INFO`: information.
647
+ - `*`: all types.
632
648
  """
633
649
  return pulumi.get(self, "level_lists")
634
650
 
@@ -2265,6 +2281,7 @@ class GetAlarmContactsContactResult(dict):
2265
2281
  :param str channels_state_ding_web_hook: Indicates whether the DingTalk chatbot is normal.
2266
2282
  :param str channels_state_mail: The status of the email address.
2267
2283
  :param str channels_status_sms: The status of the phone number.
2284
+ * `Lang` - The language type of the alarm.
2268
2285
  :param Sequence[str] contact_groups: The alert groups to which the alarm contact is added.
2269
2286
  :param str describe: The description of the alarm contact.
2270
2287
  :param str id: The ID of the alarm contact.
@@ -2352,6 +2369,7 @@ class GetAlarmContactsContactResult(dict):
2352
2369
  def channels_status_sms(self) -> str:
2353
2370
  """
2354
2371
  The status of the phone number.
2372
+ * `Lang` - The language type of the alarm.
2355
2373
  """
2356
2374
  return pulumi.get(self, "channels_status_sms")
2357
2375
 
@@ -2947,6 +2965,12 @@ class GetGroupMetricRulesRuleEscalationCriticalResult(dict):
2947
2965
  statistics: str,
2948
2966
  threshold: str,
2949
2967
  times: int):
2968
+ """
2969
+ :param str comparison_operator: The comparison operator of the threshold for critical-level alerts.
2970
+ :param str statistics: The statistical aggregation method for critical-level alerts.
2971
+ :param str threshold: The threshold for critical-level alerts.
2972
+ :param int times: The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
2973
+ """
2950
2974
  pulumi.set(__self__, "comparison_operator", comparison_operator)
2951
2975
  pulumi.set(__self__, "statistics", statistics)
2952
2976
  pulumi.set(__self__, "threshold", threshold)
@@ -2955,21 +2979,33 @@ class GetGroupMetricRulesRuleEscalationCriticalResult(dict):
2955
2979
  @property
2956
2980
  @pulumi.getter(name="comparisonOperator")
2957
2981
  def comparison_operator(self) -> str:
2982
+ """
2983
+ The comparison operator of the threshold for critical-level alerts.
2984
+ """
2958
2985
  return pulumi.get(self, "comparison_operator")
2959
2986
 
2960
2987
  @property
2961
2988
  @pulumi.getter
2962
2989
  def statistics(self) -> str:
2990
+ """
2991
+ The statistical aggregation method for critical-level alerts.
2992
+ """
2963
2993
  return pulumi.get(self, "statistics")
2964
2994
 
2965
2995
  @property
2966
2996
  @pulumi.getter
2967
2997
  def threshold(self) -> str:
2998
+ """
2999
+ The threshold for critical-level alerts.
3000
+ """
2968
3001
  return pulumi.get(self, "threshold")
2969
3002
 
2970
3003
  @property
2971
3004
  @pulumi.getter
2972
3005
  def times(self) -> int:
3006
+ """
3007
+ The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
3008
+ """
2973
3009
  return pulumi.get(self, "times")
2974
3010
 
2975
3011
 
@@ -2980,6 +3016,12 @@ class GetGroupMetricRulesRuleEscalationInfoResult(dict):
2980
3016
  statistics: str,
2981
3017
  threshold: str,
2982
3018
  times: int):
3019
+ """
3020
+ :param str comparison_operator: The comparison operator of the threshold for info-level alerts.
3021
+ :param str statistics: The statistical aggregation method for info-level alerts.
3022
+ :param str threshold: The threshold for info-level alerts.
3023
+ :param int times: The consecutive number of times for which the metric value is measured before a info-level alert is triggered.
3024
+ """
2983
3025
  pulumi.set(__self__, "comparison_operator", comparison_operator)
2984
3026
  pulumi.set(__self__, "statistics", statistics)
2985
3027
  pulumi.set(__self__, "threshold", threshold)
@@ -2988,21 +3030,33 @@ class GetGroupMetricRulesRuleEscalationInfoResult(dict):
2988
3030
  @property
2989
3031
  @pulumi.getter(name="comparisonOperator")
2990
3032
  def comparison_operator(self) -> str:
3033
+ """
3034
+ The comparison operator of the threshold for info-level alerts.
3035
+ """
2991
3036
  return pulumi.get(self, "comparison_operator")
2992
3037
 
2993
3038
  @property
2994
3039
  @pulumi.getter
2995
3040
  def statistics(self) -> str:
3041
+ """
3042
+ The statistical aggregation method for info-level alerts.
3043
+ """
2996
3044
  return pulumi.get(self, "statistics")
2997
3045
 
2998
3046
  @property
2999
3047
  @pulumi.getter
3000
3048
  def threshold(self) -> str:
3049
+ """
3050
+ The threshold for info-level alerts.
3051
+ """
3001
3052
  return pulumi.get(self, "threshold")
3002
3053
 
3003
3054
  @property
3004
3055
  @pulumi.getter
3005
3056
  def times(self) -> int:
3057
+ """
3058
+ The consecutive number of times for which the metric value is measured before a info-level alert is triggered.
3059
+ """
3006
3060
  return pulumi.get(self, "times")
3007
3061
 
3008
3062
 
@@ -3013,6 +3067,12 @@ class GetGroupMetricRulesRuleEscalationWarnResult(dict):
3013
3067
  statistics: str,
3014
3068
  threshold: str,
3015
3069
  times: int):
3070
+ """
3071
+ :param str comparison_operator: The comparison operator of the threshold for warn-level alerts.
3072
+ :param str statistics: The statistical aggregation method for warn-level alerts.
3073
+ :param str threshold: The threshold for warn-level alerts.
3074
+ :param int times: The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
3075
+ """
3016
3076
  pulumi.set(__self__, "comparison_operator", comparison_operator)
3017
3077
  pulumi.set(__self__, "statistics", statistics)
3018
3078
  pulumi.set(__self__, "threshold", threshold)
@@ -3021,21 +3081,33 @@ class GetGroupMetricRulesRuleEscalationWarnResult(dict):
3021
3081
  @property
3022
3082
  @pulumi.getter(name="comparisonOperator")
3023
3083
  def comparison_operator(self) -> str:
3084
+ """
3085
+ The comparison operator of the threshold for warn-level alerts.
3086
+ """
3024
3087
  return pulumi.get(self, "comparison_operator")
3025
3088
 
3026
3089
  @property
3027
3090
  @pulumi.getter
3028
3091
  def statistics(self) -> str:
3092
+ """
3093
+ The statistical aggregation method for warn-level alerts.
3094
+ """
3029
3095
  return pulumi.get(self, "statistics")
3030
3096
 
3031
3097
  @property
3032
3098
  @pulumi.getter
3033
3099
  def threshold(self) -> str:
3100
+ """
3101
+ The threshold for warn-level alerts.
3102
+ """
3034
3103
  return pulumi.get(self, "threshold")
3035
3104
 
3036
3105
  @property
3037
3106
  @pulumi.getter
3038
3107
  def times(self) -> int:
3108
+ """
3109
+ The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.
3110
+ """
3039
3111
  return pulumi.get(self, "times")
3040
3112
 
3041
3113
 
@@ -3084,17 +3156,27 @@ class GetHybridMonitorDatasDataLabelResult(dict):
3084
3156
  def __init__(__self__, *,
3085
3157
  key: str,
3086
3158
  value: str):
3159
+ """
3160
+ :param str key: Label key.
3161
+ :param str value: Label value.
3162
+ """
3087
3163
  pulumi.set(__self__, "key", key)
3088
3164
  pulumi.set(__self__, "value", value)
3089
3165
 
3090
3166
  @property
3091
3167
  @pulumi.getter
3092
3168
  def key(self) -> str:
3169
+ """
3170
+ Label key.
3171
+ """
3093
3172
  return pulumi.get(self, "key")
3094
3173
 
3095
3174
  @property
3096
3175
  @pulumi.getter
3097
3176
  def value(self) -> str:
3177
+ """
3178
+ Label value.
3179
+ """
3098
3180
  return pulumi.get(self, "value")
3099
3181
 
3100
3182
 
@@ -3103,17 +3185,27 @@ class GetHybridMonitorDatasDataValueResult(dict):
3103
3185
  def __init__(__self__, *,
3104
3186
  ts: str,
3105
3187
  value: str):
3188
+ """
3189
+ :param str ts: The timestamp that indicates the time when the metric value is collected. Unit: seconds.
3190
+ :param str value: The value of the monitoring indicator.
3191
+ """
3106
3192
  pulumi.set(__self__, "ts", ts)
3107
3193
  pulumi.set(__self__, "value", value)
3108
3194
 
3109
3195
  @property
3110
3196
  @pulumi.getter
3111
3197
  def ts(self) -> str:
3198
+ """
3199
+ The timestamp that indicates the time when the metric value is collected. Unit: seconds.
3200
+ """
3112
3201
  return pulumi.get(self, "ts")
3113
3202
 
3114
3203
  @property
3115
3204
  @pulumi.getter
3116
3205
  def value(self) -> str:
3206
+ """
3207
+ The value of the monitoring indicator.
3208
+ """
3117
3209
  return pulumi.get(self, "value")
3118
3210
 
3119
3211
 
@@ -3495,17 +3587,27 @@ class GetHybridMonitorSlsTasksTaskAttachLabelResult(dict):
3495
3587
  def __init__(__self__, *,
3496
3588
  name: str,
3497
3589
  value: str):
3590
+ """
3591
+ :param str name: The key of the tag.
3592
+ :param str value: The value of the tag.
3593
+ """
3498
3594
  pulumi.set(__self__, "name", name)
3499
3595
  pulumi.set(__self__, "value", value)
3500
3596
 
3501
3597
  @property
3502
3598
  @pulumi.getter
3503
3599
  def name(self) -> str:
3600
+ """
3601
+ The key of the tag.
3602
+ """
3504
3603
  return pulumi.get(self, "name")
3505
3604
 
3506
3605
  @property
3507
3606
  @pulumi.getter
3508
3607
  def value(self) -> str:
3608
+ """
3609
+ The value of the tag.
3610
+ """
3509
3611
  return pulumi.get(self, "value")
3510
3612
 
3511
3613
 
@@ -3515,6 +3617,11 @@ class GetHybridMonitorSlsTasksTaskMatchExpressResult(dict):
3515
3617
  function: str,
3516
3618
  name: str,
3517
3619
  value: str):
3620
+ """
3621
+ :param str function: The method that is used to match the instance name.
3622
+ :param str name: The name of the instance.
3623
+ :param str value: The keyword that corresponds to the instance name.
3624
+ """
3518
3625
  pulumi.set(__self__, "function", function)
3519
3626
  pulumi.set(__self__, "name", name)
3520
3627
  pulumi.set(__self__, "value", value)
@@ -3522,16 +3629,25 @@ class GetHybridMonitorSlsTasksTaskMatchExpressResult(dict):
3522
3629
  @property
3523
3630
  @pulumi.getter
3524
3631
  def function(self) -> str:
3632
+ """
3633
+ The method that is used to match the instance name.
3634
+ """
3525
3635
  return pulumi.get(self, "function")
3526
3636
 
3527
3637
  @property
3528
3638
  @pulumi.getter
3529
3639
  def name(self) -> str:
3640
+ """
3641
+ The name of the instance.
3642
+ """
3530
3643
  return pulumi.get(self, "name")
3531
3644
 
3532
3645
  @property
3533
3646
  @pulumi.getter
3534
3647
  def value(self) -> str:
3648
+ """
3649
+ The keyword that corresponds to the instance name.
3650
+ """
3535
3651
  return pulumi.get(self, "value")
3536
3652
 
3537
3653
 
@@ -3975,6 +4091,14 @@ class GetMetricRuleTemplatesTemplateAlertTemplateResult(dict):
3975
4091
  rule_name: str,
3976
4092
  selector: str,
3977
4093
  webhook: str):
4094
+ """
4095
+ :param str category: The abbreviation of the service name. Valid values: `ecs`, `rds`, `ads`, `slb`, `vpc`, `apigateway`, `cdn`, `cs`, `dcdn`, `ddos`, `eip`, `elasticsearch`, `emr`, `ess`, `hbase`, `iot_edge`, `kvstore_sharding`, `kvstore_splitrw`, `kvstore_standard`, `memcache`, `mns`, `mongodb`, `mongodb_cluster`, `mongodb_sharding`, `mq_topic`, `ocs`, `opensearch`, `oss`, `polardb`, `petadata`, `scdn`, `sharebandwidthpackages`, `sls`, `vpn`.
4096
+ :param Sequence['GetMetricRuleTemplatesTemplateAlertTemplateEscalationArgs'] escalations: The information about the trigger condition based on the alert level.
4097
+ :param str metric_name: The name of the metric.
4098
+ :param str namespace: The namespace of the service.
4099
+ :param str rule_name: The name of the alert rule.
4100
+ :param str webhook: The callback URL to which a POST request is sent when an alert is triggered based on the alert rule.
4101
+ """
3978
4102
  pulumi.set(__self__, "category", category)
3979
4103
  pulumi.set(__self__, "escalations", escalations)
3980
4104
  pulumi.set(__self__, "metric_name", metric_name)
@@ -3986,26 +4110,41 @@ class GetMetricRuleTemplatesTemplateAlertTemplateResult(dict):
3986
4110
  @property
3987
4111
  @pulumi.getter
3988
4112
  def category(self) -> str:
4113
+ """
4114
+ The abbreviation of the service name. Valid values: `ecs`, `rds`, `ads`, `slb`, `vpc`, `apigateway`, `cdn`, `cs`, `dcdn`, `ddos`, `eip`, `elasticsearch`, `emr`, `ess`, `hbase`, `iot_edge`, `kvstore_sharding`, `kvstore_splitrw`, `kvstore_standard`, `memcache`, `mns`, `mongodb`, `mongodb_cluster`, `mongodb_sharding`, `mq_topic`, `ocs`, `opensearch`, `oss`, `polardb`, `petadata`, `scdn`, `sharebandwidthpackages`, `sls`, `vpn`.
4115
+ """
3989
4116
  return pulumi.get(self, "category")
3990
4117
 
3991
4118
  @property
3992
4119
  @pulumi.getter
3993
4120
  def escalations(self) -> Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationResult']:
4121
+ """
4122
+ The information about the trigger condition based on the alert level.
4123
+ """
3994
4124
  return pulumi.get(self, "escalations")
3995
4125
 
3996
4126
  @property
3997
4127
  @pulumi.getter(name="metricName")
3998
4128
  def metric_name(self) -> str:
4129
+ """
4130
+ The name of the metric.
4131
+ """
3999
4132
  return pulumi.get(self, "metric_name")
4000
4133
 
4001
4134
  @property
4002
4135
  @pulumi.getter
4003
4136
  def namespace(self) -> str:
4137
+ """
4138
+ The namespace of the service.
4139
+ """
4004
4140
  return pulumi.get(self, "namespace")
4005
4141
 
4006
4142
  @property
4007
4143
  @pulumi.getter(name="ruleName")
4008
4144
  def rule_name(self) -> str:
4145
+ """
4146
+ The name of the alert rule.
4147
+ """
4009
4148
  return pulumi.get(self, "rule_name")
4010
4149
 
4011
4150
  @property
@@ -4016,6 +4155,9 @@ class GetMetricRuleTemplatesTemplateAlertTemplateResult(dict):
4016
4155
  @property
4017
4156
  @pulumi.getter
4018
4157
  def webhook(self) -> str:
4158
+ """
4159
+ The callback URL to which a POST request is sent when an alert is triggered based on the alert rule.
4160
+ """
4019
4161
  return pulumi.get(self, "webhook")
4020
4162
 
4021
4163
 
@@ -4025,6 +4167,11 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationResult(dict):
4025
4167
  criticals: Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationCriticalResult'],
4026
4168
  infos: Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationInfoResult'],
4027
4169
  warns: Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarnResult']):
4170
+ """
4171
+ :param Sequence['GetMetricRuleTemplatesTemplateAlertTemplateEscalationCriticalArgs'] criticals: The condition for triggering critical-level alerts.
4172
+ :param Sequence['GetMetricRuleTemplatesTemplateAlertTemplateEscalationInfoArgs'] infos: The condition for triggering info-level alerts.
4173
+ :param Sequence['GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarnArgs'] warns: The condition for triggering warn-level alerts.
4174
+ """
4028
4175
  pulumi.set(__self__, "criticals", criticals)
4029
4176
  pulumi.set(__self__, "infos", infos)
4030
4177
  pulumi.set(__self__, "warns", warns)
@@ -4032,16 +4179,25 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationResult(dict):
4032
4179
  @property
4033
4180
  @pulumi.getter
4034
4181
  def criticals(self) -> Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationCriticalResult']:
4182
+ """
4183
+ The condition for triggering critical-level alerts.
4184
+ """
4035
4185
  return pulumi.get(self, "criticals")
4036
4186
 
4037
4187
  @property
4038
4188
  @pulumi.getter
4039
4189
  def infos(self) -> Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationInfoResult']:
4190
+ """
4191
+ The condition for triggering info-level alerts.
4192
+ """
4040
4193
  return pulumi.get(self, "infos")
4041
4194
 
4042
4195
  @property
4043
4196
  @pulumi.getter
4044
4197
  def warns(self) -> Sequence['outputs.GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarnResult']:
4198
+ """
4199
+ The condition for triggering warn-level alerts.
4200
+ """
4045
4201
  return pulumi.get(self, "warns")
4046
4202
 
4047
4203
 
@@ -4052,6 +4208,13 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationCriticalResult(dict):
4052
4208
  statistics: str,
4053
4209
  threshold: str,
4054
4210
  times: str):
4211
+ """
4212
+ :param str comparison_operator: The comparison operator of the threshold for critical-level alerts.Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
4213
+ :param str statistics: The statistical aggregation method for critical-level alerts.
4214
+ :param str threshold: The threshold for critical-level alerts.
4215
+ :param str times: The consecutive number of times for which the metric value is measured before a
4216
+ critical-level alert is triggered.
4217
+ """
4055
4218
  pulumi.set(__self__, "comparison_operator", comparison_operator)
4056
4219
  pulumi.set(__self__, "statistics", statistics)
4057
4220
  pulumi.set(__self__, "threshold", threshold)
@@ -4060,21 +4223,34 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationCriticalResult(dict):
4060
4223
  @property
4061
4224
  @pulumi.getter(name="comparisonOperator")
4062
4225
  def comparison_operator(self) -> str:
4226
+ """
4227
+ The comparison operator of the threshold for critical-level alerts.Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
4228
+ """
4063
4229
  return pulumi.get(self, "comparison_operator")
4064
4230
 
4065
4231
  @property
4066
4232
  @pulumi.getter
4067
4233
  def statistics(self) -> str:
4234
+ """
4235
+ The statistical aggregation method for critical-level alerts.
4236
+ """
4068
4237
  return pulumi.get(self, "statistics")
4069
4238
 
4070
4239
  @property
4071
4240
  @pulumi.getter
4072
4241
  def threshold(self) -> str:
4242
+ """
4243
+ The threshold for critical-level alerts.
4244
+ """
4073
4245
  return pulumi.get(self, "threshold")
4074
4246
 
4075
4247
  @property
4076
4248
  @pulumi.getter
4077
4249
  def times(self) -> str:
4250
+ """
4251
+ The consecutive number of times for which the metric value is measured before a
4252
+ critical-level alert is triggered.
4253
+ """
4078
4254
  return pulumi.get(self, "times")
4079
4255
 
4080
4256
 
@@ -4085,6 +4261,13 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationInfoResult(dict):
4085
4261
  statistics: str,
4086
4262
  threshold: str,
4087
4263
  times: str):
4264
+ """
4265
+ :param str comparison_operator: The comparison operator of the threshold for info-level alerts.Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
4266
+ :param str statistics: The statistical aggregation method for info-level alerts.
4267
+ :param str threshold: The threshold for info-level alerts.
4268
+ :param str times: The consecutive number of times for which the metric value is measured before an info-level
4269
+ alert is triggered.
4270
+ """
4088
4271
  pulumi.set(__self__, "comparison_operator", comparison_operator)
4089
4272
  pulumi.set(__self__, "statistics", statistics)
4090
4273
  pulumi.set(__self__, "threshold", threshold)
@@ -4093,21 +4276,34 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationInfoResult(dict):
4093
4276
  @property
4094
4277
  @pulumi.getter(name="comparisonOperator")
4095
4278
  def comparison_operator(self) -> str:
4279
+ """
4280
+ The comparison operator of the threshold for info-level alerts.Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
4281
+ """
4096
4282
  return pulumi.get(self, "comparison_operator")
4097
4283
 
4098
4284
  @property
4099
4285
  @pulumi.getter
4100
4286
  def statistics(self) -> str:
4287
+ """
4288
+ The statistical aggregation method for info-level alerts.
4289
+ """
4101
4290
  return pulumi.get(self, "statistics")
4102
4291
 
4103
4292
  @property
4104
4293
  @pulumi.getter
4105
4294
  def threshold(self) -> str:
4295
+ """
4296
+ The threshold for info-level alerts.
4297
+ """
4106
4298
  return pulumi.get(self, "threshold")
4107
4299
 
4108
4300
  @property
4109
4301
  @pulumi.getter
4110
4302
  def times(self) -> str:
4303
+ """
4304
+ The consecutive number of times for which the metric value is measured before an info-level
4305
+ alert is triggered.
4306
+ """
4111
4307
  return pulumi.get(self, "times")
4112
4308
 
4113
4309
 
@@ -4118,6 +4314,13 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarnResult(dict):
4118
4314
  statistics: str,
4119
4315
  threshold: str,
4120
4316
  times: str):
4317
+ """
4318
+ :param str comparison_operator: The comparison operator of the threshold for warn-level alerts.Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
4319
+ :param str statistics: The statistical aggregation method for warn-level alerts.
4320
+ :param str threshold: The threshold for warn-level alerts.
4321
+ :param str times: The consecutive number of times for which the metric value is measured before a warn-level
4322
+ alert is triggered.
4323
+ """
4121
4324
  pulumi.set(__self__, "comparison_operator", comparison_operator)
4122
4325
  pulumi.set(__self__, "statistics", statistics)
4123
4326
  pulumi.set(__self__, "threshold", threshold)
@@ -4126,21 +4329,34 @@ class GetMetricRuleTemplatesTemplateAlertTemplateEscalationWarnResult(dict):
4126
4329
  @property
4127
4330
  @pulumi.getter(name="comparisonOperator")
4128
4331
  def comparison_operator(self) -> str:
4332
+ """
4333
+ The comparison operator of the threshold for warn-level alerts.Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
4334
+ """
4129
4335
  return pulumi.get(self, "comparison_operator")
4130
4336
 
4131
4337
  @property
4132
4338
  @pulumi.getter
4133
4339
  def statistics(self) -> str:
4340
+ """
4341
+ The statistical aggregation method for warn-level alerts.
4342
+ """
4134
4343
  return pulumi.get(self, "statistics")
4135
4344
 
4136
4345
  @property
4137
4346
  @pulumi.getter
4138
4347
  def threshold(self) -> str:
4348
+ """
4349
+ The threshold for warn-level alerts.
4350
+ """
4139
4351
  return pulumi.get(self, "threshold")
4140
4352
 
4141
4353
  @property
4142
4354
  @pulumi.getter
4143
4355
  def times(self) -> str:
4356
+ """
4357
+ The consecutive number of times for which the metric value is measured before a warn-level
4358
+ alert is triggered.
4359
+ """
4144
4360
  return pulumi.get(self, "times")
4145
4361
 
4146
4362
 
@@ -111,7 +111,7 @@ def get_chart_namespaces(ids: Optional[Sequence[str]] = None,
111
111
 
112
112
 
113
113
  :param Sequence[str] ids: A list of matched Container Registry Enterprise Edition namespaces.
114
- :param str instance_id: The ID of the namespace.
114
+ :param str instance_id: The ID of the Container Registry instance.
115
115
  :param str name_regex: A regex string to filter results by name space name.
116
116
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
117
117
  """
@@ -146,7 +146,7 @@ def get_chart_namespaces_output(ids: Optional[pulumi.Input[Optional[Sequence[str
146
146
 
147
147
 
148
148
  :param Sequence[str] ids: A list of matched Container Registry Enterprise Edition namespaces.
149
- :param str instance_id: The ID of the namespace.
149
+ :param str instance_id: The ID of the Container Registry instance.
150
150
  :param str name_regex: A regex string to filter results by name space name.
151
151
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
152
152
  """
@@ -127,7 +127,7 @@ def get_chart_repositories(ids: Optional[Sequence[str]] = None,
127
127
 
128
128
 
129
129
  :param Sequence[str] ids: A list of matched Container Registry Enterprise Edition repositories.
130
- :param str instance_id: The ID of the Container Registry instance.
130
+ :param str instance_id: InstanceId.
131
131
  :param str name_regex: A regex string to filter results by repository name.
132
132
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
133
133
  """
@@ -178,7 +178,7 @@ def get_chart_repositories_output(ids: Optional[pulumi.Input[Optional[Sequence[s
178
178
 
179
179
 
180
180
  :param Sequence[str] ids: A list of matched Container Registry Enterprise Edition repositories.
181
- :param str instance_id: The ID of the Container Registry instance.
181
+ :param str instance_id: InstanceId.
182
182
  :param str name_regex: A regex string to filter results by repository name.
183
183
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
184
184
  """
@@ -118,7 +118,7 @@ def get_endpoint_acl_policies(endpoint_type: Optional[str] = None,
118
118
  ```
119
119
 
120
120
 
121
- :param str endpoint_type: The type of endpoint.
121
+ :param str endpoint_type: The type of endpoint. Valid values: `internet`.
122
122
  :param Sequence[str] ids: A list of Endpoint Acl Policy IDs.
123
123
  :param str instance_id: The ID of the CR Instance.
124
124
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -169,7 +169,7 @@ def get_endpoint_acl_policies_output(endpoint_type: Optional[pulumi.Input[str]]
169
169
  ```
170
170
 
171
171
 
172
- :param str endpoint_type: The type of endpoint.
172
+ :param str endpoint_type: The type of endpoint. Valid values: `internet`.
173
173
  :param Sequence[str] ids: A list of Endpoint Acl Policy IDs.
174
174
  :param str instance_id: The ID of the CR Instance.
175
175
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -116,7 +116,7 @@ def get_endpoint_acl_service(enable: Optional[bool] = None,
116
116
  ```
117
117
 
118
118
 
119
- :param bool enable: Whether to enable Acl Service. Valid values: `true` and `false`.
119
+ :param bool enable: Whether to enable Acl Service, Setting the value to `true` to enable the acl service. Valid values: `true` and `false`.
120
120
  :param str endpoint_type: The type of endpoint. Valid values: `internet`.
121
121
  :param str instance_id: The ID of the CR Instance.
122
122
  :param str module_name: The ModuleName. Valid values: `Registry`.
@@ -170,7 +170,7 @@ def get_endpoint_acl_service_output(enable: Optional[pulumi.Input[bool]] = None,
170
170
  ```
171
171
 
172
172
 
173
- :param bool enable: Whether to enable Acl Service. Valid values: `true` and `false`.
173
+ :param bool enable: Whether to enable Acl Service, Setting the value to `true` to enable the acl service. Valid values: `true` and `false`.
174
174
  :param str endpoint_type: The type of endpoint. Valid values: `internet`.
175
175
  :param str instance_id: The ID of the CR Instance.
176
176
  :param str module_name: The ModuleName. Valid values: `Registry`.
@@ -140,6 +140,8 @@ def get_vpc_endpoint_linked_vpcs(ids: Optional[Sequence[str]] = None,
140
140
  :param Sequence[str] ids: A list of CR Vpc Endpoint Linked Vpc IDs.
141
141
  :param str instance_id: The ID of the instance.
142
142
  :param str module_name: The name of the module that you want to access. Valid Values:
143
+ - `Registry`: the image repository.
144
+ - `Chart`: a Helm chart.
143
145
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
144
146
  :param str status: The status of the Vpc Endpoint Linked Vpc. Valid Values: `CREATING`, `RUNNING`.
145
147
  """
@@ -192,6 +194,8 @@ def get_vpc_endpoint_linked_vpcs_output(ids: Optional[pulumi.Input[Optional[Sequ
192
194
  :param Sequence[str] ids: A list of CR Vpc Endpoint Linked Vpc IDs.
193
195
  :param str instance_id: The ID of the instance.
194
196
  :param str module_name: The name of the module that you want to access. Valid Values:
197
+ - `Registry`: the image repository.
198
+ - `Chart`: a Helm chart.
195
199
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
196
200
  :param str status: The status of the Vpc Endpoint Linked Vpc. Valid Values: `CREATING`, `RUNNING`.
197
201
  """
@@ -1195,6 +1195,8 @@ class GetVpcEndpointLinkedVpcsVpcEndpointLinkedVpcResult(dict):
1195
1195
  :param str instance_id: The ID of the instance.
1196
1196
  :param str ip: IP address.
1197
1197
  :param str module_name: The name of the module that you want to access. Valid Values:
1198
+ - `Registry`: the image repository.
1199
+ - `Chart`: a Helm chart.
1198
1200
  :param str status: The status of the Vpc Endpoint Linked Vpc. Valid Values: `CREATING`, `RUNNING`.
1199
1201
  :param str vpc_id: The ID of the VPC.
1200
1202
  :param str vswitch_id: The ID of the vSwitch.
@@ -1245,6 +1247,8 @@ class GetVpcEndpointLinkedVpcsVpcEndpointLinkedVpcResult(dict):
1245
1247
  def module_name(self) -> str:
1246
1248
  """
1247
1249
  The name of the module that you want to access. Valid Values:
1250
+ - `Registry`: the image repository.
1251
+ - `Chart`: a Helm chart.
1248
1252
  """
1249
1253
  return pulumi.get(self, "module_name")
1250
1254