pulumi-alicloud 3.59.0a1720761596__py3-none-any.whl → 3.59.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (144) hide show
  1. pulumi_alicloud/__init__.py +48 -0
  2. pulumi_alicloud/_utilities.py +3 -4
  3. pulumi_alicloud/adb/_inputs.py +14 -0
  4. pulumi_alicloud/adb/outputs.py +14 -0
  5. pulumi_alicloud/adb/resource_group.py +115 -119
  6. pulumi_alicloud/alb/_inputs.py +224 -0
  7. pulumi_alicloud/alb/outputs.py +260 -0
  8. pulumi_alicloud/arms/_inputs.py +438 -0
  9. pulumi_alicloud/arms/outputs.py +442 -0
  10. pulumi_alicloud/bp/_inputs.py +14 -0
  11. pulumi_alicloud/bp/outputs.py +14 -0
  12. pulumi_alicloud/cas/outputs.py +4 -0
  13. pulumi_alicloud/cddc/outputs.py +6 -0
  14. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  15. pulumi_alicloud/cfg/_inputs.py +20 -0
  16. pulumi_alicloud/cfg/outputs.py +20 -0
  17. pulumi_alicloud/clickhouse/get_regions.py +2 -2
  18. pulumi_alicloud/clickhouse/outputs.py +4 -0
  19. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  20. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  21. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  22. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  23. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  24. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +150 -27
  25. pulumi_alicloud/cms/_inputs.py +188 -0
  26. pulumi_alicloud/cms/outputs.py +228 -0
  27. pulumi_alicloud/compute/_inputs.py +4 -0
  28. pulumi_alicloud/compute/outputs.py +4 -0
  29. pulumi_alicloud/cs/_inputs.py +22 -0
  30. pulumi_alicloud/cs/node_pool.py +7 -7
  31. pulumi_alicloud/cs/outputs.py +22 -0
  32. pulumi_alicloud/databasegateway/outputs.py +42 -0
  33. pulumi_alicloud/dcdn/_inputs.py +555 -27
  34. pulumi_alicloud/dcdn/domain.py +366 -217
  35. pulumi_alicloud/dcdn/outputs.py +550 -22
  36. pulumi_alicloud/ddos/_inputs.py +162 -0
  37. pulumi_alicloud/ddos/outputs.py +162 -0
  38. pulumi_alicloud/dfs/file_system.py +52 -19
  39. pulumi_alicloud/directmail/get_domains.py +31 -24
  40. pulumi_alicloud/directmail/outputs.py +131 -32
  41. pulumi_alicloud/ebs/_inputs.py +22 -0
  42. pulumi_alicloud/ebs/outputs.py +22 -0
  43. pulumi_alicloud/eci/_inputs.py +100 -0
  44. pulumi_alicloud/eci/outputs.py +100 -0
  45. pulumi_alicloud/ecs/_inputs.py +242 -16
  46. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  47. pulumi_alicloud/ecs/image.py +607 -121
  48. pulumi_alicloud/ecs/instance.py +304 -102
  49. pulumi_alicloud/ecs/outputs.py +348 -17
  50. pulumi_alicloud/edas/_inputs.py +28 -0
  51. pulumi_alicloud/edas/outputs.py +28 -0
  52. pulumi_alicloud/ehpc/_inputs.py +6 -0
  53. pulumi_alicloud/ehpc/outputs.py +6 -0
  54. pulumi_alicloud/emr/_inputs.py +134 -0
  55. pulumi_alicloud/emr/outputs.py +148 -0
  56. pulumi_alicloud/emrv2/_inputs.py +714 -0
  57. pulumi_alicloud/emrv2/cluster.py +14 -14
  58. pulumi_alicloud/emrv2/outputs.py +724 -0
  59. pulumi_alicloud/ens/__init__.py +2 -0
  60. pulumi_alicloud/ens/eip_instance_attachment.py +480 -0
  61. pulumi_alicloud/ens/instance.py +16 -17
  62. pulumi_alicloud/ens/nat_gateway.py +458 -0
  63. pulumi_alicloud/ess/_inputs.py +24 -0
  64. pulumi_alicloud/ess/eci_scaling_configuration.py +94 -0
  65. pulumi_alicloud/ess/outputs.py +24 -0
  66. pulumi_alicloud/ess/scaling_group.py +94 -0
  67. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  68. pulumi_alicloud/eventbridge/outputs.py +156 -0
  69. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  70. pulumi_alicloud/expressconnect/outputs.py +12 -0
  71. pulumi_alicloud/fc/_inputs.py +32 -0
  72. pulumi_alicloud/fc/outputs.py +32 -0
  73. pulumi_alicloud/ga/_inputs.py +24 -0
  74. pulumi_alicloud/ga/bandwidth_package_attachment.py +34 -34
  75. pulumi_alicloud/ga/listener.py +122 -0
  76. pulumi_alicloud/ga/outputs.py +24 -0
  77. pulumi_alicloud/gpdb/__init__.py +4 -0
  78. pulumi_alicloud/gpdb/_inputs.py +48 -0
  79. pulumi_alicloud/gpdb/external_data_service.py +485 -0
  80. pulumi_alicloud/gpdb/outputs.py +60 -0
  81. pulumi_alicloud/gpdb/remote_adb_data_source.py +763 -0
  82. pulumi_alicloud/gpdb/streaming_data_service.py +481 -0
  83. pulumi_alicloud/gpdb/streaming_data_source.py +645 -0
  84. pulumi_alicloud/hbr/_inputs.py +68 -0
  85. pulumi_alicloud/hbr/outputs.py +68 -0
  86. pulumi_alicloud/imp/_inputs.py +14 -0
  87. pulumi_alicloud/imp/outputs.py +14 -0
  88. pulumi_alicloud/log/_inputs.py +14 -0
  89. pulumi_alicloud/log/outputs.py +14 -0
  90. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  91. pulumi_alicloud/maxcompute/outputs.py +54 -34
  92. pulumi_alicloud/maxcompute/project.py +230 -66
  93. pulumi_alicloud/mongodb/_inputs.py +14 -0
  94. pulumi_alicloud/mongodb/outputs.py +14 -0
  95. pulumi_alicloud/oss/_inputs.py +100 -0
  96. pulumi_alicloud/oss/outputs.py +100 -0
  97. pulumi_alicloud/ots/_inputs.py +60 -0
  98. pulumi_alicloud/ots/outputs.py +60 -0
  99. pulumi_alicloud/polardb/_inputs.py +10 -0
  100. pulumi_alicloud/polardb/cluster.py +28 -28
  101. pulumi_alicloud/polardb/outputs.py +10 -0
  102. pulumi_alicloud/pulumi-plugin.json +1 -1
  103. pulumi_alicloud/pvtz/outputs.py +18 -0
  104. pulumi_alicloud/quotas/_inputs.py +10 -0
  105. pulumi_alicloud/quotas/outputs.py +10 -0
  106. pulumi_alicloud/ram/_inputs.py +24 -0
  107. pulumi_alicloud/ram/outputs.py +24 -0
  108. pulumi_alicloud/rdc/organization.py +2 -2
  109. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  110. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  111. pulumi_alicloud/redis/tair_instance.py +161 -67
  112. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  113. pulumi_alicloud/rocketmq/outputs.py +36 -0
  114. pulumi_alicloud/ros/_inputs.py +72 -0
  115. pulumi_alicloud/ros/outputs.py +72 -0
  116. pulumi_alicloud/sae/_inputs.py +118 -0
  117. pulumi_alicloud/sae/outputs.py +118 -0
  118. pulumi_alicloud/scdn/_inputs.py +56 -0
  119. pulumi_alicloud/scdn/outputs.py +56 -0
  120. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  121. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  122. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  123. pulumi_alicloud/servicemesh/outputs.py +154 -0
  124. pulumi_alicloud/slb/_inputs.py +8 -8
  125. pulumi_alicloud/slb/outputs.py +8 -8
  126. pulumi_alicloud/slb/server_group.py +140 -84
  127. pulumi_alicloud/sls/_inputs.py +186 -0
  128. pulumi_alicloud/sls/outputs.py +186 -0
  129. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  130. pulumi_alicloud/threatdetection/outputs.py +32 -0
  131. pulumi_alicloud/vod/_inputs.py +18 -0
  132. pulumi_alicloud/vod/outputs.py +18 -0
  133. pulumi_alicloud/vpc/_inputs.py +50 -12
  134. pulumi_alicloud/vpc/network.py +332 -134
  135. pulumi_alicloud/vpc/outputs.py +50 -12
  136. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  137. pulumi_alicloud/vpn/_inputs.py +10 -0
  138. pulumi_alicloud/vpn/outputs.py +14 -0
  139. pulumi_alicloud/wafv3/_inputs.py +10 -0
  140. pulumi_alicloud/wafv3/outputs.py +10 -0
  141. {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  142. {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +144 -138
  143. {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  144. {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -479,6 +479,18 @@ class ContainerGroupContainerLivenessProbeArgs:
479
479
  success_threshold: Optional[pulumi.Input[int]] = None,
480
480
  tcp_sockets: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeTcpSocketArgs']]]] = None,
481
481
  timeout_seconds: Optional[pulumi.Input[int]] = None):
482
+ """
483
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeExecArgs']]] execs: Health check using command line method. See `exec` below.
484
+ :param pulumi.Input[int] failure_threshold: Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
485
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeHttpGetArgs']]] http_gets: Health check using HTTP request method. See `http_get` below.
486
+
487
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
488
+ :param pulumi.Input[int] initial_delay_seconds: Check the time to start execution, calculated from the completion of container startup.
489
+ :param pulumi.Input[int] period_seconds: Buffer time for the program to handle operations before closing.
490
+ :param pulumi.Input[int] success_threshold: The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
491
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeTcpSocketArgs']]] tcp_sockets: Health check using TCP socket method. See `tcp_socket` below.
492
+ :param pulumi.Input[int] timeout_seconds: Check the timeout, the default is 1 second, the minimum is 1 second.
493
+ """
482
494
  if execs is not None:
483
495
  pulumi.set(__self__, "execs", execs)
484
496
  if failure_threshold is not None:
@@ -499,6 +511,9 @@ class ContainerGroupContainerLivenessProbeArgs:
499
511
  @property
500
512
  @pulumi.getter
501
513
  def execs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeExecArgs']]]]:
514
+ """
515
+ Health check using command line method. See `exec` below.
516
+ """
502
517
  return pulumi.get(self, "execs")
503
518
 
504
519
  @execs.setter
@@ -508,6 +523,9 @@ class ContainerGroupContainerLivenessProbeArgs:
508
523
  @property
509
524
  @pulumi.getter(name="failureThreshold")
510
525
  def failure_threshold(self) -> Optional[pulumi.Input[int]]:
526
+ """
527
+ Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
528
+ """
511
529
  return pulumi.get(self, "failure_threshold")
512
530
 
513
531
  @failure_threshold.setter
@@ -517,6 +535,11 @@ class ContainerGroupContainerLivenessProbeArgs:
517
535
  @property
518
536
  @pulumi.getter(name="httpGets")
519
537
  def http_gets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeHttpGetArgs']]]]:
538
+ """
539
+ Health check using HTTP request method. See `http_get` below.
540
+
541
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
542
+ """
520
543
  return pulumi.get(self, "http_gets")
521
544
 
522
545
  @http_gets.setter
@@ -526,6 +549,9 @@ class ContainerGroupContainerLivenessProbeArgs:
526
549
  @property
527
550
  @pulumi.getter(name="initialDelaySeconds")
528
551
  def initial_delay_seconds(self) -> Optional[pulumi.Input[int]]:
552
+ """
553
+ Check the time to start execution, calculated from the completion of container startup.
554
+ """
529
555
  return pulumi.get(self, "initial_delay_seconds")
530
556
 
531
557
  @initial_delay_seconds.setter
@@ -535,6 +561,9 @@ class ContainerGroupContainerLivenessProbeArgs:
535
561
  @property
536
562
  @pulumi.getter(name="periodSeconds")
537
563
  def period_seconds(self) -> Optional[pulumi.Input[int]]:
564
+ """
565
+ Buffer time for the program to handle operations before closing.
566
+ """
538
567
  return pulumi.get(self, "period_seconds")
539
568
 
540
569
  @period_seconds.setter
@@ -544,6 +573,9 @@ class ContainerGroupContainerLivenessProbeArgs:
544
573
  @property
545
574
  @pulumi.getter(name="successThreshold")
546
575
  def success_threshold(self) -> Optional[pulumi.Input[int]]:
576
+ """
577
+ The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
578
+ """
547
579
  return pulumi.get(self, "success_threshold")
548
580
 
549
581
  @success_threshold.setter
@@ -553,6 +585,9 @@ class ContainerGroupContainerLivenessProbeArgs:
553
585
  @property
554
586
  @pulumi.getter(name="tcpSockets")
555
587
  def tcp_sockets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerLivenessProbeTcpSocketArgs']]]]:
588
+ """
589
+ Health check using TCP socket method. See `tcp_socket` below.
590
+ """
556
591
  return pulumi.get(self, "tcp_sockets")
557
592
 
558
593
  @tcp_sockets.setter
@@ -562,6 +597,9 @@ class ContainerGroupContainerLivenessProbeArgs:
562
597
  @property
563
598
  @pulumi.getter(name="timeoutSeconds")
564
599
  def timeout_seconds(self) -> Optional[pulumi.Input[int]]:
600
+ """
601
+ Check the timeout, the default is 1 second, the minimum is 1 second.
602
+ """
565
603
  return pulumi.get(self, "timeout_seconds")
566
604
 
567
605
  @timeout_seconds.setter
@@ -592,6 +630,9 @@ class ContainerGroupContainerLivenessProbeHttpGetArgs:
592
630
  path: Optional[pulumi.Input[str]] = None,
593
631
  port: Optional[pulumi.Input[int]] = None,
594
632
  scheme: Optional[pulumi.Input[str]] = None):
633
+ """
634
+ :param pulumi.Input[str] scheme: The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
635
+ """
595
636
  if path is not None:
596
637
  pulumi.set(__self__, "path", path)
597
638
  if port is not None:
@@ -620,6 +661,9 @@ class ContainerGroupContainerLivenessProbeHttpGetArgs:
620
661
  @property
621
662
  @pulumi.getter
622
663
  def scheme(self) -> Optional[pulumi.Input[str]]:
664
+ """
665
+ The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
666
+ """
623
667
  return pulumi.get(self, "scheme")
624
668
 
625
669
  @scheme.setter
@@ -684,6 +728,18 @@ class ContainerGroupContainerReadinessProbeArgs:
684
728
  success_threshold: Optional[pulumi.Input[int]] = None,
685
729
  tcp_sockets: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeTcpSocketArgs']]]] = None,
686
730
  timeout_seconds: Optional[pulumi.Input[int]] = None):
731
+ """
732
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeExecArgs']]] execs: Health check using command line method. See `exec` below.
733
+ :param pulumi.Input[int] failure_threshold: Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
734
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeHttpGetArgs']]] http_gets: Health check using HTTP request method. See `http_get` below.
735
+
736
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
737
+ :param pulumi.Input[int] initial_delay_seconds: Check the time to start execution, calculated from the completion of container startup.
738
+ :param pulumi.Input[int] period_seconds: Buffer time for the program to handle operations before closing.
739
+ :param pulumi.Input[int] success_threshold: The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
740
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeTcpSocketArgs']]] tcp_sockets: Health check using TCP socket method. See `tcp_socket` below.
741
+ :param pulumi.Input[int] timeout_seconds: Check the timeout, the default is 1 second, the minimum is 1 second.
742
+ """
687
743
  if execs is not None:
688
744
  pulumi.set(__self__, "execs", execs)
689
745
  if failure_threshold is not None:
@@ -704,6 +760,9 @@ class ContainerGroupContainerReadinessProbeArgs:
704
760
  @property
705
761
  @pulumi.getter
706
762
  def execs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeExecArgs']]]]:
763
+ """
764
+ Health check using command line method. See `exec` below.
765
+ """
707
766
  return pulumi.get(self, "execs")
708
767
 
709
768
  @execs.setter
@@ -713,6 +772,9 @@ class ContainerGroupContainerReadinessProbeArgs:
713
772
  @property
714
773
  @pulumi.getter(name="failureThreshold")
715
774
  def failure_threshold(self) -> Optional[pulumi.Input[int]]:
775
+ """
776
+ Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
777
+ """
716
778
  return pulumi.get(self, "failure_threshold")
717
779
 
718
780
  @failure_threshold.setter
@@ -722,6 +784,11 @@ class ContainerGroupContainerReadinessProbeArgs:
722
784
  @property
723
785
  @pulumi.getter(name="httpGets")
724
786
  def http_gets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeHttpGetArgs']]]]:
787
+ """
788
+ Health check using HTTP request method. See `http_get` below.
789
+
790
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
791
+ """
725
792
  return pulumi.get(self, "http_gets")
726
793
 
727
794
  @http_gets.setter
@@ -731,6 +798,9 @@ class ContainerGroupContainerReadinessProbeArgs:
731
798
  @property
732
799
  @pulumi.getter(name="initialDelaySeconds")
733
800
  def initial_delay_seconds(self) -> Optional[pulumi.Input[int]]:
801
+ """
802
+ Check the time to start execution, calculated from the completion of container startup.
803
+ """
734
804
  return pulumi.get(self, "initial_delay_seconds")
735
805
 
736
806
  @initial_delay_seconds.setter
@@ -740,6 +810,9 @@ class ContainerGroupContainerReadinessProbeArgs:
740
810
  @property
741
811
  @pulumi.getter(name="periodSeconds")
742
812
  def period_seconds(self) -> Optional[pulumi.Input[int]]:
813
+ """
814
+ Buffer time for the program to handle operations before closing.
815
+ """
743
816
  return pulumi.get(self, "period_seconds")
744
817
 
745
818
  @period_seconds.setter
@@ -749,6 +822,9 @@ class ContainerGroupContainerReadinessProbeArgs:
749
822
  @property
750
823
  @pulumi.getter(name="successThreshold")
751
824
  def success_threshold(self) -> Optional[pulumi.Input[int]]:
825
+ """
826
+ The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
827
+ """
752
828
  return pulumi.get(self, "success_threshold")
753
829
 
754
830
  @success_threshold.setter
@@ -758,6 +834,9 @@ class ContainerGroupContainerReadinessProbeArgs:
758
834
  @property
759
835
  @pulumi.getter(name="tcpSockets")
760
836
  def tcp_sockets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerReadinessProbeTcpSocketArgs']]]]:
837
+ """
838
+ Health check using TCP socket method. See `tcp_socket` below.
839
+ """
761
840
  return pulumi.get(self, "tcp_sockets")
762
841
 
763
842
  @tcp_sockets.setter
@@ -767,6 +846,9 @@ class ContainerGroupContainerReadinessProbeArgs:
767
846
  @property
768
847
  @pulumi.getter(name="timeoutSeconds")
769
848
  def timeout_seconds(self) -> Optional[pulumi.Input[int]]:
849
+ """
850
+ Check the timeout, the default is 1 second, the minimum is 1 second.
851
+ """
770
852
  return pulumi.get(self, "timeout_seconds")
771
853
 
772
854
  @timeout_seconds.setter
@@ -797,6 +879,9 @@ class ContainerGroupContainerReadinessProbeHttpGetArgs:
797
879
  path: Optional[pulumi.Input[str]] = None,
798
880
  port: Optional[pulumi.Input[int]] = None,
799
881
  scheme: Optional[pulumi.Input[str]] = None):
