pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.78.0a1747367664__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 (146) hide show
  1. pulumi_alicloud/__init__.py +32 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/health_check_template.py +233 -93
  4. pulumi_alicloud/alb/load_balancer.py +110 -0
  5. pulumi_alicloud/amqp/exchange.py +250 -159
  6. pulumi_alicloud/apigateway/_inputs.py +23 -3
  7. pulumi_alicloud/apigateway/api.py +7 -7
  8. pulumi_alicloud/apigateway/backend.py +8 -8
  9. pulumi_alicloud/apigateway/outputs.py +16 -2
  10. pulumi_alicloud/arms/remote_write.py +2 -2
  11. pulumi_alicloud/bp/studio_application.py +2 -2
  12. pulumi_alicloud/cassandra/cluster.py +2 -2
  13. pulumi_alicloud/cassandra/data_center.py +2 -2
  14. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  15. pulumi_alicloud/cen/_inputs.py +78 -27
  16. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  17. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  18. pulumi_alicloud/cen/outputs.py +52 -18
  19. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  20. pulumi_alicloud/chatbot/publish_task.py +2 -2
  21. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  22. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  23. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  24. pulumi_alicloud/das/switch_das_pro.py +6 -2
  25. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  26. pulumi_alicloud/dataworks/di_job.py +8 -6
  27. pulumi_alicloud/dataworks/project_member.py +2 -2
  28. pulumi_alicloud/ddos/domain_resource.py +19 -9
  29. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  30. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  31. pulumi_alicloud/drds/instance.py +12 -8
  32. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  33. pulumi_alicloud/ecs/activation.py +2 -2
  34. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  35. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  36. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  37. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  38. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  39. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  40. pulumi_alicloud/ecs/image_copy.py +2 -2
  41. pulumi_alicloud/ecs/image_export.py +2 -2
  42. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  43. pulumi_alicloud/ecs/snapshot.py +8 -4
  44. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  45. pulumi_alicloud/emr/cluster.py +4 -4
  46. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  47. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  48. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  49. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  50. pulumi_alicloud/esa/network_optimization.py +10 -2
  51. pulumi_alicloud/esa/origin_pool.py +10 -10
  52. pulumi_alicloud/esa/redirect_rule.py +12 -4
  53. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  54. pulumi_alicloud/ess/outputs.py +107 -0
  55. pulumi_alicloud/ess/scaling_group.py +47 -0
  56. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  57. pulumi_alicloud/fnf/execution.py +2 -2
  58. pulumi_alicloud/fnf/flow.py +2 -2
  59. pulumi_alicloud/fnf/schedule.py +2 -2
  60. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  61. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  62. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  63. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  64. pulumi_alicloud/hbr/hana_instance.py +2 -2
  65. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  66. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  67. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  68. pulumi_alicloud/hbr/restore_job.py +2 -2
  69. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  70. pulumi_alicloud/kms/_inputs.py +12 -12
  71. pulumi_alicloud/kms/instance.py +80 -47
  72. pulumi_alicloud/kms/outputs.py +8 -8
  73. pulumi_alicloud/kvstore/instance.py +21 -7
  74. pulumi_alicloud/lindorm/instance.py +101 -7
  75. pulumi_alicloud/log/etl.py +2 -2
  76. pulumi_alicloud/log/ingestion.py +4 -6
  77. pulumi_alicloud/log/oss_export.py +4 -6
  78. pulumi_alicloud/log/oss_shipper.py +2 -2
  79. pulumi_alicloud/mse/gateway.py +2 -2
  80. pulumi_alicloud/mse/nacos_config.py +2 -0
  81. pulumi_alicloud/mse/znode.py +2 -2
  82. pulumi_alicloud/nas/mount_target.py +6 -6
  83. pulumi_alicloud/nas/snapshot.py +2 -2
  84. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  85. pulumi_alicloud/oos/secret_parameter.py +2 -2
  86. pulumi_alicloud/oss/bucket_replication.py +8 -8
  87. pulumi_alicloud/pai/__init__.py +3 -0
  88. pulumi_alicloud/pai/_inputs.py +108 -0
  89. pulumi_alicloud/pai/outputs.py +64 -0
  90. pulumi_alicloud/pai/workspace_member.py +393 -0
  91. pulumi_alicloud/pai/workspace_model.py +792 -0
  92. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  93. pulumi_alicloud/polardb/cluster.py +68 -7
  94. pulumi_alicloud/polardb/global_database_network.py +2 -2
  95. pulumi_alicloud/polardb/parameter_group.py +2 -2
  96. pulumi_alicloud/pulumi-plugin.json +1 -1
  97. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  98. pulumi_alicloud/ram/role.py +2 -2
  99. pulumi_alicloud/ram/role_attachment.py +6 -4
  100. pulumi_alicloud/rds/instance.py +47 -47
  101. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  102. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  103. pulumi_alicloud/resourcemanager/account.py +315 -116
  104. pulumi_alicloud/rocketmq/group.py +2 -2
  105. pulumi_alicloud/ros/change_set.py +2 -2
  106. pulumi_alicloud/ros/stack.py +2 -2
  107. pulumi_alicloud/ros/stack_group.py +2 -2
  108. pulumi_alicloud/ros/stack_instance.py +2 -2
  109. pulumi_alicloud/ros/template_scratch.py +2 -2
  110. pulumi_alicloud/scdn/domain.py +2 -2
  111. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  112. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  113. pulumi_alicloud/slb/_inputs.py +44 -0
  114. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  115. pulumi_alicloud/slb/ca_certificate.py +4 -0
  116. pulumi_alicloud/slb/listener.py +46 -89
  117. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  118. pulumi_alicloud/slb/outputs.py +26 -0
  119. pulumi_alicloud/sms/short_url.py +2 -2
  120. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  121. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  122. pulumi_alicloud/threatdetection/instance.py +28 -21
  123. pulumi_alicloud/threatdetection/outputs.py +98 -6
  124. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  125. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  126. pulumi_alicloud/tsdb/instance.py +2 -2
  127. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  128. pulumi_alicloud/vpc/forward_entry.py +4 -4
  129. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  130. pulumi_alicloud/vpc/ha_vip.py +4 -4
  131. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  132. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  133. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  134. pulumi_alicloud/vpc/nat_ip.py +2 -2
  135. pulumi_alicloud/vpc/prefix_list.py +2 -2
  136. pulumi_alicloud/vpc/route_entry.py +6 -2
  137. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  138. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  139. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  140. pulumi_alicloud/vpn/route_entry.py +8 -8
  141. pulumi_alicloud/wafv3/instance.py +2 -2
  142. pulumi_alicloud/wafv3/outputs.py +11 -0
  143. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/METADATA +1 -1
  144. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/RECORD +146 -142
  145. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/WHEEL +1 -1
  146. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class BandwidthLimitArgs:
