Skip to content

Data Source: awsMskBrokerNodes

Get information on an Amazon MSK Broker Nodes.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsMskBrokerNodes.DataAwsMskBrokerNodes(this, "example", {
  clusterArn: "${aws_msk_cluster.example.arn}",
});

Argument Reference

The following arguments are supported:

  • clusterArn - (Required) ARN of the cluster the nodes belong to.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • nodeInfoList - List of MSK Broker Nodes, sorted by broker ID in ascending order.

Nodes

  • attachedEniId - Attached elastic network interface of the broker
  • brokerId - ID of the broker
  • clientSubnet - Client subnet to which this broker node belongs
  • clientVpcIpAddress - The client virtual private cloud (VPC) IP address
  • endpoints - Set of endpoints for accessing the broker. This does not include ports
  • nodeArn - ARN of the node