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