pulumi-alicloud 3.68.0a1732771126__py3-none-any.whl → 3.68.0a1733143327__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 (45) hide show
  1. pulumi_alicloud/__init__.py +40 -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/get_flowlogs.py +250 -35
  7. pulumi_alicloud/cen/outputs.py +116 -17
  8. pulumi_alicloud/cs/node_pool.py +7 -0
  9. pulumi_alicloud/ecs/_inputs.py +92 -0
  10. pulumi_alicloud/ecs/auto_snapshot_policy.py +323 -129
  11. pulumi_alicloud/ecs/outputs.py +88 -0
  12. pulumi_alicloud/ecs/snapshot_policy.py +154 -1
  13. pulumi_alicloud/emrv2/_inputs.py +875 -21
  14. pulumi_alicloud/emrv2/cluster.py +47 -0
  15. pulumi_alicloud/emrv2/outputs.py +580 -14
  16. pulumi_alicloud/gwlb/__init__.py +1 -0
  17. pulumi_alicloud/gwlb/_inputs.py +147 -126
  18. pulumi_alicloud/gwlb/get_zones.py +173 -0
  19. pulumi_alicloud/gwlb/listener.py +50 -50
  20. pulumi_alicloud/gwlb/load_balancer.py +78 -71
  21. pulumi_alicloud/gwlb/outputs.py +139 -84
  22. pulumi_alicloud/gwlb/server_group.py +162 -113
  23. pulumi_alicloud/kvstore/audit_log_config.py +7 -7
  24. pulumi_alicloud/kvstore/backup_policy.py +9 -9
  25. pulumi_alicloud/kvstore/get_instance_classes.py +8 -8
  26. pulumi_alicloud/kvstore/get_instances.py +9 -7
  27. pulumi_alicloud/kvstore/instance.py +21 -21
  28. pulumi_alicloud/kvstore/outputs.py +6 -6
  29. pulumi_alicloud/nas/_inputs.py +148 -0
  30. pulumi_alicloud/nas/file_system.py +482 -222
  31. pulumi_alicloud/nas/outputs.py +109 -0
  32. pulumi_alicloud/pai/__init__.py +7 -0
  33. pulumi_alicloud/pai/_inputs.py +129 -0
  34. pulumi_alicloud/pai/outputs.py +83 -0
  35. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  36. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  37. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  38. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  39. pulumi_alicloud/pai/workspace_run.py +344 -0
  40. pulumi_alicloud/pai/workspace_workspace.py +6 -6
  41. pulumi_alicloud/pulumi-plugin.json +1 -1
  42. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.68.0a1733143327.dist-info}/METADATA +1 -1
  43. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.68.0a1733143327.dist-info}/RECORD +45 -37
  44. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.68.0a1733143327.dist-info}/WHEEL +0 -0
  45. {pulumi_alicloud-3.68.0a1732771126.dist-info → pulumi_alicloud-3.68.0a1733143327.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):
@@ -118,6 +118,7 @@ class NodePoolArgs:
118
118
  - `Windows` : Windows image.
119
119
  - `WindowsCore` : WindowsCore image.
120
120
  - `ContainerOS` : container-optimized image.
121
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
121
122
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
122
123
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
123
124
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
@@ -527,6 +528,7 @@ class NodePoolArgs:
527
528
  - `Windows` : Windows image.
528
529
  - `WindowsCore` : WindowsCore image.
529
530
  - `ContainerOS` : container-optimized image.
531
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
530
532
  """
531
533
  return pulumi.get(self, "image_type")
532
534
 
@@ -1335,6 +1337,7 @@ class _NodePoolState:
1335
1337
  - `Windows` : Windows image.
1336
1338
  - `WindowsCore` : WindowsCore image.
1337
1339
  - `ContainerOS` : container-optimized image.
1340
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
1338
1341
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
1339
1342
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
1340
1343
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
@@ -1731,6 +1734,7 @@ class _NodePoolState:
1731
1734
  - `Windows` : Windows image.
1732
1735
  - `WindowsCore` : WindowsCore image.
1733
1736
  - `ContainerOS` : container-optimized image.
1737
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
1734
1738
  """
1735
1739
  return pulumi.get(self, "image_type")
1736
1740
 
@@ -2601,6 +2605,7 @@ class NodePool(pulumi.CustomResource):
2601
2605
  - `Windows` : Windows image.
2602
2606
  - `WindowsCore` : WindowsCore image.
2603
2607
  - `ContainerOS` : container-optimized image.
2608
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
2604
2609
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
2605
2610
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
2606
2611
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
@@ -2982,6 +2987,7 @@ class NodePool(pulumi.CustomResource):
2982
2987
  - `Windows` : Windows image.
2983
2988
  - `WindowsCore` : WindowsCore image.
2984
2989
  - `ContainerOS` : container-optimized image.
2990
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
2985
2991
  :param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
2986
2992
  :param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
2987
2993
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
@@ -3246,6 +3252,7 @@ class NodePool(pulumi.CustomResource):
3246
3252
  - `Windows` : Windows image.
3247
3253
  - `WindowsCore` : WindowsCore image.
3248
3254
  - `ContainerOS` : container-optimized image.
3255
+ - `Ubuntu`: (Available since v1.236.0) Ubuntu image.
3249
3256
  """
3250
3257
  return pulumi.get(self, "image_type")
3251
3258
 
@@ -17,6 +17,8 @@ from .. import _utilities
17
17
  __all__ = [
18
18
  'AutoProvisioningGroupLaunchTemplateConfigArgs',
19
19
  'AutoProvisioningGroupLaunchTemplateConfigArgsDict',
20
+ 'AutoSnapshotPolicyCopyEncryptionConfigurationArgs',
21
+ 'AutoSnapshotPolicyCopyEncryptionConfigurationArgsDict',
20
22
  'DedicatedHostNetworkAttributeArgs',
21
23
  'DedicatedHostNetworkAttributeArgsDict',
22
24
  'EcsInstanceSetDataDiskArgs',
@@ -53,6 +55,8 @@ __all__ = [
53
55
  'LaunchTemplateSystemDiskArgsDict',
54
56
  'ReservedInstanceOperationLockArgs',
55
57
  'ReservedInstanceOperationLockArgsDict',
58
+ 'SnapshotPolicyCopyEncryptionConfigurationArgs',
59
+ 'SnapshotPolicyCopyEncryptionConfigurationArgsDict',
56
60
  'GetDedicatedHostsOperationLockArgs',
57
61
  'GetDedicatedHostsOperationLockArgsDict',
58
62
  'GetDisksOperationLockArgs',
@@ -172,6 +176,58 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
172
176
  pulumi.set(self, "priority", value)
173
177
 
174
178
 
179
+ if not MYPY:
180
+ class AutoSnapshotPolicyCopyEncryptionConfigurationArgsDict(TypedDict):
181
+ encrypted: NotRequired[pulumi.Input[bool]]
182
+ """
183
+ Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
184
+ """
185
+ kms_key_id: NotRequired[pulumi.Input[str]]
186
+ """
187
+ The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
188
+ """
189
+ elif False:
190
+ AutoSnapshotPolicyCopyEncryptionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
191
+
192
+ @pulumi.input_type
193
+ class AutoSnapshotPolicyCopyEncryptionConfigurationArgs:
194
+ def __init__(__self__, *,
195
+ encrypted: Optional[pulumi.Input[bool]] = None,
196
+ kms_key_id: Optional[pulumi.Input[str]] = None):
197
+ """
198
+ :param pulumi.Input[bool] encrypted: Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
199
+ :param pulumi.Input[str] kms_key_id: The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
200
+ """
201
+ if encrypted is not None:
202
+ pulumi.set(__self__, "encrypted", encrypted)
203
+ if kms_key_id is not None:
204
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def encrypted(self) -> Optional[pulumi.Input[bool]]:
209
+ """
210
+ Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
211
+ """
212
+ return pulumi.get(self, "encrypted")
213
+
214
+ @encrypted.setter
215
+ def encrypted(self, value: Optional[pulumi.Input[bool]]):
216
+ pulumi.set(self, "encrypted", value)
217
+
218
+ @property
219
+ @pulumi.getter(name="kmsKeyId")
220
+ def kms_key_id(self) -> Optional[pulumi.Input[str]]:
221
+ """
222
+ The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
223
+ """
224
+ return pulumi.get(self, "kms_key_id")
225
+
226
+ @kms_key_id.setter
227
+ def kms_key_id(self, value: Optional[pulumi.Input[str]]):
228
+ pulumi.set(self, "kms_key_id", value)
229
+
230
+
175
231
  if not MYPY:
176
232
  class DedicatedHostNetworkAttributeArgsDict(TypedDict):
177
233
  slb_udp_timeout: NotRequired[pulumi.Input[int]]
@@ -2527,6 +2583,42 @@ class ReservedInstanceOperationLockArgs:
2527
2583
  pulumi.set(self, "lock_reason", value)
2528
2584
 
2529
2585
 
2586
+ if not MYPY:
2587
+ class SnapshotPolicyCopyEncryptionConfigurationArgsDict(TypedDict):
2588
+ encrypted: NotRequired[pulumi.Input[bool]]
2589
+ kms_key_id: NotRequired[pulumi.Input[str]]
2590
+ elif False:
2591
+ SnapshotPolicyCopyEncryptionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2592
+
2593
+ @pulumi.input_type
2594
+ class SnapshotPolicyCopyEncryptionConfigurationArgs:
2595
+ def __init__(__self__, *,
2596
+ encrypted: Optional[pulumi.Input[bool]] = None,
2597
+ kms_key_id: Optional[pulumi.Input[str]] = None):
2598
+ if encrypted is not None:
2599
+ pulumi.set(__self__, "encrypted", encrypted)
2600
+ if kms_key_id is not None:
2601
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
2602
+
2603
+ @property
2604
+ @pulumi.getter
2605
+ def encrypted(self) -> Optional[pulumi.Input[bool]]:
2606
+ return pulumi.get(self, "encrypted")
2607
+
2608
+ @encrypted.setter
2609
+ def encrypted(self, value: Optional[pulumi.Input[bool]]):
2610
+ pulumi.set(self, "encrypted", value)
2611
+
2612
+ @property
2613
+ @pulumi.getter(name="kmsKeyId")
2614
+ def kms_key_id(self) -> Optional[pulumi.Input[str]]:
2615
+ return pulumi.get(self, "kms_key_id")
2616
+
2617
+ @kms_key_id.setter
2618
+ def kms_key_id(self, value: Optional[pulumi.Input[str]]):
2619
+ pulumi.set(self, "kms_key_id", value)
2620
+
2621
+
2530
2622
  if not MYPY:
2531
2623
  class GetDedicatedHostsOperationLockArgsDict(TypedDict):
2532
2624
  lock_reason: NotRequired[str]