Class ClusterBrokerNodeGroupInfoGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterBrokerNodeGroupInfoGetArgs : ResourceArgs
Constructors
View SourceClusterBrokerNodeGroupInfoGetArgs()
Declaration
public ClusterBrokerNodeGroupInfoGetArgs()
Properties
View SourceAzDistribution
The distribution of broker nodes across availability zones (documentation). Currently the only valid value is DEFAULT.
Declaration
public Input<string> AzDistribution { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSubnets
A list of subnets to connect to in client VPC (documentation).
Declaration
public InputList<string> ClientSubnets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EbsVolumeSize
The size in GiB of the EBS volume for the data drive on each broker node.
Declaration
public Input<int> EbsVolumeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InstanceType
Specify the instance type to use for the kafka brokers. e.g. kafka.m5.large. (Pricing info)
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<string> SecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |