Interface DnsManagedZonePrivateVisibilityConfigGkeClusters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsManagedZonePrivateVisibilityConfigGkeClusters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.065Z") @Stability(Stable) public interface DnsManagedZonePrivateVisibilityConfigGkeClusters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsManagedZonePrivateVisibilityConfigGkeClusters.BuilderA builder forDnsManagedZonePrivateVisibilityConfigGkeClustersstatic classDnsManagedZonePrivateVisibilityConfigGkeClusters.Jsii$ProxyAn implementation forDnsManagedZonePrivateVisibilityConfigGkeClusters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DnsManagedZonePrivateVisibilityConfigGkeClusters.Builderbuilder()StringgetGkeClusterName()The resource name of the cluster to bind this ManagedZone to.
-
-
-
Method Detail
-
getGkeClusterName
@Stability(Stable) @NotNull String getGkeClusterName()
The resource name of the cluster to bind this ManagedZone to.This should be specified in the format like 'projects/* /locations/* /clusters/*' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#gke_cluster_name DnsManagedZone#gke_cluster_name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder builder()
-
-