Class ClusterBrokerNodeGroupInfo
Inheritance
System.Object
ClusterBrokerNodeGroupInfo
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterBrokerNodeGroupInfo
Fields
View SourceAzDistribution
The distribution of broker nodes across availability zones (documentation). Currently the only valid value is DEFAULT.
Declaration
public readonly string AzDistribution
Field Value
| Type | Description |
|---|---|
| System.String |
ClientSubnets
A list of subnets to connect to in client VPC (documentation).
Declaration
public readonly ImmutableArray<string> ClientSubnets
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
EbsVolumeSize
The size in GiB of the EBS volume for the data drive on each broker node.
Declaration
public readonly int EbsVolumeSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
InstanceType
Specify the instance type to use for the kafka brokers. e.g. kafka.m5.large. (Pricing info)
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroups
A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster.
Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |