Show / Hide Table of Contents

Class GetServiceKafkaUserConfigKafkaRestConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceKafkaUserConfigKafkaRestConfigArgs
Inherited Members
InvokeArgs.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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceKafkaUserConfigKafkaRestConfigArgs : InvokeArgs

Constructors

View Source

GetServiceKafkaUserConfigKafkaRestConfigArgs()

Declaration
public GetServiceKafkaUserConfigKafkaRestConfigArgs()

Properties

View Source

ConsumerEnableAutoCommit

Declaration
public bool? ConsumerEnableAutoCommit { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

ConsumerRequestMaxBytes

Declaration
public int? ConsumerRequestMaxBytes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ConsumerRequestTimeoutMs

Declaration
public int? ConsumerRequestTimeoutMs { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ProducerAcks

Declaration
public string ProducerAcks { get; set; }
Property Value
Type Description
System.String
View Source

ProducerLingerMs

Declaration
public int? ProducerLingerMs { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

SimpleconsumerPoolSizeMax

Declaration
public int? SimpleconsumerPoolSizeMax { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.