Class ServiceKafkaUserConfigKafkaRestConfigArgs
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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceKafkaUserConfigKafkaRestConfigArgs : ResourceArgs
Constructors
View SourceServiceKafkaUserConfigKafkaRestConfigArgs()
Declaration
public ServiceKafkaUserConfigKafkaRestConfigArgs()
Properties
View SourceConsumerEnableAutoCommit
Declaration
public Input<bool> ConsumerEnableAutoCommit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ConsumerRequestMaxBytes
Declaration
public Input<int> ConsumerRequestMaxBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ConsumerRequestTimeoutMs
Declaration
public Input<int> ConsumerRequestTimeoutMs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ProducerAcks
Declaration
public Input<string> ProducerAcks { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProducerLingerMs
Declaration
public Input<int> ProducerLingerMs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SimpleconsumerPoolSizeMax
Declaration
public Input<int> SimpleconsumerPoolSizeMax { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |