Log Config Counter Options Custom Field Args
    data class LogConfigCounterOptionsCustomFieldArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<LogConfigCounterOptionsCustomFieldArgs> 
This is deprecated and has no effect. Do not use.
Constructors
Link copied to clipboard
                fun LogConfigCounterOptionsCustomFieldArgs(name: Output<String>? = null, value: Output<String>? = null)