Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_sql_database_instance_latest_recovery_time.DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig
-
Packages that use DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig Package Description com.hashicorp.cdktf.providers.google.data_google_sql_database_instance_latest_recovery_time data_google_sql_database_instance_latest_recovery_time -
-
Uses of DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig in com.hashicorp.cdktf.providers.google.data_google_sql_database_instance_latest_recovery_time
Classes in com.hashicorp.cdktf.providers.google.data_google_sql_database_instance_latest_recovery_time that implement DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig Modifier and Type Class Description static classDataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig.Jsii$ProxyAn implementation forDataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfigMethods in com.hashicorp.cdktf.providers.google.data_google_sql_database_instance_latest_recovery_time that return DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig Modifier and Type Method Description DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfigDataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_sql_database_instance_latest_recovery_time with parameters of type DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig Constructor Description DataGoogleSqlDatabaseInstanceLatestRecoveryTime(software.constructs.Construct scope, String id, DataGoogleSqlDatabaseInstanceLatestRecoveryTimeConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/sql_database_instance_latest_recovery_time google_sql_database_instance_latest_recovery_time} Data Source.
-