Interface DataGoogleDnsManagedZoneConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleDnsManagedZoneConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.891Z") @Stability(Stable) public interface DataGoogleDnsManagedZoneConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleDnsManagedZoneConfig.BuilderA builder forDataGoogleDnsManagedZoneConfigstatic classDataGoogleDnsManagedZoneConfig.Jsii$ProxyAn implementation forDataGoogleDnsManagedZoneConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataGoogleDnsManagedZoneConfig.Builderbuilder()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/dns_managed_zone#name DataGoogleDnsManagedZone#name}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/dns_managed_zone#project DataGoogleDnsManagedZone#project}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/dns_managed_zone#name DataGoogleDnsManagedZone#name}.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/dns_managed_zone#project DataGoogleDnsManagedZone#project}.
-
builder
@Stability(Stable) static DataGoogleDnsManagedZoneConfig.Builder builder()
-
-