PreventionDiscoveryConfigActionArgs

data class PreventionDiscoveryConfigActionArgs(val exportData: Output<PreventionDiscoveryConfigActionExportDataArgs>? = null, val pubSubNotification: Output<PreventionDiscoveryConfigActionPubSubNotificationArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigActionArgs>

Constructors

Link copied to clipboard
constructor(exportData: Output<PreventionDiscoveryConfigActionExportDataArgs>? = null, pubSubNotification: Output<PreventionDiscoveryConfigActionPubSubNotificationArgs>? = null)

Properties

Link copied to clipboard

Export data profiles into a provided location Structure is documented below.

Link copied to clipboard

Publish a message into the Pub/Sub topic. Structure is documented below.

Functions

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