pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.79.0__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 (183) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/_inputs.py +21 -105
  4. pulumi_alicloud/alb/get_load_balancers.py +169 -18
  5. pulumi_alicloud/alb/health_check_template.py +233 -93
  6. pulumi_alicloud/alb/listener.py +28 -56
  7. pulumi_alicloud/alb/load_balancer.py +110 -0
  8. pulumi_alicloud/alb/outputs.py +150 -105
  9. pulumi_alicloud/amqp/exchange.py +250 -159
  10. pulumi_alicloud/apigateway/_inputs.py +23 -3
  11. pulumi_alicloud/apigateway/api.py +7 -7
  12. pulumi_alicloud/apigateway/backend.py +8 -8
  13. pulumi_alicloud/apigateway/outputs.py +16 -2
  14. pulumi_alicloud/arms/remote_write.py +2 -2
  15. pulumi_alicloud/bp/studio_application.py +2 -2
  16. pulumi_alicloud/cassandra/cluster.py +2 -2
  17. pulumi_alicloud/cassandra/data_center.py +2 -2
  18. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  19. pulumi_alicloud/cen/_inputs.py +78 -27
  20. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  21. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  22. pulumi_alicloud/cen/outputs.py +52 -18
  23. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  24. pulumi_alicloud/chatbot/publish_task.py +2 -2
  25. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  26. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  27. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  28. pulumi_alicloud/cs/_inputs.py +54 -0
  29. pulumi_alicloud/cs/get_kubernetes_version.py +4 -4
  30. pulumi_alicloud/cs/managed_kubernetes.py +129 -7
  31. pulumi_alicloud/cs/outputs.py +49 -0
  32. pulumi_alicloud/das/switch_das_pro.py +6 -2
  33. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  34. pulumi_alicloud/dataworks/di_job.py +8 -6
  35. pulumi_alicloud/dataworks/project_member.py +2 -2
  36. pulumi_alicloud/ddos/domain_resource.py +19 -9
  37. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  38. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  39. pulumi_alicloud/drds/instance.py +12 -8
  40. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  41. pulumi_alicloud/ecs/__init__.py +1 -0
  42. pulumi_alicloud/ecs/_inputs.py +40 -0
  43. pulumi_alicloud/ecs/activation.py +2 -2
  44. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  45. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  46. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  47. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  48. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  49. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  50. pulumi_alicloud/ecs/get_dedicated_hosts.py +49 -22
  51. pulumi_alicloud/ecs/get_instances.py +4 -3
  52. pulumi_alicloud/ecs/image_copy.py +2 -2
  53. pulumi_alicloud/ecs/image_export.py +2 -2
  54. pulumi_alicloud/ecs/instance.py +94 -0
  55. pulumi_alicloud/ecs/outputs.py +129 -39
  56. pulumi_alicloud/ecs/ram_role_attachment.py +406 -0
  57. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  58. pulumi_alicloud/ecs/snapshot.py +8 -4
  59. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  60. pulumi_alicloud/eflo/__init__.py +1 -0
  61. pulumi_alicloud/eflo/vsc.py +433 -0
  62. pulumi_alicloud/elasticsearch/instance.py +7 -7
  63. pulumi_alicloud/emr/cluster.py +4 -4
  64. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  65. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  66. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  67. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  68. pulumi_alicloud/esa/network_optimization.py +10 -2
  69. pulumi_alicloud/esa/origin_pool.py +10 -10
  70. pulumi_alicloud/esa/redirect_rule.py +12 -4
  71. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  72. pulumi_alicloud/ess/outputs.py +333 -4
  73. pulumi_alicloud/ess/scaling_group.py +47 -0
  74. pulumi_alicloud/expressconnect/router_vpc_association.py +56 -49
  75. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  76. pulumi_alicloud/fc/__init__.py +1 -0
  77. pulumi_alicloud/fc/get_v3_triggers.py +277 -0
  78. pulumi_alicloud/fc/outputs.py +192 -0
  79. pulumi_alicloud/fnf/execution.py +2 -2
  80. pulumi_alicloud/fnf/flow.py +2 -2
  81. pulumi_alicloud/fnf/schedule.py +2 -2
  82. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  83. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  84. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  85. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  86. pulumi_alicloud/hbr/hana_instance.py +2 -2
  87. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  88. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  89. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  90. pulumi_alicloud/hbr/restore_job.py +2 -2
  91. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  92. pulumi_alicloud/kms/_inputs.py +12 -12
  93. pulumi_alicloud/kms/instance.py +80 -47
  94. pulumi_alicloud/kms/outputs.py +8 -8
  95. pulumi_alicloud/kvstore/instance.py +21 -7
  96. pulumi_alicloud/lindorm/__init__.py +1 -0
  97. pulumi_alicloud/lindorm/instance.py +101 -7
  98. pulumi_alicloud/lindorm/public_network.py +288 -0
  99. pulumi_alicloud/log/etl.py +2 -2
  100. pulumi_alicloud/log/ingestion.py +4 -6
  101. pulumi_alicloud/log/oss_export.py +4 -6
  102. pulumi_alicloud/log/oss_shipper.py +2 -2
  103. pulumi_alicloud/maxcompute/project.py +2 -4
  104. pulumi_alicloud/mse/gateway.py +2 -2
  105. pulumi_alicloud/mse/nacos_config.py +2 -0
  106. pulumi_alicloud/mse/znode.py +2 -2
  107. pulumi_alicloud/nas/mount_target.py +6 -6
  108. pulumi_alicloud/nas/snapshot.py +2 -2
  109. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  110. pulumi_alicloud/oos/get_parameters.py +72 -28
  111. pulumi_alicloud/oos/outputs.py +10 -10
  112. pulumi_alicloud/oos/secret_parameter.py +2 -2
  113. pulumi_alicloud/oss/bucket_replication.py +8 -8
  114. pulumi_alicloud/pai/__init__.py +4 -0
  115. pulumi_alicloud/pai/_inputs.py +108 -0
  116. pulumi_alicloud/pai/outputs.py +64 -0
  117. pulumi_alicloud/pai/workspace_member.py +393 -0
  118. pulumi_alicloud/pai/workspace_model.py +792 -0
  119. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  120. pulumi_alicloud/pai/workspace_user_config.py +356 -0
  121. pulumi_alicloud/polardb/cluster.py +223 -7
  122. pulumi_alicloud/polardb/global_database_network.py +2 -2
  123. pulumi_alicloud/polardb/parameter_group.py +2 -2
  124. pulumi_alicloud/pulumi-plugin.json +1 -1
  125. pulumi_alicloud/pvtz/get_zone_records.py +66 -35
  126. pulumi_alicloud/pvtz/get_zones.py +49 -32
  127. pulumi_alicloud/pvtz/outputs.py +60 -56
  128. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  129. pulumi_alicloud/ram/policy.py +21 -35
  130. pulumi_alicloud/ram/role.py +2 -2
  131. pulumi_alicloud/ram/role_attachment.py +12 -6
  132. pulumi_alicloud/rds/__init__.py +1 -0
  133. pulumi_alicloud/rds/db_proxy_public.py +512 -0
  134. pulumi_alicloud/rds/instance.py +82 -82
  135. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  136. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  137. pulumi_alicloud/resourcemanager/account.py +315 -116
  138. pulumi_alicloud/rocketmq/group.py +2 -2
  139. pulumi_alicloud/ros/change_set.py +2 -2
  140. pulumi_alicloud/ros/stack.py +2 -2
  141. pulumi_alicloud/ros/stack_group.py +2 -2
  142. pulumi_alicloud/ros/stack_instance.py +2 -2
  143. pulumi_alicloud/ros/template_scratch.py +2 -2
  144. pulumi_alicloud/scdn/domain.py +2 -2
  145. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  146. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  147. pulumi_alicloud/slb/_inputs.py +44 -0
  148. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  149. pulumi_alicloud/slb/ca_certificate.py +4 -0
  150. pulumi_alicloud/slb/listener.py +46 -89
  151. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  152. pulumi_alicloud/slb/outputs.py +26 -0
  153. pulumi_alicloud/sls/__init__.py +1 -0
  154. pulumi_alicloud/sls/get_alerts.py +463 -0
  155. pulumi_alicloud/sls/outputs.py +975 -0
  156. pulumi_alicloud/sms/short_url.py +2 -2
  157. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  158. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  159. pulumi_alicloud/threatdetection/instance.py +28 -21
  160. pulumi_alicloud/threatdetection/outputs.py +98 -6
  161. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  162. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  163. pulumi_alicloud/tsdb/instance.py +2 -2
  164. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  165. pulumi_alicloud/vpc/forward_entry.py +4 -4
  166. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  167. pulumi_alicloud/vpc/ha_vip.py +4 -4
  168. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  169. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  170. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  171. pulumi_alicloud/vpc/nat_ip.py +2 -2
  172. pulumi_alicloud/vpc/prefix_list.py +2 -2
  173. pulumi_alicloud/vpc/route_entry.py +6 -2
  174. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  175. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  176. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  177. pulumi_alicloud/vpn/route_entry.py +8 -8
  178. pulumi_alicloud/wafv3/instance.py +2 -2
  179. pulumi_alicloud/wafv3/outputs.py +11 -0
  180. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/METADATA +1 -1
  181. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/RECORD +183 -172
  182. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/WHEEL +1 -1
  183. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/top_level.txt +0 -0
