Pub Sub Args
data class PubSubArgs(val enabled: Output<Boolean>? = null, val filter: Output<FilterArgs>? = null, val topic: Output<String>? = null) : ConvertibleToJava<PubSubArgs>
Pub/Sub specific notification config.
Constructors
Link copied to clipboard
fun PubSubArgs(enabled: Output<Boolean>? = null, filter: Output<FilterArgs>? = null, topic: Output<String>? = null)