27
27
  The set of arguments for constructing a BandwidthLimit resource.
28
28
  :param pulumi.Input[builtins.int] bandwidth_limit: The bandwidth configured for the interconnected regions communication.
29
29
 
30
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
30
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
31
31
  :param pulumi.Input[builtins.str] instance_id: The ID of the CEN.
32
32
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] region_ids: List of the two regions to interconnect. Must be two different regions.
33
33
  """
@@ -41,7 +41,7 @@ class BandwidthLimitArgs:
41
41
  """
42
42
  The bandwidth configured for the interconnected regions communication.
43
43
 
44
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
44
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
45
45
  """
46
46
  return pulumi.get(self, "bandwidth_limit")
47
47
 
@@ -84,7 +84,7 @@ class _BandwidthLimitState:
84
84
  Input properties used for looking up and filtering BandwidthLimit resources.
85
85
  :param pulumi.Input[builtins.int] bandwidth_limit: The bandwidth configured for the interconnected regions communication.
86
86
 
87
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
87
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
88
88
  :param pulumi.Input[builtins.str] instance_id: The ID of the CEN.
89
89
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] region_ids: List of the two regions to interconnect. Must be two different regions.
90
90
  """
@@ -101,7 +101,7 @@ class _BandwidthLimitState:
101
101
  """
102
102
  The bandwidth configured for the interconnected regions communication.
103
103
 
104
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
104
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
105
105
  """
106
106
  return pulumi.get(self, "bandwidth_limit")
107
107
 
@@ -216,7 +216,7 @@ class BandwidthLimit(pulumi.CustomResource):
216
216
  :param pulumi.ResourceOptions opts: Options for the resource.
217
217
  :param pulumi.Input[builtins.int] bandwidth_limit: The bandwidth configured for the interconnected regions communication.
218
218
 
219
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
219
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
220
220
  :param pulumi.Input[builtins.str] instance_id: The ID of the CEN.
221
221
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] region_ids: List of the two regions to interconnect. Must be two different regions.
222
222
  """
@@ -352,7 +352,7 @@ class BandwidthLimit(pulumi.CustomResource):
352
352
  :param pulumi.ResourceOptions opts: Options for the resource.
353
353
  :param pulumi.Input[builtins.int] bandwidth_limit: The bandwidth configured for the interconnected regions communication.
354
354
 
355
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
355
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
356
356
  :param pulumi.Input[builtins.str] instance_id: The ID of the CEN.
357
357
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] region_ids: List of the two regions to interconnect. Must be two different regions.
358
358
  """
@@ -371,7 +371,7 @@ class BandwidthLimit(pulumi.CustomResource):
371
371
  """
372
372
  The bandwidth configured for the interconnected regions communication.
373
373
 
374
- ->**NOTE:** The "alicloud_cen_bandwidthlimit" resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
374
+ ->**NOTE:** The `cen.BandwidthLimit` resource depends on the related "cen.BandwidthPackageAttachment" resource and "cen.InstanceAttachment" resource.
375
375
  """
376
376
  return pulumi.get(self, "bandwidth_limit")
377
377
 
@@ -245,16 +245,16 @@ class InterRegionTrafficQosPolicy(pulumi.CustomResource):
245
245
  default_link_type="Platinum",
246
246
  bandwidth_type="DataTransfer",
247
247
  cen_id=defaultp_szb78.id,
248
- peer_transit_router_region_id=defaultksqg_sa.id,
248
+ peer_transit_router_region_id="cn-hangzhou",
249
249
  transit_router_id=default_ummxn_e.transit_router_id,
250
250
  peer_transit_router_id=defaultksqg_sa.transit_router_id,
251
251
  bandwidth=10)
252
252
  default = alicloud.cen.InterRegionTrafficQosPolicy("default",
253
- transit_router_attachment_id=defaultn_xz83y.id,
253
+ transit_router_attachment_id=defaultn_xz83y.transit_router_attachment_id,
254
254
  inter_region_traffic_qos_policy_name="example1",
255
255
  inter_region_traffic_qos_policy_description="example1",
256
256
  bandwidth_guarantee_mode="byBandwidthPercent",
257
- transit_router_id=defaultn_xz83y.id)
257
+ transit_router_id=defaultksqg_sa.transit_router_id)
258
258
  ```
259
259
 
260
260
  ## Import
@@ -305,16 +305,16 @@ class InterRegionTrafficQosPolicy(pulumi.CustomResource):
305
305
  default_link_type="Platinum",
306
306
  bandwidth_type="DataTransfer",
307
307
  cen_id=defaultp_szb78.id,
308
- peer_transit_router_region_id=defaultksqg_sa.id,
308
+ peer_transit_router_region_id="cn-hangzhou",
309
309
  transit_router_id=default_ummxn_e.transit_router_id,
310
310
  peer_transit_router_id=defaultksqg_sa.transit_router_id,
311
311
  bandwidth=10)
312
312
  default = alicloud.cen.InterRegionTrafficQosPolicy("default",
313
- transit_router_attachment_id=defaultn_xz83y.id,
313
+ transit_router_attachment_id=defaultn_xz83y.transit_router_attachment_id,
314
314
  inter_region_traffic_qos_policy_name="example1",
315
315
  inter_region_traffic_qos_policy_description="example1",
316
316
  bandwidth_guarantee_mode="byBandwidthPercent",
317
- transit_router_id=defaultn_xz83y.id)
317
+ transit_router_id=defaultksqg_sa.transit_router_id)
318
318
  ```
319
319
 
320
320
  ## Import
@@ -103,21 +103,38 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
103
103
  traffic_match_rule_description: Optional[builtins.str] = None,
104
104
  traffic_match_rule_name: Optional[builtins.str] = None):
