Prevention Discovery Config Target Args
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)