TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs

data class TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs(val severity: Output<String>? = null) : ConvertibleToJava<TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs>

Constructors

constructor(severity: Output<String>? = null)

Properties

Link copied to clipboard
val severity: Output<String>? = null

The minimum severity level of Platform Logs that will be written. If unspecified, no Platform Logs will be written. Default value is SEVERITY_UNSPECIFIED. Possible values are: SEVERITY_UNSPECIFIED, DISABLED, DEBUG, INFO, WARNING, ERROR.

Functions

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