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
@@ -24,8 +24,8 @@ class ProjectIpWhiteListArgs:
24
24
  ip_list: Optional[pulumi.Input[str]] = None,
25
25
  vpc_ip_list: Optional[pulumi.Input[str]] = None):
26
26
  """
27
- :param pulumi.Input[str] ip_list: Classic network IP white list.
28
- :param pulumi.Input[str] vpc_ip_list: VPC network whitelist.
27
+ :param pulumi.Input[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.
28
+ :param pulumi.Input[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.
29
29
  """
30
30
  if ip_list is not None:
31
31
  pulumi.set(__self__, "ip_list", ip_list)
@@ -36,7 +36,7 @@ class ProjectIpWhiteListArgs:
36
36
  @pulumi.getter(name="ipList")
37
37
  def ip_list(self) -> Optional[pulumi.Input[str]]:
38
38
  """
39
- Classic network IP white list.
39
+ 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.
40
40
  """
41
41
  return pulumi.get(self, "ip_list")
42
42
 
@@ -48,7 +48,7 @@ class ProjectIpWhiteListArgs:
48
48
  @pulumi.getter(name="vpcIpList")
49
49
  def vpc_ip_list(self) -> Optional[pulumi.Input[str]]:
50
50
  """
51
- VPC network whitelist.
51
+ 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.
52
52
  """
53
53
  return pulumi.get(self, "vpc_ip_list")
54
54
 
@@ -69,14 +69,15 @@ class ProjectPropertiesArgs:
69
69
  timezone: Optional[pulumi.Input[str]] = None,
70
70
  type_system: Optional[pulumi.Input[str]] = None):
71
71
  """
72
- :param pulumi.Input[bool] allow_full_scan: Whether to allow full table scan.
72
+ :param pulumi.Input[bool] allow_full_scan: Whether to allow full table scan. Default: false.
73
73
  :param pulumi.Input[bool] enable_decimal2: Whether to turn on Decimal2.0.
74
- :param pulumi.Input['ProjectPropertiesEncryptionArgs'] encryption: Whether encryption is turned on. See `encryption` below.
75
- :param pulumi.Input[int] retention_days: Job default retention time.
76
- :param pulumi.Input[str] sql_metering_max: SQL charge limit.
77
- :param pulumi.Input['ProjectPropertiesTableLifecycleArgs'] table_lifecycle: Life cycle of tables. See `table_lifecycle` below.
78
- :param pulumi.Input[str] timezone: Project time zone.
79
- :param pulumi.Input[str] type_system: Type system.
74
+ :param pulumi.Input['ProjectPropertiesEncryptionArgs'] encryption: Storage encryption. For details, see [Storage Encryption](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/storage-encryption)
75
+ > **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.
76
+ :param pulumi.Input[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.
77
+ :param pulumi.Input[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. .
78
+ :param pulumi.Input['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.
79
+ :param pulumi.Input[str] timezone: Project time zone, example value: Asia/Shanghai.
80
+ :param pulumi.Input[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.
80
81
  """
81
82
  if allow_full_scan is not None:
82
83
  pulumi.set(__self__, "allow_full_scan", allow_full_scan)
@@ -99,7 +100,7 @@ class ProjectPropertiesArgs:
99
100
  @pulumi.getter(name="allowFullScan")
100
101
  def allow_full_scan(self) -> Optional[pulumi.Input[bool]]:
101
102
  """
102
- Whether to allow full table scan.
103
+ Whether to allow full table scan. Default: false.
103
104
  """
104
105
  return pulumi.get(self, "allow_full_scan")
105
106
 
@@ -123,7 +124,8 @@ class ProjectPropertiesArgs:
123
124
  @pulumi.getter
124
125
  def encryption(self) -> Optional[pulumi.Input['ProjectPropertiesEncryptionArgs']]:
125
126
  """
126
- Whether encryption is turned on. See `encryption` below.
127
+ Storage encryption. For details, see [Storage Encryption](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/storage-encryption)
128
+ > **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.
127
129
  """
128
130
  return pulumi.get(self, "encryption")
129
131
 
@@ -135,7 +137,7 @@ class ProjectPropertiesArgs:
135
137
  @pulumi.getter(name="retentionDays")
