AWS v6.71.0 published on Friday, Mar 7, 2025 by Pulumi
aws.msk.getBrokerNodes
Explore with Pulumi AI
Get information on an Amazon MSK Broker Nodes.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.msk.getBrokerNodes({
    clusterArn: exampleAwsMskCluster.arn,
});
import pulumi
import pulumi_aws as aws
example = aws.msk.get_broker_nodes(cluster_arn=example_aws_msk_cluster["arn"])
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/msk"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := msk.GetBrokerNodes(ctx, &msk.GetBrokerNodesArgs{
			ClusterArn: exampleAwsMskCluster.Arn,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.Msk.GetBrokerNodes.Invoke(new()
    {
        ClusterArn = exampleAwsMskCluster.Arn,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.msk.MskFunctions;
import com.pulumi.aws.msk.inputs.GetBrokerNodesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = MskFunctions.getBrokerNodes(GetBrokerNodesArgs.builder()
            .clusterArn(exampleAwsMskCluster.arn())
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:msk:getBrokerNodes
      arguments:
        clusterArn: ${exampleAwsMskCluster.arn}
Using getBrokerNodes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBrokerNodes(args: GetBrokerNodesArgs, opts?: InvokeOptions): Promise<GetBrokerNodesResult>
function getBrokerNodesOutput(args: GetBrokerNodesOutputArgs, opts?: InvokeOptions): Output<GetBrokerNodesResult>def get_broker_nodes(cluster_arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetBrokerNodesResult
def get_broker_nodes_output(cluster_arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetBrokerNodesResult]func GetBrokerNodes(ctx *Context, args *GetBrokerNodesArgs, opts ...InvokeOption) (*GetBrokerNodesResult, error)
func GetBrokerNodesOutput(ctx *Context, args *GetBrokerNodesOutputArgs, opts ...InvokeOption) GetBrokerNodesResultOutput> Note: This function is named GetBrokerNodes in the Go SDK.
public static class GetBrokerNodes 
{
    public static Task<GetBrokerNodesResult> InvokeAsync(GetBrokerNodesArgs args, InvokeOptions? opts = null)
    public static Output<GetBrokerNodesResult> Invoke(GetBrokerNodesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBrokerNodesResult> getBrokerNodes(GetBrokerNodesArgs args, InvokeOptions options)
public static Output<GetBrokerNodesResult> getBrokerNodes(GetBrokerNodesArgs args, InvokeOptions options)
fn::invoke:
  function: aws:msk/getBrokerNodes:getBrokerNodes
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterArn string
- ARN of the cluster the nodes belong to.
- ClusterArn string
- ARN of the cluster the nodes belong to.
- clusterArn String
- ARN of the cluster the nodes belong to.
- clusterArn string
- ARN of the cluster the nodes belong to.
- cluster_arn str
- ARN of the cluster the nodes belong to.
- clusterArn String
- ARN of the cluster the nodes belong to.
getBrokerNodes Result
The following output properties are available:
- ClusterArn string
- Id string
- The provider-assigned unique ID for this managed resource.
- NodeInfo List<GetLists Broker Nodes Node Info List> 
- ClusterArn string
- Id string
- The provider-assigned unique ID for this managed resource.
- NodeInfo []GetLists Broker Nodes Node Info List 
- clusterArn String
- id String
- The provider-assigned unique ID for this managed resource.
- nodeInfo List<GetLists Broker Nodes Node Info List> 
- clusterArn string
- id string
- The provider-assigned unique ID for this managed resource.
- nodeInfo GetLists Broker Nodes Node Info List[] 
- cluster_arn str
- id str
- The provider-assigned unique ID for this managed resource.
- node_info_ Sequence[Getlists Broker Nodes Node Info List] 
- clusterArn String
- id String
- The provider-assigned unique ID for this managed resource.
- nodeInfo List<Property Map>Lists 
Supporting Types
GetBrokerNodesNodeInfoList     
- AttachedEni stringId 
- Attached elastic network interface of the broker
- BrokerId double
- ID of the broker
- ClientSubnet string
- Client subnet to which this broker node belongs
- ClientVpc stringIp Address 
- The client virtual private cloud (VPC) IP address
- Endpoints List<string>
- Set of endpoints for accessing the broker. This does not include ports
- NodeArn string
- ARN of the node
- AttachedEni stringId 
- Attached elastic network interface of the broker
- BrokerId float64
- ID of the broker
- ClientSubnet string
- Client subnet to which this broker node belongs
- ClientVpc stringIp Address 
- The client virtual private cloud (VPC) IP address
- Endpoints []string
- Set of endpoints for accessing the broker. This does not include ports
- NodeArn string
- ARN of the node
- attachedEni StringId 
- Attached elastic network interface of the broker
- brokerId Double
- ID of the broker
- clientSubnet String
- Client subnet to which this broker node belongs
- clientVpc StringIp Address 
- The client virtual private cloud (VPC) IP address
- endpoints List<String>
- Set of endpoints for accessing the broker. This does not include ports
- nodeArn String
- ARN of the node
- attachedEni stringId 
- Attached elastic network interface of the broker
- brokerId number
- ID of the broker
- clientSubnet string
- Client subnet to which this broker node belongs
- clientVpc stringIp Address 
- The client virtual private cloud (VPC) IP address
- endpoints string[]
- Set of endpoints for accessing the broker. This does not include ports
- nodeArn string
- ARN of the node
- attached_eni_ strid 
- Attached elastic network interface of the broker
- broker_id float
- ID of the broker
- client_subnet str
- Client subnet to which this broker node belongs
- client_vpc_ strip_ address 
- The client virtual private cloud (VPC) IP address
- endpoints Sequence[str]
- Set of endpoints for accessing the broker. This does not include ports
- node_arn str
- ARN of the node
- attachedEni StringId 
- Attached elastic network interface of the broker
- brokerId Number
- ID of the broker
- clientSubnet String
- Client subnet to which this broker node belongs
- clientVpc StringIp Address 
- The client virtual private cloud (VPC) IP address
- endpoints List<String>
- Set of endpoints for accessing the broker. This does not include ports
- nodeArn String
- ARN of the node
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.