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
@@ -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]