PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs

data class PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs(val databaseEngines: Output<List<String>>? = null, val types: Output<List<String>>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs>

Constructors

constructor(databaseEngines: Output<List<String>>? = null, types: Output<List<String>>? = null)

Properties

Link copied to clipboard
val databaseEngines: Output<List<String>>? = null

Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified. Each value may be one of: ALL_SUPPORTED_DATABASE_ENGINES, MYSQL, POSTGRES.

Link copied to clipboard
val types: Output<List<String>>? = null

Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES. Each value may be one of: DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES, DATABASE_RESOURCE_TYPE_TABLE.

Functions

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