Interface DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.444Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference.Builderstatic classDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference.Builderbuilder()StringgetDatabase()Required.StringgetDatabaseResource()Required.StringgetInstance()Required.StringgetProjectId()Required.
-
-
-
Method Detail
-
getDatabase
@Stability(Stable) @NotNull String getDatabase()
Required. Name of a database within the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#database DataLossPreventionDiscoveryConfig#database}
-
getDatabaseResource
@Stability(Stable) @NotNull String getDatabaseResource()
Required. Name of a database resource, for example, a table within the database.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#database_resource DataLossPreventionDiscoveryConfig#database_resource}
-
getInstance
@Stability(Stable) @NotNull String getInstance()
Required. The instance where this resource is located. For example: Cloud SQL instance ID.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#instance DataLossPreventionDiscoveryConfig#instance}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
Required. If within a project-level config, then this must match the config's project ID.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#project_id DataLossPreventionDiscoveryConfig#project_id}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigTargetsCloudSqlTargetFilterDatabaseResourceReference.Builder builder()
-
-