136
138
  def retention_days(self) -> Optional[pulumi.Input[int]]:
137
139
  """
138
- Job default retention time.
140
+ 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.
139
141
  """
140
142
  return pulumi.get(self, "retention_days")
141
143
 
@@ -147,7 +149,7 @@ class ProjectPropertiesArgs:
147
149
  @pulumi.getter(name="sqlMeteringMax")
148
150
  def sql_metering_max(self) -> Optional[pulumi.Input[str]]:
149
151
  """
150
- SQL charge limit.
152
+ 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. .
151
153
  """
152
154
  return pulumi.get(self, "sql_metering_max")
153
155
 
@@ -159,7 +161,7 @@ class ProjectPropertiesArgs:
159
161
  @pulumi.getter(name="tableLifecycle")
160
162
  def table_lifecycle(self) -> Optional[pulumi.Input['ProjectPropertiesTableLifecycleArgs']]:
161
163
  """
162
- Life cycle of tables. See `table_lifecycle` below.
164
+ 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.
163
165
  """
164
166
  return pulumi.get(self, "table_lifecycle")
165
167
 
@@ -171,7 +173,7 @@ class ProjectPropertiesArgs:
171
173
  @pulumi.getter
172
174
  def timezone(self) -> Optional[pulumi.Input[str]]:
173
175
  """
174
- Project time zone.
176
+ Project time zone, example value: Asia/Shanghai.
175
177
  """
176
178
  return pulumi.get(self, "timezone")
177
179
 
@@ -183,7 +185,7 @@ class ProjectPropertiesArgs:
183
185
  @pulumi.getter(name="typeSystem")
184
186
  def type_system(self) -> Optional[pulumi.Input[str]]:
185
187
  """
186
- Type system.
188
+ 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.
187
189
  """
188
190
  return pulumi.get(self, "type_system")
189
191
 
@@ -198,6 +200,11 @@ class ProjectPropertiesEncryptionArgs:
198
200
  algorithm: Optional[pulumi.Input[str]] = None,
199
201
  enable: Optional[pulumi.Input[bool]] = None,
200
202
  key: Optional[pulumi.Input[str]] = None):
203
+ """
204
+ :param pulumi.Input[str] algorithm: The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
205
+ :param pulumi.Input[bool] enable: Only enable function is supported. Value: (true).
206
+ :param pulumi.Input[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.
207
+ """
201
208
  if algorithm is not None:
202
209
  pulumi.set(__self__, "algorithm", algorithm)
203
210
  if enable is not None:
@@ -208,6 +215,9 @@ class ProjectPropertiesEncryptionArgs:
208
215
  @property
209
216
  @pulumi.getter
210
217
  def algorithm(self) -> Optional[pulumi.Input[str]]:
218
+ """
219
+ The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
220
+ """
211
221
  return pulumi.get(self, "algorithm")
212
222
 
213
223
  @algorithm.setter
@@ -217,6 +227,9 @@ class ProjectPropertiesEncryptionArgs:
217
227
  @property
218
228
  @pulumi.getter
219
229
  def enable(self) -> Optional[pulumi.Input[bool]]:
230
+ """
231
+ Only enable function is supported. Value: (true).
232
+ """
220
233
  return pulumi.get(self, "enable")
221
234
 
222
235
  @enable.setter
@@ -226,6 +239,9 @@ class ProjectPropertiesEncryptionArgs:
226
239
  @property
227
240
  @pulumi.getter
228
241
  def key(self) -> Optional[pulumi.Input[str]]:
242
+ """
243
+ 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.
244
+ """
229
245
  return pulumi.get(self, "key")
230
246
 
231
247
  @key.setter
@@ -240,6 +256,7 @@ class ProjectPropertiesTableLifecycleArgs:
240
256
  value: Optional[pulumi.Input[str]] = None):
241
257
  """
242
258
  :param pulumi.Input[str] type: Project type
259
+ :param pulumi.Input[str] value: The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
243
260
  """
244
261
  if type is not None:
245
262
  pulumi.set(__self__, "type", type)
@@ -261,6 +278,9 @@ class ProjectPropertiesTableLifecycleArgs:
261
278
  @property
