pulumi-alicloud 3.62.0a1724909097__py3-none-any.whl → 3.62.0a1725600316__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 (73) hide show
  1. pulumi_alicloud/brain/get_industrial_pid_loops.py +18 -2
  2. pulumi_alicloud/brain/get_industrial_pid_organizations.py +12 -2
  3. pulumi_alicloud/brain/get_industrial_pid_projects.py +18 -2
  4. pulumi_alicloud/brain/get_industrial_serice.py +6 -2
  5. pulumi_alicloud/brain/industrial_pid_loop.py +6 -2
  6. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  7. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  8. pulumi_alicloud/cas/certificate.py +155 -13
  9. pulumi_alicloud/cas/service_certificate.py +9 -30
  10. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  11. pulumi_alicloud/cen/get_transit_router_route_tables.py +81 -14
  12. pulumi_alicloud/cen/outputs.py +6 -2
  13. pulumi_alicloud/cfg/remediation.py +6 -2
  14. pulumi_alicloud/clickhouse/account.py +2 -2
  15. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  16. pulumi_alicloud/cloudfirewall/instance.py +2 -0
  17. pulumi_alicloud/cs/_inputs.py +141 -21
  18. pulumi_alicloud/cs/kubernetes.py +7 -7
  19. pulumi_alicloud/cs/managed_kubernetes.py +506 -45
  20. pulumi_alicloud/cs/outputs.py +148 -21
  21. pulumi_alicloud/cs/registry_enterprise_namespace.py +92 -72
  22. pulumi_alicloud/cs/registry_enterprise_repo.py +96 -74
  23. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +105 -101
  24. pulumi_alicloud/cs/serverless_kubernetes.py +174 -206
  25. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  26. pulumi_alicloud/dts/consumer_channel.py +2 -2
  27. pulumi_alicloud/dts/subscription_job.py +2 -2
  28. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  29. pulumi_alicloud/ehpc/get_clusters.py +11 -2
  30. pulumi_alicloud/ehpc/get_job_templates.py +5 -2
  31. pulumi_alicloud/ehpc/job_template.py +2 -2
  32. pulumi_alicloud/ehpc/outputs.py +34 -2
  33. pulumi_alicloud/fc/function.py +6 -6
  34. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  35. pulumi_alicloud/fc/trigger.py +2 -2
  36. pulumi_alicloud/gpdb/account.py +0 -4
  37. pulumi_alicloud/gpdb/connection.py +0 -4
  38. pulumi_alicloud/log/alert.py +30 -28
  39. pulumi_alicloud/log/audit.py +2 -0
  40. pulumi_alicloud/log/dashboard.py +8 -8
  41. pulumi_alicloud/log/etl.py +26 -26
  42. pulumi_alicloud/log/ingestion.py +10 -10
  43. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  44. pulumi_alicloud/log/log_tail_config.py +10 -10
  45. pulumi_alicloud/log/machine_group.py +4 -4
  46. pulumi_alicloud/log/oss_export.py +10 -10
  47. pulumi_alicloud/log/project.py +4 -4
  48. pulumi_alicloud/log/store_index.py +10 -10
  49. pulumi_alicloud/nlb/server_group.py +2 -2
  50. pulumi_alicloud/oos/service_setting.py +10 -8
  51. pulumi_alicloud/oss/bucket.py +18 -10
  52. pulumi_alicloud/oss/bucket_object.py +12 -8
  53. pulumi_alicloud/oss/bucket_replication.py +2 -2
  54. pulumi_alicloud/polardb/cluster.py +75 -21
  55. pulumi_alicloud/pulumi-plugin.json +1 -1
  56. pulumi_alicloud/pvtz/zone_record.py +2 -2
  57. pulumi_alicloud/ram/access_key.py +4 -0
  58. pulumi_alicloud/rds/account_privilege.py +2 -2
  59. pulumi_alicloud/rds/backup_policy.py +270 -12
  60. pulumi_alicloud/rds/database.py +49 -7
  61. pulumi_alicloud/rds/instance.py +4 -2
  62. pulumi_alicloud/rocketmq/group.py +2 -2
  63. pulumi_alicloud/rocketmq/topic.py +2 -2
  64. pulumi_alicloud/sls/alert.py +6 -6
  65. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  66. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  67. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  68. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  69. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  70. {pulumi_alicloud-3.62.0a1724909097.dist-info → pulumi_alicloud-3.62.0a1725600316.dist-info}/METADATA +1 -1
  71. {pulumi_alicloud-3.62.0a1724909097.dist-info → pulumi_alicloud-3.62.0a1725600316.dist-info}/RECORD +73 -73
  72. {pulumi_alicloud-3.62.0a1724909097.dist-info → pulumi_alicloud-3.62.0a1725600316.dist-info}/WHEEL +1 -1
  73. {pulumi_alicloud-3.62.0a1724909097.dist-info → pulumi_alicloud-3.62.0a1725600316.dist-info}/top_level.txt +0 -0
