pulumi-alicloud 3.59.0a1720785756__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 (123) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -16,54 +16,55 @@ __all__ = ['ProjectArgs', 'Project']
16
16
  @pulumi.input_type
17
17
  class ProjectArgs:
18
18
  def __init__(__self__, *,
19
- project_name: pulumi.Input[str],
20
19
  comment: Optional[pulumi.Input[str]] = None,
21
20
  default_quota: Optional[pulumi.Input[str]] = None,
22
21
  ip_white_list: Optional[pulumi.Input['ProjectIpWhiteListArgs']] = None,
22
+ is_logical: Optional[pulumi.Input[str]] = None,
23
23
  product_type: Optional[pulumi.Input[str]] = None,
24
+ project_name: Optional[pulumi.Input[str]] = None,
24
25
  properties: Optional[pulumi.Input['ProjectPropertiesArgs']] = None,
25
- security_properties: Optional[pulumi.Input['ProjectSecurityPropertiesArgs']] = None):
26
+ security_properties: Optional[pulumi.Input['ProjectSecurityPropertiesArgs']] = None,
27
+ status: Optional[pulumi.Input[str]] = None,
28
+ tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
26
29
  """
27
30
  The set of arguments for constructing a Project resource.
28
- :param pulumi.Input[str] project_name: The name of the project
29
- :param pulumi.Input[str] comment: Comments of project
30
- :param pulumi.Input[str] default_quota: Default Computing Resource Group
31
- :param pulumi.Input['ProjectIpWhiteListArgs'] ip_white_list: IP whitelist. See `ip_white_list` below.
31
+ :param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
32
+ :param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
33
+ :param pulumi.Input['ProjectIpWhiteListArgs'] ip_white_list: IP whitelist See `ip_white_list` below.
34
+ :param pulumi.Input[str] is_logical: Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
32
35
  :param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
33
- :param pulumi.Input['ProjectPropertiesArgs'] properties: Project base attributes. See `properties` below.
34
- :param pulumi.Input['ProjectSecurityPropertiesArgs'] security_properties: Security-related attributes. See `security_properties` below.
36
+ :param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
37
+ :param pulumi.Input['ProjectPropertiesArgs'] properties: Project base attributes See `properties` below.
38
+ :param pulumi.Input['ProjectSecurityPropertiesArgs'] security_properties: Security-related attributes See `security_properties` below.
39
+ :param pulumi.Input[str] status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
40
+ :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
35
41
  """
36
- pulumi.set(__self__, "project_name", project_name)
37
42
  if comment is not None:
38
43
  pulumi.set(__self__, "comment", comment)
39
44
  if default_quota is not None:
40
45
  pulumi.set(__self__, "default_quota", default_quota)
41
46
  if ip_white_list is not None:
42
47
  pulumi.set(__self__, "ip_white_list", ip_white_list)
48
+ if is_logical is not None:
49
+ pulumi.set(__self__, "is_logical", is_logical)
43
50
  if product_type is not None:
44
51
  pulumi.set(__self__, "product_type", product_type)
52
+ if project_name is not None:
53
+ pulumi.set(__self__, "project_name", project_name)
45
54
  if properties is not None:
46
55
  pulumi.set(__self__, "properties", properties)
47
56
  if security_properties is not None:
48
57
  pulumi.set(__self__, "security_properties", security_properties)
49
-
50
- @property
51
- @pulumi.getter(name="projectName")
52
- def project_name(self) -> pulumi.Input[str]:
53
- """
54
- The name of the project
55
- """
56
- return pulumi.get(self, "project_name")
57
-
58
- @project_name.setter
59
- def project_name(self, value: pulumi.Input[str]):
60
- pulumi.set(self, "project_name", value)
58
+ if status is not None:
59
+ pulumi.set(__self__, "status", status)
60
+ if tags is not None:
61
+ pulumi.set(__self__, "tags", tags)
61
62
 
62
63
  @property
63
64
  @pulumi.getter
64
65
  def comment(self) -> Optional[pulumi.Input[str]]:
65
66
  """
66
- Comments of project
67
+ Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
67
68
  """
68
69
  return pulumi.get(self, "comment")
69
70
 
@@ -75,7 +76,7 @@ class ProjectArgs:
75
76
  @pulumi.getter(name="defaultQuota")
76
77
  def default_quota(self) -> Optional[pulumi.Input[str]]:
77
78
  """
78
- Default Computing Resource Group
79
+ Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
79
80
  """
80
81
  return pulumi.get(self, "default_quota")
81
82
 
@@ -87,7 +88,7 @@ class ProjectArgs:
87
88
  @pulumi.getter(name="ipWhiteList")
88
89
  def ip_white_list(self) -> Optional[pulumi.Input['ProjectIpWhiteListArgs']]:
89
90
  """
90
- IP whitelist. See `ip_white_list` below.
91
+ IP whitelist See `ip_white_list` below.
91
92
  """
92
93
  return pulumi.get(self, "ip_white_list")
93
94
 
@@ -95,6 +96,18 @@ class ProjectArgs:
95
96
  def ip_white_list(self, value: Optional[pulumi.Input['ProjectIpWhiteListArgs']]):
96
97
  pulumi.set(self, "ip_white_list", value)
97
98
 
99
+ @property
100
+ @pulumi.getter(name="isLogical")
101
+ def is_logical(self) -> Optional[pulumi.Input[str]]:
102
+ """
103
+ Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
104
+ """
105
+ return pulumi.get(self, "is_logical")
106
+
107
+ @is_logical.setter
108
+ def is_logical(self, value: Optional[pulumi.Input[str]]):
109
+ pulumi.set(self, "is_logical", value)
110
+
98
111
  @property
99
112
  @pulumi.getter(name="productType")
100
113
  def product_type(self) -> Optional[pulumi.Input[str]]:
@@ -107,11 +120,23 @@ class ProjectArgs:
107
120
  def product_type(self, value: Optional[pulumi.Input[str]]):
108
121
  pulumi.set(self, "product_type", value)
109
122
 
123
+ @property
124
+ @pulumi.getter(name="projectName")
125
+ def project_name(self) -> Optional[pulumi.Input[str]]:
126
+ """
127
+ The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
128
+ """
129
+ return pulumi.get(self, "project_name")
130
+
131
+ @project_name.setter
132
+ def project_name(self, value: Optional[pulumi.Input[str]]):
133
+ pulumi.set(self, "project_name", value)
134
+
110
135
  @property
111
136
  @pulumi.getter
112
137
  def properties(self) -> Optional[pulumi.Input['ProjectPropertiesArgs']]:
113
138
  """
114
- Project base attributes. See `properties` below.
139
+ Project base attributes See `properties` below.
115
140
  """
116
141
  return pulumi.get(self, "properties")
117
142
 
@@ -123,7 +148,7 @@ class ProjectArgs:
123
148
  @pulumi.getter(name="securityProperties")
124
149
  def security_properties(self) -> Optional[pulumi.Input['ProjectSecurityPropertiesArgs']]:
125
150
  """
126
- Security-related attributes. See `security_properties` below.
151
+ Security-related attributes See `security_properties` below.
127
152
  """
128
153
  return pulumi.get(self, "security_properties")
129
154
 
@@ -131,39 +156,73 @@ class ProjectArgs:
131
156
  def security_properties(self, value: Optional[pulumi.Input['ProjectSecurityPropertiesArgs']]):
132
157
  pulumi.set(self, "security_properties", value)
133
158
 
159
+ @property
160
+ @pulumi.getter
161
+ def status(self) -> Optional[pulumi.Input[str]]:
162
+ """
163
+ The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
164
+ """
165
+ return pulumi.get(self, "status")
166
+
167
+ @status.setter
168
+ def status(self, value: Optional[pulumi.Input[str]]):
169
+ pulumi.set(self, "status", value)
170
+
171
+ @property
172
+ @pulumi.getter
173
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
174
+ """
175
+ The tag of the resource
176
+ """
177
+ return pulumi.get(self, "tags")
178
+
179
+ @tags.setter
180
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
181
+ pulumi.set(self, "tags", value)
182
+
134
183
 
135
184
  @pulumi.input_type
136
185
  class _ProjectState:
137
186
  def __init__(__self__, *,
138
187
  comment: Optional[pulumi.Input[str]] = None,
188
+ create_time: Optional[pulumi.Input[str]] = None,
139
189
  default_quota: Optional[pulumi.Input[str]] = None,
140
190
  ip_white_list: Optional[pulumi.Input['ProjectIpWhiteListArgs']] = None,
191
+ is_logical: Optional[pulumi.Input[str]] = None,
141
192
  owner: Optional[pulumi.Input[str]] = None,
142
193
  product_type: Optional[pulumi.Input[str]] = None,
143
194
  project_name: Optional[pulumi.Input[str]] = None,
144
195
  properties: Optional[pulumi.Input['ProjectPropertiesArgs']] = None,
145
196
  security_properties: Optional[pulumi.Input['ProjectSecurityPropertiesArgs']] = None,
146
197
  status: Optional[pulumi.Input[str]] = None,
198
+ tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
147
199
  type: Optional[pulumi.Input[str]] = None):
148
200
  """
149
201
  Input properties used for looking up and filtering Project resources.
150
- :param pulumi.Input[str] comment: Comments of project
151
- :param pulumi.Input[str] default_quota: Default Computing Resource Group
152
- :param pulumi.Input['ProjectIpWhiteListArgs'] ip_white_list: IP whitelist. See `ip_white_list` below.
202
+ :param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
203
+ :param pulumi.Input[str] create_time: Represents the creation time of the project
204
+ :param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
205
+ :param pulumi.Input['ProjectIpWhiteListArgs'] ip_white_list: IP whitelist See `ip_white_list` below.
206
+ :param pulumi.Input[str] is_logical: Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
153
207
  :param pulumi.Input[str] owner: Project owner
154
208
  :param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
155
- :param pulumi.Input[str] project_name: The name of the project
156
- :param pulumi.Input['ProjectPropertiesArgs'] properties: Project base attributes. See `properties` below.
157
- :param pulumi.Input['ProjectSecurityPropertiesArgs'] security_properties: Security-related attributes. See `security_properties` below.
158
- :param pulumi.Input[str] status: The status of the resource
209
+ :param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
210
+ :param pulumi.Input['ProjectPropertiesArgs'] properties: Project base attributes See `properties` below.
211
+ :param pulumi.Input['ProjectSecurityPropertiesArgs'] security_properties: Security-related attributes See `security_properties` below.
212
+ :param pulumi.Input[str] status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
213
+ :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
159
214
  :param pulumi.Input[str] type: Project type
160
215
  """
161
216
  if comment is not None:
162
217
  pulumi.set(__self__, "comment", comment)
218
+ if create_time is not None:
219
+ pulumi.set(__self__, "create_time", create_time)
163
220
  if default_quota is not None:
164
221
  pulumi.set(__self__, "default_quota", default_quota)
165
222
  if ip_white_list is not None:
166
223
  pulumi.set(__self__, "ip_white_list", ip_white_list)
224
+ if is_logical is not None:
225
+ pulumi.set(__self__, "is_logical", is_logical)
167
226
  if owner is not None:
168
227
  pulumi.set(__self__, "owner", owner)
169
228
  if product_type is not None:
@@ -176,6 +235,8 @@ class _ProjectState:
176
235
  pulumi.set(__self__, "security_properties", security_properties)
177
236
  if status is not None:
178
237
  pulumi.set(__self__, "status", status)
238
+ if tags is not None:
239
+ pulumi.set(__self__, "tags", tags)
179
240
  if type is not None:
180
241
  pulumi.set(__self__, "type", type)
181
242
 
@@ -183,7 +244,7 @@ class _ProjectState:
183
244
  @pulumi.getter
184
245
  def comment(self) -> Optional[pulumi.Input[str]]:
185
246
  """
186
- Comments of project
247
+ Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
187
248
  """
188
249
  return pulumi.get(self, "comment")
189
250
 
@@ -191,11 +252,23 @@ class _ProjectState:
191
252
  def comment(self, value: Optional[pulumi.Input[str]]):
192
253
  pulumi.set(self, "comment", value)
193
254
 
255
+ @property
256
+ @pulumi.getter(name="createTime")
257
+ def create_time(self) -> Optional[pulumi.Input[str]]:
258
+ """
259
+ Represents the creation time of the project
260
+ """
261
+ return pulumi.get(self, "create_time")
262
+
263
+ @create_time.setter
264
+ def create_time(self, value: Optional[pulumi.Input[str]]):
265
+ pulumi.set(self, "create_time", value)
266
+
194
267
  @property