262
279
  @pulumi.getter
263
280
  def value(self) -> Optional[pulumi.Input[str]]:
281
+ """
282
+ The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
283
+ """
264
284
  return pulumi.get(self, "value")
265
285
 
266
286
  @value.setter
@@ -279,13 +299,13 @@ class ProjectSecurityPropertiesArgs:
279
299
  using_acl: Optional[pulumi.Input[bool]] = None,
280
300
  using_policy: Optional[pulumi.Input[bool]] = None):
281
301
  """
282
- :param pulumi.Input[bool] enable_download_privilege: Whether to enable download permission check.
283
- :param pulumi.Input[bool] label_security: Label authorization.
284
- :param pulumi.Input[bool] object_creator_has_access_permission: Project creator permissions.
285
- :param pulumi.Input[bool] object_creator_has_grant_permission: Does the project creator have authorization rights.
302
+ :param pulumi.Input[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.
303
+ :param pulumi.Input[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.
304
+ :param pulumi.Input[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.
305
+ :param pulumi.Input[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.
286
306
  :param pulumi.Input['ProjectSecurityPropertiesProjectProtectionArgs'] project_protection: Project protection. See `project_protection` below.
287
- :param pulumi.Input[bool] using_acl: Whether to turn on ACL.
288
- :param pulumi.Input[bool] using_policy: Whether to enable Policy.
307
+ :param pulumi.Input[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.
308
+ :param pulumi.Input[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.
289
309
  """
290
310
  if enable_download_privilege is not None:
291
311
  pulumi.set(__self__, "enable_download_privilege", enable_download_privilege)
@@ -306,7 +326,7 @@ class ProjectSecurityPropertiesArgs:
306
326
  @pulumi.getter(name="enableDownloadPrivilege")
307
327
  def enable_download_privilege(self) -> Optional[pulumi.Input[bool]]:
308
328
  """
309
- Whether to enable download permission check.
329
+ 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.
310
330
  """
311
331
  return pulumi.get(self, "enable_download_privilege")
312
332
 
@@ -318,7 +338,7 @@ class ProjectSecurityPropertiesArgs:
318
338
  @pulumi.getter(name="labelSecurity")
319
339
  def label_security(self) -> Optional[pulumi.Input[bool]]:
320
340
  """
321
- Label authorization.
341
+ 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.
322
342
  """
323
343
  return pulumi.get(self, "label_security")
324
344
 
@@ -330,7 +350,7 @@ class ProjectSecurityPropertiesArgs:
330
350
  @pulumi.getter(name="objectCreatorHasAccessPermission")
331
351
  def object_creator_has_access_permission(self) -> Optional[pulumi.Input[bool]]:
332
352
  """
333
- Project creator permissions.
353
+ 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.
334
354
  """
335
355
  return pulumi.get(self, "object_creator_has_access_permission")
336
356
 
@@ -342,7 +362,7 @@ class ProjectSecurityPropertiesArgs:
342
362
  @pulumi.getter(name="objectCreatorHasGrantPermission")
343
363
  def object_creator_has_grant_permission(self) -> Optional[pulumi.Input[bool]]:
344
364
  """
345
- Does the project creator have authorization rights.
365
+ The ObjectCreatorHasGrantPermission attribute is set to allow the object creator to have the authorization permission on the object. The default is the allowed state.
346
366
  """
347
367
  return pulumi.get(self, "object_creator_has_grant_permission")
348
368
 
@@ -366,7 +386,7 @@ class ProjectSecurityPropertiesArgs:
366
386
  @pulumi.getter(name="usingAcl")
367
387
  def using_acl(self) -> Optional[pulumi.Input[bool]]:
368
388
  """
369
- Whether to turn on ACL.
389
+ 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.
370
390
  """
371
391
  return pulumi.get(self, "using_acl")
372
392
 
@@ -378,7 +398,7 @@ class ProjectSecurityPropertiesArgs:
378
398
  @pulumi.getter(name="usingPolicy")
379
399
  def using_policy(self) -> Optional[pulumi.Input[bool]]:
380
400
  """
381
- Whether to enable Policy.
401
+ 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.
382
402
  """
383
403
  return pulumi.get(self, "using_policy")