@@ -1889,6 +1889,14 @@ _utilities.register(
1889
1889
  "alicloud:cloudfirewall/instanceMember:InstanceMember": "InstanceMember"
1890
1890
  }
1891
1891
  },
1892
+ {
1893
+ "pkg": "alicloud",
1894
+ "mod": "cloudfirewall/ipsConfig",
1895
+ "fqn": "pulumi_alicloud.cloudfirewall",
1896
+ "classes": {
1897
+ "alicloud:cloudfirewall/ipsConfig:IpsConfig": "IpsConfig"
1898
+ }
1899
+ },
1892
1900
  {
1893
1901
  "pkg": "alicloud",
1894
1902
  "mod": "cloudfirewall/natFirewall",
@@ -3577,6 +3585,14 @@ _utilities.register(
3577
3585
  "alicloud:ecs/launchTemplate:LaunchTemplate": "LaunchTemplate"
3578
3586
  }
3579
3587
  },
3588
+ {
3589
+ "pkg": "alicloud",
3590
+ "mod": "ecs/ramRoleAttachment",
3591
+ "fqn": "pulumi_alicloud.ecs",
3592
+ "classes": {
3593
+ "alicloud:ecs/ramRoleAttachment:RamRoleAttachment": "RamRoleAttachment"
3594
+ }
3595
+ },
3580
3596
  {
3581
3597
  "pkg": "alicloud",
3582
3598
  "mod": "ecs/reservedInstance",
@@ -3897,6 +3913,14 @@ _utilities.register(
3897
3913
  "alicloud:eflo/vpd:Vpd": "Vpd"
3898
3914
  }
3899
3915
  },
3916
+ {
3917
+ "pkg": "alicloud",
3918
+ "mod": "eflo/vsc",
3919
+ "fqn": "pulumi_alicloud.eflo",
3920
+ "classes": {
3921
+ "alicloud:eflo/vsc:Vsc": "Vsc"
3922
+ }
3923
+ },
3900
3924
  {
3901
3925
  "pkg": "alicloud",
3902
3926
  "mod": "ehpc/cluster",
@@ -5457,6 +5481,14 @@ _utilities.register(
5457
5481
  "alicloud:lindorm/instance:Instance": "Instance"
5458
5482
  }
5459
5483
  },
5484
+ {
5485
+ "pkg": "alicloud",
5486
+ "mod": "lindorm/publicNetwork",
5487
+ "fqn": "pulumi_alicloud.lindorm",
5488
+ "classes": {
5489
+ "alicloud:lindorm/publicNetwork:PublicNetwork": "PublicNetwork"
5490
+ }
5491
+ },
5460
5492
  {
5461
5493
  "pkg": "alicloud",
5462
5494
  "mod": "live/caster",
@@ -6417,6 +6449,30 @@ _utilities.register(
6417
6449
  "alicloud:pai/workspaceExperiment:WorkspaceExperiment": "WorkspaceExperiment"
6418
6450
  }
6419
6451
  },
6452
+ {
6453
+ "pkg": "alicloud",
6454
+ "mod": "pai/workspaceMember",
6455
+ "fqn": "pulumi_alicloud.pai",
6456
+ "classes": {
6457
+ "alicloud:pai/workspaceMember:WorkspaceMember": "WorkspaceMember"
6458
+ }
6459
+ },
6460
+ {
6461
+ "pkg": "alicloud",
6462
+ "mod": "pai/workspaceModel",
6463
+ "fqn": "pulumi_alicloud.pai",
6464
+ "classes": {
6465
+ "alicloud:pai/workspaceModel:WorkspaceModel": "WorkspaceModel"
6466
+ }
6467
+ },
6468
+ {
6469
+ "pkg": "alicloud",
6470
+ "mod": "pai/workspaceModelVersion",
6471
+ "fqn": "pulumi_alicloud.pai",
6472
+ "classes": {
6473
+ "alicloud:pai/workspaceModelVersion:WorkspaceModelVersion": "WorkspaceModelVersion"
6474
+ }
6475
+ },
6420
6476
  {
6421
6477
  "pkg": "alicloud",
6422
6478
  "mod": "pai/workspaceRun",
@@ -6425,6 +6481,14 @@ _utilities.register(
6425
6481
  "alicloud:pai/workspaceRun:WorkspaceRun": "WorkspaceRun"
6426
6482
  }
6427
6483
  },
6484
+ {
6485
+ "pkg": "alicloud",
6486
+ "mod": "pai/workspaceUserConfig",
6487
+ "fqn": "pulumi_alicloud.pai",
6488
+ "classes": {
6489
+ "alicloud:pai/workspaceUserConfig:WorkspaceUserConfig": "WorkspaceUserConfig"
6490
+ }
6491
+ },
6428
6492
  {
6429
6493
  "pkg": "alicloud",
6430
6494
  "mod": "pai/workspaceWorkspace",
@@ -6921,6 +6985,14 @@ _utilities.register(
6921
6985
  "alicloud:rds/dbNode:DbNode": "DbNode"
6922
6986
  }
6923
6987
  },
6988
+ {
6989
+ "pkg": "alicloud",
6990
+ "mod": "rds/dbProxyPublic",
6991
+ "fqn": "pulumi_alicloud.rds",
6992
+ "classes": {
6993
+ "alicloud:rds/dbProxyPublic:DbProxyPublic": "DbProxyPublic"
6994
+ }
6995
+ },
6924
6996
  {
6925
6997
  "pkg": "alicloud",
6926
6998
  "mod": "rds/ddrInstance",
@@ -502,7 +502,7 @@ class _ClusterState:
502
502
  """
503
503
  Input properties used for looking up and filtering Cluster resources.
504
504
  :param pulumi.Input[builtins.int] auto_renew_period: Auto-renewal period of an cluster, in the unit of the month. It is valid when pay_type is `PrePaid`. Valid value:1, 2, 3, 6, 12, 24, 36, Default to 1.
505
- :param pulumi.Input[builtins.str] connection_string: (Available in 1.93.0+) The connection string of the ADB cluster.
505
+ :param pulumi.Input[builtins.str] connection_string: (Available since v1.93.0) The connection string of the ADB cluster.
506
506
  :param pulumi.Input[builtins.str] db_cluster_category: Cluster category. Value options: `Basic`, `Cluster`.
507
507
  :param pulumi.Input[builtins.str] db_cluster_version: Cluster version. Value options: `3.0`, Default to `3.0`.
508
508
  :param pulumi.Input[builtins.str] db_node_class: The db_node_class of cluster node.
@@ -513,7 +513,7 @@ class _ClusterState:
513
513
  :param pulumi.Input[builtins.str] pay_type: Field `pay_type` has been deprecated. New field `payment_type` instead.
514
514
  :param pulumi.Input[builtins.str] payment_type: The payment type of the resource. Valid values are `PayAsYouGo` and `Subscription`. Default to `PayAsYouGo`. **Note:** The `payment_type` supports updating from v1.166.0+.
515
515
  :param pulumi.Input[builtins.int] period: The duration that you will buy DB cluster (in month). It is valid when pay_type is `PrePaid`. Valid values: [1~9], 12, 24, 36. Default to 1.
516
- :param pulumi.Input[builtins.str] port: (Available in 1.196.0+) The connection port of the ADB cluster.
516
+ :param pulumi.Input[builtins.str] port: (Available since v1.196.0) The connection port of the ADB cluster.
517
517
  :param pulumi.Input[builtins.str] renewal_status: Valid values are `AutoRenewal`, `Normal`, `NotRenewal`, Default to `NotRenewal`.
518
518
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ips: List of IP addresses allowed to access all databases of an cluster. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
519
519
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A mapping of tags to assign to the resource.
@@ -622,7 +622,7 @@ class _ClusterState:
622
622
  @pulumi.getter(name="connectionString")
623
623
  def connection_string(self) -> Optional[pulumi.Input[builtins.str]]:
624
624
  """
625
- (Available in 1.93.0+) The connection string of the ADB cluster.
625
+ (Available since v1.93.0) The connection string of the ADB cluster.
626
626
  """
627
627
  return pulumi.get(self, "connection_string")
628
628
 
@@ -846,7 +846,7 @@ class _ClusterState:
846
846
  @pulumi.getter
847
847
  def port(self) -> Optional[pulumi.Input[builtins.str]]:
848
848
  """
849
- (Available in 1.196.0+) The connection port of the ADB cluster.
849
+ (Available since v1.196.0) The connection port of the ADB cluster.
850
850
  """
851
851
  return pulumi.get(self, "port")
852
852
 
@@ -997,9 +997,9 @@ class Cluster(pulumi.CustomResource):
997
997
  environment in the cloud. An ADB cluster can contain multiple user-created
998
998
  databases.
999
999
 
1000
- > **DEPRECATED:** This resource has been deprecated from version `1.121.0`. Please use new resource alicloud_adb_db_cluster.
1000
+ > **NOTE:** Deprecated since v1.121.0.
1001
1001
 
1002
- > **NOTE:** Available in v1.71.0+.
1002
+ > **DEPRECATED:** This resource has been deprecated from version `1.121.0`. Please use new resource alicloud_adb_db_cluster.
1003
1003
 
1004
1004
  ## Example Usage
1005
1005
 
@@ -1078,9 +1078,9 @@ class Cluster(pulumi.CustomResource):
1078
1078
  environment in the cloud. An ADB cluster can contain multiple user-created
1079
1079
  databases.
1080
1080
 
1081
- > **DEPRECATED:** This resource has been deprecated from version `1.121.0`. Please use new resource alicloud_adb_db_cluster.
1081
+ > **NOTE:** Deprecated since v1.121.0.
1082
1082
 
1083
- > **NOTE:** Available in v1.71.0+.
1083
+ > **DEPRECATED:** This resource has been deprecated from version `1.121.0`. Please use new resource alicloud_adb_db_cluster.
1084
1084
 
1085
1085
  ## Example Usage
1086
1086
 
@@ -1267,7 +1267,7 @@ class Cluster(pulumi.CustomResource):
1267
1267
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1268
1268
  :param pulumi.ResourceOptions opts: Options for the resource.
1269
1269
  :param pulumi.Input[builtins.int] auto_renew_period: Auto-renewal period of an cluster, in the unit of the month. It is valid when pay_type is `PrePaid`. Valid value:1, 2, 3, 6, 12, 24, 36, Default to 1.
1270
- :param pulumi.Input[builtins.str] connection_string: (Available in 1.93.0+) The connection string of the ADB cluster.
1270
+ :param pulumi.Input[builtins.str] connection_string: (Available since v1.93.0) The connection string of the ADB cluster.
1271
1271
  :param pulumi.Input[builtins.str] db_cluster_category: Cluster category. Value options: `Basic`, `Cluster`.
1272
1272
  :param pulumi.Input[builtins.str] db_cluster_version: Cluster version. Value options: `3.0`, Default to `3.0`.
1273
1273
  :param pulumi.Input[builtins.str] db_node_class: The db_node_class of cluster node.
@@ -1278,7 +1278,7 @@ class Cluster(pulumi.CustomResource):
1278
1278
  :param pulumi.Input[builtins.str] pay_type: Field `pay_type` has been deprecated. New field `payment_type` instead.
1279
1279
  :param pulumi.Input[builtins.str] payment_type: The payment type of the resource. Valid values are `PayAsYouGo` and `Subscription`. Default to `PayAsYouGo`. **Note:** The `payment_type` supports updating from v1.166.0+.
1280
1280
  :param pulumi.Input[builtins.int] period: The duration that you will buy DB cluster (in month). It is valid when pay_type is `PrePaid`. Valid values: [1~9], 12, 24, 36. Default to 1.
1281
- :param pulumi.Input[builtins.str] port: (Available in 1.196.0+) The connection port of the ADB cluster.
1281
+ :param pulumi.Input[builtins.str] port: (Available since v1.196.0) The connection port of the ADB cluster.
1282
1282
  :param pulumi.Input[builtins.str] renewal_status: Valid values are `AutoRenewal`, `Normal`, `NotRenewal`, Default to `NotRenewal`.
1283
1283
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_ips: List of IP addresses allowed to access all databases of an cluster. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
1284
1284
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A mapping of tags to assign to the resource.
@@ -1345,7 +1345,7 @@ class Cluster(pulumi.CustomResource):
1345
1345
  @pulumi.getter(name="connectionString")
1346
1346
  def connection_string(self) -> pulumi.Output[builtins.str]:
1347
1347
  """
1348
- (Available in 1.93.0+) The connection string of the ADB cluster.
1348
+ (Available since v1.93.0) The connection string of the ADB cluster.
1349
1349
  """
1350
1350
  return pulumi.get(self, "connection_string")
1351
1351
 
@@ -1485,7 +1485,7 @@ class Cluster(pulumi.CustomResource):
1485
1485
  @pulumi.getter
1486
1486
  def port(self) -> pulumi.Output[builtins.str]:
1487
1487
  """
1488
- (Available in 1.196.0+) The connection port of the ADB cluster.
1488
+ (Available since v1.196.0) The connection port of the ADB cluster.
1489
1489
  """
1490
1490
  return pulumi.get(self, "port")
1491
1491
 
@@ -257,23 +257,19 @@ if not MYPY:
257
257
  class ListenerAccessLogTracingConfigArgsDict(TypedDict):
258
258
  tracing_enabled: pulumi.Input[builtins.bool]
259
259
  """
260
- Xtrace Function.
260
+ Xtrace Function. Valid values: `true`, `false`. Default Value: `false`.
261
261
 
262
- Value: True **** Or False * *.
263
-
264
- Default Value: False * *.
265
-
266
- > **NOTE:** Only Instances outside the Security Group to Access the Log Switch `accesslogenabled` Open, in Order to Set This Parameter to the **True * *.
262
+ > **NOTE:** Only Instances outside the Security Group to Access the Log Switch `accesslogenabled` Open, in Order to Set This Parameter to the value `true`.
267
263
  """
268
264
  tracing_sample: NotRequired[pulumi.Input[builtins.int]]
269
265
  """
270
- Xtrace Sampling Rate. Value: 1~10000 **.> `tracingenabled` **True When Effective.
266
+ Xtrace Sampling Rate. Value: 1~10000. `tracingenabled` valued True When Effective.
271
267
  """
272
268
  tracing_type: NotRequired[pulumi.Input[builtins.str]]
273
269
  """
274
- Xtrace Type Value Is **Zipkin * *.
270
+ Xtrace Type Value Is `Zipkin`.
275
271
 
276
- > **NOTE:** `tracingenabled` **True When Effective.
272
+ > **NOTE:** `tracingenabled` valued True When Effective.
277
273
  """
278
274
  elif False:
279
275
  ListenerAccessLogTracingConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -285,17 +281,13 @@ class ListenerAccessLogTracingConfigArgs:
285
281
  tracing_sample: Optional[pulumi.Input[builtins.int]] = None,
286
282
  tracing_type: Optional[pulumi.Input[builtins.str]] = None):
287
283
  """
288
- :param pulumi.Input[builtins.bool] tracing_enabled: Xtrace Function.
289
-
290
- Value: True **** Or False * *.
284
+ :param pulumi.Input[builtins.bool] tracing_enabled: Xtrace Function. Valid values: `true`, `false`. Default Value: `false`.
291
285
 
292
- Default Value: False * *.
286
+ > **NOTE:** Only Instances outside the Security Group to Access the Log Switch `accesslogenabled` Open, in Order to Set This Parameter to the value `true`.
287
+ :param pulumi.Input[builtins.int] tracing_sample: Xtrace Sampling Rate. Value: 1~10000. `tracingenabled` valued True When Effective.
288
+ :param pulumi.Input[builtins.str] tracing_type: Xtrace Type Value Is `Zipkin`.
293
289
 
294
- > **NOTE:** Only Instances outside the Security Group to Access the Log Switch `accesslogenabled` Open, in Order to Set This Parameter to the **True * *.
295
- :param pulumi.Input[builtins.int] tracing_sample: Xtrace Sampling Rate. Value: 1~10000 **.> `tracingenabled` **True When Effective.
296
- :param pulumi.Input[builtins.str] tracing_type: Xtrace Type Value Is **Zipkin * *.
297
-
298
- > **NOTE:** `tracingenabled` **True When Effective.
290
+ > **NOTE:** `tracingenabled` valued True When Effective.
299
291
  """
300
292
  pulumi.set(__self__, "tracing_enabled", tracing_enabled)
301
293
  if tracing_sample is not None:
@@ -307,13 +299,9 @@ class ListenerAccessLogTracingConfigArgs:
307
299
  @pulumi.getter(name="tracingEnabled")
308
300
  def tracing_enabled(self) -> pulumi.Input[builtins.bool]:
309
301
  """
310
- Xtrace Function.
311
-
312
- Value: True **** Or False * *.
313
-
314
- Default Value: False * *.
302
+ Xtrace Function. Valid values: `true`, `false`. Default Value: `false`.
315
303
 
316
- > **NOTE:** Only Instances outside the Security Group to Access the Log Switch `accesslogenabled` Open, in Order to Set This Parameter to the **True * *.
304
+ > **NOTE:** Only Instances outside the Security Group to Access the Log Switch `accesslogenabled` Open, in Order to Set This Parameter to the value `true`.
317
305
  """
318
306
  return pulumi.get(self, "tracing_enabled")
319
307
 
@@ -325,7 +313,7 @@ class ListenerAccessLogTracingConfigArgs:
325
313
  @pulumi.getter(name="tracingSample")
326
314
  def tracing_sample(self) -> Optional[pulumi.Input[builtins.int]]:
327
315
  """
328
- Xtrace Sampling Rate. Value: 1~10000 **.> `tracingenabled` **True When Effective.
316
+ Xtrace Sampling Rate. Value: 1~10000. `tracingenabled` valued True When Effective.
329
317
  """
330
318
  return pulumi.get(self, "tracing_sample")
331
319
 
@@ -337,9 +325,9 @@ class ListenerAccessLogTracingConfigArgs:
337
325
  @pulumi.getter(name="tracingType")
338
326
  def tracing_type(self) -> Optional[pulumi.Input[builtins.str]]:
339
327
  """
340
- Xtrace Type Value Is **Zipkin * *.
328
+ Xtrace Type Value Is `Zipkin`.
341
329
 
342
- > **NOTE:** `tracingenabled` **True When Effective.
330
+ > **NOTE:** `tracingenabled` valued True When Effective.
343
331
  """
344
332
  return pulumi.get(self, "tracing_type")
345
333
 
@@ -520,7 +508,7 @@ if not MYPY:
520
508
  class ListenerDefaultActionArgsDict(TypedDict):
521
509
  type: pulumi.Input[builtins.str]
522
510
  """
523
- Action Type
511
+ The action type. Value: ForwardGroup, indicating forwarding to the server group.
524
512
  """
525
513
  forward_group_config: NotRequired[pulumi.Input['ListenerDefaultActionForwardGroupConfigArgsDict']]
526
514
  """
@@ -535,7 +523,7 @@ class ListenerDefaultActionArgs:
535
523
  type: pulumi.Input[builtins.str],
536
524
  forward_group_config: Optional[pulumi.Input['ListenerDefaultActionForwardGroupConfigArgs']] = None):
537
525
  """
538
- :param pulumi.Input[builtins.str] type: Action Type
526
+ :param pulumi.Input[builtins.str] type: The action type. Value: ForwardGroup, indicating forwarding to the server group.
539
527
  :param pulumi.Input['ListenerDefaultActionForwardGroupConfigArgs'] forward_group_config: Forwarding Action Configurations See `forward_group_config` below.
540
528
  """
541
529
  pulumi.set(__self__, "type", type)
@@ -546,7 +534,7 @@ class ListenerDefaultActionArgs:
546
534
  @pulumi.getter
547
535
  def type(self) -> pulumi.Input[builtins.str]:
548
536
  """
549
- Action Type
537
+ The action type. Value: ForwardGroup, indicating forwarding to the server group.
550
538
  """
551
539
  return pulumi.get(self, "type")
552
540
 
@@ -718,18 +706,10 @@ if not MYPY:
718
706
  x_forwarded_for_client_source_ips_enabled: NotRequired[pulumi.Input[builtins.bool]]
719
707
  """
720
708
  Whether to use the X-Forwarded-Client-Ip header to obtain the source IP address of the server load balancer instance. Value:
721
-
722
- true: Yes.
723
-
724
- false (default): No.
725
-
726
- Note HTTP, HTTPS, and QUIC listeners support this parameter. The function corresponding to this parameter is not open by default. Please contact the account manager if you need to use it.
727
709
  """
