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
@@ -24,12 +24,21 @@ class GetDomainsDomainResult(dict):
24
24
  cname_record: str,
25
25
  create_time: str,
26
26
  default_domain: str,
27
+ dkim_auth_status: str,
28
+ dkim_public_key: str,
29
+ dkim_rr: str,
30
+ dmarc_auth_status: str,
31
+ dmarc_host_record: str,
32
+ dmarc_record: str,
33
+ dns_dmarc: str,
27
34
  dns_mx: str,
28
35
  dns_spf: str,
29
36
  dns_txt: str,
30
37
  domain_id: str,
31
38
  domain_name: str,
39
+ domain_record: str,
32
40
  domain_type: str,
41
+ host_record: str,
33
42
  icp_status: str,
34
43
  id: str,
35
44
  mx_auth_status: str,
@@ -40,38 +49,56 @@ class GetDomainsDomainResult(dict):
40
49
  tl_domain_name: str,
41
50
  tracef_record: str):
42
51
  """
43
- :param str cname_auth_status: Track verification.
44
- :param str cname_confirm_status: Indicates whether the CNAME record is successfully verified. Valid values: `0` and `1`. `0`: indicates the verification is successful. `1`: indicates that the verification fails.
45
- :param str cname_record: The value of the CNAME record.
52
+ :param str cname_auth_status: Indicates whether your ownership of the domain is verified.
53
+ :param str cname_confirm_status: Indicates whether the CNAME record is successfully verified. **Note:** `cname_confirm_status` takes effect only if `enable_details` is set to `true`.
54
+ :param str cname_record: The value of the CNAME record. **Note:** `cname_record` takes effect only if `enable_details` is set to `true`.
46
55
  :param str create_time: The time when the DNS record was created.
47
- :param str default_domain: The default domain name.
48
- :param str dns_mx: The value of the MX record.
49
- :param str dns_spf: The value of the SPF record.
50
- :param str dns_txt: The value of the TXT ownership record.
56
+ :param str default_domain: The default domain name. **Note:** `default_domain` takes effect only if `enable_details` is set to `true`.
57
+ :param str dkim_auth_status: (Available since v1.227.1) The DKIM validation flag. **Note:** `dkim_auth_status` takes effect only if `enable_details` is set to `true`.
58
+ :param str dkim_public_key: (Available since v1.227.1) The DKIM public key. **Note:** `dkim_public_key` takes effect only if `enable_details` is set to `true`.
59
+ :param str dkim_rr: (Available since v1.227.1) The DKIM Host Record. **Note:** `dkim_rr` takes effect only if `enable_details` is set to `true`.
60
+ :param str dmarc_auth_status: (Available since v1.227.1) The DMARC validation flag. **Note:** `dmarc_auth_status` takes effect only if `enable_details` is set to `true`.
61
+ :param str dmarc_host_record: (Available since v1.227.1) The DMARC Host Record. **Note:** `dmarc_host_record` takes effect only if `enable_details` is set to `true`.
62
+ :param str dmarc_record: (Available since v1.227.1) The DMARC record. **Note:** `dmarc_record` takes effect only if `enable_details` is set to `true`.
63
+ :param str dns_dmarc: (Available since v1.227.1) The DMARC record value resolved through public DNS. **Note:** `dns_dmarc` takes effect only if `enable_details` is set to `true`.
64
+ :param str dns_mx: The MX record value resolved through public DNS. **Note:** `dns_mx` takes effect only if `enable_details` is set to `true`.
65
+ :param str dns_spf: The SPF record value resolved through public DNS. **Note:** `dns_spf` takes effect only if `enable_details` is set to `true`.
66
+ :param str dns_txt: The TXT record value resolved through public DNS. **Note:** `dns_txt` takes effect only if `enable_details` is set to `true`.
51
67
  :param str domain_id: The ID of the domain name.
52
68
  :param str domain_name: The domain name.
53
- :param str domain_type: The type of the domain.
54
- :param str icp_status: The status of ICP filing. Valid values: `0` and `1`. `0`: indicates that the domain name is not filed. `1`: indicates that the domain name is filed.
69
+ :param str domain_record: (Available since v1.227.1) The value of the Domain record.
70
+ :param str domain_type: The type of the domain. **Note:** `domain_type` takes effect only if `enable_details` is set to `true`.
71
+ :param str host_record: (Available since v1.227.1) The value of the host record. **Note:** `host_record` takes effect only if `enable_details` is set to `true`.
72
+ :param str icp_status: The status of ICP filing.
55
73
  :param str id: The ID of the Domain.
56
- :param str mx_auth_status: Indicates whether the MX record is successfully verified. Valid values: `0` and `1`. `0`: indicates the verification is successful. `1`: indicates that the verification fails.
57
- :param str mx_record: The MX verification record provided by Alibaba Cloud DNS.
58
- :param str spf_auth_status: Indicates whether the SPF record is successfully verified. Valid values: `0` and `1`. `0`: indicates the verification is successful. `1`: indicates that the verification fails.
59
- :param str spf_record: The SPF verification record provided by Alibaba Cloud DNS.
60
- :param str status: The status of the domain name. Valid values:`0` to `4`. `0`:Available, Passed. `1`: Unavailable, No passed. `2`: Available, cname no passed, icp no passed. `3`: Available, icp no passed. `4`: Available, cname no passed.
61
- :param str tl_domain_name: The primary domain name.
62
- :param str tracef_record: The CNAME verification record provided by Alibaba Cloud DNS.
74
+ :param str mx_auth_status: Indicates whether the MX record is successfully verified.
75
+ :param str mx_record: The MX verification record provided by the Direct Mail console. **Note:** `mx_record` takes effect only if `enable_details` is set to `true`.
76
+ :param str spf_auth_status: Indicates whether the SPF record is successfully verified.
77
+ :param str spf_record: The SPF verification record provided by the Direct Mail console. **Note:** `spf_record` takes effect only if `enable_details` is set to `true`.
78
+ :param str status: The status of the domain name. Valid values:
79
+ :param str tl_domain_name: The primary domain name. **Note:** `tl_domain_name` takes effect only if `enable_details` is set to `true`.
80
+ :param str tracef_record: The CNAME verification record provided by the Direct Mail console. **Note:** `tracef_record` takes effect only if `enable_details` is set to `true`.
63
81
  """
64
82
  pulumi.set(__self__, "cname_auth_status", cname_auth_status)
65
83
  pulumi.set(__self__, "cname_confirm_status", cname_confirm_status)
66
84
  pulumi.set(__self__, "cname_record", cname_record)
67
85
  pulumi.set(__self__, "create_time", create_time)
68
86
  pulumi.set(__self__, "default_domain", default_domain)
87
+ pulumi.set(__self__, "dkim_auth_status", dkim_auth_status)
88
+ pulumi.set(__self__, "dkim_public_key", dkim_public_key)
89
+ pulumi.set(__self__, "dkim_rr", dkim_rr)
90
+ pulumi.set(__self__, "dmarc_auth_status", dmarc_auth_status)
91
+ pulumi.set(__self__, "dmarc_host_record", dmarc_host_record)
92
+ pulumi.set(__self__, "dmarc_record", dmarc_record)
93
+ pulumi.set(__self__, "dns_dmarc", dns_dmarc)
69
94
  pulumi.set(__self__, "dns_mx", dns_mx)
70
95
  pulumi.set(__self__, "dns_spf", dns_spf)
71
96
  pulumi.set(__self__, "dns_txt", dns_txt)
72
97
  pulumi.set(__self__, "domain_id", domain_id)
73
98
  pulumi.set(__self__, "domain_name", domain_name)
99
+ pulumi.set(__self__, "domain_record", domain_record)
74
100
  pulumi.set(__self__, "domain_type", domain_type)
101
+ pulumi.set(__self__, "host_record", host_record)
75
102
  pulumi.set(__self__, "icp_status", icp_status)
76
103
  pulumi.set(__self__, "id", id)
77
104
  pulumi.set(__self__, "mx_auth_status", mx_auth_status)
@@ -86,7 +113,7 @@ class GetDomainsDomainResult(dict):
86
113
  @pulumi.getter(name="cnameAuthStatus")
87
114
  def cname_auth_status(self) -> str:
88
115
  """
89
- Track verification.
116
+ Indicates whether your ownership of the domain is verified.
90
117
  """
91
118
  return pulumi.get(self, "cname_auth_status")
92
119
 
@@ -94,7 +121,7 @@ class GetDomainsDomainResult(dict):
94
121
  @pulumi.getter(name="cnameConfirmStatus")
95
122
  def cname_confirm_status(self) -> str:
96
123
  """
97
- Indicates whether the CNAME record is successfully verified. Valid values: `0` and `1`. `0`: indicates the verification is successful. `1`: indicates that the verification fails.
124
+ Indicates whether the CNAME record is successfully verified. **Note:** `cname_confirm_status` takes effect only if `enable_details` is set to `true`.
98
125
  """
99
126
  return pulumi.get(self, "cname_confirm_status")
100
127
 
@@ -102,7 +129,7 @@ class GetDomainsDomainResult(dict):
102
129
  @pulumi.getter(name="cnameRecord")
103
130
  def cname_record(self) -> str:
104
131
  """
105
- The value of the CNAME record.
132
+ The value of the CNAME record. **Note:** `cname_record` takes effect only if `enable_details` is set to `true`.
106
133
  """
107
134
  return pulumi.get(self, "cname_record")
108
135
 
@@ -118,15 +145,71 @@ class GetDomainsDomainResult(dict):
118
145
  @pulumi.getter(name="defaultDomain")
119
146
  def default_domain(self) -> str:
120
147
  """
121
- The default domain name.
148
+ The default domain name. **Note:** `default_domain` takes effect only if `enable_details` is set to `true`.
122
149
  """
123
150
  return pulumi.get(self, "default_domain")
124
151
 
152
+ @property
153
+ @pulumi.getter(name="dkimAuthStatus")
154
+ def dkim_auth_status(self) -> str:
155
+ """
156
+ (Available since v1.227.1) The DKIM validation flag. **Note:** `dkim_auth_status` takes effect only if `enable_details` is set to `true`.
157
+ """
158
+ return pulumi.get(self, "dkim_auth_status")
159
+
160
+ @property
161
+ @pulumi.getter(name="dkimPublicKey")
162
+ def dkim_public_key(self) -> str:
163
+ """
164
+ (Available since v1.227.1) The DKIM public key. **Note:** `dkim_public_key` takes effect only if `enable_details` is set to `true`.
165
+ """
166
+ return pulumi.get(self, "dkim_public_key")
167
+
168
+ @property
169
+ @pulumi.getter(name="dkimRr")
170
+ def dkim_rr(self) -> str:
171
+ """
172
+ (Available since v1.227.1) The DKIM Host Record. **Note:** `dkim_rr` takes effect only if `enable_details` is set to `true`.
173
+ """
174
+ return pulumi.get(self, "dkim_rr")
175
+
176
+ @property
177
+ @pulumi.getter(name="dmarcAuthStatus")
178
+ def dmarc_auth_status(self) -> str:
179
+ """
180
+ (Available since v1.227.1) The DMARC validation flag. **Note:** `dmarc_auth_status` takes effect only if `enable_details` is set to `true`.
181
+ """
182
+ return pulumi.get(self, "dmarc_auth_status")
183
+
184
+ @property
185
+ @pulumi.getter(name="dmarcHostRecord")
186
+ def dmarc_host_record(self) -> str:
187
+ """
188
+ (Available since v1.227.1) The DMARC Host Record. **Note:** `dmarc_host_record` takes effect only if `enable_details` is set to `true`.
189
+ """
190
+ return pulumi.get(self, "dmarc_host_record")
191
+
192
+ @property
193
+ @pulumi.getter(name="dmarcRecord")
194
+ def dmarc_record(self) -> str:
195
+ """
196
+ (Available since v1.227.1) The DMARC record. **Note:** `dmarc_record` takes effect only if `enable_details` is set to `true`.
197
+ """
198
+ return pulumi.get(self, "dmarc_record")
199
+
200
+ @property
201
+ @pulumi.getter(name="dnsDmarc")
202
+ def dns_dmarc(self) -> str:
203
+ """
204
+ (Available since v1.227.1) The DMARC record value resolved through public DNS. **Note:** `dns_dmarc` takes effect only if `enable_details` is set to `true`.
205
+ """
206
+ return pulumi.get(self, "dns_dmarc")
207
+
125
208
  @property
