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 SourceArn
Amazon Resource Name (ARN) of the MSK cluster.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
ClusterName
Declaration
public readonly string ClusterName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KafkaVersion
Apache Kafka version.
Declaration
public readonly string KafkaVersion
Field Value
| Type | Description |
|---|---|
| System.String |
NumberOfBrokerNodes
Number of broker nodes in the cluster.
Declaration
public readonly int NumberOfBrokerNodes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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> |
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 |