728
710
  x_forwarded_for_client_source_ips_trusted: NotRequired[pulumi.Input[builtins.str]]
729
711
  """
730
- Specify the trusted proxy IP.
731
-
732
- Application-oriented load balancing ALB will traverse the X-Forwarded-For from back to front, and select the first IP that is not in the trusted IP list as the real client IP, which will be used for the source IP speed limit.
712
+ Specify the trusted proxy IP. Application-oriented load balancing ALB will traverse the X-Forwarded-For from back to front, and select the first IP that is not in the trusted IP list as the real client IP, which will be used for the source IP speed limit.
733
713
  """
734
714
  x_forwarded_for_client_src_port_enabled: NotRequired[pulumi.Input[builtins.bool]]
735
715
  """
@@ -742,26 +722,10 @@ if not MYPY:
742
722
  x_forwarded_for_host_enabled: NotRequired[pulumi.Input[builtins.bool]]
743
723
  """
744
724
  Whether to enable the X-Forwarded-Host header field to obtain the domain name of the client accessing the Application Load Balancer. Value:
745
-
746
- true: Yes.
747
-
748
- false (default): No.
749
-
750
- HTTP, HTTPS, and QUIC listeners support this parameter.
751
725
  """
752
726
  x_forwarded_for_processing_mode: NotRequired[pulumi.Input[builtins.str]]
753
727
  """
