pulumi-alicloud 3.84.0a1757017465__py3-none-any.whl → 3.85.0a1757389637__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 (54) hide show
  1. pulumi_alicloud/__init__.py +64 -0
  2. pulumi_alicloud/amqp/get_instances.py +49 -20
  3. pulumi_alicloud/amqp/outputs.py +20 -20
  4. pulumi_alicloud/amqp/virtual_host.py +46 -20
  5. pulumi_alicloud/cloudsso/__init__.py +1 -0
  6. pulumi_alicloud/cloudsso/delegate_account.py +218 -0
  7. pulumi_alicloud/cs/node_pool.py +7 -0
  8. pulumi_alicloud/ddos/bgp_ip.py +57 -48
  9. pulumi_alicloud/ddos/ddos_bgp_instance.py +246 -106
  10. pulumi_alicloud/dms/__init__.py +1 -0
  11. pulumi_alicloud/dms/enterprise_workspace.py +354 -0
  12. pulumi_alicloud/dns/ddos_bgp_instance.py +246 -106
  13. pulumi_alicloud/eflo/node.py +54 -7
  14. pulumi_alicloud/esa/__init__.py +3 -0
  15. pulumi_alicloud/esa/kv_account.py +145 -0
  16. pulumi_alicloud/esa/routine_related_record.py +226 -0
  17. pulumi_alicloud/esa/url_observation.py +352 -0
  18. pulumi_alicloud/fc/get_service.py +2 -2
  19. pulumi_alicloud/hologram/instance.py +35 -0
  20. pulumi_alicloud/kms/instance.py +47 -0
  21. pulumi_alicloud/log/oss_export.py +6 -0
  22. pulumi_alicloud/message/service_subscription.py +48 -1
  23. pulumi_alicloud/mongodb/sharding_instance.py +338 -0
  24. pulumi_alicloud/nlb/server_group.py +28 -21
  25. pulumi_alicloud/oss/bucket.py +56 -0
  26. pulumi_alicloud/privatelink/vpc_endpoint.py +21 -7
  27. pulumi_alicloud/pulumi-plugin.json +1 -1
  28. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  29. pulumi_alicloud/resourcemanager/delegated_administrator.py +22 -50
  30. pulumi_alicloud/resourcemanager/folder.py +106 -29
  31. pulumi_alicloud/resourcemanager/get_accounts.py +35 -18
  32. pulumi_alicloud/resourcemanager/message_contact.py +572 -0
  33. pulumi_alicloud/resourcemanager/outputs.py +31 -20
  34. pulumi_alicloud/resourcemanager/resource_directory.py +137 -46
  35. pulumi_alicloud/resourcemanager/shared_resource.py +81 -45
  36. pulumi_alicloud/resourcemanager/shared_target.py +60 -24
  37. pulumi_alicloud/sls/__init__.py +4 -0
  38. pulumi_alicloud/sls/_inputs.py +128 -0
  39. pulumi_alicloud/sls/get_logtail_configs.py +395 -0
  40. pulumi_alicloud/sls/get_machine_groups.py +229 -0
  41. pulumi_alicloud/sls/logtail_config.py +692 -0
  42. pulumi_alicloud/sls/machine_group.py +502 -0
  43. pulumi_alicloud/sls/outputs.py +172 -0
  44. pulumi_alicloud/vpc/_inputs.py +87 -54
  45. pulumi_alicloud/vpc/dhcp_options_set.py +97 -58
  46. pulumi_alicloud/vpc/flow_log.py +25 -25
  47. pulumi_alicloud/vpc/ha_vip_attachment.py +41 -60
  48. pulumi_alicloud/vpc/ha_vipv2.py +100 -88
  49. pulumi_alicloud/vpc/network_acl.py +34 -23
  50. pulumi_alicloud/vpc/outputs.py +58 -36
  51. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0a1757389637.dist-info}/METADATA +1 -1
  52. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0a1757389637.dist-info}/RECORD +54 -44
  53. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0a1757389637.dist-info}/WHEEL +0 -0
  54. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0a1757389637.dist-info}/top_level.txt +0 -0