105
105
  """
106
- :param builtins.str address_family: IP Address Family.
107
- :param builtins.str dst_cidr: The destination network segment of the traffic message. The flow classification matches the traffic of the destination IP address in the destination network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination IP address.
108
- :param Sequence[builtins.int] dst_port_ranges: The destination port of the traffic message. Valid values: **-1**, `1` to `65535`. The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number. The current parameter supports a maximum of 2 port numbers. The input format is described as follows:
106
+ :param builtins.str address_family: IP Address Family
107
+ :param builtins.str dst_cidr: The destination network segment of the traffic message.
108
+ The flow classification matches the traffic of the destination IP address in the destination network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination IP address.
109
+ :param Sequence[builtins.int] dst_port_ranges: The destination port of the traffic message. Valid values: **-1**, `1` to `65535`.
110
+
111
+ The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number.
112
+
113
+ The current parameter supports a maximum of 2 port numbers. The input format is described as follows:
109
114
  - If you only enter a port number, such as 1, the system defaults to match the traffic with the destination port of 1.
110
115
  - If you enter 2 port numbers, such as 1 and 200, the system defaults to match the traffic of the destination port in the range of 1 to 200.
111
116
  - If you enter 2 port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any destination port.
112
- :param builtins.int match_dscp: The DSCP value of the traffic message. Valid values: `0` to **63 * *. The flow classification rule matches the flow with the specified DSCP value. If the flow classification rule is not set, it means that the flow classification rule matches the flow with any DSCP value.> **NOTE:** The current DSCP value refers to the DSCP value that the traffic message has carried before entering the cross-region connection.
113
- :param builtins.str protocol: The protocol type of the traffic message. Stream classification rules can match traffic of multiple protocol types, such as `HTTP`, `HTTPS`, `TCP`, `UDP`, `SSH`, and **Telnet. For more protocol types, please log on to the [Cloud Enterprise Network Management Console](https://cen.console.aliyun.com/cen/list) to view.
114
- :param builtins.str src_cidr: The source network segment of the traffic message. The flow classification rule matches the traffic of the source IP address in the source network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any source IP address.
115
- :param Sequence[builtins.int] src_port_ranges: The source port of the traffic message. Valid values: **-1**, `1` to `65535`. The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number. The current parameter supports entering up to two port numbers. The input format is described as follows:
117
+ :param builtins.int match_dscp: The DSCP value of the traffic message. Valid values: `0` to **63 * *.
118
+
119
+ The flow classification rule matches the flow with the specified DSCP value. If the flow classification rule is not set, it means that the flow classification rule matches the flow with any DSCP value.
120
+
121
+ > **NOTE:** The current DSCP value refers to the DSCP value that the traffic message has carried before entering the cross-region connection.
122
+ :param builtins.str protocol: The protocol type of the traffic message.
123
+ Stream classification rules can match traffic of multiple protocol types, such as `HTTP`, `HTTPS`, `TCP`, `UDP`, `SSH`, and **Telnet. For more protocol types, please log on to the [Cloud Enterprise Network Management Console](https://cen.console.aliyun.com/cen/list) to view.
124
+ :param builtins.str src_cidr: The source network segment of the traffic message.
125
+ The flow classification rule matches the traffic of the source IP address in the source network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any source IP address.
126
+ :param Sequence[builtins.int] src_port_ranges: The source port of the traffic message. Valid values: **-1**, `1` to `65535`.
127
+
128
+ The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number.
129
+
130
+ The current parameter supports entering up to two port numbers. The input format is described as follows:
116
131
  - If you only enter a port number, such as 1, the system defaults to match the traffic with source port 1.
117
132
  - If you enter two port numbers, such as 1 and 200, the system defaults to match the traffic with the source port in the range of 1 to 200.
118
133
  - If you enter two port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any source port.
119
- :param builtins.str traffic_match_rule_description: The description information of the stream classification rule. The description must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
120
- :param builtins.str traffic_match_rule_name: The name of the stream classification rule. The name must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
134
+ :param builtins.str traffic_match_rule_description: The description information of the stream classification rule.
135
+ The description must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
136
+ :param builtins.str traffic_match_rule_name: The name of the stream classification rule.
137
+ The name must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
121
138
  """
122
139
  if address_family is not None:
123
140
  pulumi.set(__self__, "address_family", address_family)
@@ -142,7 +159,7 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
142
159
  @pulumi.getter(name="addressFamily")
143
160
  def address_family(self) -> Optional[builtins.str]:
144
161
  """
145
- IP Address Family.
162
+ IP Address Family
146
163
  """
147
164
  return pulumi.get(self, "address_family")
148
165
 
@@ -150,7 +167,8 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
150
167
  @pulumi.getter(name="dstCidr")
151
168
  def dst_cidr(self) -> Optional[builtins.str]:
152
169
  """
153
- The destination network segment of the traffic message. The flow classification matches the traffic of the destination IP address in the destination network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination IP address.
170
+ The destination network segment of the traffic message.
171
+ The flow classification matches the traffic of the destination IP address in the destination network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination IP address.
154
172
  """
155
173
  return pulumi.get(self, "dst_cidr")
156
174
 
@@ -158,7 +176,11 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
158
176
  @pulumi.getter(name="dstPortRanges")
159
177
  def dst_port_ranges(self) -> Optional[Sequence[builtins.int]]:
160
178
  """
161
- The destination port of the traffic message. Valid values: **-1**, `1` to `65535`. The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number. The current parameter supports a maximum of 2 port numbers. The input format is described as follows:
179
+ The destination port of the traffic message. Valid values: **-1**, `1` to `65535`.
180
+
181
+ The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number.
182
+
183
+ The current parameter supports a maximum of 2 port numbers. The input format is described as follows:
162
184
  - If you only enter a port number, such as 1, the system defaults to match the traffic with the destination port of 1.
163
185
  - If you enter 2 port numbers, such as 1 and 200, the system defaults to match the traffic of the destination port in the range of 1 to 200.
164
186
  - If you enter 2 port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any destination port.
@@ -169,7 +191,11 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
169
191
  @pulumi.getter(name="matchDscp")
170
192
  def match_dscp(self) -> Optional[builtins.int]:
171
193
  """