754
728
  Schema for processing X-Forwarded-For header fields. This value takes effect only when XForwardedForEnabled is true. Value:
755
-
756
- append (default): append.
757
-
758
- remove: Delete.
759
-
760
- Configure append to add the last hop IP address to the X-Forwarded-For header field before sending the request to the backend service.
761
-
762
- Configure remove to delete the X-Forwarded-For header before the request is sent to the backend service, regardless of whether the request carries X-Forwarded-For header fields.
763
-
764
- HTTP and HTTPS listeners support this parameter.
765
729
  """
766
730
  x_forwarded_for_proto_enabled: NotRequired[pulumi.Input[builtins.bool]]
767
731
  """
@@ -808,35 +772,11 @@ class ListenerXForwardedForConfigArgs:
808
772
  :param pulumi.Input[builtins.str] x_forwarded_for_client_cert_subject_dn_alias: The Custom Header Field Name,
809
773
  :param pulumi.Input[builtins.bool] x_forwarded_for_client_cert_subject_dn_enabled: Indicates Whether the X-Forwarded-Clientcert-subjectdn Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate Owner Information.
810
774
  :param pulumi.Input[builtins.bool] x_forwarded_for_client_source_ips_enabled: Whether to use the X-Forwarded-Client-Ip header to obtain the source IP address of the server load balancer instance. Value:
811
-
812
- true: Yes.
813
-
814
- false (default): No.
815
-
816
- Note HTTP, HTTPS, and QUIC listeners support this parameter. The function corresponding to this parameter is not open by default. Please contact the account manager if you need to use it.
817
- :param pulumi.Input[builtins.str] x_forwarded_for_client_source_ips_trusted: Specify the trusted proxy IP.
818
-
819
- Application-oriented load balancing ALB will traverse the X-Forwarded-For from back to front, and select the first IP that is not in the trusted IP list as the real client IP, which will be used for the source IP speed limit.
775
+ :param pulumi.Input[builtins.str] x_forwarded_for_client_source_ips_trusted: Specify the trusted proxy IP. Application-oriented load balancing ALB will traverse the X-Forwarded-For from back to front, and select the first IP that is not in the trusted IP list as the real client IP, which will be used for the source IP speed limit.
820
776
  :param pulumi.Input[builtins.bool] x_forwarded_for_client_src_port_enabled: Indicates Whether the X-Forwarded-Client-Port Header Field Is Used to Obtain Access to Server Load Balancer Instances to the Client, and Those of the Ports.