126
209
  @pulumi.getter(name="dnsMx")
127
210
  def dns_mx(self) -> str:
128
211
  """
129
- The value of the MX record.
212
+ The MX record value resolved through public DNS. **Note:** `dns_mx` takes effect only if `enable_details` is set to `true`.
130
213
  """
131
214
  return pulumi.get(self, "dns_mx")
132
215
 
@@ -134,7 +217,7 @@ class GetDomainsDomainResult(dict):
134
217
  @pulumi.getter(name="dnsSpf")
135
218
  def dns_spf(self) -> str:
136
219
  """
137
- The value of the SPF record.
220
+ The SPF record value resolved through public DNS. **Note:** `dns_spf` takes effect only if `enable_details` is set to `true`.
138
221
  """
139
222
  return pulumi.get(self, "dns_spf")
140
223
 
@@ -142,7 +225,7 @@ class GetDomainsDomainResult(dict):
142
225
  @pulumi.getter(name="dnsTxt")
143
226
  def dns_txt(self) -> str:
144
227
  """
145
- The value of the TXT ownership record.
228
+ The TXT record value resolved through public DNS. **Note:** `dns_txt` takes effect only if `enable_details` is set to `true`.
146
229
  """
147
230
  return pulumi.get(self, "dns_txt")
148
231
 
@@ -162,19 +245,35 @@ class GetDomainsDomainResult(dict):
162
245
  """
163
246
  return pulumi.get(self, "domain_name")
164
247
 
248
+ @property
249
+ @pulumi.getter(name="domainRecord")
250
+ def domain_record(self) -> str:
251
+ """
252
+ (Available since v1.227.1) The value of the Domain record.
253
+ """
254
+ return pulumi.get(self, "domain_record")
255
+
165
256
  @property
166
257
  @pulumi.getter(name="domainType")
167
258
  def domain_type(self) -> str:
168
259
  """
169
- The type of the domain.
260
+ The type of the domain. **Note:** `domain_type` takes effect only if `enable_details` is set to `true`.
170
261
  """
171
262
  return pulumi.get(self, "domain_type")
172
263
 
264
+ @property
265
+ @pulumi.getter(name="hostRecord")
266
+ def host_record(self) -> str:
267
+ """
268
+ (Available since v1.227.1) The value of the host record. **Note:** `host_record` takes effect only if `enable_details` is set to `true`.
269
+ """
270
+ return pulumi.get(self, "host_record")
271
+
173
272
  @property
174
273
  @pulumi.getter(name="icpStatus")
175
274
  def icp_status(self) -> str:
176
275
  """
177
- The status of ICP filing. Valid values: `0` and `1`. `0`: indicates that the domain name is not filed. `1`: indicates that the domain name is filed.
276
+ The status of ICP filing.
178
277
  """
179
278
  return pulumi.get(self, "icp_status")
180
279
 
@@ -190,7 +289,7 @@ class GetDomainsDomainResult(dict):
190
289
  @pulumi.getter(name="mxAuthStatus")
191
290
  def mx_auth_status(self) -> str:
192
291
  """
193
- Indicates whether the MX record is successfully verified. Valid values: `0` and `1`. `0`: indicates the verification is successful. `1`: indicates that the verification fails.
292
+ Indicates whether the MX record is successfully verified.
194
293
  """
195
294
  return pulumi.get(self, "mx_auth_status")
196
295
 
@@ -198,7 +297,7 @@ class GetDomainsDomainResult(dict):
198
297
  @pulumi.getter(name="mxRecord")
199
298
  def mx_record(self) -> str:
200
299
  """
201
- The MX verification record provided by Alibaba Cloud DNS.
300
+ The MX verification record provided by the Direct Mail console. **Note:** `mx_record` takes effect only if `enable_details` is set to `true`.
202
301
  """
203
302
  return pulumi.get(self, "mx_record")
204
303
 
@@ -206,7 +305,7 @@ class GetDomainsDomainResult(dict):
206
305
  @pulumi.getter(name="spfAuthStatus")
207
306
  def spf_auth_status(self) -> str:
208
307
  """
