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