|
| 1 | +--- |
| 2 | +subcategory: "Anti-DDoS" |
| 3 | +layout: "tencentcloud" |
| 4 | +page_title: "TencentCloud: tencentcloud_antiddos_list_listener" |
| 5 | +sidebar_current: "docs-tencentcloud-datasource-antiddos_list_listener" |
| 6 | +description: |- |
| 7 | + Use this data source to query detailed information of antiddos list_listener |
| 8 | +--- |
| 9 | + |
| 10 | +# tencentcloud_antiddos_list_listener |
| 11 | + |
| 12 | +Use this data source to query detailed information of antiddos list_listener |
| 13 | + |
| 14 | +## Example Usage |
| 15 | + |
| 16 | +```hcl |
| 17 | +data "tencentcloud_antiddos_list_listener" "list_listener" { |
| 18 | +} |
| 19 | +``` |
| 20 | + |
| 21 | +## Argument Reference |
| 22 | + |
| 23 | +The following arguments are supported: |
| 24 | + |
| 25 | +* `result_output_file` - (Optional, String) Used to save results. |
| 26 | + |
| 27 | +## Attributes Reference |
| 28 | + |
| 29 | +In addition to all arguments above, the following attributes are exported: |
| 30 | + |
| 31 | +* `layer4_listeners` - L4 listener list. |
| 32 | + * `backend_port` - Origin port, value 1~65535. |
| 33 | + * `frontend_port` - Forwarding port, value 1~65535. |
| 34 | + * `instance_detail_rule` - Resource instance to which the rule belongs. |
| 35 | + * `cname` - Instance cname. |
| 36 | + * `eip_list` - Resource instance ip. |
| 37 | + * `instance_id` - InstanceId. |
| 38 | + * `instance_details` - Resource instance. |
| 39 | + * `eip_list` - Instance ip. |
| 40 | + * `instance_id` - InstanceId. |
| 41 | + * `protocol` - TCP or UDP. |
| 42 | + * `real_servers` - Source server list. |
| 43 | + * `port` - 0~65535. |
| 44 | + * `real_server` - Source server addr, ip or domain. |
| 45 | + * `rs_type` - 1: domain, 2: ip. |
| 46 | + * `weight` - The return weight of the source station, ranging from 1 to 100. |
| 47 | +* `layer7_listeners` - Layer 7 forwarding listener list. |
| 48 | + * `domain` - Domain. |
| 49 | + * `instance_detail_rule` - Resource instance to which the rule belongs. |
| 50 | + * `cname` - Cname. |
| 51 | + * `eip_list` - Instance ip list. |
| 52 | + * `instance_id` - Instance id. |
| 53 | + * `instance_details` - InstanceDetails. |
| 54 | + * `eip_list` - Instance ip list. |
| 55 | + * `instance_id` - Instance id. |
| 56 | + * `protocol` - Protocol. |
| 57 | + * `proxy_type_list` - List of forwarding types. |
| 58 | + * `proxy_ports` - Forwarding listening port list, port value is 1~65535. |
| 59 | + * `proxy_type` - Http, https. |
| 60 | + * `real_servers` - Source server list. |
| 61 | + * `port` - 0-65535. |
| 62 | + * `real_server` - Source server list. |
| 63 | + * `rs_type` - 1: domain, 2: ip. |
| 64 | + * `weight` - Weight: 1-100. |
| 65 | + * `vport` - Port. |
| 66 | + |
| 67 | + |
0 commit comments