Class GetServiceKafkaUserConfigKafkaArgs
Inheritance
System.Object
GetServiceKafkaUserConfigKafkaArgs
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()
Assembly: Pulumi.Aiven.dll
public sealed class GetServiceKafkaUserConfigKafkaArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceKafkaUserConfigKafkaArgs()
Properties
View Source
Declaration
public string AutoCreateTopicsEnable { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string CompressionType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? ConnectionsMaxIdleMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? DefaultReplicationFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? GroupMaxSessionTimeoutMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? GroupMinSessionTimeoutMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? LogCleanerMaxCompactionLagMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public double? LogCleanerMinCleanableRatio { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
View Source
Declaration
public int? LogCleanerMinCompactionLagMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string LogCleanupPolicy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? LogMessageTimestampDifferenceMaxMs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string LogMessageTimestampType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? LogRetentionBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? LogRetentionHours { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? LogSegmentBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxConnectionsPerIp { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MessageMaxBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? NumPartitions { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? OffsetsRetentionMinutes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ProducerPurgatoryPurgeIntervalRequests { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ReplicaFetchMaxBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ReplicaFetchResponseMaxBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? SocketRequestMaxBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|