821
777
  :param pulumi.Input[builtins.bool] x_forwarded_for_enabled: Whether to Enable by X-Forwarded-For Header Field Is Used to Obtain the Client IP Addresses.
822
778
  :param pulumi.Input[builtins.bool] x_forwarded_for_host_enabled: Whether to enable the X-Forwarded-Host header field to obtain the domain name of the client accessing the Application Load Balancer. Value:
823
-
824
- true: Yes.
825
-
826
- false (default): No.
827
-
828
- HTTP, HTTPS, and QUIC listeners support this parameter.
829
779
  :param pulumi.Input[builtins.str] x_forwarded_for_processing_mode: Schema for processing X-Forwarded-For header fields. This value takes effect only when XForwardedForEnabled is true. Value:
830
-
831
- append (default): append.
832
-
833
- remove: Delete.
834
-
835
- Configure append to add the last hop IP address to the X-Forwarded-For header field before sending the request to the backend service.
836
-
837
- Configure remove to delete the X-Forwarded-For header before the request is sent to the backend service, regardless of whether the request carries X-Forwarded-For header fields.
838
-
839
- HTTP and HTTPS listeners support this parameter.
840
780
  :param pulumi.Input[builtins.bool] x_forwarded_for_proto_enabled: Indicates Whether the X-Forwarded-Proto Header Field Is Used to Obtain the Server Load Balancer Instance Snooping Protocols.
841
781
  :param pulumi.Input[builtins.bool] x_forwarded_for_slb_id_enabled: Indicates Whether the SLB-ID Header Field Is Used to Obtain the Load Balancing Instance Id
842
782
  :param pulumi.Input[builtins.bool] x_forwarded_for_slb_port_enabled: Indicates Whether the X-Forwarded-Port Header Field Is Used to Obtain the Server Load Balancer Instance Listening Port
@@ -977,12 +917,6 @@ class ListenerXForwardedForConfigArgs:
977
917
  def x_forwarded_for_client_source_ips_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
978
918
  """
979
919
  Whether to use the X-Forwarded-Client-Ip header to obtain the source IP address of the server load balancer instance. Value:
980
-
981
- true: Yes.
982
-
983
- false (default): No.
984
-
985
- Note HTTP, HTTPS, and QUIC listeners support this parameter. The function corresponding to this parameter is not open by default. Please contact the account manager if you need to use it.
986
920
  """
987
921
  return pulumi.get(self, "x_forwarded_for_client_source_ips_enabled")
988
922
 
@@ -994,9 +928,7 @@ class ListenerXForwardedForConfigArgs:
994
928
  @pulumi.getter(name="xForwardedForClientSourceIpsTrusted")
995
929
  def x_forwarded_for_client_source_ips_trusted(self) -> Optional[pulumi.Input[builtins.str]]:
996
930
  """
997
- Specify the trusted proxy IP.
998
-
999
- Application-oriented load balancing ALB will traverse the X-Forwarded-For from back to front, and select the first IP that is not in the trusted IP list as the real client IP, which will be used for the source IP speed limit.
931
+ Specify the trusted proxy IP. Application-oriented load balancing ALB will traverse the X-Forwarded-For from back to front, and select the first IP that is not in the trusted IP list as the real client IP, which will be used for the source IP speed limit.
1000
932
  """
1001
933
  return pulumi.get(self, "x_forwarded_for_client_source_ips_trusted")
1002
934
 
@@ -1033,12 +965,6 @@ class ListenerXForwardedForConfigArgs:
1033
965
  def x_forwarded_for_host_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
1034
966
  """
1035
967
  Whether to enable the X-Forwarded-Host header field to obtain the domain name of the client accessing the Application Load Balancer. Value:
1036
-
1037
- true: Yes.
1038
-
1039
- false (default): No.
1040
-
1041
- HTTP, HTTPS, and QUIC listeners support this parameter.
1042
968
  """
1043
969
  return pulumi.get(self, "x_forwarded_for_host_enabled")
1044
970
 
@@ -1051,16 +977,6 @@ class ListenerXForwardedForConfigArgs:
1051
977
  def x_forwarded_for_processing_mode(self) -> Optional[pulumi.Input[builtins.str]]:
1052
978
  """
1053
979
  Schema for processing X-Forwarded-For header fields. This value takes effect only when XForwardedForEnabled is true. Value:
1054
-
1055
- append (default): append.
1056
-
1057
- remove: Delete.
1058
-
1059
- Configure append to add the last hop IP address to the X-Forwarded-For header field before sending the request to the backend service.
1060
-
1061
- Configure remove to delete the X-Forwarded-For header before the request is sent to the backend service, regardless of whether the request carries X-Forwarded-For header fields.
1062
-
1063
- HTTP and HTTPS listeners support this parameter.
1064
980
  """
1065
981
  return pulumi.get(self, "x_forwarded_for_processing_mode")
1066
982