pulumi-alicloud 3.67.0a1731734345__py3-none-any.whl → 3.68.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (79) hide show
  1. pulumi_alicloud/__init__.py +56 -0
  2. pulumi_alicloud/cdn/_inputs.py +3 -23
  3. pulumi_alicloud/cdn/domain_new.py +93 -51
  4. pulumi_alicloud/cdn/outputs.py +2 -16
  5. pulumi_alicloud/cdn/real_time_log_delivery.py +97 -46
  6. pulumi_alicloud/cen/flow_log.py +373 -58
  7. pulumi_alicloud/cen/get_flowlogs.py +250 -35
  8. pulumi_alicloud/cen/outputs.py +116 -17
  9. pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
  10. pulumi_alicloud/cr/registry_enterprise_instance.py +474 -90
  11. pulumi_alicloud/cs/node_pool.py +7 -0
  12. pulumi_alicloud/ecs/_inputs.py +92 -0
  13. pulumi_alicloud/ecs/auto_snapshot_policy.py +323 -129
  14. pulumi_alicloud/ecs/ecs_image_component.py +221 -48
  15. pulumi_alicloud/ecs/outputs.py +88 -0
  16. pulumi_alicloud/ecs/snapshot_policy.py +154 -1
  17. pulumi_alicloud/emrv2/_inputs.py +875 -21
  18. pulumi_alicloud/emrv2/cluster.py +47 -0
  19. pulumi_alicloud/emrv2/outputs.py +580 -14
  20. pulumi_alicloud/ess/_inputs.py +94 -0
  21. pulumi_alicloud/ess/eci_scaling_configuration.py +42 -14
  22. pulumi_alicloud/ess/outputs.py +79 -0
  23. pulumi_alicloud/ess/scaling_configuration.py +47 -0
  24. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +86 -25
  25. pulumi_alicloud/gwlb/__init__.py +1 -0
  26. pulumi_alicloud/gwlb/_inputs.py +147 -126
  27. pulumi_alicloud/gwlb/get_zones.py +173 -0
  28. pulumi_alicloud/gwlb/listener.py +50 -50
  29. pulumi_alicloud/gwlb/load_balancer.py +78 -71
  30. pulumi_alicloud/gwlb/outputs.py +139 -84
  31. pulumi_alicloud/gwlb/server_group.py +162 -113
  32. pulumi_alicloud/kms/key.py +1 -1
  33. pulumi_alicloud/kvstore/account.py +24 -24
  34. pulumi_alicloud/kvstore/audit_log_config.py +11 -11
  35. pulumi_alicloud/kvstore/backup_policy.py +11 -11
  36. pulumi_alicloud/kvstore/connection.py +8 -8
  37. pulumi_alicloud/kvstore/get_accounts.py +4 -4
  38. pulumi_alicloud/kvstore/get_connections.py +5 -5
  39. pulumi_alicloud/kvstore/get_instance_classes.py +20 -20
  40. pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
  41. pulumi_alicloud/kvstore/get_instances.py +9 -7
  42. pulumi_alicloud/kvstore/get_permission.py +10 -10
  43. pulumi_alicloud/kvstore/get_zones.py +4 -4
  44. pulumi_alicloud/kvstore/instance.py +21 -21
  45. pulumi_alicloud/kvstore/outputs.py +8 -8
  46. pulumi_alicloud/mongodb/instance.py +47 -0
  47. pulumi_alicloud/mongodb/sharding_instance.py +47 -0
  48. pulumi_alicloud/nas/_inputs.py +148 -0
  49. pulumi_alicloud/nas/file_system.py +482 -222
  50. pulumi_alicloud/nas/outputs.py +109 -0
  51. pulumi_alicloud/pai/__init__.py +7 -0
  52. pulumi_alicloud/pai/_inputs.py +129 -0
  53. pulumi_alicloud/pai/outputs.py +83 -0
  54. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  55. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  56. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  57. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  58. pulumi_alicloud/pai/workspace_run.py +344 -0
  59. pulumi_alicloud/pai/workspace_workspace.py +6 -6
  60. pulumi_alicloud/polardb/cluster.py +7 -7
  61. pulumi_alicloud/privatelink/vpc_endpoint_service.py +42 -91
  62. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +27 -23
  63. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +34 -37
  64. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +28 -0
  65. pulumi_alicloud/pulumi-plugin.json +1 -1
  66. pulumi_alicloud/rds/__init__.py +2 -0
  67. pulumi_alicloud/rds/_inputs.py +146 -0
  68. pulumi_alicloud/rds/custom.py +1630 -0
  69. pulumi_alicloud/rds/custom_deployment_set.py +525 -0
  70. pulumi_alicloud/rds/outputs.py +105 -0
  71. pulumi_alicloud/redis/tair_instance.py +76 -1
  72. pulumi_alicloud/vpc/_inputs.py +54 -0
  73. pulumi_alicloud/vpc/nat_gateway.py +175 -14
  74. pulumi_alicloud/vpc/outputs.py +51 -0
  75. pulumi_alicloud/vpn/gateway_vco_route.py +68 -21
  76. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/METADATA +5 -5
  77. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/RECORD +79 -69
  78. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/WHEEL +1 -1
  79. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/top_level.txt +0 -0
@@ -697,45 +697,80 @@ class GetChildInstanceRouteEntryToAttachmentsAttachmentResult(dict):
697
697
  class GetFlowlogsFlowlogResult(dict):
698
698
  def __init__(__self__, *,
699
699
  cen_id: str,
700
+ create_time: str,
700
701
  description: str,
701
702
  flow_log_id: str,
702
703
  flow_log_name: str,
704
+ flow_log_version: str,
703
705
  id: str,
706
+ interval: int,
707
+ log_format_string: str,
704
708
  log_store_name: str,
705
709
  project_name: str,
706
- status: str):
710
+ record_total: str,
711
+ region_id: str,
712
+ status: str,
713
+ tags: Mapping[str, str],
714
+ transit_router_attachment_id: str,
715
+ transit_router_id: str):
707
716
  """
708
- :param str cen_id: The ID of the CEN Instance.
709
- :param str description: The description of flowlog.
710
- :param str flow_log_id: ID of the CEN flow log.
711
- :param str flow_log_name: The name of flowlog.
712
- :param str id: ID of the CEN flow log.
713
- :param str log_store_name: The name of the log store which is in the `project_name` SLS project.
714
- :param str project_name: The name of the SLS project.
715
- :param str status: The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
717
+ :param str cen_id: The ID of Cen instance.
718
+ :param str create_time: The createTime of flowlog.
719
+ :param str description: The description of the flowlog.
720
+ :param str flow_log_id: The ID of FlowLog.
721
+ :param str flow_log_name: The name of the flowlog.
722
+ :param str flow_log_version: Flowlog Version.
723
+ :param str id: The ID of FlowLog.
724
+ :param int interval: The duration of the capture window for the flow log to capture traffic. Unit: seconds. Valid values: **60** or **600 * *. Default value: **600 * *.
725
+ :param str log_format_string: (Available since v1.236.0) Log Format.
726
+ :param str log_store_name: The LogStore that stores the flowlog.
727
+ :param str project_name: The Project that stores the flowlog.
728
+ :param str record_total: (Available since v1.236.0) Total number of records.
729
+ :param str region_id: Region id
730
+ :param str status: The status of the flow log. Valid values:-**Active**: started.-**InActive**: not started.
731
+ :param Mapping[str, str] tags: The tag of the resource.
732
+ :param str transit_router_attachment_id: (Available since v1.236.0) Cross-region Connection ID or VBR connection ID.> This parameter is required.
733
+ :param str transit_router_id: Transit Router ID
716
734
  """
717
735
  pulumi.set(__self__, "cen_id", cen_id)
736
+ pulumi.set(__self__, "create_time", create_time)
718
737
  pulumi.set(__self__, "description", description)
719
738
  pulumi.set(__self__, "flow_log_id", flow_log_id)
