Class DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
An implementation forDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builder, DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getDatabaseEngines()Database engines that should be profiled.List<String>getTypes()Data profiles will only be generated for the database resource types specified in this field.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions.Builder.
-
-
Method Detail
-
getDatabaseEngines
public final List<String> getDatabaseEngines()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditionsDatabase 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}
- Specified by:
getDatabaseEnginesin interfaceDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
-
getTypes
public final List<String> getTypes()
Description copied from interface:DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditionsData 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}
- Specified by:
getTypesin interfaceDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetConditions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-