195
268
  @pulumi.getter(name="defaultQuota")
196
269
  def default_quota(self) -> Optional[pulumi.Input[str]]:
197
270
  """
198
- Default Computing Resource Group
271
+ Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
199
272
  """
200
273
  return pulumi.get(self, "default_quota")
201
274
 
@@ -207,7 +280,7 @@ class _ProjectState:
207
280
  @pulumi.getter(name="ipWhiteList")
208
281
  def ip_white_list(self) -> Optional[pulumi.Input['ProjectIpWhiteListArgs']]:
209
282
  """
210
- IP whitelist. See `ip_white_list` below.
283
+ IP whitelist See `ip_white_list` below.
211
284
  """
212
285
  return pulumi.get(self, "ip_white_list")
213
286
 
@@ -215,6 +288,18 @@ class _ProjectState:
215
288
  def ip_white_list(self, value: Optional[pulumi.Input['ProjectIpWhiteListArgs']]):
216
289
  pulumi.set(self, "ip_white_list", value)
217
290
 
291
+ @property
292
+ @pulumi.getter(name="isLogical")
293
+ def is_logical(self) -> Optional[pulumi.Input[str]]:
294
+ """
295
+ Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
296
+ """
297
+ return pulumi.get(self, "is_logical")
298
+
299
+ @is_logical.setter
300
+ def is_logical(self, value: Optional[pulumi.Input[str]]):
301
+ pulumi.set(self, "is_logical", value)
302
+
218
303
  @property
219
304
  @pulumi.getter
220
305
  def owner(self) -> Optional[pulumi.Input[str]]:
@@ -243,7 +328,7 @@ class _ProjectState:
243
328
  @pulumi.getter(name="projectName")
244
329
  def project_name(self) -> Optional[pulumi.Input[str]]:
245
330
  """
246
- The name of the project
331
+ The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
247
332
  """
248
333
  return pulumi.get(self, "project_name")
249
334
 
@@ -255,7 +340,7 @@ class _ProjectState:
255
340
  @pulumi.getter
256
341
  def properties(self) -> Optional[pulumi.Input['ProjectPropertiesArgs']]:
257
342
  """
258
- Project base attributes. See `properties` below.
343
+ Project base attributes See `properties` below.
259
344
  """
260
345
  return pulumi.get(self, "properties")
261
346
 
@@ -267,7 +352,7 @@ class _ProjectState:
267
352
  @pulumi.getter(name="securityProperties")
268
353
  def security_properties(self) -> Optional[pulumi.Input['ProjectSecurityPropertiesArgs']]:
269
354
  """
270
- Security-related attributes. See `security_properties` below.
355
+ Security-related attributes See `security_properties` below.
271
356
  """
272
357
  return pulumi.get(self, "security_properties")
273
358
 
@@ -279,7 +364,7 @@ class _ProjectState:
279
364
  @pulumi.getter
280
365
  def status(self) -> Optional[pulumi.Input[str]]:
281
366
  """
282
- The status of the resource
367
+ The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
283
368
  """
284
369
  return pulumi.get(self, "status")
285
370
 
@@ -287,6 +372,18 @@ class _ProjectState:
287
372
  def status(self, value: Optional[pulumi.Input[str]]):
288
373
  pulumi.set(self, "status", value)
289
374
 
375
+ @property
376
+ @pulumi.getter
377
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
378
+ """
379
+ The tag of the resource
380
+ """
381
+ return pulumi.get(self, "tags")
382
+
383
+ @tags.setter
384
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
385
+ pulumi.set(self, "tags", value)
386
+
290
387
  @property
291
388
  @pulumi.getter
292
389
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -308,18 +405,25 @@ class Project(pulumi.CustomResource):
308
405
  comment: Optional[pulumi.Input[str]] = None,
309
406
  default_quota: Optional[pulumi.Input[str]] = None,
