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