720
739
  pulumi.set(__self__, "flow_log_name", flow_log_name)
740
+ pulumi.set(__self__, "flow_log_version", flow_log_version)
721
741
  pulumi.set(__self__, "id", id)
742
+ pulumi.set(__self__, "interval", interval)
743
+ pulumi.set(__self__, "log_format_string", log_format_string)
722
744
  pulumi.set(__self__, "log_store_name", log_store_name)
723
745
  pulumi.set(__self__, "project_name", project_name)
746
+ pulumi.set(__self__, "record_total", record_total)
747
+ pulumi.set(__self__, "region_id", region_id)
724
748
  pulumi.set(__self__, "status", status)
749
+ pulumi.set(__self__, "tags", tags)
750
+ pulumi.set(__self__, "transit_router_attachment_id", transit_router_attachment_id)
751
+ pulumi.set(__self__, "transit_router_id", transit_router_id)
725
752
 
726
753
  @property
727
754
  @pulumi.getter(name="cenId")
728
755
  def cen_id(self) -> str:
729
756
  """
730
- The ID of the CEN Instance.
757
+ The ID of Cen instance.
731
758
  """
732
759
  return pulumi.get(self, "cen_id")
733
760
 
761
+ @property
762
+ @pulumi.getter(name="createTime")
763
+ def create_time(self) -> str:
764
+ """
765
+ The createTime of flowlog.
766
+ """
767
+ return pulumi.get(self, "create_time")
768
+
734
769
  @property
735
770
  @pulumi.getter
736
771
  def description(self) -> str:
737
772
  """
738
- The description of flowlog.
773
+ The description of the flowlog.
739
774
  """
740
775
  return pulumi.get(self, "description")
741
776
 
@@ -743,7 +778,7 @@ class GetFlowlogsFlowlogResult(dict):
743
778
  @pulumi.getter(name="flowLogId")
744
779
  def flow_log_id(self) -> str:
745
780
  """
746
- ID of the CEN flow log.
781
+ The ID of FlowLog.
747
782
  """
748
783
  return pulumi.get(self, "flow_log_id")
749
784
 
@@ -751,23 +786,47 @@ class GetFlowlogsFlowlogResult(dict):
751
786
  @pulumi.getter(name="flowLogName")
752
787
  def flow_log_name(self) -> str:
753
788
  """
754
- The name of flowlog.
789
+ The name of the flowlog.
755
790
  """
756
791
  return pulumi.get(self, "flow_log_name")
757
792
 
793
+ @property
794
+ @pulumi.getter(name="flowLogVersion")
795
+ def flow_log_version(self) -> str:
796
+ """
797
+ Flowlog Version.
798
+ """
799
+ return pulumi.get(self, "flow_log_version")
800
+
758
801
  @property
759
802
  @pulumi.getter
760
803
  def id(self) -> str:
761
804
  """
762
- ID of the CEN flow log.
805
+ The ID of FlowLog.
763
806
  """
764
807
  return pulumi.get(self, "id")
765
808
 
809
+ @property
810
+ @pulumi.getter
811
+ def interval(self) -> int:
812
+ """
813
+ The duration of the capture window for the flow log to capture traffic. Unit: seconds. Valid values: **60** or **600 * *. Default value: **600 * *.
814
+ """
815
+ return pulumi.get(self, "interval")
816
+
817
+ @property
818
+ @pulumi.getter(name="logFormatString")
819
+ def log_format_string(self) -> str:
820
+ """
821
+ (Available since v1.236.0) Log Format.
822
+ """
823
+ return pulumi.get(self, "log_format_string")
824
+
766
825
  @property
767
826
  @pulumi.getter(name="logStoreName")
768
827
  def log_store_name(self) -> str:
769
828
  """
770
- The name of the log store which is in the `project_name` SLS project.
829
+ The LogStore that stores the flowlog.
771
830
  """
772
831
  return pulumi.get(self, "log_store_name")
773
832
 
@@ -775,18 +834,58 @@ class GetFlowlogsFlowlogResult(dict):
775
834
  @pulumi.getter(name="projectName")
776
835
  def project_name(self) -> str:
777
836
  """
778
- The name of the SLS project.
837
+ The Project that stores the flowlog.
779
838
  """
780
839
  return pulumi.get(self, "project_name")
781
840
 
841
+ @property
842
+ @pulumi.getter(name="recordTotal")
843
+ def record_total(self) -> str:
844
+ """
845
+ (Available since v1.236.0) Total number of records.
846
+ """
847
+ return pulumi.get(self, "record_total")
848
+
849
+ @property
850
+ @pulumi.getter(name="regionId")
851
+ def region_id(self) -> str:
852
+ """
853
+ Region id
854
+ """
855
+ return pulumi.get(self, "region_id")
856
+
782
857
  @property
783
858
  @pulumi.getter
784
859
  def status(self) -> str:
785
860
  """
786
- The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
861
+ The status of the flow log. Valid values:-**Active**: started.-**InActive**: not started.
787
862
  """
788
863
  return pulumi.get(self, "status")
789
864
 
865
+ @property
866
+ @pulumi.getter
867
+ def tags(self) -> Mapping[str, str]:
868
+ """
869
+ The tag of the resource.
870
+ """
871
+ return pulumi.get(self, "tags")
872
+
873
+ @property
874
+ @pulumi.getter(name="transitRouterAttachmentId")
875
+ def transit_router_attachment_id(self) -> str:
876
+ """
877
+ (Available since v1.236.0) Cross-region Connection ID or VBR connection ID.> This parameter is required.
878
+ """
879
+ return pulumi.get(self, "transit_router_attachment_id")
880
+
881
+ @property
882
+ @pulumi.getter(name="transitRouterId")
883
+ def transit_router_id(self) -> str:
884
+ """
885
+ Transit Router ID
886
+ """
887
+ return pulumi.get(self, "transit_router_id")
888
+
790
889
 
791
890
  @pulumi.output_type
792
891
  class GetInstanceAttachmentsAttachmentResult(dict):
@@ -305,7 +305,7 @@ class TransitRouterEcrAttachment(pulumi.CustomResource):
305
305
 
306
306
  For information about CEN Transit Router Ecr Attachment and how to use it, see [What is Transit Router Ecr Attachment](https://www.alibabacloud.com/help/en/).
307
307
 
308
- > **NOTE:** Available since v1.226.0.
308
+ > **NOTE:** Available since v1.235.0.
309
309
 
310
310
  ## Example Usage
311
311
 
@@ -321,7 +321,7 @@ class TransitRouterEcrAttachment(pulumi.CustomResource):
321
321
  name = "terraform-example"
322
322
  asn = config.get("asn")
323
323
  if asn is None:
324
- asn = "4200000666"
324
+ asn = "4200000667"
325
325
  default_o8_hcfx = alicloud.expressconnect.RouterExpressConnectRouter("defaultO8Hcfx",
326
326
  alibaba_side_asn=asn,
327
327
  ecr_name=name)
@@ -374,7 +374,7 @@ class TransitRouterEcrAttachment(pulumi.CustomResource):
374
374
 
375
375
  For information about CEN Transit Router Ecr Attachment and how to use it, see [What is Transit Router Ecr Attachment](https://www.alibabacloud.com/help/en/).
376
376
 
377
- > **NOTE:** Available since v1.226.0.
377
+ > **NOTE:** Available since v1.235.0.
378
378
 
379
379
  ## Example Usage
380
380
 
@@ -390,7 +390,7 @@ class TransitRouterEcrAttachment(pulumi.CustomResource):
390
390
  name = "terraform-example"
391
391
  asn = config.get("asn")
392
392
  if asn is None:
393
- asn = "4200000666"
393
+ asn = "4200000667"
394
394
  default_o8_hcfx = alicloud.expressconnect.RouterExpressConnectRouter("defaultO8Hcfx",
395
395
  alibaba_side_asn=asn,
396
396
  ecr_name=name)