@@ -34,7 +34,13 @@ class DatabaseArgs:
34
34
  :param pulumi.Input[str] description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
35
35
 
36
36
  > **NOTE:** The value of "name" or "character_set" does not support modification.
37
- :param pulumi.Input[str] name: Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
37
+ :param pulumi.Input[str] name: The name of the database.
38
+ * > **NOTE:**
39
+ The name must be 2 to 64 characters in length.
40
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
41
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
42
+ The name must be unique within the instance.
43
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
38
44
  """
39
45
  pulumi.set(__self__, "instance_id", instance_id)
40
46
  if character_set is not None:
@@ -95,7 +101,13 @@ class DatabaseArgs:
95
101
  @pulumi.getter
96
102
  def name(self) -> Optional[pulumi.Input[str]]:
97
103
  """
98
- Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
104
+ The name of the database.
105
+ * > **NOTE:**
106
+ The name must be 2 to 64 characters in length.
107
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
108
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
109
+ The name must be unique within the instance.
110
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
99
111
  """
100
112
  return pulumi.get(self, "name")
101
113
 
@@ -127,7 +139,13 @@ class _DatabaseState:
127
139
 
128
140
  > **NOTE:** The value of "name" or "character_set" does not support modification.
129
141
  :param pulumi.Input[str] instance_id: The Id of instance that can run database.
130
- :param pulumi.Input[str] name: Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
142
+ :param pulumi.Input[str] name: The name of the database.
143
+ * > **NOTE:**
144
+ The name must be 2 to 64 characters in length.
145
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
146
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
147
+ The name must be unique within the instance.
148
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
131
149
  """
132
150
  if character_set is not None:
133
151
  pulumi.set(__self__, "character_set", character_set)
@@ -189,7 +207,13 @@ class _DatabaseState:
189
207
  @pulumi.getter
190
208
  def name(self) -> Optional[pulumi.Input[str]]:
191
209
  """
192
- Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
210
+ The name of the database.
211
+ * > **NOTE:**
212
+ The name must be 2 to 64 characters in length.
213
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
214
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
215
+ The name must be unique within the instance.
216
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
193
217
  """
194
218
  return pulumi.get(self, "name")
195
219
 
@@ -269,7 +293,13 @@ class Database(pulumi.CustomResource):
269
293
 
270
294
  > **NOTE:** The value of "name" or "character_set" does not support modification.
271
295
  :param pulumi.Input[str] instance_id: The Id of instance that can run database.
272
- :param pulumi.Input[str] name: Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
296
+ :param pulumi.Input[str] name: The name of the database.
297
+ * > **NOTE:**
298
+ The name must be 2 to 64 characters in length.
299
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
300
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
301
+ The name must be unique within the instance.
302
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
273
303
  """
274
304
  ...
275
305
  @overload
@@ -391,7 +421,13 @@ class Database(pulumi.CustomResource):
391
421
 
392
422
  > **NOTE:** The value of "name" or "character_set" does not support modification.
393
423
  :param pulumi.Input[str] instance_id: The Id of instance that can run database.
394
- :param pulumi.Input[str] name: Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
424
+ :param pulumi.Input[str] name: The name of the database.
425
+ * > **NOTE:**
426
+ The name must be 2 to 64 characters in length.
427
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
428
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
429
+ The name must be unique within the instance.
430
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
395
431
  """
