Show / Hide Table of Contents

Class GetClusterResult

Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Msk
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterResult

Fields

View Source

Arn

Amazon Resource Name (ARN) of the MSK cluster.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

BootstrapBrokers

A comma separated list of one or more hostname:port pairs of Kafka brokers suitable to boostrap connectivity to the Kafka cluster.

Declaration
public readonly string BootstrapBrokers
Field Value
Type Description
System.String
View Source

BootstrapBrokersTls

A comma separated list of one or more DNS names (or IPs) and TLS port pairs kafka brokers suitable to boostrap connectivity to the kafka cluster.

Declaration
public readonly string BootstrapBrokersTls
Field Value
Type Description
System.String
View Source

ClusterName

Declaration
public readonly string ClusterName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KafkaVersion

Apache Kafka version.

Declaration
public readonly string KafkaVersion
Field Value
Type Description
System.String
View Source

NumberOfBrokerNodes

Number of broker nodes in the cluster.

Declaration
public readonly int NumberOfBrokerNodes
Field Value
Type Description
System.Int32
View Source

Tags

Map of key-value pairs assigned to the cluster.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

ZookeeperConnectString

A comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster.

Declaration
public readonly string ZookeeperConnectString
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.