882
+ """
883
+ :param pulumi.Input[str] scheme: The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
884
+ """
800
885
  if path is not None:
801
886
  pulumi.set(__self__, "path", path)
802
887
  if port is not None:
@@ -825,6 +910,9 @@ class ContainerGroupContainerReadinessProbeHttpGetArgs:
825
910
  @property
826
911
  @pulumi.getter
827
912
  def scheme(self) -> Optional[pulumi.Input[str]]:
913
+ """
914
+ The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
915
+ """
828
916
  return pulumi.get(self, "scheme")
829
917
 
830
918
  @scheme.setter
@@ -855,6 +943,9 @@ class ContainerGroupContainerSecurityContextArgs:
855
943
  capabilities: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerGroupContainerSecurityContextCapabilityArgs']]]] = None,
856
944
  privileged: Optional[pulumi.Input[bool]] = None,
857
945
  run_as_user: Optional[pulumi.Input[int]] = None):
946
+ """
947
+ :param pulumi.Input[bool] privileged: Specifies whether to give extended privileges to this container. Default value: `false`. Valid values: `true` and `false`.
948
+ """
858
949
  if capabilities is not None:
859
950
  pulumi.set(__self__, "capabilities", capabilities)
860
951
  if privileged is not None:
@@ -874,6 +965,9 @@ class ContainerGroupContainerSecurityContextArgs:
874
965
  @property
