pulumi-alicloud 3.60.0a1721884766__py3-none-any.whl → 3.60.0a1721971165__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.
- pulumi_alicloud/_utilities.py +2 -0
- pulumi_alicloud/cen/get_transit_router_service.py +2 -2
- pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
- pulumi_alicloud/cs/node_pool.py +7 -7
- pulumi_alicloud/dcdn/_inputs.py +23 -27
- pulumi_alicloud/dcdn/domain.py +366 -217
- pulumi_alicloud/dcdn/outputs.py +18 -22
- pulumi_alicloud/directmail/get_domains.py +31 -24
- pulumi_alicloud/directmail/outputs.py +131 -32
- pulumi_alicloud/eci/_inputs.py +8 -0
- pulumi_alicloud/eci/outputs.py +8 -0
- pulumi_alicloud/ecs/_inputs.py +40 -8
- pulumi_alicloud/ecs/ecs_disk.py +7 -0
- pulumi_alicloud/ecs/instance.py +304 -102
- pulumi_alicloud/ecs/outputs.py +37 -9
- pulumi_alicloud/maxcompute/_inputs.py +44 -42
- pulumi_alicloud/maxcompute/outputs.py +44 -42
- pulumi_alicloud/maxcompute/project.py +230 -66
- pulumi_alicloud/polardb/cluster.py +28 -28
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rdc/organization.py +2 -2
- pulumi_alicloud/slb/_inputs.py +8 -8
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +140 -84
- pulumi_alicloud/vpc/_inputs.py +18 -12
- pulumi_alicloud/vpc/network.py +332 -134
- pulumi_alicloud/vpc/outputs.py +18 -12
- pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
- {pulumi_alicloud-3.60.0a1721884766.dist-info → pulumi_alicloud-3.60.0a1721971165.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1721884766.dist-info → pulumi_alicloud-3.60.0a1721971165.dist-info}/RECORD +32 -32
- {pulumi_alicloud-3.60.0a1721884766.dist-info → pulumi_alicloud-3.60.0a1721971165.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.60.0a1721884766.dist-info → pulumi_alicloud-3.60.0a1721971165.dist-info}/top_level.txt +0 -0
|
@@ -51,8 +51,8 @@ class ProjectIpWhiteList(dict):
|
|
|
51
51
|
ip_list: Optional[str] = None,
|
|
52
52
|
vpc_ip_list: Optional[str] = None):
|
|
53
53
|
"""
|
|
54
|
-
:param str ip_list:
|
|
55
|
-
:param str vpc_ip_list: VPC network whitelist.
|
|
54
|
+
:param str ip_list: Set the IP address whitelist in the classic network. Only devices in the whitelist are allowed to access the project.> **NOTE:** If you only configure a classic network IP address whitelist, access to the classic network is restricted and all access to the VPC is prohibited.
|
|
55
|
+
:param str vpc_ip_list: Set the IP address whitelist in the VPC network to allow only devices in the whitelist to access the project space.> **NOTE:** If you only configure a VPC network IP address whitelist, access to the VPC network is restricted and access to the classic network is prohibited.
|
|
56
56
|
"""
|
|
57
57
|
if ip_list is not None:
|
|
58
58
|
pulumi.set(__self__, "ip_list", ip_list)
|
|
@@ -63,7 +63,7 @@ class ProjectIpWhiteList(dict):
|
|
|
63
63
|
@pulumi.getter(name="ipList")
|
|
64
64
|
def ip_list(self) -> Optional[str]:
|
|
65
65
|
"""
|
|
66
|
-
|
|
66
|
+
Set the IP address whitelist in the classic network. Only devices in the whitelist are allowed to access the project.> **NOTE:** If you only configure a classic network IP address whitelist, access to the classic network is restricted and all access to the VPC is prohibited.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "ip_list")
|
|
69
69
|
|
|
@@ -71,7 +71,7 @@ class ProjectIpWhiteList(dict):
|
|
|
71
71
|
@pulumi.getter(name="vpcIpList")
|
|
72
72
|
def vpc_ip_list(self) -> Optional[str]:
|
|
73
73
|
"""
|
|
74
|
-
VPC network whitelist.
|
|
74
|
+
Set the IP address whitelist in the VPC network to allow only devices in the whitelist to access the project space.> **NOTE:** If you only configure a VPC network IP address whitelist, access to the VPC network is restricted and access to the classic network is prohibited.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "vpc_ip_list")
|
|
77
77
|
|
|
@@ -115,14 +115,15 @@ class ProjectProperties(dict):
|
|
|
115
115
|
timezone: Optional[str] = None,
|
|
116
116
|
type_system: Optional[str] = None):
|
|
117
117
|
"""
|
|
118
|
-
:param bool allow_full_scan: Whether to allow full table scan.
|
|
118
|
+
:param bool allow_full_scan: Whether to allow full table scan. Default: false.
|
|
119
119
|
:param bool enable_decimal2: Whether to turn on Decimal2.0.
|
|
120
|
-
:param 'ProjectPropertiesEncryptionArgs' encryption:
|
|
121
|
-
|
|
122
|
-
:param
|
|
123
|
-
:param
|
|
124
|
-
:param
|
|
125
|
-
:param str
|
|
120
|
+
:param 'ProjectPropertiesEncryptionArgs' encryption: Storage encryption. For details, see [Storage Encryption](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/storage-encryption)
|
|
121
|
+
> **NOTE :**: To enable storage encryption, you need to modify the parameters of the basic attributes of the MaxCompute project. This operation permission is authenticated by RAM, and you need to have the Super_Administrator role permission of the corresponding project. To configure the permissions and IP whitelist parameters of the MaxCompute project, you must have the management permissions (Admin) of the corresponding project, including Super_Administrator, Admin, or custom management permissions. For more information, see the project management permissions list. You can turn on storage encryption only for projects that have not turned on storage encryption. For projects that have turned on storage encryption, you cannot turn off storage encryption or change the encryption algorithm. See `encryption` below.
|
|
122
|
+
:param int retention_days: Set the number of days to retain backup data. During this time, you can restore the current version to any backup version. The value range of days is [0,30], and the default value is 1. 0 means backup is turned off. The effective policy after adjusting the backup cycle is: Extend the backup cycle: The new backup cycle takes effect on the same day. Shorten the backup cycle: The system will automatically delete backup data that has exceeded the retention cycle.
|
|
123
|
+
:param str sql_metering_max: Set the maximum threshold of single SQL consumption, that is, set the ODPS. SQL. metering.value.max attribute. For details, see [Consumption Monitoring Alarm](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control). Unit: scan volume (GB)* complexity. .
|
|
124
|
+
:param 'ProjectPropertiesTableLifecycleArgs' table_lifecycle: Set whether the lifecycle of the table in the project needs to be configured, that is, set the ODPS. table.lifecycle property,. See `table_lifecycle` below.
|
|
125
|
+
:param str timezone: Project time zone, example value: Asia/Shanghai.
|
|
126
|
+
:param str type_system: Data type version. Value:(1/2/hive) 1: The original MaxCompute type system. 2: New type system introduced by MaxCompute 2.0. hive: the type system of the Hive compatibility mode introduced by MaxCompute 2.0.
|
|
126
127
|
"""
|
|
127
128
|
if allow_full_scan is not None:
|
|
128
129
|
pulumi.set(__self__, "allow_full_scan", allow_full_scan)
|
|
@@ -145,7 +146,7 @@ class ProjectProperties(dict):
|
|
|
145
146
|
@pulumi.getter(name="allowFullScan")
|
|
146
147
|
def allow_full_scan(self) -> Optional[bool]:
|
|
147
148
|
"""
|
|
148
|
-
Whether to allow full table scan.
|
|
149
|
+
Whether to allow full table scan. Default: false.
|
|
149
150
|
"""
|
|
150
151
|
return pulumi.get(self, "allow_full_scan")
|
|
151
152
|
|
|
@@ -161,7 +162,8 @@ class ProjectProperties(dict):
|
|
|
161
162
|
@pulumi.getter
|
|
162
163
|
def encryption(self) -> Optional['outputs.ProjectPropertiesEncryption']:
|
|
163
164
|
"""
|
|
164
|
-
|
|
165
|
+
Storage encryption. For details, see [Storage Encryption](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/storage-encryption)
|
|
166
|
+
> **NOTE :**: To enable storage encryption, you need to modify the parameters of the basic attributes of the MaxCompute project. This operation permission is authenticated by RAM, and you need to have the Super_Administrator role permission of the corresponding project. To configure the permissions and IP whitelist parameters of the MaxCompute project, you must have the management permissions (Admin) of the corresponding project, including Super_Administrator, Admin, or custom management permissions. For more information, see the project management permissions list. You can turn on storage encryption only for projects that have not turned on storage encryption. For projects that have turned on storage encryption, you cannot turn off storage encryption or change the encryption algorithm. See `encryption` below.
|
|
165
167
|
"""
|
|
166
168
|
return pulumi.get(self, "encryption")
|
|
167
169
|
|
|
@@ -169,7 +171,7 @@ class ProjectProperties(dict):
|
|
|
169
171
|
@pulumi.getter(name="retentionDays")
|
|
170
172
|
def retention_days(self) -> Optional[int]:
|
|
171
173
|
"""
|
|
172
|
-
|
|
174
|
+
Set the number of days to retain backup data. During this time, you can restore the current version to any backup version. The value range of days is [0,30], and the default value is 1. 0 means backup is turned off. The effective policy after adjusting the backup cycle is: Extend the backup cycle: The new backup cycle takes effect on the same day. Shorten the backup cycle: The system will automatically delete backup data that has exceeded the retention cycle.
|
|
173
175
|
"""
|
|
174
176
|
return pulumi.get(self, "retention_days")
|
|
175
177
|
|
|
@@ -177,7 +179,7 @@ class ProjectProperties(dict):
|
|
|
177
179
|
@pulumi.getter(name="sqlMeteringMax")
|
|
178
180
|
def sql_metering_max(self) -> Optional[str]:
|
|
179
181
|
"""
|
|
180
|
-
SQL
|
|
182
|
+
Set the maximum threshold of single SQL consumption, that is, set the ODPS. SQL. metering.value.max attribute. For details, see [Consumption Monitoring Alarm](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control). Unit: scan volume (GB)* complexity. .
|
|
181
183
|
"""
|
|
182
184
|
return pulumi.get(self, "sql_metering_max")
|
|
183
185
|
|
|
@@ -185,7 +187,7 @@ class ProjectProperties(dict):
|
|
|
185
187
|
@pulumi.getter(name="tableLifecycle")
|
|
186
188
|
def table_lifecycle(self) -> Optional['outputs.ProjectPropertiesTableLifecycle']:
|
|
187
189
|
"""
|
|
188
|
-
|
|
190
|
+
Set whether the lifecycle of the table in the project needs to be configured, that is, set the ODPS. table.lifecycle property,. See `table_lifecycle` below.
|
|
189
191
|
"""
|
|
190
192
|
return pulumi.get(self, "table_lifecycle")
|
|
191
193
|
|
|
@@ -193,7 +195,7 @@ class ProjectProperties(dict):
|
|
|
193
195
|
@pulumi.getter
|
|
194
196
|
def timezone(self) -> Optional[str]:
|
|
195
197
|
"""
|
|
196
|
-
Project time zone.
|
|
198
|
+
Project time zone, example value: Asia/Shanghai.
|
|
197
199
|
"""
|
|
198
200
|
return pulumi.get(self, "timezone")
|
|
199
201
|
|
|
@@ -201,7 +203,7 @@ class ProjectProperties(dict):
|
|
|
201
203
|
@pulumi.getter(name="typeSystem")
|
|
202
204
|
def type_system(self) -> Optional[str]:
|
|
203
205
|
"""
|
|
204
|
-
|
|
206
|
+
Data type version. Value:(1/2/hive) 1: The original MaxCompute type system. 2: New type system introduced by MaxCompute 2.0. hive: the type system of the Hive compatibility mode introduced by MaxCompute 2.0.
|
|
205
207
|
"""
|
|
206
208
|
return pulumi.get(self, "type_system")
|
|
207
209
|
|
|
@@ -213,9 +215,9 @@ class ProjectPropertiesEncryption(dict):
|
|
|
213
215
|
enable: Optional[bool] = None,
|
|
214
216
|
key: Optional[str] = None):
|
|
215
217
|
"""
|
|
216
|
-
:param str algorithm:
|
|
217
|
-
:param bool enable:
|
|
218
|
-
:param str key:
|
|
218
|
+
:param str algorithm: The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
|
|
219
|
+
:param bool enable: Only enable function is supported. Value: (true).
|
|
220
|
+
:param str key: The encryption algorithm Key, the Key type used by the project, including the Default Key (MaxCompute Default Key) and the self-contained Key (BYOK). The MaxCompute Default Key is the Default Key created inside MaxCompute.
|
|
219
221
|
"""
|
|
220
222
|
if algorithm is not None:
|
|
221
223
|
pulumi.set(__self__, "algorithm", algorithm)
|
|
@@ -228,7 +230,7 @@ class ProjectPropertiesEncryption(dict):
|
|
|
228
230
|
@pulumi.getter
|
|
229
231
|
def algorithm(self) -> Optional[str]:
|
|
230
232
|
"""
|
|
231
|
-
|
|
233
|
+
The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
|
|
232
234
|
"""
|
|
233
235
|
return pulumi.get(self, "algorithm")
|
|
234
236
|
|
|
@@ -236,7 +238,7 @@ class ProjectPropertiesEncryption(dict):
|
|
|
236
238
|
@pulumi.getter
|
|
237
239
|
def enable(self) -> Optional[bool]:
|
|
238
240
|
"""
|
|
239
|
-
|
|
241
|
+
Only enable function is supported. Value: (true).
|
|
240
242
|
"""
|
|
241
243
|
return pulumi.get(self, "enable")
|
|
242
244
|
|
|
@@ -244,7 +246,7 @@ class ProjectPropertiesEncryption(dict):
|
|
|
244
246
|
@pulumi.getter
|
|
245
247
|
def key(self) -> Optional[str]:
|
|
246
248
|
"""
|
|
247
|
-
|
|
249
|
+
The encryption algorithm Key, the Key type used by the project, including the Default Key (MaxCompute Default Key) and the self-contained Key (BYOK). The MaxCompute Default Key is the Default Key created inside MaxCompute.
|
|
248
250
|
"""
|
|
249
251
|
return pulumi.get(self, "key")
|
|
250
252
|
|
|
@@ -256,7 +258,7 @@ class ProjectPropertiesTableLifecycle(dict):
|
|
|
256
258
|
value: Optional[str] = None):
|
|
257
259
|
"""
|
|
258
260
|
:param str type: Project type
|
|
259
|
-
:param str value: The value of the life cycle.
|
|
261
|
+
:param str value: The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
|
|
260
262
|
"""
|
|
261
263
|
if type is not None:
|
|
262
264
|
pulumi.set(__self__, "type", type)
|
|
@@ -275,7 +277,7 @@ class ProjectPropertiesTableLifecycle(dict):
|
|
|
275
277
|
@pulumi.getter
|
|
276
278
|
def value(self) -> Optional[str]:
|
|
277
279
|
"""
|
|
278
|
-
The value of the life cycle.
|
|
280
|
+
The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
|
|
279
281
|
"""
|
|
280
282
|
return pulumi.get(self, "value")
|
|
281
283
|
|
|
@@ -320,13 +322,13 @@ class ProjectSecurityProperties(dict):
|
|
|
320
322
|
using_acl: Optional[bool] = None,
|
|
321
323
|
using_policy: Optional[bool] = None):
|
|
322
324
|
"""
|
|
323
|
-
:param bool enable_download_privilege:
|
|
324
|
-
:param bool label_security: Label
|
|
325
|
-
:param bool object_creator_has_access_permission:
|
|
326
|
-
:param bool object_creator_has_grant_permission:
|
|
325
|
+
:param bool enable_download_privilege: Set whether to enable the [Download permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/download-control), that is, set the ODPS. security.enabledownloadprivilege property.
|
|
326
|
+
:param bool label_security: Set whether to use the [Label permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/label-based-access-control), that is, set the LabelSecurity attribute, which is not used by default.
|
|
327
|
+
:param bool object_creator_has_access_permission: Sets whether to allow the creator of the object to have access to the object, I .e. sets the attribute. The default is the allowed state.
|
|
328
|
+
:param bool object_creator_has_grant_permission: The ObjectCreatorHasGrantPermission attribute is set to allow the object creator to have the authorization permission on the object. The default is the allowed state.
|
|
327
329
|
:param 'ProjectSecurityPropertiesProjectProtectionArgs' project_protection: Project protection. See `project_protection` below.
|
|
328
|
-
:param bool using_acl:
|
|
329
|
-
:param bool using_policy:
|
|
330
|
+
:param bool using_acl: Set whether to use the [ACL permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/maxcompute-permissions), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
331
|
+
:param bool using_policy: Set whether to use the Policy permission control function (https://www.alibabacloud.com/help/en/maxcompute/user-guide/policy-based-access-control-1), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
330
332
|
"""
|
|
331
333
|
if enable_download_privilege is not None:
|
|
332
334
|
pulumi.set(__self__, "enable_download_privilege", enable_download_privilege)
|
|
@@ -347,7 +349,7 @@ class ProjectSecurityProperties(dict):
|
|
|
347
349
|
@pulumi.getter(name="enableDownloadPrivilege")
|
|
348
350
|
def enable_download_privilege(self) -> Optional[bool]:
|
|
349
351
|
"""
|
|
350
|
-
|
|
352
|
+
Set whether to enable the [Download permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/download-control), that is, set the ODPS. security.enabledownloadprivilege property.
|
|
351
353
|
"""
|
|
352
354
|
return pulumi.get(self, "enable_download_privilege")
|
|
353
355
|
|
|
@@ -355,7 +357,7 @@ class ProjectSecurityProperties(dict):
|
|
|
355
357
|
@pulumi.getter(name="labelSecurity")
|
|
356
358
|
def label_security(self) -> Optional[bool]:
|
|
357
359
|
"""
|
|
358
|
-
Label
|
|
360
|
+
Set whether to use the [Label permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/label-based-access-control), that is, set the LabelSecurity attribute, which is not used by default.
|
|
359
361
|
"""
|
|
360
362
|
return pulumi.get(self, "label_security")
|
|
361
363
|
|
|
@@ -363,7 +365,7 @@ class ProjectSecurityProperties(dict):
|
|
|
363
365
|
@pulumi.getter(name="objectCreatorHasAccessPermission")
|
|
364
366
|
def object_creator_has_access_permission(self) -> Optional[bool]:
|
|
365
367
|
"""
|
|
366
|
-
|
|
368
|
+
Sets whether to allow the creator of the object to have access to the object, I .e. sets the attribute. The default is the allowed state.
|
|
367
369
|
"""
|
|
368
370
|
return pulumi.get(self, "object_creator_has_access_permission")
|
|
369
371
|
|
|
@@ -371,7 +373,7 @@ class ProjectSecurityProperties(dict):
|
|
|
371
373
|
@pulumi.getter(name="objectCreatorHasGrantPermission")
|
|
372
374
|
def object_creator_has_grant_permission(self) -> Optional[bool]:
|
|
373
375
|
"""
|
|
374
|
-
|
|
376
|
+
The ObjectCreatorHasGrantPermission attribute is set to allow the object creator to have the authorization permission on the object. The default is the allowed state.
|
|
375
377
|
"""
|
|
376
378
|
return pulumi.get(self, "object_creator_has_grant_permission")
|
|
377
379
|
|
|
@@ -387,7 +389,7 @@ class ProjectSecurityProperties(dict):
|
|
|
387
389
|
@pulumi.getter(name="usingAcl")
|
|
388
390
|
def using_acl(self) -> Optional[bool]:
|
|
389
391
|
"""
|
|
390
|
-
|
|
392
|
+
Set whether to use the [ACL permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/maxcompute-permissions), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
391
393
|
"""
|
|
392
394
|
return pulumi.get(self, "using_acl")
|
|
393
395
|
|
|
@@ -395,7 +397,7 @@ class ProjectSecurityProperties(dict):
|
|
|
395
397
|
@pulumi.getter(name="usingPolicy")
|
|
396
398
|
def using_policy(self) -> Optional[bool]:
|
|
397
399
|
"""
|
|
398
|
-
|
|
400
|
+
Set whether to use the Policy permission control function (https://www.alibabacloud.com/help/en/maxcompute/user-guide/policy-based-access-control-1), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
399
401
|
"""
|
|
400
402
|
return pulumi.get(self, "using_policy")
|
|
401
403
|
|
|
@@ -423,8 +425,8 @@ class ProjectSecurityPropertiesProjectProtection(dict):
|
|
|
423
425
|
exception_policy: Optional[str] = None,
|
|
424
426
|
protected: Optional[bool] = None):
|
|
425
427
|
"""
|
|
426
|
-
:param str exception_policy:
|
|
427
|
-
:param bool protected:
|
|
428
|
+
:param str exception_policy: Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
|
|
429
|
+
:param bool protected: Whether enabled, value:(true/false).
|
|
428
430
|
"""
|
|
429
431
|
if exception_policy is not None:
|
|
430
432
|
pulumi.set(__self__, "exception_policy", exception_policy)
|
|
@@ -435,7 +437,7 @@ class ProjectSecurityPropertiesProjectProtection(dict):
|
|
|
435
437
|
@pulumi.getter(name="exceptionPolicy")
|
|
436
438
|
def exception_policy(self) -> Optional[str]:
|
|
437
439
|
"""
|
|
438
|
-
|
|
440
|
+
Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
|
|
439
441
|
"""
|
|
440
442
|
return pulumi.get(self, "exception_policy")
|
|
441
443
|
|
|
@@ -443,7 +445,7 @@ class ProjectSecurityPropertiesProjectProtection(dict):
|
|
|
443
445
|
@pulumi.getter
|
|
444
446
|
def protected(self) -> Optional[bool]:
|
|
445
447
|
"""
|
|
446
|
-
|
|
448
|
+
Whether enabled, value:(true/false).
|
|
447
449
|
"""
|
|
448
450
|
return pulumi.get(self, "protected")
|
|
449
451
|
|