172
- The DSCP value of the traffic message. Valid values: `0` to **63 * *. The flow classification rule matches the flow with the specified DSCP value. If the flow classification rule is not set, it means that the flow classification rule matches the flow with any DSCP value.> **NOTE:** The current DSCP value refers to the DSCP value that the traffic message has carried before entering the cross-region connection.
194
+ The DSCP value of the traffic message. Valid values: `0` to **63 * *.
195
+
196
+ The flow classification rule matches the flow with the specified DSCP value. If the flow classification rule is not set, it means that the flow classification rule matches the flow with any DSCP value.
197
+
198
+ > **NOTE:** The current DSCP value refers to the DSCP value that the traffic message has carried before entering the cross-region connection.
173
199
  """
174
200
  return pulumi.get(self, "match_dscp")
175
201
 
@@ -177,7 +203,8 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
177
203
  @pulumi.getter
178
204
  def protocol(self) -> Optional[builtins.str]:
179
205
  """
180
- The protocol type of the traffic message. Stream classification rules can match traffic of multiple protocol types, such as `HTTP`, `HTTPS`, `TCP`, `UDP`, `SSH`, and **Telnet. For more protocol types, please log on to the [Cloud Enterprise Network Management Console](https://cen.console.aliyun.com/cen/list) to view.
206
+ The protocol type of the traffic message.
207
+ Stream classification rules can match traffic of multiple protocol types, such as `HTTP`, `HTTPS`, `TCP`, `UDP`, `SSH`, and **Telnet. For more protocol types, please log on to the [Cloud Enterprise Network Management Console](https://cen.console.aliyun.com/cen/list) to view.
181
208
  """
182
209
  return pulumi.get(self, "protocol")
183
210
 
@@ -185,7 +212,8 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
185
212
  @pulumi.getter(name="srcCidr")
186
213
  def src_cidr(self) -> Optional[builtins.str]:
187
214
  """
188
- The source network segment of the traffic message. The flow classification rule matches the traffic of the source IP address in the source network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any source IP address.
215
+ The source network segment of the traffic message.
216
+ The flow classification rule matches the traffic of the source IP address in the source network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any source IP address.
189
217
  """
190
218
  return pulumi.get(self, "src_cidr")
191
219
 
@@ -193,7 +221,11 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
193
221
  @pulumi.getter(name="srcPortRanges")
194
222
  def src_port_ranges(self) -> Optional[Sequence[builtins.int]]:
195
223
  """
196
- The source port of the traffic message. Valid values: **-1**, `1` to `65535`. The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number. The current parameter supports entering up to two port numbers. The input format is described as follows:
224
+ The source port of the traffic message. Valid values: **-1**, `1` to `65535`.
225
+
226
+ The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number.
227
+
228
+ The current parameter supports entering up to two port numbers. The input format is described as follows:
197
229
  - If you only enter a port number, such as 1, the system defaults to match the traffic with source port 1.
198
230
  - If you enter two port numbers, such as 1 and 200, the system defaults to match the traffic with the source port in the range of 1 to 200.
199
231
  - If you enter two port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any source port.
@@ -204,7 +236,8 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
204
236
  @pulumi.getter(name="trafficMatchRuleDescription")
205
237
  def traffic_match_rule_description(self) -> Optional[builtins.str]:
206
238
  """
207
- The description information of the stream classification rule. The description must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
239
+ The description information of the stream classification rule.
240
+ The description must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
208
241
  """
209
242
  return pulumi.get(self, "traffic_match_rule_description")
210
243
 
@@ -212,7 +245,8 @@ class TrafficMarkingPolicyTrafficMatchRule(dict):
212
245
  @pulumi.getter(name="trafficMatchRuleName")
213
246
  def traffic_match_rule_name(self) -> Optional[builtins.str]:
214
247
  """
215
- The name of the stream classification rule. The name must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
248
+ The name of the stream classification rule.
249
+ The name must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
216
250
  """
217
251
  return pulumi.get(self, "traffic_match_rule_name")
218
252
 
@@ -27,6 +27,7 @@ class TrafficMarkingPolicyArgs:
27
27
  transit_router_id: pulumi.Input[builtins.str],
28
28
  description: Optional[pulumi.Input[builtins.str]] = None,
29
29
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
30
+ force: Optional[pulumi.Input[builtins.bool]] = None,
30
31
  traffic_marking_policy_name: Optional[pulumi.Input[builtins.str]] = None,
31
32
  traffic_match_rules: Optional[pulumi.Input[Sequence[pulumi.Input['TrafficMarkingPolicyTrafficMatchRuleArgs']]]] = None):
32
33
  """
@@ -36,9 +37,9 @@ class TrafficMarkingPolicyArgs:
36
37
  :param pulumi.Input[builtins.str] transit_router_id: TransitRouterId
37
38
  :param pulumi.Input[builtins.str] description: TrafficMarkingPolicyDescription
38
39
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:
40
+ :param pulumi.Input[builtins.bool] force: Whether to forcibly delete the traffic marker policy. Valid values:
39
41
  :param pulumi.Input[builtins.str] traffic_marking_policy_name: TrafficMarkingPolicyName
40
42
  :param pulumi.Input[Sequence[pulumi.Input['TrafficMarkingPolicyTrafficMatchRuleArgs']]] traffic_match_rules: List of stream classification rules.
41
-
42
43
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
43
44
  """
44
45
  pulumi.set(__self__, "marking_dscp", marking_dscp)
@@ -48,6 +49,8 @@ class TrafficMarkingPolicyArgs:
48
49
  pulumi.set(__self__, "description", description)
49
50
  if dry_run is not None:
50
51
  pulumi.set(__self__, "dry_run", dry_run)
52
+ if force is not None:
53
+ pulumi.set(__self__, "force", force)
51
54
  if traffic_marking_policy_name is not None:
52
55
  pulumi.set(__self__, "traffic_marking_policy_name", traffic_marking_policy_name)
53
56
  if traffic_match_rules is not None:
@@ -113,6 +116,18 @@ class TrafficMarkingPolicyArgs:
113
116
  def dry_run(self, value: Optional[pulumi.Input[builtins.bool]]):
114
117
  pulumi.set(self, "dry_run", value)
115
118
 
119
+ @property
120
+ @pulumi.getter
121
+ def force(self) -> Optional[pulumi.Input[builtins.bool]]:
122
+ """
123
+ Whether to forcibly delete the traffic marker policy. Valid values:
124
+ """
125
+ return pulumi.get(self, "force")
126
+
127
+ @force.setter
128
+ def force(self, value: Optional[pulumi.Input[builtins.bool]]):
129
+ pulumi.set(self, "force", value)
130
+
116
131
  @property
117
132
  @pulumi.getter(name="trafficMarkingPolicyName")
118
133
  def traffic_marking_policy_name(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -130,7 +145,6 @@ class TrafficMarkingPolicyArgs:
130
145
  def traffic_match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrafficMarkingPolicyTrafficMatchRuleArgs']]]]:
131
146
  """
132
147
  List of stream classification rules.
133
-
134
148
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
135
149
  """
136
150
  return pulumi.get(self, "traffic_match_rules")
@@ -145,6 +159,7 @@ class _TrafficMarkingPolicyState:
145
159
  def __init__(__self__, *,
146
160
  description: Optional[pulumi.Input[builtins.str]] = None,
147
161
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
162
+ force: Optional[pulumi.Input[builtins.bool]] = None,
148
163
  marking_dscp: Optional[pulumi.Input[builtins.int]] = None,
149
164
  priority: Optional[pulumi.Input[builtins.int]] = None,
150
165
  status: Optional[pulumi.Input[builtins.str]] = None,
@@ -156,13 +171,13 @@ class _TrafficMarkingPolicyState:
156
171
  Input properties used for looking up and filtering TrafficMarkingPolicy resources.
157
172
  :param pulumi.Input[builtins.str] description: TrafficMarkingPolicyDescription
158
173
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:
174
+ :param pulumi.Input[builtins.bool] force: Whether to forcibly delete the traffic marker policy. Valid values:
159
175
  :param pulumi.Input[builtins.int] marking_dscp: MarkingDscp
160
176
  :param pulumi.Input[builtins.int] priority: Priority
161
177
  :param pulumi.Input[builtins.str] status: The status of the resource
162
178
  :param pulumi.Input[builtins.str] traffic_marking_policy_id: The first ID of the resource
163
179
  :param pulumi.Input[builtins.str] traffic_marking_policy_name: TrafficMarkingPolicyName
164
180
  :param pulumi.Input[Sequence[pulumi.Input['TrafficMarkingPolicyTrafficMatchRuleArgs']]] traffic_match_rules: List of stream classification rules.
165
-
166
181
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
167
182
  :param pulumi.Input[builtins.str] transit_router_id: TransitRouterId
168
183
  """
@@ -170,6 +185,8 @@ class _TrafficMarkingPolicyState:
170
185
  pulumi.set(__self__, "description", description)
171
186
  if dry_run is not None:
172
187
  pulumi.set(__self__, "dry_run", dry_run)
188
+ if force is not None:
189
+ pulumi.set(__self__, "force", force)
173
190
  if marking_dscp is not None:
174
191
  pulumi.set(__self__, "marking_dscp", marking_dscp)
175
192
  if priority is not None:
@@ -209,6 +226,18 @@ class _TrafficMarkingPolicyState:
209
226
  def dry_run(self, value: Optional[pulumi.Input[builtins.bool]]):
210
227
  pulumi.set(self, "dry_run", value)
211
228
 
229
+ @property
230
+ @pulumi.getter
231
+ def force(self) -> Optional[pulumi.Input[builtins.bool]]:
232
+ """
233
+ Whether to forcibly delete the traffic marker policy. Valid values:
234
+ """
235
+ return pulumi.get(self, "force")
236
+
237
+ @force.setter
238
+ def force(self, value: Optional[pulumi.Input[builtins.bool]]):
239
+ pulumi.set(self, "force", value)
240
+
212
241
  @property
213
242
  @pulumi.getter(name="markingDscp")
214
243
  def marking_dscp(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -274,7 +303,6 @@ class _TrafficMarkingPolicyState:
274
303
  def traffic_match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrafficMarkingPolicyTrafficMatchRuleArgs']]]]:
275
304
  """
276
305
  List of stream classification rules.
277
-
278
306
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
279
307
  """
280
308
  return pulumi.get(self, "traffic_match_rules")
@@ -304,6 +332,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
304
332
  opts: Optional[pulumi.ResourceOptions] = None,
305
333
  description: Optional[pulumi.Input[builtins.str]] = None,
306
334
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
335
+ force: Optional[pulumi.Input[builtins.bool]] = None,
307
336
  marking_dscp: Optional[pulumi.Input[builtins.int]] = None,
308
337
  priority: Optional[pulumi.Input[builtins.int]] = None,
309
338
  traffic_marking_policy_name: Optional[pulumi.Input[builtins.str]] = None,
@@ -340,7 +369,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
340
369
 
341
370
  ## Import
342
371
 
343
- CEN Traffic Marking Policy can be imported using the id, e.g.
372
+ Cloud Enterprise Network (CEN) Traffic Marking Policy can be imported using the id, e.g.
344
373
 
345
374
  ```sh
346
375
  $ pulumi import alicloud:cen/trafficMarkingPolicy:TrafficMarkingPolicy example <transit_router_id>:<traffic_marking_policy_id>
@@ -350,11 +379,11 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
350
379
  :param pulumi.ResourceOptions opts: Options for the resource.
351
380
  :param pulumi.Input[builtins.str] description: TrafficMarkingPolicyDescription
352
381
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:
382
+ :param pulumi.Input[builtins.bool] force: Whether to forcibly delete the traffic marker policy. Valid values:
353
383
  :param pulumi.Input[builtins.int] marking_dscp: MarkingDscp
354
384
  :param pulumi.Input[builtins.int] priority: Priority
355
385
  :param pulumi.Input[builtins.str] traffic_marking_policy_name: TrafficMarkingPolicyName
356
386
  :param pulumi.Input[Sequence[pulumi.Input[Union['TrafficMarkingPolicyTrafficMatchRuleArgs', 'TrafficMarkingPolicyTrafficMatchRuleArgsDict']]]] traffic_match_rules: List of stream classification rules.
357
-
358
387
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
359
388
  :param pulumi.Input[builtins.str] transit_router_id: TransitRouterId
360
389
  """
@@ -394,7 +423,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
394
423
 
395
424
  ## Import
396
425
 
397
- CEN Traffic Marking Policy can be imported using the id, e.g.
426
+ Cloud Enterprise Network (CEN) Traffic Marking Policy can be imported using the id, e.g.
398
427
 
399
428
  ```sh
400
429
  $ pulumi import alicloud:cen/trafficMarkingPolicy:TrafficMarkingPolicy example <transit_router_id>:<traffic_marking_policy_id>
@@ -417,6 +446,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
417
446
  opts: Optional[pulumi.ResourceOptions] = None,
418
447
  description: Optional[pulumi.Input[builtins.str]] = None,
419
448
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
449
+ force: Optional[pulumi.Input[builtins.bool]] = None,
420
450
  marking_dscp: Optional[pulumi.Input[builtins.int]] = None,
421
451
  priority: Optional[pulumi.Input[builtins.int]] = None,
422
452
  traffic_marking_policy_name: Optional[pulumi.Input[builtins.str]] = None,
@@ -433,6 +463,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
433
463
 
434
464
  __props__.__dict__["description"] = description
435
465
  __props__.__dict__["dry_run"] = dry_run
466
+ __props__.__dict__["force"] = force
436
467
  if marking_dscp is None and not opts.urn:
437
468
  raise TypeError("Missing required property 'marking_dscp'")
438
469
  __props__.__dict__["marking_dscp"] = marking_dscp
@@ -458,6 +489,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
458
489
  opts: Optional[pulumi.ResourceOptions] = None,
459
490
  description: Optional[pulumi.Input[builtins.str]] = None,
460
491
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
492
+ force: Optional[pulumi.Input[builtins.bool]] = None,
461
493
  marking_dscp: Optional[pulumi.Input[builtins.int]] = None,
462
494
  priority: Optional[pulumi.Input[builtins.int]] = None,
463
495
  status: Optional[pulumi.Input[builtins.str]] = None,
@@ -474,13 +506,13 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
474
506
  :param pulumi.ResourceOptions opts: Options for the resource.
475
507
  :param pulumi.Input[builtins.str] description: TrafficMarkingPolicyDescription
476
508
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:
509
+ :param pulumi.Input[builtins.bool] force: Whether to forcibly delete the traffic marker policy. Valid values:
477
510
  :param pulumi.Input[builtins.int] marking_dscp: MarkingDscp
478
511
  :param pulumi.Input[builtins.int] priority: Priority
479
512
  :param pulumi.Input[builtins.str] status: The status of the resource
480
513
  :param pulumi.Input[builtins.str] traffic_marking_policy_id: The first ID of the resource
481
514
  :param pulumi.Input[builtins.str] traffic_marking_policy_name: TrafficMarkingPolicyName
482
515
  :param pulumi.Input[Sequence[pulumi.Input[Union['TrafficMarkingPolicyTrafficMatchRuleArgs', 'TrafficMarkingPolicyTrafficMatchRuleArgsDict']]]] traffic_match_rules: List of stream classification rules.
483
-
484
516
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
485
517
  :param pulumi.Input[builtins.str] transit_router_id: TransitRouterId
486
518
  """
@@ -490,6 +522,7 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
490
522
 
491
523
  __props__.__dict__["description"] = description
492
524
  __props__.__dict__["dry_run"] = dry_run
525
+ __props__.__dict__["force"] = force
493
526
  __props__.__dict__["marking_dscp"] = marking_dscp
494
527
  __props__.__dict__["priority"] = priority
495
528
  __props__.__dict__["status"] = status
@@ -515,6 +548,14 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
515
548
  """
516
549
  return pulumi.get(self, "dry_run")
517
550
 
551
+ @property
552
+ @pulumi.getter
553
+ def force(self) -> pulumi.Output[Optional[builtins.bool]]:
554
+ """
555
+ Whether to forcibly delete the traffic marker policy. Valid values:
556
+ """
557
+ return pulumi.get(self, "force")
558
+
518
559
  @property
519
560
  @pulumi.getter(name="markingDscp")
520
561
  def marking_dscp(self) -> pulumi.Output[builtins.int]:
@@ -560,7 +601,6 @@ class TrafficMarkingPolicy(pulumi.CustomResource):
560
601
  def traffic_match_rules(self) -> pulumi.Output[Optional[Sequence['outputs.TrafficMarkingPolicyTrafficMatchRule']]]:
561
602
  """
562
603
  List of stream classification rules.
563
-
564
604
  You can add up to 50 stream classification rules at a time. See `traffic_match_rules` below.
565
605
  """
566
606
  return pulumi.get(self, "traffic_match_rules")
@@ -191,7 +191,7 @@ class PublishTask(pulumi.CustomResource):
191
191
 
192
192
  For information about Chatbot Publish Task and how to use it, see [What is Publish Task](https://help.aliyun.com/document_detail/433996.html).
193
193
 
194
- > **NOTE:** Available since v1.203.0+.
194
+ > **NOTE:** Available since v1.203.0.
195
195
 
196
196
  ## Example Usage
197
197
 
@@ -232,7 +232,7 @@ class PublishTask(pulumi.CustomResource):
232
232
 
233
233
  For information about Chatbot Publish Task and how to use it, see [What is Publish Task](https://help.aliyun.com/document_detail/433996.html).
234
234
 
235
- > **NOTE:** Available since v1.203.0+.
235
+ > **NOTE:** Available since v1.203.0.
236
236
 
237
237
  ## Example Usage
238
238
 
@@ -23,6 +23,7 @@ from .get_vpc_firewall_control_policies import *
23
23
  from .get_vpc_firewalls import *
24
24
  from .instance import *
25
25
  from .instance_member import *
26
+ from .ips_config import *
26
27
  from .nat_firewall import *
27
28
  from .nat_firewall_control_policy import *
28
29
  from .vpc_cen_tr_firewall import *