Show / Hide Table of Contents

Class ClusterBrokerNodeGroupInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterBrokerNodeGroupInfoArgs
Inherited Members
ResourceArgs.Empty
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 ClusterBrokerNodeGroupInfoArgs : ResourceArgs

Constructors

View Source

ClusterBrokerNodeGroupInfoArgs()

Declaration
public ClusterBrokerNodeGroupInfoArgs()

Properties

View Source

AzDistribution

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.