396
432
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
397
433
 
@@ -442,7 +478,13 @@ class Database(pulumi.CustomResource):
442
478
  @pulumi.getter
443
479
  def name(self) -> pulumi.Output[str]:
444
480
  """
445
- Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and have no more than 64 characters.
481
+ The name of the database.
482
+ * > **NOTE:**
483
+ The name must be 2 to 64 characters in length.
484
+ The name must start with a lowercase letter and end with a lowercase letter or digit.
485
+ The name can contain lowercase letters, digits, underscores (_), and hyphens (-).
486
+ The name must be unique within the instance.
487
+ For more information about invalid characters, see [Forbidden keywords table](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.api_explorer.0.0.20e15f16d1z52p).
446
488
  """
447
489
  return pulumi.get(self, "name")
448
490
 
@@ -3521,7 +3521,7 @@ class Instance(pulumi.CustomResource):
3521
3521
  __props__.__dict__["babelfish_port"] = babelfish_port
3522
3522
  __props__.__dict__["ca_type"] = ca_type
3523
3523
  __props__.__dict__["category"] = category
3524
- __props__.__dict__["client_ca_cert"] = client_ca_cert
3524
+ __props__.__dict__["client_ca_cert"] = None if client_ca_cert is None else pulumi.Output.secret(client_ca_cert)
3525
3525
  __props__.__dict__["client_ca_enabled"] = client_ca_enabled
3526
3526
  __props__.__dict__["client_cert_revocation_list"] = client_cert_revocation_list
3527
3527
  __props__.__dict__["client_crl_enabled"] = client_crl_enabled
@@ -3573,7 +3573,7 @@ class Instance(pulumi.CustomResource):
3573
3573
  __props__.__dict__["security_ip_mode"] = security_ip_mode
3574
3574
  __props__.__dict__["security_ip_type"] = security_ip_type
3575
3575
  __props__.__dict__["security_ips"] = security_ips
3576
- __props__.__dict__["server_cert"] = server_cert
3576
+ __props__.__dict__["server_cert"] = None if server_cert is None else pulumi.Output.secret(server_cert)
3577
3577
  __props__.__dict__["server_key"] = server_key
3578
3578
  __props__.__dict__["serverless_configs"] = serverless_configs
3579
3579
  __props__.__dict__["sql_collector_config_value"] = sql_collector_config_value
@@ -3600,6 +3600,8 @@ class Instance(pulumi.CustomResource):
3600
3600
  __props__.__dict__["db_instance_type"] = None
3601
3601
  __props__.__dict__["ssl_status"] = None
3602
3602
  __props__.__dict__["status"] = None
3603
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["clientCaCert", "serverCert"])
3604
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
3603
3605
  super(Instance, __self__).__init__(
3604
3606
  'alicloud:rds/instance:Instance',
3605
3607
  resource_name,
@@ -305,7 +305,7 @@ class Group(pulumi.CustomResource):
305
305
  default = random.index.Integer("default",
306
306
  min=10000,
307
307
  max=99999)
308
- default_instance = alicloud.rocketmq.Instance("default", name=f"{name}-{default['result']}")
308
+ default_instance = alicloud.rocketmq.Instance("default", instance_name=f"{name}-{default['result']}")
309
309
  default_group = alicloud.rocketmq.Group("default",
310
310
  group_name=group_name,
311
311
  instance_id=default_instance.id,
@@ -364,7 +364,7 @@ class Group(pulumi.CustomResource):
364
364
  default = random.index.Integer("default",
365
365
  min=10000,
366
366
  max=99999)
367
- default_instance = alicloud.rocketmq.Instance("default", name=f"{name}-{default['result']}")
367
+ default_instance = alicloud.rocketmq.Instance("default", instance_name=f"{name}-{default['result']}")
368
368
  default_group = alicloud.rocketmq.Group("default",
369
369
  group_name=group_name,
370
370
  instance_id=default_instance.id,
@@ -321,7 +321,7 @@ class Topic(pulumi.CustomResource):
321
321
  min=10000,
322
322
  max=99999)
323
323
  default_instance = alicloud.rocketmq.Instance("default",
324
- name=f"{name}-{default['result']}",
324
+ instance_name=f"{name}-{default['result']}",
325
325
  remark="default_ons_instance_remark")
326
326
  default_topic = alicloud.rocketmq.Topic("default",
327
327
  topic_name=topic,
@@ -385,7 +385,7 @@ class Topic(pulumi.CustomResource):
385
385
  min=10000,
386
386
  max=99999)
387
387
  default_instance = alicloud.rocketmq.Instance("default",
388
- name=f"{name}-{default['result']}",
388
+ instance_name=f"{name}-{default['result']}",
389
389
  remark="default_ons_instance_remark")
390
390
  default_topic = alicloud.rocketmq.Topic("default",
391
391
  topic_name=topic,
@@ -308,7 +308,7 @@ class Alert(pulumi.CustomResource):
308
308
  max=99999)
309
309
  default_ins_mgl = alicloud.log.Project("defaultINsMgl",
310
310
  description=f"{project_name}-{default['result']}",
311
- name=f"{project_name}-{default['result']}")
311
+ project_name=f"{project_name}-{default['result']}")
312
312
  default_alert = alicloud.sls.Alert("default",
313
313
  schedule={
314
314
  "type": "FixedRate",
@@ -381,7 +381,7 @@ class Alert(pulumi.CustomResource):
381
381
  "role_arn": "acs:ram::1654218965343050:role/aliyunslsalertmonitorrole",
382
382
  "query": "* | select *",
383
383
  "time_span_type": "Relative",
384
- "project": default_ins_mgl.name,
384
+ "project": default_ins_mgl.project_name,
385
385
  "power_sql_mode": "disable",
386
386
  "dashboard_id": "wkb-dashboard",
387
387
  "chart_title": "wkb-chart",
@@ -432,7 +432,7 @@ class Alert(pulumi.CustomResource):
432
432
  ],
433
433
  },
434
434
  alert_name=alert_name,
435
- project_name=default_ins_mgl.name)
435
+ project_name=default_ins_mgl.project_name)
436
436
  ```
437
437
 
438
438
  ## Import
@@ -490,7 +490,7 @@ class Alert(pulumi.CustomResource):
490
490
  max=99999)
491
491
  default_ins_mgl = alicloud.log.Project("defaultINsMgl",
492
492
  description=f"{project_name}-{default['result']}",
493
- name=f"{project_name}-{default['result']}")
493
+ project_name=f"{project_name}-{default['result']}")
494
494
  default_alert = alicloud.sls.Alert("default",
495
495
  schedule={
496
496
  "type": "FixedRate",
@@ -563,7 +563,7 @@ class Alert(pulumi.CustomResource):
563
563
  "role_arn": "acs:ram::1654218965343050:role/aliyunslsalertmonitorrole",
564
564
  "query": "* | select *",
565
565
  "time_span_type": "Relative",
566
- "project": default_ins_mgl.name,
566
+ "project": default_ins_mgl.project_name,
567
567
  "power_sql_mode": "disable",
568
568
  "dashboard_id": "wkb-dashboard",
569
569
  "chart_title": "wkb-chart",
@@ -614,7 +614,7 @@ class Alert(pulumi.CustomResource):
614
614
  ],
615
615
  },
616
616
  alert_name=alert_name,
617
- project_name=default_ins_mgl.name)
617
+ project_name=default_ins_mgl.project_name)
618
618
  ```
619
619
 
620
620
  ## Import
@@ -253,13 +253,13 @@ class ScheduledSql(pulumi.CustomResource):
253
253
  max=99999)
254
254
  default_k_ie4_kv = alicloud.log.Project("defaultKIe4KV",
255
255
  description=f"{name}-{default['result']}",
256
- name=f"{name}-{default['result']}")
256
+ project_name=f"{name}-{default['result']}")
257
257
  default1_li9we = alicloud.log.Store("default1LI9we",
258
258
  hot_ttl=8,
259
259
  retention_period=30,
260
260
  shard_count=2,
261
- project=default_k_ie4_kv.name,
262
- name=f"{name}-{default['result']}")
261
+ project_name=default_k_ie4_kv.project_name,
262
+ logstore_name=f"{name}-{default['result']}")
263
263
  default_scheduled_sql = alicloud.sls.ScheduledSql("default",
264
264
  description="example-tf-scheduled-sql-0006",
265
265
  schedule={
@@ -274,7 +274,7 @@ class ScheduledSql(pulumi.CustomResource):
274
274
  "sql_type": "searchQuery",
275
275
  "dest_endpoint": "ap-northeast-1.log.aliyuncs.com",
276
276
  "dest_project": "job-e2e-project-jj78kur-ap-southeast-1",
277
- "source_logstore": default1_li9we.name,
277
+ "source_logstore": default1_li9we.logstore_name,
278
278
  "dest_logstore": "example-open-api02",
279
279
  "role_arn": "acs:ram::1395894005868720:role/aliyunlogetlrole",
280
280
  "dest_role_arn": "acs:ram::1395894005868720:role/aliyunlogetlrole",
@@ -288,7 +288,7 @@ class ScheduledSql(pulumi.CustomResource):
288
288
  "data_format": "log2log",
289
289
  },
290
290
  scheduled_sql_name=name,
291
- project=default_k_ie4_kv.name)
291
+ project=default_k_ie4_kv.project_name)
292
292
  ```
293
293
 
294
294
  ## Import
@@ -339,13 +339,13 @@ class ScheduledSql(pulumi.CustomResource):
339
339
  max=99999)
340
340
  default_k_ie4_kv = alicloud.log.Project("defaultKIe4KV",
341
341
  description=f"{name}-{default['result']}",
342
- name=f"{name}-{default['result']}")
342
+ project_name=f"{name}-{default['result']}")
343
343
  default1_li9we = alicloud.log.Store("default1LI9we",
344
344
  hot_ttl=8,
345
345
  retention_period=30,
346
346
  shard_count=2,
347
- project=default_k_ie4_kv.name,
348
- name=f"{name}-{default['result']}")
347
+ project_name=default_k_ie4_kv.project_name,
348
+ logstore_name=f"{name}-{default['result']}")
349
349
  default_scheduled_sql = alicloud.sls.ScheduledSql("default",
350
350
  description="example-tf-scheduled-sql-0006",
351
351
  schedule={
@@ -360,7 +360,7 @@ class ScheduledSql(pulumi.CustomResource):
360
360
  "sql_type": "searchQuery",
361
361
  "dest_endpoint": "ap-northeast-1.log.aliyuncs.com",
362
362
  "dest_project": "job-e2e-project-jj78kur-ap-southeast-1",
363
- "source_logstore": default1_li9we.name,
363
+ "source_logstore": default1_li9we.logstore_name,
364
364
  "dest_logstore": "example-open-api02",
365
365
  "role_arn": "acs:ram::1395894005868720:role/aliyunlogetlrole",
366
366
  "dest_role_arn": "acs:ram::1395894005868720:role/aliyunlogetlrole",
@@ -374,7 +374,7 @@ class ScheduledSql(pulumi.CustomResource):
374
374
  "data_format": "log2log",
375
375
  },
376
376
  scheduled_sql_name=name,
377
- project=default_k_ie4_kv.name)
377
+ project=default_k_ie4_kv.project_name)
378
378
  ```
379
379
 
380
380
  ## Import
@@ -287,7 +287,7 @@ class HAVipAttachment(pulumi.CustomResource):
287
287
  instance_name=name,
288
288
  user_data="echo 'net.ipv4.ip_forward=1'>> /etc/sysctl.conf")
289
289
  example_ha_vip_attachment = alicloud.vpc.HAVipAttachment("example",
290
- havip_id=example_ha_vip.id,
290
+ ha_vip_id=example_ha_vip.id,
291
291
  instance_id=example_instance.id)
292
292
  ```
293
293
 
@@ -364,7 +364,7 @@ class HAVipAttachment(pulumi.CustomResource):
364
364
  instance_name=name,
365
365
  user_data="echo 'net.ipv4.ip_forward=1'>> /etc/sysctl.conf")
366
366
  example_ha_vip_attachment = alicloud.vpc.HAVipAttachment("example",
367
- havip_id=example_ha_vip.id,
367
+ ha_vip_id=example_ha_vip.id,
368
368
  instance_id=example_instance.id)
369
369
  ```
370
370
 
@@ -205,8 +205,8 @@ class Ipv6InternetBandwidth(pulumi.CustomResource):
205
205
  vsw = alicloud.vpc.Switch("vsw",
206
206
  vpc_id=default_network.id,
207
207
  cidr_block="172.16.0.0/21",
208
- availability_zone=default.zones[0].id,
209
- name=name,
208
+ zone_id=default.zones[0].id,
209
+ vswitch_name=name,
210
210
  ipv6_cidr_block_mask=22)
211
211
  group = alicloud.ecs.SecurityGroup("group",
212
212
  name=name,
@@ -289,8 +289,8 @@ class Ipv6InternetBandwidth(pulumi.CustomResource):
289
289
  vsw = alicloud.vpc.Switch("vsw",
290
290
  vpc_id=default_network.id,
291
291
  cidr_block="172.16.0.0/21",
292
- availability_zone=default.zones[0].id,
293
- name=name,
292
+ zone_id=default.zones[0].id,
293
+ vswitch_name=name,
294
294
  ipv6_cidr_block_mask=22)
295
295
  group = alicloud.ecs.SecurityGroup("group",
296
296
  name=name,
@@ -134,13 +134,13 @@ class RouteTableAttachment(pulumi.CustomResource):
134
134
  name = "terraform-example"
135
135
  foo = alicloud.vpc.Network("foo",
136
136
  cidr_block="172.16.0.0/12",
137
- name=name)
137
+ vpc_name=name)
138
138
  default = alicloud.get_zones(available_resource_creation="VSwitch")
139
139
  foo_switch = alicloud.vpc.Switch("foo",
140
140
  vpc_id=foo.id,
141
141
  cidr_block="172.16.0.0/21",
142
142
  zone_id=default.zones[0].id,
143
- name=name)
143
+ vswitch_name=name)
144
144
  foo_route_table = alicloud.vpc.RouteTable("foo",
145
145
  vpc_id=foo.id,
146
146
  route_table_name=name,
@@ -190,13 +190,13 @@ class RouteTableAttachment(pulumi.CustomResource):
190
190
  name = "terraform-example"
191
191
  foo = alicloud.vpc.Network("foo",
192
192
  cidr_block="172.16.0.0/12",
193
- name=name)
193
+ vpc_name=name)
194
194
  default = alicloud.get_zones(available_resource_creation="VSwitch")
195
195
  foo_switch = alicloud.vpc.Switch("foo",
196
196
  vpc_id=foo.id,
197
197
  cidr_block="172.16.0.0/21",
198
198
  zone_id=default.zones[0].id,
199
- name=name)
199
+ vswitch_name=name)
200
200
  foo_route_table = alicloud.vpc.RouteTable("foo",
201
201
  vpc_id=foo.id,
202
202
  route_table_name=name,
@@ -433,7 +433,7 @@ class TrafficMirrorFilterIngressRule(pulumi.CustomResource):
433
433
  example_traffic_mirror_filter_ingress_rule = alicloud.vpc.TrafficMirrorFilterIngressRule("example",
434
434
  traffic_mirror_filter_id=example.id,
435
435
  priority=1,
436
- rule_action="accept",
436
+ action="accept",
437
437
  protocol="UDP",
438
438
  destination_cidr_block="10.0.0.0/24",
439
439
  source_cidr_block="10.0.0.0/24",
@@ -491,7 +491,7 @@ class TrafficMirrorFilterIngressRule(pulumi.CustomResource):
491
491
  example_traffic_mirror_filter_ingress_rule = alicloud.vpc.TrafficMirrorFilterIngressRule("example",
492
492
  traffic_mirror_filter_id=example.id,
493
493
  priority=1,
494
- rule_action="accept",
494
+ action="accept",
495
495
  protocol="UDP",
496
496
  destination_cidr_block="10.0.0.0/24",
497
497
  source_cidr_block="10.0.0.0/24",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_alicloud
3
- Version: 3.62.0a1724909097
3
+ Version: 3.62.0a1725600316
4
4
  Summary: A Pulumi package for creating and managing AliCloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io