Get information on an Amazon MSK Broker Nodes.
data "aws_msk_broker_nodes" "example" {
cluster_arn = aws_msk_cluster.example.arn
}
This data source supports the following arguments:
cluster_arn
- (Required) ARN of the cluster the nodes belong to.This data source exports the following attributes in addition to the arguments above:
node_info_list
- List of MSK Broker Nodes, sorted by broker ID in ascending order.attached_eni_id
- Attached elastic network interface of the brokerbroker_id
- ID of the brokerclient_subnet
- Client subnet to which this broker node belongsclient_vpc_ip_address
- The client virtual private cloud (VPC) IP addressendpoints
- Set of endpoints for accessing the broker. This does not include portsnode_arn
- ARN of the node