pub Sub Notification
suspend fun pubSubNotification(value: Output<PreventionDiscoveryConfigActionPubSubNotificationArgs>)
Parameters
value
Publish a message into the Pub/Sub topic. Structure is documented below.
suspend fun pubSubNotification(argument: suspend PreventionDiscoveryConfigActionPubSubNotificationArgsBuilder.() -> Unit)
Parameters
argument
Publish a message into the Pub/Sub topic. Structure is documented below.