384
404
 
@@ -393,8 +413,8 @@ class ProjectSecurityPropertiesProjectProtectionArgs:
393
413
  exception_policy: Optional[pulumi.Input[str]] = None,
394
414
  protected: Optional[pulumi.Input[bool]] = None):
395
415
  """
396
- :param pulumi.Input[str] exception_policy: Exclusion policy.
397
- :param pulumi.Input[bool] protected: Is it turned on.
416
+ :param pulumi.Input[str] exception_policy: Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
417
+ :param pulumi.Input[bool] protected: Whether enabled, value:(true/false).
398
418
  """
399
419
  if exception_policy is not None:
400
420
  pulumi.set(__self__, "exception_policy", exception_policy)
@@ -405,7 +425,7 @@ class ProjectSecurityPropertiesProjectProtectionArgs:
405
425
  @pulumi.getter(name="exceptionPolicy")
406
426
  def exception_policy(self) -> Optional[pulumi.Input[str]]:
407
427
  """
408
- Exclusion policy.
428
+ Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
409
429
  """
410
430
  return pulumi.get(self, "exception_policy")
411
431
 
@@ -417,7 +437,7 @@ class ProjectSecurityPropertiesProjectProtectionArgs:
417
437
  @pulumi.getter
418
438
  def protected(self) -> Optional[pulumi.Input[bool]]:
419
439
  """
420
- Is it turned on.
440
+ Whether enabled, value:(true/false).
421
441
  """
422
442
  return pulumi.get(self, "protected")
423
443
 
@@ -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: Classic network IP white 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
- Classic network IP white list.
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: Whether encryption is turned on. See `encryption` below.
121
- :param int retention_days: Job default retention time.
122
- :param str sql_metering_max: SQL charge limit.
123
- :param 'ProjectPropertiesTableLifecycleArgs' table_lifecycle: Life cycle of tables. See `table_lifecycle` below.
124
- :param str timezone: Project time zone.
125
- :param str type_system: Type system.
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
- Whether encryption is turned on. See `encryption` below.
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
- Job default retention time.
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 charge limit.
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
- Life cycle of tables. See `table_lifecycle` below.
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
- Type system.
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
 
@@ -212,6 +214,11 @@ class ProjectPropertiesEncryption(dict):
212
214
  algorithm: Optional[str] = None,
213
215
  enable: Optional[bool] = None,
214
216
  key: Optional[str] = None):
217
+ """
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.
221
+ """
215
222
  if algorithm is not None:
216
223
  pulumi.set(__self__, "algorithm", algorithm)
217
224
  if enable is not None:
@@ -222,16 +229,25 @@ class ProjectPropertiesEncryption(dict):
222
229
  @property
223
230
  @pulumi.getter
224
231
  def algorithm(self) -> Optional[str]:
232
+ """
233
+ The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
234
+ """
225
235
  return pulumi.get(self, "algorithm")
226
236
 
227
237
  @property
228
238
  @pulumi.getter
229
239
  def enable(self) -> Optional[bool]:
240
+ """
241
+ Only enable function is supported. Value: (true).
242
+ """
230
243
  return pulumi.get(self, "enable")
231
244
 
232
245
  @property
233
246
  @pulumi.getter
234
247
  def key(self) -> Optional[str]:
248
+ """
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.
250
+ """
235
251
  return pulumi.get(self, "key")
236
252
 
237
253
 
@@ -242,6 +258,7 @@ class ProjectPropertiesTableLifecycle(dict):
242
258
  value: Optional[str] = None):
243
259
  """
244
260
  :param str type: Project type
261
+ :param str value: The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
245
262
  """
246
263
  if type is not None:
247
264
  pulumi.set(__self__, "type", type)
@@ -259,6 +276,9 @@ class ProjectPropertiesTableLifecycle(dict):
259
276
  @property
260
277
  @pulumi.getter
261
278
  def value(self) -> Optional[str]:
279
+ """
280
+ The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
281
+ """
262
282
  return pulumi.get(self, "value")
263
283
 
264
284
 
@@ -302,13 +322,13 @@ class ProjectSecurityProperties(dict):
302
322
  using_acl: Optional[bool] = None,
303
323
  using_policy: Optional[bool] = None):
304
324
  """
305
- :param bool enable_download_privilege: Whether to enable download permission check.
306
- :param bool label_security: Label authorization.
307
- :param bool object_creator_has_access_permission: Project creator permissions.
308
- :param bool object_creator_has_grant_permission: Does the project creator have authorization rights.
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.
309
329
  :param 'ProjectSecurityPropertiesProjectProtectionArgs' project_protection: Project protection. See `project_protection` below.
310
- :param bool using_acl: Whether to turn on ACL.
311
- :param bool using_policy: Whether to enable 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.
312
332
  """
313
333
  if enable_download_privilege is not None:
314
334
  pulumi.set(__self__, "enable_download_privilege", enable_download_privilege)
@@ -329,7 +349,7 @@ class ProjectSecurityProperties(dict):
329
349
  @pulumi.getter(name="enableDownloadPrivilege")
330
350
  def enable_download_privilege(self) -> Optional[bool]:
331
351
  """
332
- Whether to enable download permission check.
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.
333
353
  """
334
354
  return pulumi.get(self, "enable_download_privilege")
335
355
 
@@ -337,7 +357,7 @@ class ProjectSecurityProperties(dict):
337
357
  @pulumi.getter(name="labelSecurity")
338
358
  def label_security(self) -> Optional[bool]:
339
359
  """
340
- Label authorization.
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.
341
361
  """
342
362
  return pulumi.get(self, "label_security")
343
363
 
@@ -345,7 +365,7 @@ class ProjectSecurityProperties(dict):
345
365
  @pulumi.getter(name="objectCreatorHasAccessPermission")
346
366
  def object_creator_has_access_permission(self) -> Optional[bool]:
347
367
  """
348
- Project creator permissions.
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.
349
369
  """
350
370
  return pulumi.get(self, "object_creator_has_access_permission")
351
371
 
@@ -353,7 +373,7 @@ class ProjectSecurityProperties(dict):
353
373
  @pulumi.getter(name="objectCreatorHasGrantPermission")
354
374
  def object_creator_has_grant_permission(self) -> Optional[bool]:
355
375
  """
356
- Does the project creator have authorization rights.
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.
357
377
  """
358
378
  return pulumi.get(self, "object_creator_has_grant_permission")
359
379
 
@@ -369,7 +389,7 @@ class ProjectSecurityProperties(dict):
369
389
  @pulumi.getter(name="usingAcl")
370
390
  def using_acl(self) -> Optional[bool]:
371
391
  """
372
- Whether to turn on ACL.
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.
373
393
  """
374
394
  return pulumi.get(self, "using_acl")
375
395
 
@@ -377,7 +397,7 @@ class ProjectSecurityProperties(dict):
377
397
  @pulumi.getter(name="usingPolicy")
378
398
  def using_policy(self) -> Optional[bool]:
379
399
  """
380
- Whether to enable Policy.
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.
381
401
  """
382
402
  return pulumi.get(self, "using_policy")
383
403
 
@@ -405,8 +425,8 @@ class ProjectSecurityPropertiesProjectProtection(dict):
405
425
  exception_policy: Optional[str] = None,
406
426
  protected: Optional[bool] = None):
407
427
  """
408
- :param str exception_policy: Exclusion policy.
409
- :param bool protected: Is it turned on.
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).
410
430
  """
411
431
  if exception_policy is not None:
412
432
  pulumi.set(__self__, "exception_policy", exception_policy)
@@ -417,7 +437,7 @@ class ProjectSecurityPropertiesProjectProtection(dict):
417
437
  @pulumi.getter(name="exceptionPolicy")
418
438
  def exception_policy(self) -> Optional[str]:
419
439
  """
420
- Exclusion policy.
440
+ Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
421
441
  """
422
442
  return pulumi.get(self, "exception_policy")
423
443
 
@@ -425,7 +445,7 @@ class ProjectSecurityPropertiesProjectProtection(dict):
425
445
  @pulumi.getter
426
446
  def protected(self) -> Optional[bool]:
427
447
  """
428
- Is it turned on.
448
+ Whether enabled, value:(true/false).
429
449
  """
430
450
  return pulumi.get(self, "protected")
431
451