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