Interface DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.442Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builderstatic classDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builderbuilder()default List<String>getDatabaseEngines()Database engines that should be profiled.default List<String>getTypes()Data profiles will only be generated for the database resource types specified in this field.
-
-
-
Method Detail
-
getDatabaseEngines
@Stability(Stable) @Nullable default List<String> getDatabaseEngines()
Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified. Possible values: ["ALL_SUPPORTED_DATABASE_ENGINES", "MYSQL", "POSTGRES"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#database_engines DataLossPreventionDiscoveryConfig#database_engines}
-
getTypes
@Stability(Stable) @Nullable default List<String> getTypes()
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]. Possible values: ["DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES", "DATABASE_RESOURCE_TYPE_TABLE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#types DataLossPreventionDiscoveryConfig#types}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builder builder()
-
-