PreventionDiscoveryConfigTargetArgs

data class PreventionDiscoveryConfigTargetArgs(val bigQueryTarget: Output<PreventionDiscoveryConfigTargetBigQueryTargetArgs>? = null, val cloudSqlTarget: Output<PreventionDiscoveryConfigTargetCloudSqlTargetArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetArgs>

Constructors

Link copied to clipboard
constructor(bigQueryTarget: Output<PreventionDiscoveryConfigTargetBigQueryTargetArgs>? = null, cloudSqlTarget: Output<PreventionDiscoveryConfigTargetCloudSqlTargetArgs>? = null)

Properties

Link copied to clipboard

BigQuery target for Discovery. The first target to match a table will be the one applied. Structure is documented below.

Link copied to clipboard

Cloud SQL target for Discovery. The first target to match a table will be the one applied. Structure is documented below.

Functions

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