PreventionDiscoveryConfigTargetCloudSqlTargetConditions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: 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.