Cluster Notification Config Pubsub Filter Args
data class ClusterNotificationConfigPubsubFilterArgs(val eventTypes: Output<List<String>>) : ConvertibleToJava<ClusterNotificationConfigPubsubFilterArgs>
Properties
Link copied to clipboard
Can be used to filter what notifications are sent. Accepted values are UPGRADE_AVAILABLE_EVENT
, UPGRADE_EVENT
and SECURITY_BULLETIN_EVENT
. See Filtering notifications for more details.