alicloud_threat_detection_honeypot_nodes
更新时间:
This data source provides Threat Detection Honeypot Node available to the user.What is Honeypot Node
-> NOTE: Available in 1.195.0+
Example Usage
data "alicloud_threat_detection_honeypot_nodes" "default" {
ids = ["${alicloud_threat_detection_honeypot_node.default.id}"]
}
output "alicloud_threat_detection_honeypot_node_example_id" {
value = data.alicloud_threat_detection_honeypot_nodes.default.nodes.0.id
}
Argument Reference
The following arguments are supported:
node_id
- (ForceNew,Optional) Honeypot management node id.name_regex
- (ForceNew,Optional) A regex string to filter results by Honeypot Node name.node_name
- (ForceNew,Optional) The name of the management node.ids
- (Optional, ForceNew, Computed) A list of Honeypot Node IDs.output_file
- (Optional) File name where to save data source results (after runningterraform plan
).
Attributes Reference
The following attributes are exported in addition to the arguments listed above:
ids
- A list of Honeypot Node IDs.names
- A list of Honeypot Node names.nodes
- A list of Honeypot Node Entries. Each element contains the following attributes:allow_honeypot_access_internet
- Whether to allow honeypot access to the external network. Value:-true: Allow-false: Disabledavailable_probe_num
- Number of probes available.node_id
- Honeypot management node id.id
- The ID of the Honeypot management node.node_name
- Management node name.page_total
- Total pages.security_group_probe_ip_list
- Release the collection of network segments.
文档内容是否对您有帮助?