EnterpriseCrmLoggingGwsFieldLimitsArgs

data class EnterpriseCrmLoggingGwsFieldLimitsArgs(val logAction: Output<EnterpriseCrmLoggingGwsFieldLimitsLogAction>? = null, val logType: Output<List<EnterpriseCrmLoggingGwsFieldLimitsLogTypeItem>>? = null, val maxArraySize: Output<Int>? = null, val maxStringLength: Output<Int>? = null, val shortenerType: Output<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>? = null) : ConvertibleToJava<EnterpriseCrmLoggingGwsFieldLimitsArgs>

Describes string and array limits when writing to logs. When a limit is exceeded the shortener_type describes how to shorten the field. next_id: 6

Constructors

Link copied to clipboard
fun EnterpriseCrmLoggingGwsFieldLimitsArgs(logAction: Output<EnterpriseCrmLoggingGwsFieldLimitsLogAction>? = null, logType: Output<List<EnterpriseCrmLoggingGwsFieldLimitsLogTypeItem>>? = null, maxArraySize: Output<Int>? = null, maxStringLength: Output<Int>? = null, shortenerType: Output<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmLoggingGwsFieldLimitsArgs

Properties

Link copied to clipboard
Link copied to clipboard

To which type(s) of logs the limits apply.

Link copied to clipboard
val maxArraySize: Output<Int>? = null

maximum array size. If the array exceds this size, the field (list) is truncated.

Link copied to clipboard
val maxStringLength: Output<Int>? = null

maximum string length. If the field exceeds this amount the field is shortened.

Link copied to clipboard