ClusterNotificationConfigPubsubFilterArgs

data class ClusterNotificationConfigPubsubFilterArgs(val eventTypes: Output<List<String>>) : ConvertibleToJava<ClusterNotificationConfigPubsubFilterArgs>

Constructors

constructor(eventTypes: Output<List<String>>)

Properties

Link copied to clipboard
val eventTypes: Output<List<String>>

Can be used to filter what notifications are sent. Accepted values are UPGRADE_AVAILABLE_EVENT, UPGRADE_EVENT, SECURITY_BULLETIN_EVENT and UPGRADE_INFO_EVENT. See Filtering notifications for more details.

Functions

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