@@ -35,15 +35,20 @@ class DhcpOptionsSetArgs:
35
35
  The set of arguments for constructing a DhcpOptionsSet resource.
36
36
  :param pulumi.Input[Sequence[pulumi.Input['DhcpOptionsSetAssociateVpcArgs']]] associate_vpcs: Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
37
37
  :param pulumi.Input[_builtins.str] dhcp_options_set_description: The description can be blank or contain 1 to 256 characters. It must start with a letter or Chinese character but cannot start with http:// or https://.
38
- :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
39
- :param pulumi.Input[_builtins.str] domain_name: The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
40
- :param pulumi.Input[_builtins.str] domain_name_servers: The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
38
+ :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name of the DHCP options set.
39
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
40
+ :param pulumi.Input[_builtins.str] domain_name: The root domain. For example, you can set the value to example.com.
41
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
42
+ :param pulumi.Input[_builtins.str] domain_name_servers: The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
43
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
41
44
  :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request, value:
42
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
43
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
44
- :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
45
- :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
46
- :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
45
+ :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.
46
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
47
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
48
+ :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 addresses for the DHCP options set.
49
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
50
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
51
+ :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the DHCP options set belongs.
47
52
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Tags of the current resource.
48
53
  """
49
54
  if associate_vpcs is not None:
@@ -99,7 +104,8 @@ class DhcpOptionsSetArgs:
99
104
  @pulumi.getter(name="dhcpOptionsSetName")
100
105
  def dhcp_options_set_name(self) -> Optional[pulumi.Input[_builtins.str]]:
101
106
  """
102
- The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
107
+ The name of the DHCP options set.
108
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
103
109
  """
104
110
  return pulumi.get(self, "dhcp_options_set_name")
105
111
 
@@ -111,7 +117,8 @@ class DhcpOptionsSetArgs:
111
117
  @pulumi.getter(name="domainName")
112
118
  def domain_name(self) -> Optional[pulumi.Input[_builtins.str]]:
113
119
  """
114
- The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
120
+ The root domain. For example, you can set the value to example.com.
121
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
115
122
  """
116
123
  return pulumi.get(self, "domain_name")
117
124
 
@@ -123,7 +130,8 @@ class DhcpOptionsSetArgs:
123
130
  @pulumi.getter(name="domainNameServers")
124
131
  def domain_name_servers(self) -> Optional[pulumi.Input[_builtins.str]]:
125
132
  """
126
- The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
133
+ The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
134
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
127
135
  """
128
136
  return pulumi.get(self, "domain_name_servers")
129
137
 
@@ -136,8 +144,6 @@ class DhcpOptionsSetArgs:
136
144
  def dry_run(self) -> Optional[pulumi.Input[_builtins.bool]]:
137
145
  """
138
146
  Whether to PreCheck only this request, value:
139
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
140
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
141
147
  """
142
148
  return pulumi.get(self, "dry_run")
143
149
 
@@ -149,7 +155,9 @@ class DhcpOptionsSetArgs:
149
155
  @pulumi.getter(name="ipv6LeaseTime")
150
156
  def ipv6_lease_time(self) -> Optional[pulumi.Input[_builtins.str]]:
151
157
  """
152
- The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
158
+ The lease time of the IPv6 DHCP option set.
159
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
160
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
153
161
  """
154
162
  return pulumi.get(self, "ipv6_lease_time")
155
163
 
@@ -161,7 +169,9 @@ class DhcpOptionsSetArgs:
161
169
  @pulumi.getter(name="leaseTime")
162
170
  def lease_time(self) -> Optional[pulumi.Input[_builtins.str]]:
163
171
  """
164
- The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
172
+ The lease time of the IPv4 addresses for the DHCP options set.
173
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
174
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
165
175
  """
166
176
  return pulumi.get(self, "lease_time")
167
177
 
@@ -173,7 +183,7 @@ class DhcpOptionsSetArgs:
173
183
  @pulumi.getter(name="resourceGroupId")
174
184
  def resource_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
175
185
  """
176
- The ID of the resource group.
186
+ The ID of the resource group to which the DHCP options set belongs.
177
187
  """
178
188
  return pulumi.get(self, "resource_group_id")
179
189
 
@@ -213,16 +223,21 @@ class _DhcpOptionsSetState:
213
223
  Input properties used for looking up and filtering DhcpOptionsSet resources.
214
224
  :param pulumi.Input[Sequence[pulumi.Input['DhcpOptionsSetAssociateVpcArgs']]] associate_vpcs: Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
215
225
  :param pulumi.Input[_builtins.str] dhcp_options_set_description: The description can be blank or contain 1 to 256 characters. It must start with a letter or Chinese character but cannot start with http:// or https://.
216
- :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
217
- :param pulumi.Input[_builtins.str] domain_name: The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
218
- :param pulumi.Input[_builtins.str] domain_name_servers: The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
226
+ :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name of the DHCP options set.
227
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
228
+ :param pulumi.Input[_builtins.str] domain_name: The root domain. For example, you can set the value to example.com.
229
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
230
+ :param pulumi.Input[_builtins.str] domain_name_servers: The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
231
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
219
232
  :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request, value:
220
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
221
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
222
- :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
223
- :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
233
+ :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.
234
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
235
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
236
+ :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 addresses for the DHCP options set.
237
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
238
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
224
239
  :param pulumi.Input[_builtins.int] owner_id: The ID of the account to which the DHCP options set belongs.
225
- :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
240
+ :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the DHCP options set belongs.
226
241
  :param pulumi.Input[_builtins.str] status: The status of the resource.
227
242
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Tags of the current resource.
228
243
  """
@@ -283,7 +298,8 @@ class _DhcpOptionsSetState:
283
298
  @pulumi.getter(name="dhcpOptionsSetName")
284
299
  def dhcp_options_set_name(self) -> Optional[pulumi.Input[_builtins.str]]:
285
300
  """
286
- The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
301
+ The name of the DHCP options set.
302
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
287
303
  """
288
304
  return pulumi.get(self, "dhcp_options_set_name")
289
305
 
@@ -295,7 +311,8 @@ class _DhcpOptionsSetState:
295
311
  @pulumi.getter(name="domainName")
296
312
  def domain_name(self) -> Optional[pulumi.Input[_builtins.str]]:
297
313
  """
298
- The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
314
+ The root domain. For example, you can set the value to example.com.
315
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
299
316
  """
300
317
  return pulumi.get(self, "domain_name")
301
318
 
@@ -307,7 +324,8 @@ class _DhcpOptionsSetState:
307
324
  @pulumi.getter(name="domainNameServers")
308
325
  def domain_name_servers(self) -> Optional[pulumi.Input[_builtins.str]]:
309
326
  """
310
- The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
327
+ The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
328
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
311
329
  """
312
330
  return pulumi.get(self, "domain_name_servers")
313
331
 
@@ -320,8 +338,6 @@ class _DhcpOptionsSetState:
320
338
  def dry_run(self) -> Optional[pulumi.Input[_builtins.bool]]:
321
339
  """
322
340
  Whether to PreCheck only this request, value:
323
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
324
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
325
341
  """
326
342
  return pulumi.get(self, "dry_run")
327
343
 
@@ -333,7 +349,9 @@ class _DhcpOptionsSetState:
333
349
  @pulumi.getter(name="ipv6LeaseTime")
334
350
  def ipv6_lease_time(self) -> Optional[pulumi.Input[_builtins.str]]:
335
351
  """
336
- The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
352
+ The lease time of the IPv6 DHCP option set.
353
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
354
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
337
355
  """
338
356
  return pulumi.get(self, "ipv6_lease_time")
339
357
 
@@ -345,7 +363,9 @@ class _DhcpOptionsSetState:
345
363
  @pulumi.getter(name="leaseTime")
346
364
  def lease_time(self) -> Optional[pulumi.Input[_builtins.str]]:
347
365
  """
348
- The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
366
+ The lease time of the IPv4 addresses for the DHCP options set.
367
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
368
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
349
369
  """
350
370
  return pulumi.get(self, "lease_time")
351
371
 
@@ -369,7 +389,7 @@ class _DhcpOptionsSetState:
369
389
  @pulumi.getter(name="resourceGroupId")
370
390
  def resource_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
371
391
  """
372
- The ID of the resource group.
392
+ The ID of the resource group to which the DHCP options set belongs.
373
393
  """
374
394
  return pulumi.get(self, "resource_group_id")
375
395
 
@@ -420,7 +440,9 @@ class DhcpOptionsSet(pulumi.CustomResource):
420
440
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
421
441
  __props__=None):
422
442
  """
423
- Provides a VPC Dhcp Options Set resource. DHCP option set.
443
+ Provides a VPC Dhcp Options Set resource.
444
+
445
+ DHCP option set.
424
446
 
425
447
  For information about VPC Dhcp Options Set and how to use it, see [What is Dhcp Options Set](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/dhcp-options-sets-overview).
426
448
 
@@ -460,15 +482,20 @@ class DhcpOptionsSet(pulumi.CustomResource):
460
482
  :param pulumi.ResourceOptions opts: Options for the resource.
461
483
  :param pulumi.Input[Sequence[pulumi.Input[Union['DhcpOptionsSetAssociateVpcArgs', 'DhcpOptionsSetAssociateVpcArgsDict']]]] associate_vpcs: Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
462
484
  :param pulumi.Input[_builtins.str] dhcp_options_set_description: The description can be blank or contain 1 to 256 characters. It must start with a letter or Chinese character but cannot start with http:// or https://.
463
- :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
464
- :param pulumi.Input[_builtins.str] domain_name: The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
465
- :param pulumi.Input[_builtins.str] domain_name_servers: The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
485
+ :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name of the DHCP options set.
486
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
487
+ :param pulumi.Input[_builtins.str] domain_name: The root domain. For example, you can set the value to example.com.
488
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
489
+ :param pulumi.Input[_builtins.str] domain_name_servers: The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
490
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
466
491
  :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request, value:
467
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
468
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
469
- :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
470
- :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
471
- :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
492
+ :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.
493
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
494
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
495
+ :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 addresses for the DHCP options set.
496
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
497
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
498
+ :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the DHCP options set belongs.
472
499
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Tags of the current resource.
473
500
  """
474
501
  ...
@@ -478,7 +505,9 @@ class DhcpOptionsSet(pulumi.CustomResource):
478
505
  args: Optional[DhcpOptionsSetArgs] = None,
479
506
  opts: Optional[pulumi.ResourceOptions] = None):
480
507
  """
481
- Provides a VPC Dhcp Options Set resource. DHCP option set.
508
+ Provides a VPC Dhcp Options Set resource.
509
+
510
+ DHCP option set.
482
511
 
483
512
  For information about VPC Dhcp Options Set and how to use it, see [What is Dhcp Options Set](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/dhcp-options-sets-overview).
484
513
 
@@ -591,16 +620,21 @@ class DhcpOptionsSet(pulumi.CustomResource):
591
620
  :param pulumi.ResourceOptions opts: Options for the resource.
592
621
  :param pulumi.Input[Sequence[pulumi.Input[Union['DhcpOptionsSetAssociateVpcArgs', 'DhcpOptionsSetAssociateVpcArgsDict']]]] associate_vpcs: Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
593
622
  :param pulumi.Input[_builtins.str] dhcp_options_set_description: The description can be blank or contain 1 to 256 characters. It must start with a letter or Chinese character but cannot start with http:// or https://.
594
- :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
595
- :param pulumi.Input[_builtins.str] domain_name: The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
596
- :param pulumi.Input[_builtins.str] domain_name_servers: The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
623
+ :param pulumi.Input[_builtins.str] dhcp_options_set_name: The name of the DHCP options set.
624
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
625
+ :param pulumi.Input[_builtins.str] domain_name: The root domain. For example, you can set the value to example.com.
626
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
627
+ :param pulumi.Input[_builtins.str] domain_name_servers: The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
628
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
597
629
  :param pulumi.Input[_builtins.bool] dry_run: Whether to PreCheck only this request, value:
598
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
599
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
600
- :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
601
- :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
630
+ :param pulumi.Input[_builtins.str] ipv6_lease_time: The lease time of the IPv6 DHCP option set.
631
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
632
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
633
+ :param pulumi.Input[_builtins.str] lease_time: The lease time of the IPv4 addresses for the DHCP options set.
634
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
635
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
602
636
  :param pulumi.Input[_builtins.int] owner_id: The ID of the account to which the DHCP options set belongs.
603
- :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
637
+ :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the DHCP options set belongs.
604
638
  :param pulumi.Input[_builtins.str] status: The status of the resource.
605
639
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Tags of the current resource.
606
640
  """
@@ -643,7 +677,8 @@ class DhcpOptionsSet(pulumi.CustomResource):
643
677
  @pulumi.getter(name="dhcpOptionsSetName")
644
678
  def dhcp_options_set_name(self) -> pulumi.Output[Optional[_builtins.str]]:
645
679
  """
646
- The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.
680
+ The name of the DHCP options set.
681
+ The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
647
682
  """
648
683
  return pulumi.get(self, "dhcp_options_set_name")
649
684
 
@@ -651,7 +686,8 @@ class DhcpOptionsSet(pulumi.CustomResource):
651
686
  @pulumi.getter(name="domainName")
652
687
  def domain_name(self) -> pulumi.Output[Optional[_builtins.str]]:
653
688
  """
654
- The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.
689
+ The root domain. For example, you can set the value to example.com.
690
+ After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
655
691
  """
656
692
  return pulumi.get(self, "domain_name")
657
693
 
@@ -659,7 +695,8 @@ class DhcpOptionsSet(pulumi.CustomResource):
659
695
  @pulumi.getter(name="domainNameServers")
660
696
  def domain_name_servers(self) -> pulumi.Output[Optional[_builtins.str]]:
661
697
  """
662
- The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).Before you specify any DNS server IP address, all ECS instances in the associated VPC network use the IP addresses of the Alibaba Cloud DNS servers, which are 100.100.2.136 and 100.100.2.138.
698
+ The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
699
+ If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
663
700
  """
664
701
  return pulumi.get(self, "domain_name_servers")
665
702
 
@@ -668,8 +705,6 @@ class DhcpOptionsSet(pulumi.CustomResource):
668
705
  def dry_run(self) -> pulumi.Output[Optional[_builtins.bool]]:
669
706
  """
670
707
  Whether to PreCheck only this request, value:
671
- - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
672
- - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
673
708
  """
674
709
  return pulumi.get(self, "dry_run")
675
710
 
@@ -677,7 +712,9 @@ class DhcpOptionsSet(pulumi.CustomResource):
677
712
  @pulumi.getter(name="ipv6LeaseTime")
678
713
  def ipv6_lease_time(self) -> pulumi.Output[_builtins.str]:
679
714
  """
680
- The lease time of the IPv6 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
715
+ The lease time of the IPv6 DHCP option set.
716
+ When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
717
+ When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
681
718
  """
682
719
  return pulumi.get(self, "ipv6_lease_time")
683
720
 