310
407
  ip_white_list: Optional[pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']]] = None,
408
+ is_logical: Optional[pulumi.Input[str]] = None,
311
409
  product_type: Optional[pulumi.Input[str]] = None,
312
410
  project_name: Optional[pulumi.Input[str]] = None,
313
411
  properties: Optional[pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']]] = None,
314
412
  security_properties: Optional[pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']]] = None,
413
+ status: Optional[pulumi.Input[str]] = None,
414
+ tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
315
415
  __props__=None):
316
416
  """
317
417
  Provides a Max Compute Project resource.
318
418
 
319
- For information about Max Compute Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/maxcompute).
419
+ MaxCompute project .
420
+
421
+ For information about Max Compute Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/maxcompute/).
320
422
 
321
423
  > **NOTE:** Available since v1.77.0.
322
424
 
425
+ > **NOTE:** Field `name`, `specification_type`, `order_type` has been removed from provider version 1.227.1.
426
+
323
427
  ## Example Usage
324
428
 
325
429
  Basic Usage
@@ -339,29 +443,44 @@ class Project(pulumi.CustomResource):
339
443
  product_type="PayAsYouGo")
340
444
  ```
341
445
 
446
+ ## Import
447
+
448
+ Max Compute Project can be imported using the id, e.g.
449
+
450
+ ```sh
451
+ $ pulumi import alicloud:maxcompute/project:Project example <id>
452
+ ```
453
+
342
454
  :param str resource_name: The name of the resource.
343
455
  :param pulumi.ResourceOptions opts: Options for the resource.
344
- :param pulumi.Input[str] comment: Comments of project
345
- :param pulumi.Input[str] default_quota: Default Computing Resource Group
346
- :param pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']] ip_white_list: IP whitelist. See `ip_white_list` below.
456
+ :param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
457
+ :param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
458
+ :param pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']] ip_white_list: IP whitelist See `ip_white_list` below.
459
+ :param pulumi.Input[str] is_logical: Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
347
460
  :param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
348
- :param pulumi.Input[str] project_name: The name of the project
349
- :param pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']] properties: Project base attributes. See `properties` below.
350
- :param pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']] security_properties: Security-related attributes. See `security_properties` below.
461
+ :param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
462
+ :param pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']] properties: Project base attributes See `properties` below.
463
+ :param pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']] security_properties: Security-related attributes See `security_properties` below.
464
+ :param pulumi.Input[str] status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
465
+ :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
351
466
  """
352
467
  ...
353
468
  @overload
354
469
  def __init__(__self__,
355
470
  resource_name: str,
356
- args: ProjectArgs,
471
+ args: Optional[ProjectArgs] = None,
357
472
  opts: Optional[pulumi.ResourceOptions] = None):
358
473
  """
359
474
  Provides a Max Compute Project resource.
360
475
 
361
- For information about Max Compute Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/maxcompute).
476
+ MaxCompute project .
477
+
478
+ For information about Max Compute Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/maxcompute/).
362
479
 
363
480
  > **NOTE:** Available since v1.77.0.
364
481
 
482
+ > **NOTE:** Field `name`, `specification_type`, `order_type` has been removed from provider version 1.227.1.
483
+
365
484
  ## Example Usage
366
485
 
367
486
  Basic Usage
@@ -381,6 +500,14 @@ class Project(pulumi.CustomResource):
381
500
  product_type="PayAsYouGo")
382
501
  ```
383
502
 
503
+ ## Import
504
+
505
+ Max Compute Project can be imported using the id, e.g.
506
+
507
+ ```sh
508
+ $ pulumi import alicloud:maxcompute/project:Project example <id>
509
+ ```
510
+
384
511
  :param str resource_name: The name of the resource.
385
512
  :param ProjectArgs args: The arguments to use to populate this resource's properties.
386
513
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -399,10 +526,13 @@ class Project(pulumi.CustomResource):
399
526
  comment: Optional[pulumi.Input[str]] = None,
400
527
  default_quota: Optional[pulumi.Input[str]] = None,
401
528
  ip_white_list: Optional[pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']]] = None,
529
+ is_logical: Optional[pulumi.Input[str]] = None,
402
530
  product_type: Optional[pulumi.Input[str]] = None,
403
531
  project_name: Optional[pulumi.Input[str]] = None,
404
532
  properties: Optional[pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']]] = None,
405
533
  security_properties: Optional[pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']]] = None,
534
+ status: Optional[pulumi.Input[str]] = None,
535
+ tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
406
536
  __props__=None):
407
537
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
408
538
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -415,14 +545,15 @@ class Project(pulumi.CustomResource):
415
545
  __props__.__dict__["comment"] = comment
416
546
  __props__.__dict__["default_quota"] = default_quota
417
547
  __props__.__dict__["ip_white_list"] = ip_white_list
548
+ __props__.__dict__["is_logical"] = is_logical
418
549
  __props__.__dict__["product_type"] = product_type
419
- if project_name is None and not opts.urn:
420
- raise TypeError("Missing required property 'project_name'")
421
550
  __props__.__dict__["project_name"] = project_name
422
551
  __props__.__dict__["properties"] = properties
423
552
  __props__.__dict__["security_properties"] = security_properties
553
+ __props__.__dict__["status"] = status
554
+ __props__.__dict__["tags"] = tags
555
+ __props__.__dict__["create_time"] = None
424
556
  __props__.__dict__["owner"] = None
425
- __props__.__dict__["status"] = None
426
557
  __props__.__dict__["type"] = None
427
558
  super(Project, __self__).__init__(
428
559
  'alicloud:maxcompute/project:Project',
@@ -435,14 +566,17 @@ class Project(pulumi.CustomResource):
435
566
  id: pulumi.Input[str],
436
567
  opts: Optional[pulumi.ResourceOptions] = None,
437
568
  comment: Optional[pulumi.Input[str]] = None,
569
+ create_time: Optional[pulumi.Input[str]] = None,
438
570
  default_quota: Optional[pulumi.Input[str]] = None,
439
571
  ip_white_list: Optional[pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']]] = None,
572
+ is_logical: Optional[pulumi.Input[str]] = None,
440
573
  owner: Optional[pulumi.Input[str]] = None,
441
574
  product_type: Optional[pulumi.Input[str]] = None,
442
575
  project_name: Optional[pulumi.Input[str]] = None,
443
576
  properties: Optional[pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']]] = None,
444
577
  security_properties: Optional[pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']]] = None,
445
578
  status: Optional[pulumi.Input[str]] = None,
579
+ tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
446
580
  type: Optional[pulumi.Input[str]] = None) -> 'Project':
447
581
  """
448
582
  Get an existing Project resource's state with the given name, id, and optional extra
@@ -451,15 +585,18 @@ class Project(pulumi.CustomResource):
451
585
  :param str resource_name: The unique name of the resulting resource.
452
586
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
453
587
  :param pulumi.ResourceOptions opts: Options for the resource.
454
- :param pulumi.Input[str] comment: Comments of project
455
- :param pulumi.Input[str] default_quota: Default Computing Resource Group
456
- :param pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']] ip_white_list: IP whitelist. See `ip_white_list` below.
588
+ :param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
589
+ :param pulumi.Input[str] create_time: Represents the creation time of the project
590
+ :param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
591
+ :param pulumi.Input[pulumi.InputType['ProjectIpWhiteListArgs']] ip_white_list: IP whitelist See `ip_white_list` below.
592
+ :param pulumi.Input[str] is_logical: Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
457
593
  :param pulumi.Input[str] owner: Project owner
458
594
  :param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
459
- :param pulumi.Input[str] project_name: The name of the project
460
- :param pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']] properties: Project base attributes. See `properties` below.
461
- :param pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']] security_properties: Security-related attributes. See `security_properties` below.
462
- :param pulumi.Input[str] status: The status of the resource
595
+ :param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
596
+ :param pulumi.Input[pulumi.InputType['ProjectPropertiesArgs']] properties: Project base attributes See `properties` below.
597
+ :param pulumi.Input[pulumi.InputType['ProjectSecurityPropertiesArgs']] security_properties: Security-related attributes See `security_properties` below.
598
+ :param pulumi.Input[str] status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
599
+ :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
463
600
  :param pulumi.Input[str] type: Project type
464
601
  """
465
602
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -467,14 +604,17 @@ class Project(pulumi.CustomResource):
467
604
  __props__ = _ProjectState.__new__(_ProjectState)
468
605
 
469
606
  __props__.__dict__["comment"] = comment
607
+ __props__.__dict__["create_time"] = create_time
470
608
  __props__.__dict__["default_quota"] = default_quota
471
609
  __props__.__dict__["ip_white_list"] = ip_white_list
610
+ __props__.__dict__["is_logical"] = is_logical
472
611
  __props__.__dict__["owner"] = owner
473
612
  __props__.__dict__["product_type"] = product_type
474
613
  __props__.__dict__["project_name"] = project_name
475
614
  __props__.__dict__["properties"] = properties
476
615
  __props__.__dict__["security_properties"] = security_properties
477
616
  __props__.__dict__["status"] = status
617
+ __props__.__dict__["tags"] = tags
478
618
  __props__.__dict__["type"] = type
479
619
  return Project(resource_name, opts=opts, __props__=__props__)
480
620
 
@@ -482,15 +622,23 @@ class Project(pulumi.CustomResource):
482
622
  @pulumi.getter
483
623
  def comment(self) -> pulumi.Output[Optional[str]]:
484
624
  """
485
- Comments of project
625
+ Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
486
626
  """
487
627
  return pulumi.get(self, "comment")
488
628
 
629
+ @property
630
+ @pulumi.getter(name="createTime")
631
+ def create_time(self) -> pulumi.Output[str]:
632
+ """
633
+ Represents the creation time of the project
634
+ """
635
+ return pulumi.get(self, "create_time")
636
+
489
637
  @property
490
638
  @pulumi.getter(name="defaultQuota")
491
639
  def default_quota(self) -> pulumi.Output[Optional[str]]:
492
640
  """
493
- Default Computing Resource Group
641
+ Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
494
642
  """
495
643
  return pulumi.get(self, "default_quota")
496
644
 
@@ -498,10 +646,18 @@ class Project(pulumi.CustomResource):
498
646
  @pulumi.getter(name="ipWhiteList")
499
647
  def ip_white_list(self) -> pulumi.Output[Optional['outputs.ProjectIpWhiteList']]:
500
648
  """
501
- IP whitelist. See `ip_white_list` below.
649
+ IP whitelist See `ip_white_list` below.
502
650
  """
503
651
  return pulumi.get(self, "ip_white_list")
504
652
 
653
+ @property
654
+ @pulumi.getter(name="isLogical")
655
+ def is_logical(self) -> pulumi.Output[Optional[str]]:
656
+ """
657
+ Logical deletion, value: (ture/flase) ture: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. flase: immediately deleted, that is, completely deleted, permanently unrecoverable.
658
+ """
659
+ return pulumi.get(self, "is_logical")
660
+
505
661
  @property
506
662
  @pulumi.getter
507
663
  def owner(self) -> pulumi.Output[str]:
@@ -522,7 +678,7 @@ class Project(pulumi.CustomResource):
522
678
  @pulumi.getter(name="projectName")
523
679
  def project_name(self) -> pulumi.Output[str]:
524
680
  """
525
- The name of the project
681
+ The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
526
682
  """
527
683
  return pulumi.get(self, "project_name")
528
684
 
@@ -530,7 +686,7 @@ class Project(pulumi.CustomResource):
530
686
  @pulumi.getter
531
687
  def properties(self) -> pulumi.Output['outputs.ProjectProperties']:
532
688
  """
533
- Project base attributes. See `properties` below.
689
+ Project base attributes See `properties` below.
534
690
  """
535
691
  return pulumi.get(self, "properties")
536
692
 
@@ -538,7 +694,7 @@ class Project(pulumi.CustomResource):
538
694
  @pulumi.getter(name="securityProperties")
539
695
  def security_properties(self) -> pulumi.Output['outputs.ProjectSecurityProperties']:
540
696
  """
541
- Security-related attributes. See `security_properties` below.
697
+ Security-related attributes See `security_properties` below.
542
698
  """
543
699
  return pulumi.get(self, "security_properties")
544
700
 
@@ -546,10 +702,18 @@ class Project(pulumi.CustomResource):
546
702
  @pulumi.getter
547
703
  def status(self) -> pulumi.Output[str]:
548
704
  """
549
- The status of the resource
705
+ The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
550
706
  """
551
707
  return pulumi.get(self, "status")
552
708
 
709
+ @property
710
+ @pulumi.getter
711
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
712
+ """
713
+ The tag of the resource
714
+ """
715
+ return pulumi.get(self, "tags")
716
+
553
717
  @property
554
718
  @pulumi.getter
555
719
  def type(self) -> pulumi.Output[str]: