Uses of Interface
com.hashicorp.cdktf.providers.google.dns_record_set.DnsRecordSetConfig
-
Packages that use DnsRecordSetConfig Package Description com.hashicorp.cdktf.providers.google.dns_record_set google_dns_record_set -
-
Uses of DnsRecordSetConfig in com.hashicorp.cdktf.providers.google.dns_record_set
Classes in com.hashicorp.cdktf.providers.google.dns_record_set that implement DnsRecordSetConfig Modifier and Type Class Description static classDnsRecordSetConfig.Jsii$ProxyAn implementation forDnsRecordSetConfigMethods in com.hashicorp.cdktf.providers.google.dns_record_set that return DnsRecordSetConfig Modifier and Type Method Description DnsRecordSetConfigDnsRecordSetConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.dns_record_set with parameters of type DnsRecordSetConfig Constructor Description DnsRecordSet(software.constructs.Construct scope, String id, DnsRecordSetConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set google_dns_record_set} Resource.
-