209
- Indicates whether the SPF record is successfully verified. Valid values: `0` and `1`. `0`: indicates the verification is successful. `1`: indicates that the verification fails.
308
+ Indicates whether the SPF record is successfully verified.
210
309
  """
211
310
  return pulumi.get(self, "spf_auth_status")
212
311
 
@@ -214,7 +313,7 @@ class GetDomainsDomainResult(dict):
214
313
  @pulumi.getter(name="spfRecord")
215
314
  def spf_record(self) -> str:
216
315
  """
217
- The SPF verification record provided by Alibaba Cloud DNS.
316
+ The SPF verification record provided by the Direct Mail console. **Note:** `spf_record` takes effect only if `enable_details` is set to `true`.
218
317
  """
219
318
  return pulumi.get(self, "spf_record")
220
319
 
@@ -222,7 +321,7 @@ class GetDomainsDomainResult(dict):
222
321
  @pulumi.getter
223
322
  def status(self) -> str:
224
323
  """
225
- The status of the domain name. Valid values:`0` to `4`. `0`:Available, Passed. `1`: Unavailable, No passed. `2`: Available, cname no passed, icp no passed. `3`: Available, icp no passed. `4`: Available, cname no passed.
324
+ The status of the domain name. Valid values:
226
325
  """
227
326
  return pulumi.get(self, "status")
228
327
 
@@ -230,7 +329,7 @@ class GetDomainsDomainResult(dict):
230
329
  @pulumi.getter(name="tlDomainName")
231
330
  def tl_domain_name(self) -> str:
232
331
  """
233
- The primary domain name.
332
+ The primary domain name. **Note:** `tl_domain_name` takes effect only if `enable_details` is set to `true`.
234
333
  """
235
334
  return pulumi.get(self, "tl_domain_name")
236
335
 
@@ -238,7 +337,7 @@ class GetDomainsDomainResult(dict):
238
337
  @pulumi.getter(name="tracefRecord")
239
338
  def tracef_record(self) -> str:
240
339
  """