@@ -685,7 +722,9 @@ class DhcpOptionsSet(pulumi.CustomResource):
685
722
  @pulumi.getter(name="leaseTime")
686
723
  def lease_time(self) -> pulumi.Output[_builtins.str]:
687
724
  """
688
- The lease time of the IPv4 DHCP option set.When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 3650d.
725
+ The lease time of the IPv4 addresses for the DHCP options set.
726
+ If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
727
+ If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
689
728
  """
690
729
  return pulumi.get(self, "lease_time")
691
730
 
@@ -701,7 +740,7 @@ class DhcpOptionsSet(pulumi.CustomResource):
701
740
  @pulumi.getter(name="resourceGroupId")
702
741
  def resource_group_id(self) -> pulumi.Output[_builtins.str]:
703
742
  """
704
- The ID of the resource group.
743
+ The ID of the resource group to which the DHCP options set belongs.
705
744
  """
706
745
  return pulumi.get(self, "resource_group_id")
707
746
 
@@ -34,8 +34,8 @@ class FlowLogArgs:
34
34
  traffic_paths: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
35
35
  """
36
36
  The set of arguments for constructing a FlowLog resource.
37
- :param pulumi.Input[_builtins.str] log_store_name: The name of the logstore.
38
- :param pulumi.Input[_builtins.str] project_name: The name of the project.
37
+ :param pulumi.Input[_builtins.str] log_store_name: The Logstore that stores the captured traffic data.
38
+ :param pulumi.Input[_builtins.str] project_name: The project that manages the captured traffic data.
39
39
  :param pulumi.Input[_builtins.str] resource_id: The ID of the resource.
40
40
  :param pulumi.Input[_builtins.str] resource_type: The resource type of the traffic captured by the flow log:
41
41
  - `NetworkInterface`: ENI.
@@ -45,7 +45,7 @@ class FlowLogArgs:
45
45
  - *All**: All traffic.
46
46
  - *Allow**: Access control allowedtraffic.
47
47
  - *Drop**: Access control denied traffic.
48
- :param pulumi.Input[_builtins.str] aggregation_interval: Data aggregation interval
48
+ :param pulumi.Input[_builtins.str] aggregation_interval: The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
49
49
  :param pulumi.Input[_builtins.str] description: The Description of the VPC Flow Log.
50
50
  :param pulumi.Input[_builtins.str] flow_log_name: The Name of the VPC Flow Log.
51
51
  :param pulumi.Input[_builtins.str] ip_version: The IP address type of the collected traffic.
@@ -82,7 +82,7 @@ class FlowLogArgs:
82
82
  @pulumi.getter(name="logStoreName")
83
83
  def log_store_name(self) -> pulumi.Input[_builtins.str]:
84
84
  """
85
- The name of the logstore.
85
+ The Logstore that stores the captured traffic data.
86
86
  """
87
87
  return pulumi.get(self, "log_store_name")
88
88
 
@@ -94,7 +94,7 @@ class FlowLogArgs:
94
94
  @pulumi.getter(name="projectName")
95
95
  def project_name(self) -> pulumi.Input[_builtins.str]:
96
96
  """
97
- The name of the project.
97
+ The project that manages the captured traffic data.
98
98
  """
99
99
  return pulumi.get(self, "project_name")
100
100
 
@@ -148,7 +148,7 @@ class FlowLogArgs:
148
148
  @pulumi.getter(name="aggregationInterval")
149
149
  def aggregation_interval(self) -> Optional[pulumi.Input[_builtins.str]]:
150
150
  """
151
- Data aggregation interval
151
+ The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
152
152
  """
153
153
  return pulumi.get(self, "aggregation_interval")
154
154
 
@@ -265,16 +265,16 @@ class _FlowLogState:
265
265
  traffic_type: Optional[pulumi.Input[_builtins.str]] = None):
266
266
  """
267
267
  Input properties used for looking up and filtering FlowLog resources.
268
- :param pulumi.Input[_builtins.str] aggregation_interval: Data aggregation interval
268
+ :param pulumi.Input[_builtins.str] aggregation_interval: The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
269
269
  :param pulumi.Input[_builtins.str] business_status: Business status
270
270
  :param pulumi.Input[_builtins.str] create_time: Creation time
271
271
  :param pulumi.Input[_builtins.str] description: The Description of the VPC Flow Log.
272
272
  :param pulumi.Input[_builtins.str] flow_log_id: The flow log ID.
273
273
  :param pulumi.Input[_builtins.str] flow_log_name: The Name of the VPC Flow Log.
274
274
  :param pulumi.Input[_builtins.str] ip_version: The IP address type of the collected traffic.
275
- :param pulumi.Input[_builtins.str] log_store_name: The name of the logstore.
276
- :param pulumi.Input[_builtins.str] project_name: The name of the project.
277
- :param pulumi.Input[_builtins.str] region_id: (Available since v1.243.0) The region ID.
275
+ :param pulumi.Input[_builtins.str] log_store_name: The Logstore that stores the captured traffic data.
276
+ :param pulumi.Input[_builtins.str] project_name: The project that manages the captured traffic data.
277
+ :param pulumi.Input[_builtins.str] region_id: The region ID.
278
278
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
279
279
  :param pulumi.Input[_builtins.str] resource_id: The ID of the resource.
280
280
  :param pulumi.Input[_builtins.str] resource_type: The resource type of the traffic captured by the flow log:
@@ -330,7 +330,7 @@ class _FlowLogState:
330
330
  @pulumi.getter(name="aggregationInterval")
331
331
  def aggregation_interval(self) -> Optional[pulumi.Input[_builtins.str]]:
332
332
  """
333
- Data aggregation interval
333
+ The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
334
334
  """
335
335
  return pulumi.get(self, "aggregation_interval")
336
336
 
@@ -414,7 +414,7 @@ class _FlowLogState:
414
414
  @pulumi.getter(name="logStoreName")
415
415
  def log_store_name(self) -> Optional[pulumi.Input[_builtins.str]]:
416
416
  """
417
- The name of the logstore.
417
+ The Logstore that stores the captured traffic data.
418
418
  """
419
419
  return pulumi.get(self, "log_store_name")
420
420
 
@@ -426,7 +426,7 @@ class _FlowLogState:
426
426
  @pulumi.getter(name="projectName")
427
427
  def project_name(self) -> Optional[pulumi.Input[_builtins.str]]:
428
428
  """
429
- The name of the project.
429
+ The project that manages the captured traffic data.
430
430
  """
431
431
  return pulumi.get(self, "project_name")
432
432
 
@@ -438,7 +438,7 @@ class _FlowLogState:
438
438
  @pulumi.getter(name="regionId")
439
439
  def region_id(self) -> Optional[pulumi.Input[_builtins.str]]:
440
440
  """
441
- (Available since v1.243.0) The region ID.
441
+ The region ID.
442
442
  """
443
443
  return pulumi.get(self, "region_id")
444
444
 
@@ -624,12 +624,12 @@ class FlowLog(pulumi.CustomResource):
624
624
 
625
625
  :param str resource_name: The name of the resource.
626
626
  :param pulumi.ResourceOptions opts: Options for the resource.
627
- :param pulumi.Input[_builtins.str] aggregation_interval: Data aggregation interval
627
+ :param pulumi.Input[_builtins.str] aggregation_interval: The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
628
628
  :param pulumi.Input[_builtins.str] description: The Description of the VPC Flow Log.
629
629
  :param pulumi.Input[_builtins.str] flow_log_name: The Name of the VPC Flow Log.
630
630
  :param pulumi.Input[_builtins.str] ip_version: The IP address type of the collected traffic.
631
- :param pulumi.Input[_builtins.str] log_store_name: The name of the logstore.
632
- :param pulumi.Input[_builtins.str] project_name: The name of the project.
631
+ :param pulumi.Input[_builtins.str] log_store_name: The Logstore that stores the captured traffic data.
632
+ :param pulumi.Input[_builtins.str] project_name: The project that manages the captured traffic data.
633
633
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
634
634
  :param pulumi.Input[_builtins.str] resource_id: The ID of the resource.
635
635
  :param pulumi.Input[_builtins.str] resource_type: The resource type of the traffic captured by the flow log:
@@ -813,16 +813,16 @@ class FlowLog(pulumi.CustomResource):
813
813
  :param str resource_name: The unique name of the resulting resource.
814
814
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
815
815
  :param pulumi.ResourceOptions opts: Options for the resource.
816
- :param pulumi.Input[_builtins.str] aggregation_interval: Data aggregation interval
816
+ :param pulumi.Input[_builtins.str] aggregation_interval: The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
817
817
  :param pulumi.Input[_builtins.str] business_status: Business status
818
818
  :param pulumi.Input[_builtins.str] create_time: Creation time
819
819
  :param pulumi.Input[_builtins.str] description: The Description of the VPC Flow Log.
820
820
  :param pulumi.Input[_builtins.str] flow_log_id: The flow log ID.
821
821
  :param pulumi.Input[_builtins.str] flow_log_name: The Name of the VPC Flow Log.
822
822
  :param pulumi.Input[_builtins.str] ip_version: The IP address type of the collected traffic.
823
- :param pulumi.Input[_builtins.str] log_store_name: The name of the logstore.
824
- :param pulumi.Input[_builtins.str] project_name: The name of the project.
825
- :param pulumi.Input[_builtins.str] region_id: (Available since v1.243.0) The region ID.
823
+ :param pulumi.Input[_builtins.str] log_store_name: The Logstore that stores the captured traffic data.
824
+ :param pulumi.Input[_builtins.str] project_name: The project that manages the captured traffic data.
825
+ :param pulumi.Input[_builtins.str] region_id: The region ID.
826
826
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group.
827
827
  :param pulumi.Input[_builtins.str] resource_id: The ID of the resource.
828
828
  :param pulumi.Input[_builtins.str] resource_type: The resource type of the traffic captured by the flow log:
@@ -866,7 +866,7 @@ class FlowLog(pulumi.CustomResource):
866
866
  @pulumi.getter(name="aggregationInterval")
867
867
  def aggregation_interval(self) -> pulumi.Output[_builtins.str]:
868
868
  """
869
- Data aggregation interval
869
+ The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
870
870
  """
871
871
  return pulumi.get(self, "aggregation_interval")
872
872
 
@@ -922,7 +922,7 @@ class FlowLog(pulumi.CustomResource):
922
922
  @pulumi.getter(name="logStoreName")
923
923
  def log_store_name(self) -> pulumi.Output[_builtins.str]:
924
924
  """
925
- The name of the logstore.
925
+ The Logstore that stores the captured traffic data.
926
926
  """
927
927
  return pulumi.get(self, "log_store_name")
928
928
 
@@ -930,7 +930,7 @@ class FlowLog(pulumi.CustomResource):
930
930
  @pulumi.getter(name="projectName")
931
931
  def project_name(self) -> pulumi.Output[_builtins.str]:
932
932
  """
933
- The name of the project.
933
+ The project that manages the captured traffic data.
934
934
  """
935
935
  return pulumi.get(self, "project_name")
936
936
 
@@ -938,7 +938,7 @@ class FlowLog(pulumi.CustomResource):
938
938
  @pulumi.getter(name="regionId")
939
939
  def region_id(self) -> pulumi.Output[_builtins.str]:
940
940
  """
941
- (Available since v1.243.0) The region ID.
941
+ The region ID.
942
942
  """
943
943
  return pulumi.get(self, "region_id")
944
944