Prevention Discovery Config Target Cloud Sql Target Conditions Args
data class PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs(val databaseEngines: Output<List<String>>? = null, val types: Output<List<String>>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs>
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
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
.