241
- The CNAME verification record provided by Alibaba Cloud DNS.
340
+ The CNAME verification record provided by the Direct Mail console. **Note:** `tracef_record` takes effect only if `enable_details` is set to `true`.
242
341
  """
243
342
  return pulumi.get(self, "tracef_record")
244
343
 
@@ -64,6 +64,10 @@ class EnterpriseSnapshotPolicyCrossRegionCopyInfoRegionArgs:
64
64
  def __init__(__self__, *,
65
65
  region_id: Optional[pulumi.Input[str]] = None,
66
66
  retain_days: Optional[pulumi.Input[int]] = None):
67
+ """
68
+ :param pulumi.Input[str] region_id: Destination region ID.
69
+ :param pulumi.Input[int] retain_days: Number of days of snapshot retention for replication.
70
+ """
67
71
  if region_id is not None:
68
72
  pulumi.set(__self__, "region_id", region_id)
69
73
  if retain_days is not None:
@@ -72,6 +76,9 @@ class EnterpriseSnapshotPolicyCrossRegionCopyInfoRegionArgs:
72
76
  @property
73
77
  @pulumi.getter(name="regionId")
74
78
  def region_id(self) -> Optional[pulumi.Input[str]]:
79
+ """
80
+ Destination region ID.
81
+ """
75
82
  return pulumi.get(self, "region_id")
76
83
 
77
84
  @region_id.setter
@@ -81,6 +88,9 @@ class EnterpriseSnapshotPolicyCrossRegionCopyInfoRegionArgs:
81
88
  @property
82
89
  @pulumi.getter(name="retainDays")
83
90
  def retain_days(self) -> Optional[pulumi.Input[int]]:
91
+ """
92
+ Number of days of snapshot retention for replication.
93
+ """
84
94
  return pulumi.get(self, "retain_days")
85
95
 
86
96
  @retain_days.setter
@@ -214,6 +224,12 @@ class EnterpriseSnapshotPolicySpecialRetainRulesRuleArgs:
214
224
  special_period_unit: Optional[pulumi.Input[str]] = None,
215
225
  time_interval: Optional[pulumi.Input[int]] = None,
216
226
  time_unit: Optional[pulumi.Input[str]] = None):
227
+ """
228
+ :param pulumi.Input[str] special_period_unit: The cycle unit of the special reserved snapshot. If the value is set to WEEKS, the first snapshot of each week is reserved. The retention time is determined by TimeUnit and TimeInterval. The value range is:
229
+ - WEEKS
230
+ - MONTHS
231
+ - YEARS.
232
+ """
217
233
  if special_period_unit is not None:
218
234
  pulumi.set(__self__, "special_period_unit", special_period_unit)
219
235
  if time_interval is not None:
@@ -224,6 +240,12 @@ class EnterpriseSnapshotPolicySpecialRetainRulesRuleArgs:
224
240
  @property
225
241
  @pulumi.getter(name="specialPeriodUnit")
226
242
  def special_period_unit(self) -> Optional[pulumi.Input[str]]:
243
+ """
244
+ The cycle unit of the special reserved snapshot. If the value is set to WEEKS, the first snapshot of each week is reserved. The retention time is determined by TimeUnit and TimeInterval. The value range is:
245
+ - WEEKS
246
+ - MONTHS
247
+ - YEARS.
248
+ """
227
249
  return pulumi.get(self, "special_period_unit")
228
250
 
229
251
  @special_period_unit.setter
@@ -81,6 +81,10 @@ class EnterpriseSnapshotPolicyCrossRegionCopyInfoRegion(dict):
81
81
  def __init__(__self__, *,
82
82
  region_id: Optional[str] = None,
83
83
  retain_days: Optional[int] = None):
84
+ """
85
+ :param str region_id: Destination region ID.
86
+ :param int retain_days: Number of days of snapshot retention for replication.
87
+ """
84
88
  if region_id is not None:
85
89
  pulumi.set(__self__, "region_id", region_id)
86
90
  if retain_days is not None:
@@ -89,11 +93,17 @@ class EnterpriseSnapshotPolicyCrossRegionCopyInfoRegion(dict):
89
93
  @property
90
94
  @pulumi.getter(name="regionId")
91
95
  def region_id(self) -> Optional[str]:
96
+ """
97
+ Destination region ID.
98
+ """
92
99
  return pulumi.get(self, "region_id")
93
100
 
94
101
  @property
95
102
  @pulumi.getter(name="retainDays")
96
103
  def retain_days(self) -> Optional[int]:
104
+ """
105
+ Number of days of snapshot retention for replication.
106
+ """
97
107
  return pulumi.get(self, "retain_days")
98
108
 
99
109
 
@@ -256,6 +266,12 @@ class EnterpriseSnapshotPolicySpecialRetainRulesRule(dict):
256
266
  special_period_unit: Optional[str] = None,
257
267
  time_interval: Optional[int] = None,
258
268
  time_unit: Optional[str] = None):
269
+ """
270
+ :param str special_period_unit: The cycle unit of the special reserved snapshot. If the value is set to WEEKS, the first snapshot of each week is reserved. The retention time is determined by TimeUnit and TimeInterval. The value range is:
271
+ - WEEKS
272
+ - MONTHS
273
+ - YEARS.
274
+ """
259
275
  if special_period_unit is not None:
260
276
  pulumi.set(__self__, "special_period_unit", special_period_unit)
261
277
  if time_interval is not None:
@@ -266,6 +282,12 @@ class EnterpriseSnapshotPolicySpecialRetainRulesRule(dict):
266
282
  @property
267
283
  @pulumi.getter(name="specialPeriodUnit")
268
284
  def special_period_unit(self) -> Optional[str]:
285
+ """
286
+ The cycle unit of the special reserved snapshot. If the value is set to WEEKS, the first snapshot of each week is reserved. The retention time is determined by TimeUnit and TimeInterval. The value range is:
287
+ - WEEKS
288
+ - MONTHS
289
+ - YEARS.
290
+ """
269
291
  return pulumi.get(self, "special_period_unit")
270
292
 
271
293
  @property