875
966
  @pulumi.getter
876
967
  def privileged(self) -> Optional[pulumi.Input[bool]]:
968
+ """
969
+ Specifies whether to give extended privileges to this container. Default value: `false`. Valid values: `true` and `false`.
970
+ """
877
971
  return pulumi.get(self, "privileged")
878
972
 
879
973
  @privileged.setter
@@ -1786,6 +1880,9 @@ class ContainerGroupVolumeConfigFileVolumeConfigFileToPathArgs:
1786
1880
  def __init__(__self__, *,
1787
1881
  content: Optional[pulumi.Input[str]] = None,
1788
1882
  path: Optional[pulumi.Input[str]] = None):
1883
+ """
1884
+ :param pulumi.Input[str] content: The content of the configuration file. Maximum size: 32 KB.
1885
+ """
1789
1886
  if content is not None:
1790
1887
  pulumi.set(__self__, "content", content)
1791
1888
  if path is not None:
@@ -1794,6 +1891,9 @@ class ContainerGroupVolumeConfigFileVolumeConfigFileToPathArgs:
1794
1891
  @property
1795
1892
  @pulumi.getter
1796
1893
  def content(self) -> Optional[pulumi.Input[str]]:
1894
+ """
1895
+ The content of the configuration file. Maximum size: 32 KB.
1896
+ """
1797
1897
  return pulumi.get(self, "content")
1798
1898
 
1799
1899
  @content.setter
@@ -515,6 +515,18 @@ class ContainerGroupContainerLivenessProbe(dict):
515
515
  success_threshold: Optional[int] = None,
516
516
  tcp_sockets: Optional[Sequence['outputs.ContainerGroupContainerLivenessProbeTcpSocket']] = None,
517
517
  timeout_seconds: Optional[int] = None):
518
+ """
519
+ :param Sequence['ContainerGroupContainerLivenessProbeExecArgs'] execs: Health check using command line method. See `exec` below.
520
+ :param int failure_threshold: Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
521
+ :param Sequence['ContainerGroupContainerLivenessProbeHttpGetArgs'] http_gets: Health check using HTTP request method. See `http_get` below.
522
+
523
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
524
+ :param int initial_delay_seconds: Check the time to start execution, calculated from the completion of container startup.
525
+ :param int period_seconds: Buffer time for the program to handle operations before closing.
526
+ :param int success_threshold: The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
527
+ :param Sequence['ContainerGroupContainerLivenessProbeTcpSocketArgs'] tcp_sockets: Health check using TCP socket method. See `tcp_socket` below.
528
+ :param int timeout_seconds: Check the timeout, the default is 1 second, the minimum is 1 second.
529
+ """
518
530
  if execs is not None:
519
531
  pulumi.set(__self__, "execs", execs)
520
532
  if failure_threshold is not None:
@@ -535,41 +547,67 @@ class ContainerGroupContainerLivenessProbe(dict):
535
547
  @property
536
548
  @pulumi.getter
537
549
  def execs(self) -> Optional[Sequence['outputs.ContainerGroupContainerLivenessProbeExec']]:
550
+ """
551
+ Health check using command line method. See `exec` below.
552
+ """
538
553
  return pulumi.get(self, "execs")
539
554
 
540
555
  @property
541
556
  @pulumi.getter(name="failureThreshold")
542
557
  def failure_threshold(self) -> Optional[int]:
558
+ """
559
+ Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
560
+ """
543
561
  return pulumi.get(self, "failure_threshold")
544
562
 
545
563
  @property
546
564
  @pulumi.getter(name="httpGets")
547
565
  def http_gets(self) -> Optional[Sequence['outputs.ContainerGroupContainerLivenessProbeHttpGet']]:
566
+ """
567
+ Health check using HTTP request method. See `http_get` below.
568
+
569
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
570
+ """
548
571
  return pulumi.get(self, "http_gets")
549
572
 
550
573
  @property
551
574
  @pulumi.getter(name="initialDelaySeconds")
552
575
  def initial_delay_seconds(self) -> Optional[int]:
576
+ """
577
+ Check the time to start execution, calculated from the completion of container startup.
578
+ """
553
579
  return pulumi.get(self, "initial_delay_seconds")
554
580
 
555
581
  @property
556
582
  @pulumi.getter(name="periodSeconds")
557
583
  def period_seconds(self) -> Optional[int]:
584
+ """
585
+ Buffer time for the program to handle operations before closing.
586
+ """
558
587
  return pulumi.get(self, "period_seconds")
559
588
 
560
589
  @property
561
590
  @pulumi.getter(name="successThreshold")
562
591
  def success_threshold(self) -> Optional[int]:
592
+ """
593
+ The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
594
+ """
563
595
  return pulumi.get(self, "success_threshold")
564
596
 
565
597
  @property
566
598
  @pulumi.getter(name="tcpSockets")
567
599
  def tcp_sockets(self) -> Optional[Sequence['outputs.ContainerGroupContainerLivenessProbeTcpSocket']]:
600
+ """
601
+ Health check using TCP socket method. See `tcp_socket` below.
602
+ """
568
603
  return pulumi.get(self, "tcp_sockets")
569
604
 
570
605
  @property
571
606
  @pulumi.getter(name="timeoutSeconds")
572
607
  def timeout_seconds(self) -> Optional[int]:
608
+ """
609
+ Check the timeout, the default is 1 second, the minimum is 1 second.
610
+ """
573
611
  return pulumi.get(self, "timeout_seconds")
574
612
 
575
613
 
@@ -592,6 +630,9 @@ class ContainerGroupContainerLivenessProbeHttpGet(dict):
592
630
  path: Optional[str] = None,
593
631
  port: Optional[int] = None,
594
632
  scheme: Optional[str] = None):
633
+ """
634
+ :param str scheme: The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
635
+ """
595
636
  if path is not None:
596
637
  pulumi.set(__self__, "path", path)
597
638
  if port is not None:
@@ -612,6 +653,9 @@ class ContainerGroupContainerLivenessProbeHttpGet(dict):
612
653
  @property
613
654
  @pulumi.getter
614
655
  def scheme(self) -> Optional[str]:
656
+ """
657
+ The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
658
+ """
615
659
  return pulumi.get(self, "scheme")
616
660
 
617
661
 
@@ -689,6 +733,18 @@ class ContainerGroupContainerReadinessProbe(dict):
689
733
  success_threshold: Optional[int] = None,
690
734
  tcp_sockets: Optional[Sequence['outputs.ContainerGroupContainerReadinessProbeTcpSocket']] = None,
691
735
  timeout_seconds: Optional[int] = None):
736
+ """
737
+ :param Sequence['ContainerGroupContainerReadinessProbeExecArgs'] execs: Health check using command line method. See `exec` below.
738
+ :param int failure_threshold: Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
739
+ :param Sequence['ContainerGroupContainerReadinessProbeHttpGetArgs'] http_gets: Health check using HTTP request method. See `http_get` below.
740
+
741
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
742
+ :param int initial_delay_seconds: Check the time to start execution, calculated from the completion of container startup.
743
+ :param int period_seconds: Buffer time for the program to handle operations before closing.
744
+ :param int success_threshold: The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
745
+ :param Sequence['ContainerGroupContainerReadinessProbeTcpSocketArgs'] tcp_sockets: Health check using TCP socket method. See `tcp_socket` below.
746
+ :param int timeout_seconds: Check the timeout, the default is 1 second, the minimum is 1 second.
747
+ """
692
748
  if execs is not None:
693
749
  pulumi.set(__self__, "execs", execs)
694
750
  if failure_threshold is not None:
@@ -709,41 +765,67 @@ class ContainerGroupContainerReadinessProbe(dict):
709
765
  @property
710
766
  @pulumi.getter
711
767
  def execs(self) -> Optional[Sequence['outputs.ContainerGroupContainerReadinessProbeExec']]:
768
+ """
769
+ Health check using command line method. See `exec` below.
770
+ """
712
771
  return pulumi.get(self, "execs")
713
772
 
714
773
  @property
715
774
  @pulumi.getter(name="failureThreshold")
716
775
  def failure_threshold(self) -> Optional[int]:
776
+ """
777
+ Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.
778
+ """
717
779
  return pulumi.get(self, "failure_threshold")
718
780
 
719
781
  @property
720
782
  @pulumi.getter(name="httpGets")
721
783
  def http_gets(self) -> Optional[Sequence['outputs.ContainerGroupContainerReadinessProbeHttpGet']]:
784
+ """
785
+ Health check using HTTP request method. See `http_get` below.
786
+
787
+ > **NOTE:** When you configure `readiness_probe`, you can select only one of the `exec`, `tcp_socket`, `http_get`.
788
+ """
722
789
  return pulumi.get(self, "http_gets")
723
790
 
724
791
  @property
725
792
  @pulumi.getter(name="initialDelaySeconds")
726
793
  def initial_delay_seconds(self) -> Optional[int]:
794
+ """
795
+ Check the time to start execution, calculated from the completion of container startup.
796
+ """
727
797
  return pulumi.get(self, "initial_delay_seconds")
728
798
 
729
799
  @property
730
800
  @pulumi.getter(name="periodSeconds")
731
801
  def period_seconds(self) -> Optional[int]:
802
+ """
803
+ Buffer time for the program to handle operations before closing.
804
+ """
732
805
  return pulumi.get(self, "period_seconds")
733
806
 
734
807
  @property
735
808
  @pulumi.getter(name="successThreshold")
736
809
  def success_threshold(self) -> Optional[int]:
810
+ """
811
+ The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.
812
+ """
737
813
  return pulumi.get(self, "success_threshold")
738
814
 
739
815
  @property
740
816
  @pulumi.getter(name="tcpSockets")
741
817
  def tcp_sockets(self) -> Optional[Sequence['outputs.ContainerGroupContainerReadinessProbeTcpSocket']]:
818
+ """
819
+ Health check using TCP socket method. See `tcp_socket` below.
820
+ """
742
821
  return pulumi.get(self, "tcp_sockets")
743
822
 
744
823
  @property
745
824
  @pulumi.getter(name="timeoutSeconds")
746
825
  def timeout_seconds(self) -> Optional[int]:
826
+ """
827
+ Check the timeout, the default is 1 second, the minimum is 1 second.
828
+ """
747
829
  return pulumi.get(self, "timeout_seconds")
748
830
 
749
831
 
@@ -766,6 +848,9 @@ class ContainerGroupContainerReadinessProbeHttpGet(dict):
766
848
  path: Optional[str] = None,
767
849
  port: Optional[int] = None,
768
850
  scheme: Optional[str] = None):
851
+ """
852
+ :param str scheme: The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
853
+ """
769
854
  if path is not None:
770
855
  pulumi.set(__self__, "path", path)
771
856
  if port is not None:
@@ -786,6 +871,9 @@ class ContainerGroupContainerReadinessProbeHttpGet(dict):
786
871
  @property
787
872
  @pulumi.getter
788
873
  def scheme(self) -> Optional[str]:
874
+ """
875
+ The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: `HTTP`, `HTTPS`.
876
+ """
789
877
  return pulumi.get(self, "scheme")
790
878
 
791
879
 
@@ -825,6 +913,9 @@ class ContainerGroupContainerSecurityContext(dict):
825
913
  capabilities: Optional[Sequence['outputs.ContainerGroupContainerSecurityContextCapability']] = None,
826
914
  privileged: Optional[bool] = None,
827
915
  run_as_user: Optional[int] = None):
916
+ """
917
+ :param bool privileged: Specifies whether to give extended privileges to this container. Default value: `false`. Valid values: `true` and `false`.
918
+ """
828
919
  if capabilities is not None:
829
920
  pulumi.set(__self__, "capabilities", capabilities)
830
921
  if privileged is not None:
@@ -840,6 +931,9 @@ class ContainerGroupContainerSecurityContext(dict):
840
931
  @property
841
932
  @pulumi.getter
842
933
  def privileged(self) -> Optional[bool]:
934
+ """
935
+ Specifies whether to give extended privileges to this container. Default value: `false`. Valid values: `true` and `false`.
936
+ """
843
937
  return pulumi.get(self, "privileged")
844
938
 
845
939
  @property
@@ -1707,6 +1801,9 @@ class ContainerGroupVolumeConfigFileVolumeConfigFileToPath(dict):
1707
1801
  def __init__(__self__, *,
1708
1802
  content: Optional[str] = None,
1709
1803
  path: Optional[str] = None):
1804
+ """
1805
+ :param str content: The content of the configuration file. Maximum size: 32 KB.
1806
+ """
1710
1807
  if content is not None:
1711
1808
  pulumi.set(__self__, "content", content)
1712
1809
  if path is not None:
@@ -1715,6 +1812,9 @@ class ContainerGroupVolumeConfigFileVolumeConfigFileToPath(dict):
1715
1812
  @property
1716
1813
  @pulumi.getter
1717
1814
  def content(self) -> Optional[str]:
1815
+ """
1816
+ The content of the configuration file. Maximum size: 32 KB.
1817
+ """
1718
1818
  return pulumi.get(self, "content")
1719
1819
 
1720
1820
  @property